.white-color-light {
  color: #f2f2f2;
}

.section-heading {
  margin-bottom: 4em;
}
.section-heading .heading {
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: 0px;
  font-size: 1.75em;
}
.section-heading .mini-heading {
  font-size: 1em;
  margin-bottom: 1em;
  font-weight: 400;
  letter-spacing: 1px;
}
.section-heading .heading_line {
  position: relative;
}
.section-heading .heading_line:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 60px;
  background: #ffffff;
  height: 3px;
}
.section-heading .orange-txt {
  color: #f24a55;
}
.section-heading .blue-txt {
  color: #215fad;
}
.section-heading .royal-black-txt {
  color: #130052;
}
@media (min-width: 0px) and (max-width: 768px) {
  .section-heading {
    margin-bottom: 2em;
  }
  .section-heading .heading {
    line-height: 1.6;
    letter-spacing: 0px;
    font-size: 1.25em;
  }
  .section-heading .mini-heading {
    font-size: 0.91em;
    margin-bottom: 1em;
    font-weight: 400;
    letter-spacing: 1px;
  }
}

.primary-heading {
  color: #fff;
  font-weight: 200;
  font-size: 2.5em;
}

.demo-btn {
  background: #f24a55;
  border-radius: 30px;
  padding: 10px 25px;
  color: #ffffff;
}

.request-demo-button {
  background: #f24a55;
  border-radius: 30px;
  padding: 10px 25px;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 1.05em;
  transition: all 0.2s ease-in-out;
  border: 1px solid #f24a55;
  text-align: center;
}
.request-demo-button:hover {
  background: transparent;
  color: #ffffff;
}

.free-trial-button {
  background: #27AE60;
  border-radius: 40px;
  border-radius: 30px;
  padding: 8px 25px;
  border: 1px solid #27AE60;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.free-trial-button:hover {
  background: transparent;
  color: #27AE60;
}

.nav-button a {
  background: #215FAD;
  border-radius: 30px;
  padding: 7px 15px !important;
  color: #ffffff !important;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  display: block;
}
.nav-button a:hover {
  background: transparent;
  color: #215FAD !important;
}

#navBar-home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
#navBar-home .navbar-brand img {
  width: 204px;
  height: 42px;
}
#navBar-home .main-nav .navbar {
  padding: 0.5rem 0;
}
#navBar-home .main-nav .navbar-nav {
  align-items: center;
}
#navBar-home .main-nav .navbar-nav li:not(:last-child) {
  margin-right: 20px;
}
#navBar-home .main-nav .navbar-nav li a {
  color: #000000;
  font-size: clamp(1em, 0.9375vw, 2.25em);
  transition: 0.5s all ease-in-out;
  letter-spacing: -0.275862px;
  font-weight: 400;
}
#navBar-home .main-nav .navbar-nav li a:hover {
  color: #bf1b39;
}
#navBar-home .main-nav .navbar-nav li:hover:last-child a {
  color: #ffffff;
}
#navBar-home .main-nav .navbar-nav .btn {
  background: #1B2459;
  color: #ffffff;
  border-radius: 30px;
  padding: 8px 20px;
  gap: 16px;
}
#navBar-home .main-nav .navbar-nav .login-btn {
  background: #bf1b39;
  border-radius: 30px;
  padding: 8px 25px;
  color: #ffffff;
  border: none;
}
#navBar-home .main-nav .navbar-nav .nav-button {
  margin-left: 1em;
}

@media (min-width: 0px) and (max-width: 576px) {
  .top-nav {
    text-align: center;
    padding: 5px 0;
  }
  .top-nav a {
    color: #ffffff;
  }
  #navbar .top-nav .top-bar-list {
    justify-content: space-between;
    color: #ffffff;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #fff;
    padding: 1em 0;
  }
  .navbar-collapse li {
    margin-bottom: 10px;
  }
}

.navbar-toggler:hover, .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 0px) and (max-width: 768px) {
  #navbar {
    margin: 0;
  }
  #navbar .main-nav {
    margin: 0;
    border-radius: 0;
  }
  #navbar .main-nav .navbar {
    padding: 10px 20px;
  }
  #navbar .main-nav .navbar .navbar-brand {
    margin-right: 0.5em;
  }
  #navbar .main-nav .navbar .navbar-brand img {
    width: 140px;
  }
  #navbar .main-nav .navbar-nav li:not(:last-child) {
    margin-right: 0;
  }
  #navbar .main-nav .navbar-nav .nav-button {
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .btn-login {
    letter-spacing: 0.5px;
    font-size: 1em;
    padding: 0em;
  }
  .navbar-toggler {
    cursor: pointer;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
    line-height: 1rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 70%;
    margin: 0 auto !important;
    background: #215fad;
    border-radius: #215fad;
    opacity: 1;
    left: 0;
    right: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    margin-bottom: 20px;
    display: block;
  }
  .navbar-toggler span:nth-child(1) {
    top: 26.5%;
  }
  .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: 45%;
  }
  .navbar-toggler span:nth-child(4) {
    top: 65.5%;
  }
  .navbar-toggler.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .navbar-toggler.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
.affix {
  background-color: #fff;
  padding: 0;
  z-index: 999;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

#banner {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1100px) {
  #banner {
    height: 700px;
  }
}
@media (min-width: 760px) and (max-width: 991px) {
  #banner {
    height: 600px;
  }
}
@media (max-width: 1399.98px) {
  #banner .banner-img img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1.73/1;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  #banner .banner-img img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 799px) and (max-width: 801px) {
  #banner .banner-img img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#banner .container-fluid {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-40%);
  z-index: 1;
}
@media (max-width: 991.98px) {
  #banner .container-fluid {
    top: 40%;
    transform: translateY(-40%);
  }
}
#banner .banner-heading {
  padding: 8rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #banner .banner-heading {
    padding: 0em;
  }
}
#banner .banner-heading h1 {
  font-weight: 100;
  line-height: 1.12;
  color: #000000;
  font-size: clamp(2em, 3.75vw, 9.375em);
}
@media screen and (max-width: 768px) {
  #banner .banner-heading h1 {
    font-size: 2.2rem;
  }
}
#banner .banner-heading h1 .empower-heading {
  background: linear-gradient(91.1deg, #001DC5 22.79%, #FF002F 32.83%, #B90022 44.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#banner .banner-heading p {
  color: #000000;
  font-size: clamp(1em, 0.9375vw, 2.25em);
  margin-bottom: 2em;
}
#banner .banner-heading p .text {
  color: #bf1b39;
  text-decoration: underline;
  text-underline-offset: 5px;
}
#banner .banner-heading .btn {
  background: linear-gradient(112.55deg, #3B0008 15.76%, #BC0000 51.48%, #546DFF 87.61%);
  border-radius: 30px;
  color: #ffffff;
  line-height: 24px;
  padding: 10px 30px;
  gap: 16px;
  border: none;
  transition: 0.5s all ease-in-out;
}
#banner .banner-heading .btn:hover {
  background: linear-gradient(112.55deg, #BC0000 20%, #3B0008 80%, #546DFF 100%);
}
@media screen and (max-width: 768px) {
  #banner .banner-heading .btn {
    padding: 6px 15px;
  }
}
#banner .banner-card {
  max-width: 775px;
  height: 500px;
  margin: auto;
  border: 1px solid #861657;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  #banner .banner-card {
    margin-top: 3em;
    height: 325px;
  }
}
@media (min-width: 2000px) and (max-width: 2561px) {
  #banner .banner-card {
    max-width: 1045px;
    height: 835px;
  }
}
#banner .banner-card img {
  width: 100%;
  height: 100%;
}
#banner p {
  color: #ffffff;
  width: 60%;
  text-align: center;
  margin: auto;
}
@media (min-width: 769px) and (max-width: 991px) {
  #banner p {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #banner p {
    width: 100%;
  }
}
#banner .banner-bg {
  width: 100%;
  position: absolute;
  bottom: -20px;
}
@media (min-width: 1600px) and (max-width: 1680px) {
  #banner .banner-bg {
    bottom: 0px;
  }
}
@media (min-width: 2000px) and (max-width: 2561px) {
  #banner .banner-bg {
    display: flex;
    justify-content: center;
  }
}
#banner .para {
  margin-top: 1.5em;
}

#globalCapabilities {
  position: relative;
  overflow: hidden;
  max-height: 100%;
  padding: 5em 0 2.5em;
}
#globalCapabilities .section-heading {
  margin-bottom: 0em;
}
#globalCapabilities .section-heading .heading {
  font-size: 1em;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #globalCapabilities .section-heading .heading {
    font-size: 0.9em;
  }
}
#globalCapabilities .section-heading .head {
  letter-spacing: -0.827586px;
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 0.6em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #globalCapabilities .section-heading .head {
    font-size: 29px;
    line-height: 34px;
  }
}
#globalCapabilities .section-heading .para {
  margin-bottom: 2em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #globalCapabilities .section-heading .para {
    font-size: 0.8em;
  }
}
#globalCapabilities .section-heading .card {
  background: linear-gradient(180deg, #526bfd 0%, #bf1b39 100%);
  box-shadow: 0px -1px 0px #2642ff;
  border-radius: 5px;
  padding: 2em 1em;
}
#globalCapabilities .section-heading .card .card-title {
  color: #ffffff;
}
#globalCapabilities .section-heading .card .card-text {
  color: #ffffff;
}
#globalCapabilities .section-heading .description {
  font-size: 1em;
  font-weight: 300;
}
#globalCapabilities .count-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 4em;
}
#globalCapabilities .count-list h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3.5em;
  white-space: nowrap;
  color: #f9f9f9;
  -text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.75px;
  -webkit-text-stroke-color: #ffffff;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: -2px;
}
@media (max-width: 768px) {
  #globalCapabilities .count-list h3 {
    font-size: 2.5em;
  }
}
#globalCapabilities .count-list img {
  margin-bottom: 10px;
}
#globalCapabilities .count-list p {
  color: #f24a55;
  margin-top: 0px;
}
#globalCapabilities .caption-title {
  line-height: 1.5;
  font-weight: 300;
}
#globalCapabilities .featured {
  margin-top: 2em;
}
#globalCapabilities .featured h5 {
  font-size: 1em;
  margin-bottom: 10px;
  color: #7c8087;
}
#globalCapabilities .featured ul li {
  height: 50px;
  display: flex;
  align-items: center;
}
#globalCapabilities .slick-dots {
  margin-left: 20px;
}
#globalCapabilities .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
#globalCapabilities .slick-dots button {
  border: none !important;
  height: 10px;
  width: 10px;
  padding: 0;
  font-size: 0;
}
#globalCapabilities .slick-dots .slick-active button {
  background-color: #f24a55 !important;
}
#globalCapabilities .each-review {
  background: #f9f9f9;
  box-shadow: 0 0 0 10px 0 rgba(0, 0, 0, 0.87);
  border-radius: 8px;
  padding: 40px 30px;
  margin: 1em 1em 0.5em;
}
#globalCapabilities .each-review .logo {
  margin-bottom: 25px;
}
#globalCapabilities .each-review .logo img {
  width: 200px;
}
#globalCapabilities .each-review .icon-block {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 20px;
}
#globalCapabilities .each-review .icon-block .text p {
  color: #18191f;
  font-weight: 300;
  line-height: 1.75;
}
#globalCapabilities .each-review .icon-block .des {
  margin-top: 30px;
}
#globalCapabilities .each-review .icon-block .des h5 {
  font-size: 1.2em;
}
#globalCapabilities .each-review .icon-block .des p {
  color: #969bab;
  font-size: 0.9em;
}

@media (min-width: 0px) and (max-width: 576px) {
  #happy-customers {
    padding-top: 0em;
    padding-bottom: 2em;
  }
  #happy-customers .caption-title {
    font-size: 1.5em;
  }
  #happy-customers .heading {
    font-size: 1.5em !important;
    margin: 1em 0em 0em 3em;
  }
  #happy-customers .heading:after {
    left: -25px !important;
    width: 40px !important;
    height: 40px !important;
  }
  #happy-customers .count-list {
    margin-top: 2em;
    text-align: center;
  }
  #happy-customers .count-list li {
    margin: 1em 0.5em;
  }
  #happy-customers .count-list li h3 {
    margin-bottom: 10px;
  }
  #happy-customers .each-review {
    margin: 1em 0.5em 0;
    padding: 20px;
  }
  #happy-customers .each-review .icon-block {
    grid-template-columns: 15px auto;
    gap: 10px;
  }
  #happy-customers .each-review .icon-block .des {
    margin-top: 20px;
  }
}
#trusted-clients {
  padding: 2em 0 5em;
  margin-top: 3em;
}
#trusted-clients .section-heading {
  margin-bottom: 1em;
  text-align: center;
}
#trusted-clients .section-heading .heading {
  font-size: clamp(1.5em, 1.41vw, 2.5em);
  font-weight: 400;
  opacity: 0.8;
  color: #1B2459;
}
#trusted-clients .each-client {
  text-align: center;
  margin: 0 auto;
}
#trusted-clients .each-client img {
  text-align: center;
  width: 100%;
}
#trusted-clients .clients-list {
  gap: 3em;
}
#trusted-clients .clients-list li:nth-child(1) img {
  width: 130px;
  height: 43px;
  aspect-ratio: 3/1;
}
#trusted-clients .clients-list li:nth-child(2) img {
  width: 150px;
  height: 43px;
  aspect-ratio: 150/43;
}
#trusted-clients .clients-list li:nth-child(3) img {
  width: 162px;
  height: 43px;
  aspect-ratio: 162/43;
}
#trusted-clients .clients-list li:nth-child(4) img {
  width: 142px;
  height: 43px;
  aspect-ratio: 142/43;
}
#trusted-clients .clients-list li:nth-child(5) img {
  width: 166px;
  height: 43px;
  aspect-ratio: 166/43;
}
#trusted-clients .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
#trusted-clients .slick-slide .each-client img {
  width: 150px;
  height: 43px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  #trusted-clients {
    margin-right: 0px;
    margin-left: 0px;
  }
  #trusted-clients .slick-slider {
    margin: 0 -10px;
  }
}
#trusted-clients .slick-prev, #trusted-clients .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -40%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -45%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
@media (max-width: 991.98px) {
  #trusted-clients .slick-prev, #trusted-clients .slick-next {
    top: inherit;
    bottom: -45px;
  }
}
#trusted-clients .slick-prev:before, #trusted-clients .slick-next:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#trusted-clients .slick-prev::before {
  content: url(/img/prev-arrow.svg);
}
#trusted-clients .slick-next::before {
  content: url(/img/next-arrow.svg);
}
#trusted-clients .slick-next {
  right: 50px;
}
#trusted-clients .slick-prev {
  right: 100px;
  left: auto;
}
#trusted-clients .slick-dots {
  bottom: -40px;
}
#trusted-clients .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  border: 1px solid #707070;
}
#trusted-clients .slick-dots li.slick-active {
  background-color: #1B2459;
  border: 1px solid #1B2459;
}

#explore {
  padding-top: 4em;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}
#explore .explore-ellipse {
  position: absolute;
  top: -119px;
  left: 0px;
  height: 1000px;
  z-index: -1;
}
#explore .explore-ellipse img {
  width: 100%;
  height: 100%;
}
#explore .explore-ellipse1 {
  position: absolute;
  top: 15%;
  right: 0px;
  height: 600px;
  z-index: -1;
}
#explore .explore-ellipse1 img {
  width: 100%;
  height: 100%;
}
#explore .explore-row {
  width: 100%;
}
@media (min-width: 1900px) {
  #explore .explore-row .explore-heading {
    margin-bottom: 3em;
  }
}
#explore .explore-row .explore-heading h1 {
  color: #1B2459;
  font-weight: 300;
  font-size: clamp(2em, 2.5vw, 6em);
}
#explore .explore-row .explore-heading h1 span {
  background: linear-gradient(159.67deg, #e00b13 -1.61%, #546dff 31.12%, #bf1b39 69.27%), linear-gradient(81deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#explore .explore-row .explore-heading p {
  color: #000000;
}

#case-studies {
  padding: 4em 0;
  background-color: #0D0E12;
}
#case-studies .right-block h6 {
  position: relative;
  margin-bottom: 2em;
  color: #f7f8fa;
  font-size: clamp(1em, 0.833vw, 2em);
}
#case-studies .right-block h6::after {
  content: "";
  position: absolute;
  width: 5%;
  height: 2px;
  background-color: #739df2;
  left: 0;
  bottom: -10px;
}
#case-studies .right-block h3 {
  font-weight: 300;
  margin-bottom: 1em;
  color: #ffffff;
  font-size: clamp(2em, 2.5vw, 6em);
}
#case-studies .right-block h3 span {
  background: linear-gradient(159.67deg, #e00b13 6.39%, #546dff 31.12%, #bf1b39 69.27%), linear-gradient(81deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#case-studies .right-block .para {
  color: #ffffff;
  opacity: 0.7;
  font-size: clamp(1.1em, 0.937vw, 2.25em);
}
#case-studies .right-block p {
  margin-bottom: 2em;
}
#case-studies .right-block .profile img {
  width: 50px;
  height: 60px;
}
#case-studies .right-block .microgen-userprofile {
  display: flex;
  width: 400px;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
@media screen and (max-width: 768px) {
  #case-studies .right-block .microgen-userprofile {
    width: 100%;
  }
}
#case-studies .right-block .microgen-userprofile .content1 p {
  font-size: clamp(1em, 0.833vw, 2em);
  color: #c4c6d1;
  opacity: 0.7;
}
#case-studies .right-block .microgen-userprofile .content1 h5 {
  font-size: clamp(1em, 0.833vw, 2em);
  font-weight: 400;
  color: #ffffff;
}
#case-studies .right-block .microgen-userprofile .content1 small {
  color: #ffffff;
}
#case-studies .left-block .image img {
  aspect-ratio: 577/513;
}

#microgen-health {
  padding: 4em 3em 4em;
}
@media screen and (max-width: 768px) {
  #microgen-health {
    padding: 4em 0 0;
  }
}
#microgen-health .microgenunionimg {
  position: relative;
}
#microgen-health .content {
  padding: 0 0 0 4em;
}
@media screen and (max-width: 768px) {
  #microgen-health .content {
    margin-top: 3em;
    padding: 0 0 0 0em;
  }
}

#ourglobal {
  padding: 4em 0;
}
@media (max-width: 991.98px) {
  #ourglobal {
    padding: 3em 0;
  }
}
#ourglobal .left-block .global-location-address {
  background: linear-gradient(180deg, #526bfd 0%, #bf1b39 100%);
  box-shadow: 0px -1px 0px #2642ff;
  border-radius: 5px;
  padding: 30px 40px;
  transition: all 0.3s ease-in-out;
  max-width: 400px;
  color: #ffffff;
  margin-top: 2em;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #ourglobal .left-block .global-location-address {
    margin-top: 0;
  }
}
#ourglobal .left-block .global-location-address:hover {
  background: linear-gradient(200deg, #526bfd 0%, #bf1b39 100%);
}
#ourglobal .left-block .global-location-address h4 {
  font-size: 1.4em;
  font-weight: 300;
}
#ourglobal .left-block .global-location-address p {
  font-size: 0.9em;
}
#ourglobal .left-block .global-location-address img {
  width: 48px;
  height: 48px;
}
#ourglobal .left-block .block-heading h3 {
  font-size: clamp(2em, 2.5vw, 6em);
  font-weight: 400;
  color: #1B2459;
  margin-bottom: 10px;
}
#ourglobal .left-block .block-heading .des {
  color: #1B2459;
  opacity: 0.8;
  font-weight: 400;
  font-size: clamp(1em, 1vw, 1em);
}
@media (max-width: 575.98px) {
  #ourglobal .left-block .block-heading .des {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #ourglobal .left-block {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  #ourglobal .right-block {
    margin-top: 1em;
  }
}
#ourglobal .right-block .global-map img {
  aspect-ratio: 409/192;
}

#contact-us-section {
  padding: 4em 0 0 0;
}
@media (max-width: 991.98px) {
  #contact-us-section {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #contact-us-section .row {
    align-items: center;
  }
}
#contact-us-section a {
  text-decoration: none;
}
#contact-us-section .left-block .contact-sources .each-item {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  #contact-us-section .left-block .contact-sources .each-item {
    margin-bottom: 2em;
  }
}
#contact-us-section .left-block .contact-sources .each-item .image {
  margin-bottom: 1.25rem;
}
#contact-us-section .left-block .contact-sources .each-item .image img {
  width: 48px;
  height: 49px;
}
#contact-us-section .left-block .contact-sources .each-item .content .heading {
  font-size: clamp(1.5em, 1.875vw, 4.5em);
  margin-bottom: 0.2em;
  font-weight: 400;
  letter-spacing: -0.827586px;
  color: #1B2459;
}
#contact-us-section .left-block .contact-sources .each-item .content p {
  min-height: 50px;
  color: #000000;
  opacity: 0.8;
  font-weight: 400;
}
#contact-us-section .left-block .contact-sources .each-item .content .action-button {
  margin-top: 15px;
  display: flex;
  align-items: center;
  color: #bf1b39;
  font-weight: 500;
  font-size: clamp(1em, 0.937vw, 2.25em);
}
#contact-us-section .left-block .contact-sources .each-item .content .action-button img {
  margin-left: 10px;
  width: 7px;
  height: 13px;
}
#contact-us-section .contact-banner {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #contact-us-section .contact-banner {
    margin-top: 0;
  }
}
#contact-us-section .contact-banner img {
  max-width: 90%;
  margin: 0 0 0 auto;
  display: table;
  aspect-ratio: 314/265;
}

#main-contact_us_subscriber #contactUs {
  padding: 4em 0 0 2.5em;
  background: linear-gradient(180deg, #0d0e12 0%, #171d43 39.28%, #1b2459 71.55%, #0d0e12 100%);
}
@media screen and (max-width: 768px) {
  #main-contact_us_subscriber #contactUs {
    padding: 0 0 0;
  }
}
#main-contact_us_subscriber #contactUs .content h1 {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 2em;
}
#main-contact_us_subscriber #contactUs .resources {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.5em;
       column-gap: 3.5em;
}
@media screen and (max-width: 768px) {
  #main-contact_us_subscriber #contactUs .resources {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #main-contact_us_subscriber #contactUs .resources {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #main-contact_us_subscriber #contactUs .resources .resource-card {
    margin-top: 2em;
  }
}
@media screen and (max-width: 576px) {
  #main-contact_us_subscriber #contactUs .resources .resource-card {
    margin-top: 4em;
  }
}
#main-contact_us_subscriber #contactUs .resources .rosources-content {
  height: 20vh;
}
#main-contact_us_subscriber #contactUs .resources .rosources-content .heading {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  margin: 1em 0 0.5em;
}
#main-contact_us_subscriber #contactUs .resources .rosources-content .paraghraph {
  font-size: 16px;
  color: #ffffff;
}
#main-contact_us_subscriber #contactUs .resources .rosources-content .button {
  padding-right: 2px;
}
#main-contact_us_subscriber #contactUs .resources .rosources-content1 {
  height: 20vh;
}
#main-contact_us_subscriber #contactUs .resources .rosources-content1 .heading {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  margin: 1em 0 0.5em;
}
#main-contact_us_subscriber #contactUs .resources .rosources-content1 .paraghraph {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 2em;
}
@media screen and (max-width: 576px) {
  #main-contact_us_subscriber #contactUs .resources .rosources-content1 .paraghraph {
    padding-bottom: 0em;
  }
}
#main-contact_us_subscriber #contactUs .resources .rosources-content1 .button {
  padding-right: 2px;
}
#main-contact_us_subscriber #contactUs .resources .button {
  color: #bf1b39;
  cursor: pointer;
}
#main-contact_us_subscriber #contactUs .contact-banner {
  height: 395px;
}
@media screen and (max-width: 768px) {
  #main-contact_us_subscriber #contactUs .contact-banner {
    height: 200px;
  }
}
#main-contact_us_subscriber #contactUs .contact-banner img {
  max-width: 100%;
}
#main-contact_us_subscriber #subscriber .subscriber-content {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  #main-contact_us_subscriber #subscriber .subscriber-content {
    padding: 2em 0;
  }
}
#main-contact_us_subscriber #subscriber .subscriber-content .content p {
  color: #999999;
  font-size: 13px;
  margin-bottom: 1em;
}
#main-contact_us_subscriber #subscriber .subscriber-content .content h2 {
  color: #ffffff;
  margin-bottom: 1em;
  font-weight: 200;
}
#main-contact_us_subscriber #subscriber .email-address {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
  align-items: center;
}
#main-contact_us_subscriber #subscriber .email-address input {
  background: transparent;
  border: 1px solid #7c8087;
  outline: none;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  width: 380px;
}
#main-contact_us_subscriber #subscriber .email-address .send-icon {
  padding: 9px;
  border: 1px solid #bf1b39;
  cursor: pointer;
}

video {
  max-width: 100%;
}
@media (min-width: 1999.98px) {
  video {
    width: 100%;
  }
}

.volume-control {
  top: auto;
  bottom: 30%;
  right: 3%;
  transform: translateY(30%);
}

#footer-bg {
  background: linear-gradient(180deg, #FFFFFF 0%, #DEE3FF 39.28%, #DEE3FF 73.21%, #FFFFFF 100%);
  background: url(/img/footer-bg.svg);
  background-size: cover;
  padding: 5em 0 0;
}
@media (max-width: 767.98px) {
  #footer-bg {
    padding: 2em 0 0;
  }
}

#footer {
  padding: 4em 0 2em 0;
}
@media (max-width: 767.98px) {
  #footer {
    padding: 2em 0 1em 0;
  }
}
#footer a {
  text-decoration: none;
}
#footer .left-block .logo img {
  max-width: 200px;
  width: 200px;
  height: 42px;
  aspect-ratio: 100/21;
}
@media (max-width: 767.98px) {
  #footer .right-block .footer-nav-links ul {
    justify-content: center !important;
    margin-top: 2em;
  }
}
#footer .right-block .footer-nav-links li:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 575.98px) {
  #footer .right-block .footer-nav-links li:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 320px) {
  #footer .right-block .footer-nav-links li:not(:last-child) {
    margin-right: 10px;
  }
}
#footer .right-block .footer-nav-links li a {
  color: #1B2459;
  font-size: clamp(1em, 0.9375vw, 2.25em);
  transition: all 0.2s ease-in-out;
}
#footer .right-block .footer-nav-links li a:hover {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  #footer .right-block .footer-copyright {
    justify-content: center !important;
  }
}
#footer .right-block .footer-copyright p {
  color: #1B2459;
  font-size: clamp(1em, 1vw, 2em);
  font-weight: 400;
}
#footer .social-links ul {
  gap: 1em;
}
#footer .social-links li a {
  font-size: clamp(1em, 0.998vw, 2.5em);
  color: #1B2459;
}

@media (min-width: 767.98px) {
  .modal-dialog {
    min-width: 550px;
  }
}
.form-control:focus {
  box-shadow: none;
}

.modal .btn {
  background: linear-gradient(112.55deg, #3B0008 15.76%, #BC0000 51.48%, #546DFF 87.61%);
  border-radius: 30px;
  color: #ffffff;
  line-height: 24px;
  padding: 10px 30px;
  gap: 16px;
  border: none;
  transition: 0.5s all ease-in-out;
}
.modal .btn:hover {
  background: linear-gradient(112.55deg, #BC0000 20%, #3B0008 80%, #546DFF 100%);
}
.modal .btn:focus {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .modal .btn {
    padding: 6px 15px;
  }
}
.modal .modal-title {
  color: #1B2459;
}

#ai-driven-technology {
  border-top-left-radius: 10%;
  position: relative;
  overflow: hidden;
  z-index: 300;
  width: 100%;
  background: linear-gradient(184.37deg, #4152b7 3.55%, #0d0e12 96.45%), url(../img/landing-page-imgs/Rectangle.webp), #000000;
  background-blend-mode: normal, soft-light, normal;
  border-radius: 150px 150px 0px 0px;
  height: auto;
  padding-top: 3em;
  max-width: 100%;
  min-height: 500px;
}
@media (max-width: 991.98px) {
  #ai-driven-technology {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 767.98px) {
  #ai-driven-technology .section-heading {
    margin-top: 1em;
  }
}
#ai-driven-technology .section-heading .heading {
  font-size: 2em;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 20px;
}
#ai-driven-technology .section-heading .heading span {
  padding: 2px 15px;
  display: inline-block;
  margin-right: 10px;
  background: radial-gradient(100% 891.2% at 100% 0%, #bf1b39 0%, #3357aa 100%);
  border-radius: 10px;
  line-height: 1.2;
}
#ai-driven-technology .section-heading .des {
  font-size: 18px;
  color: #ffffff;
  font-weight: 200;
  margin-bottom: 20px;
}
#ai-driven-technology .section-heading .des span {
  background: linear-gradient(124.21deg, rgba(255, 0, 0, 0.8) 6.71%, rgba(84, 109, 255, 0.8) 65.5%), #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#ai-driven-technology .section-heading .caption {
  max-width: 65%;
  margin: 0 auto;
  font-weight: 200;
}
@media (max-width: 767.98px) {
  #ai-driven-technology .each-feature {
    margin-bottom: 2em;
  }
}
#ai-driven-technology .each-feature img {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
}
#ai-driven-technology .each-feature h3 {
  font-weight: 300;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}
#ai-driven-technology .aidriven-cards {
  overflow: visible;
  z-index: 1;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
#ai-driven-technology .aidriven-cards .card {
  position: relative;
  width: 25rem;
  transform: translateY(193px);
  z-index: -1;
  transition: all 0.5s linear;
}
@media (max-width: 575.98px) {
  #ai-driven-technology .aidriven-cards .card {
    width: 15em !important;
  }
}
#ai-driven-technology .aidriven-cards .card:hover {
  transition: all 0.5s linear;
  transform: translateY(90px);
}
#ai-driven-technology .aidriven-cards .card:hover img {
  aspect-ratio: 398/561;
}
#ai-driven-technology .aidriven-cards .card:hover img:nth-child(2) {
  transform: rotate(-8deg) translateX(-10px);
  transition: all 1s linear;
}
#ai-driven-technology .aidriven-cards .card:hover img:nth-child(3) {
  transform: rotate(-15deg) translateX(-20px);
  transition: all 1.4s linear;
}
#ai-driven-technology .aidriven-cards .card img:nth-child(1) {
  z-index: 9;
}
#ai-driven-technology .aidriven-cards .card img:nth-child(2) {
  position: absolute;
  z-index: 8;
}
#ai-driven-technology .aidriven-cards .card img:nth-child(3) {
  position: absolute;
  z-index: 7;
}
#ai-driven-technology .bg-ellipse3 {
  position: absolute;
  width: 733px;
  height: 488px;
  bottom: 0;
  left: 0;
}
#ai-driven-technology .bg-ellipse3 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 733/488;
}
@media (min-width: 578px) and (max-width: 601px) {
  #ai-driven-technology .bg-ellipse3 {
    position: absolute;
    width: 600px;
    height: 488px;
  }
}
#ai-driven-technology .bg-ellipse4 {
  position: absolute;
  width: 500px;
  height: 488px;
  bottom: 10%;
  left: 34%;
}
#ai-driven-technology .bg-ellipse4 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 125/122;
}
@media (min-width: 578px) and (max-width: 601px) {
  #ai-driven-technology .bg-ellipse4 {
    position: absolute;
    width: 395px;
  }
}
#ai-driven-technology .bg-ellipse5 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
#ai-driven-technology .bg-ellipse5 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 217/54;
}
#ai-driven-technology .bg-ellipse6 {
  position: absolute;
  width: 400px;
  top: 0;
  left: 0;
}
#ai-driven-technology .bg-ellipse6 img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 150px;
  aspect-ratio: 50/61;
}
#ai-driven-technology .bg-ellipse7 {
  position: absolute;
  width: 300px;
  top: 10%;
  right: 0;
}
#ai-driven-technology .bg-ellipse7 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 25/48;
}

#ourIntegration {
  position: relative;
  padding: 0;
  background: linear-gradient(1.22deg, #00092B 1%, #000D41 49.25%, #000724 100.45%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#ourIntegration .outIntergrationCircle {
  display: none;
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(54deg, #bf1b39, #1b2459);
  margin: auto;
  height: 500px;
  border: 1px solid;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  #ourIntegration .outIntergrationCircle {
    background: none;
    height: auto;
    width: auto;
    border: none;
  }
}
#ourIntegration .outIntergrationCircle .content {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#ourIntegration .outIntergrationCircle::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: rotate(-45deg);
  border: 3px solid;
  width: 550px;
  height: 550px;
  border-color: red red transparent transparent;
}
@media (max-width: 575.98px) {
  #ourIntegration .outIntergrationCircle::before {
    content: none;
  }
}
#ourIntegration .outIntergrationCircle::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: rotate(180deg);
  border: 3px solid;
  width: 525px;
  height: 525px;
  border-color: yellow yellow transparent transparent;
}
@media (max-width: 575.98px) {
  #ourIntegration .outIntergrationCircle::after {
    content: none;
  }
}
#ourIntegration .content h2 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  line-height: 130%;
  font-size: clamp(1.75em, 2.115vw, 5em);
  margin-bottom: 10px;
}
#ourIntegration .content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1em, 1.057vw, 2.55em);
  font-weight: 400;
}
#semicircle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#semicircle #myTab {
  position: relative;
  width: 47vw;
  height: 47vw;
  border-radius: 50%;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
#semicircle #myTab > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4.125vw;
  width: 8.25vw;
  height: 8.25vw;
}
#semicircle #myTab > *:nth-of-type(1) {
  transform: rotate(0deg) translate(-23.5vw) rotate(-90deg);
}
#semicircle #myTab > *:nth-of-type(1) svg {
  transform: rotate(90deg);
}
#semicircle #myTab > *:nth-of-type(2) {
  transform: rotate(25.625deg) translate(-23.5vw) rotate(-90deg);
}
#semicircle #myTab > *:nth-of-type(2) svg {
  transform: rotate(64.375deg);
}
#semicircle #myTab > *:nth-of-type(3) {
  transform: rotate(51.25deg) translate(-23.5vw) rotate(-90deg);
}
#semicircle #myTab > *:nth-of-type(3) svg {
  transform: rotate(38.75deg);
}
#semicircle #myTab > *:nth-of-type(4) {
  transform: rotate(76.875deg) translate(-23.5vw) rotate(-90deg);
}
#semicircle #myTab > *:nth-of-type(4) svg {
  transform: rotate(13.125deg);
}
#semicircle #myTab > *:nth-of-type(5) {
  transform: rotate(102.5deg) translate(-23.5vw) rotate(-90deg);
}
#semicircle #myTab > *:nth-of-type(5) svg {
  transform: rotate(-12.5deg);
}
#semicircle #myTab > *:nth-of-type(6) {
  transform: rotate(128.125deg) translate(-23.5vw) rotate(-90deg);
}
#semicircle #myTab > *:nth-of-type(6) svg {
  transform: rotate(-38.125deg);
}
#semicircle #myTab > *:nth-of-type(7) {
  transform: rotate(153.75deg) translate(-23.5vw) rotate(-90deg);
}
#semicircle #myTab > *:nth-of-type(7) svg {
  transform: rotate(-63.75deg);
}
#semicircle #myTab > *:nth-of-type(8) {
  transform: rotate(179.375deg) translate(-23.5vw) rotate(-90deg);
}
#semicircle #myTab > *:nth-of-type(8) svg {
  transform: rotate(-89.375deg);
}
#semicircle .left-block {
  margin-bottom: -18vw;
  margin-top: 10vh;
  position: relative;
  z-index: 99;
}
#semicircle .left-block .tablinks {
  background: transparent;
  border: none;
  color: black;
  border-radius: 50%;
  font-size: 16px;
  aspect-ratio: 1;
  overflow: show;
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
}
#semicircle .left-block .tablinks svg {
  width: 45%;
  height: 45%;
}
#semicircle .left-block .tablinks.active::after {
  opacity: 1;
}
#semicircle .left-block .tablinks.active svg .blue {
  fill: #ffffff;
}
#semicircle .left-block .tablinks.active svg .stroke-blue {
  stroke: #ffffff;
}
#semicircle .left-block ul .nav-item:after {
  content: "";
  opacity: 0;
  height: calc(100% + 0.65vw);
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  background-image: url("../img/Union.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in-out;
}
#semicircle .left-block ul .nav-item.active:after {
  opacity: 1;
}
@media (max-width: 1100px) {
  #semicircle .left-block ul {
    display: flex;
    gap: 1em;
    overflow-y: auto;
    margin-top: -8em;
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
  }
  #semicircle .left-block ul li {
    position: relative !important;
    bottom: inherit !important;
    left: inherit !important;
    right: inherit !important;
    display: inherit !important;
  }
}
#semicircle .right-block {
  position: absolute;
  text-align: center;
  z-index: 2;
  margin: 10vh auto -18vw;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38vw;
  height: 38vw;
  border-radius: 50vw;
  background: radial-gradient(53.5% 53.5% at 50.03% 53.48%, #E63355 0%, #7B3D83 66.51%, #64499C 100%);
}
#semicircle .right-block svg .blue {
  fill: #ffffff;
}
#semicircle .right-block svg .stroke-blue {
  stroke: #ffffff;
}
#semicircle .right-block .tab-pane h2 {
  color: #546dff;
}
#semicircle .right-block .tab-pane p {
  color: #0d0e12;
}
#semicircle .right-block .tabcontent {
  color: #ffffff;
  margin-bottom: 20vh;
}
#semicircle .right-block .tabcontent .heading {
  color: #ffffff !important;
  font-size: clamp(1.25em, 1.75vw, 4.5em);
  font-weight: 400 !important;
  line-height: 120%;
  margin: 2vh 0 0.5vh;
}
#semicircle .right-block .tabcontent .paraghraph {
  color: #F7F8FA !important;
  font-weight: 400;
  font-size: clamp(1.1em, 1.041vw, 2.5em);
  line-height: 1.5;
  opacity: 0.8;
}
#semicircle .right-block .tabcontent svg {
  width: 4.6vw;
  height: 4.6vw;
}

.processCard {
  position: relative;
  margin-top: -20em;
  z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1999.98px) {
  .processCard {
    margin-top: -25em;
  }
}
@media (min-width: 1999.98px) {
  .processCard {
    margin-top: -30em;
  }
  .processCard img {
    width: 100%;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  .processCard {
    margin-top: -20em;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  .processCard {
    margin-top: -20em;
  }
}
@media (max-width: 991.98px) {
  .processCard {
    margin-top: -11em;
  }
}
.processCard .video-block video {
  background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.252) 0%, rgba(255, 255, 255, 0.2072) 100%);
  -webkit-backdrop-filter: blur(74px);
          backdrop-filter: blur(74px);
  border-radius: 40px;
}
.processCard .video-block .video-js {
  background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.252) 0%, rgba(255, 255, 255, 0.2072) 100%);
  -webkit-backdrop-filter: blur(74px);
          backdrop-filter: blur(74px);
  border-radius: 40px;
}
.processCard .img {
  box-shadow: 0px 4px 20px #CFDEFF;
  border-radius: 46px;
  background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.252) 0%, rgba(255, 255, 255, 0.2072) 100%);
  -webkit-backdrop-filter: blur(74px);
          backdrop-filter: blur(74px);
  border-radius: 40px;
}
.processCard .img svg {
  background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.252) 0%, rgba(255, 255, 255, 0.2072) 100%);
  -webkit-backdrop-filter: blur(74px);
          backdrop-filter: blur(74px);
  border-radius: 46px;
}

#expert-support {
  position: relative;
  padding: 8em 0;
}
@media (max-width: 991.98px) {
  #expert-support {
    padding: 3em 0;
  }
}
#expert-support .bg-dots {
  position: relative;
}
#expert-support .bg-dots img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: -5em;
  left: 2em;
  width: 92%;
  aspect-ratio: 1306/617;
}
#expert-support .section-heading h1 {
  font-size: clamp(2em, 2.5vw, 6em);
  font-weight: 400;
  color: #1B2459;
  margin-bottom: 10px;
}
#expert-support .section-heading .des {
  margin-bottom: 2em;
  color: #1B2459;
  font-size: clamp(1em, 0.937vw, 2.25em);
  opacity: 0.8;
}
#expert-support .section-heading ul li {
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
}
#expert-support .section-heading ul li p {
  font-size: clamp(1em, 1.041vw, 2.5em);
  font-weight: 400;
  color: #1B2459;
}
#expert-support .section-heading ul li .icon img {
  width: 24px;
  height: 25px;
}
#expert-support .img img {
  aspect-ratio: 818/493;
}/*# sourceMappingURL=components.css.map */