@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}

figure {
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #727272;
}

::-webkit-scrollbar {
  display: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
  line-height: normal;
}

@media screen and (min-width: 992px) {
  .hero_gradient_wrapper {
    background: linear-gradient(213deg, #eff0fa 24.48%, #fff 80.32%);
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

.title_72 {
  color: #04163e;
  font-size: 72px;
  line-height: 120%;
  /* 86.4px */
  letter-spacing: -2.16px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .title_72 {
    font-size: 40px;
  }
}

.title_40 {
  color: #0c255b;
  font-size: 40px;
  line-height: 120%;
  /* 48px */
  letter-spacing: -0.4px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .title_40 {
    font-size: 28px;
  }
}

h3 {
  color: #000;
  font-size: 24px;
  line-height: 130%;
  /* 31.2px */
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  color: #000;
  font-size: 20px;
  line-height: 120%;
  /* 24px */
  letter-spacing: -0.2px;
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 17.6px */
}

p {
  color: #69738b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.tag {
  height: 20px;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px;
}

.tag::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 20px;
  background: url("../../assets/img/icons/tag-line.svg") no-repeat center center;
  background-size: contain;
}

.tag span {
  color: #6d7c9d;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 19.8px */
  letter-spacing: 0.36px;
}

.tag .first {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tag .second {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tag:hover .first {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.tag:hover .second {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.tag-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 0 10px;
  margin: 0 auto 32px;
}

.tag-center::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: url("../../assets/img/icons/tag-line.svg") no-repeat center center;
  background-size: contain;
}

.tag-center span {
  color: #6d7c9d;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}

.tag-center .first {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tag-center .second {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  position: absolute;
  width: 100%;
  left: 0;
  top: 20px;
}

.tag-center:hover .first {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.tag-center:hover .second {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.desktop_img {
  display: block;
}

@media screen and (max-width: 767px) {
  .desktop_img {
    display: none;
  }
}

.mobile_img {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile_img {
    display: block;
  }
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1312px;
  }
}

.navbar__wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1024;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar__wrapper.scrolled .primary__navbar {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 992px) {
  .navbar__wrapper.scrolled .primary__navbar {
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
}

.navbar__wrapper .primary__navbar {
  background: #fff;
  -webkit-box-shadow: 0 0 32px 0 rgba(1, 59, 42, 0.08);
  box-shadow: 0 0 32px 0 rgba(1, 59, 42, 0.08);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .navbar__wrapper .primary__navbar {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar__wrapper .primary__navbar .navbar_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .navbar__wrapper .primary__navbar .navbar_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 14px 0;
  }
}

.navbar__wrapper .primary__navbar .navbar_flex .navbar_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__wrapper .primary__navbar .navbar_flex .navbar_brand .brand {
  display: block;
}

.navbar__wrapper .primary__navbar .navbar_flex .navbar_brand .brand img {
  width: 134px;
  height: 52px;
}

@media screen and (max-width: 767px) {
  .navbar__wrapper .primary__navbar .navbar_flex .navbar_brand .brand img {
    width: 104px;
    height: 40px;
  }
}

.navbar__wrapper .primary__navbar .navbar_flex .navbar_brand .btnHumbuger {
  position: relative;
  width: 48px;
  height: 48px;
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar__wrapper .primary__navbar .navbar_flex .navbar_brand .btnHumbuger {
    display: block;
  }
}

.navbar__wrapper .primary__navbar .navbar_flex .navbar_brand .btnHumbuger::before {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("../../assets/img/icons/humbuger.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.navbar__wrapper .primary__navbar .navbar_flex .navbar_brand .btnHumbuger.close::before {
  background-image: url("../../assets/img/icons/x.svg");
}

.navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap {
    position: absolute;
    left: -130%;
    top: 63px;
    width: 100vw;
    height: calc(100dvh - 63px);
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    background: #fff;
    padding: 0 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    z-index: 1024;
  }
}

.navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap .navbar_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-inline: auto;
}

@media screen and (max-width: 991px) {
  .navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap .navbar_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    padding-top: 3.5rem;
  }
}

.navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap .navbar_list li {
  margin: 0 0 0 0;
}

@media screen and (max-width: 991px) {
  .navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap .navbar_list li {
    margin: 0 0 24px 0;
    width: 100%;
  }
}

.navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap .navbar_list li:last-child {
  margin-right: 0;
}

.navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap .navbar_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 991px) {
  .navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap .navbar_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
  }
}

@media screen and (max-width: 991px) {
  .navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap .navbar_right li {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap .navbar_right li .btnOrange {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap.show {
  left: -36px;
}

@media screen and (max-width: 767px) {
  .navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap.show {
    left: -12px;
  }
}

.navbar__wrapper .nav_link {
  padding: 8px 16px;
}

@media screen and (max-width: 991px) {
  .navbar__wrapper .nav_link {
    width: 100%;
  }
}

.navbar__wrapper .nav_link span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.navbar__wrapper .nav_link.external {
  padding-right: 24px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .navbar__wrapper .nav_link.external {
    display: inline-block;
    width: 100%;
  }
}

.navbar__wrapper .nav_link.external::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/icons/arrow-up.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar__wrapper .nav_link:hover span {
  color: #0032a0;
}

.navbar__wrapper .nav_link:hover.external::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/home/arrow-blue.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer {
  background: #fff;
  padding-block: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer {
    padding-block: 40px 40px;
  }
}

footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 262px;
  background-image: url("../../assets/img/footer/footer-bg.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  max-height: 262px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  footer::after {
    height: 110px;
  }
}

footer .container {
  position: relative;
  z-index: 10;
  padding-bottom: 162px;
}

@media screen and (max-width: 767px) {
  footer .container {
    padding-bottom: 54px;
  }
}

footer h5 {
  color: #020c22;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

footer .footer_content_wrap {
  padding-block: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 10;
}

footer .footer_content_wrap .footer_logo {
  width: 150px;
  height: 58px;
  display: block;
}

@media screen and (max-width: 767px) {
  footer .footer_content_wrap .headquarters {
    padding-bottom: 24px;
  }
}

footer .footer_content_wrap .headquarters p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

footer .footer_content_wrap .footer_list_wrap {
  padding-top: 32px;
}

footer .footer_content_wrap .footer_list_wrap ul {
  list-style: none;
  margin: 0;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

footer .footer_content_wrap .footer_list_wrap ul li.external {
  padding-right: 24px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer .footer_content_wrap .footer_list_wrap ul li.external::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/icons/arrow-up.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer .footer_content_wrap .footer_list_wrap ul li a {
  color: #020c22;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

footer .footer_content_wrap .footer_list_wrap ul li:hover a {
  color: #0032a0;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
}

footer .footer_content_wrap .footer_list_wrap ul li:hover.external::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/home/arrow-blue.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #e0c8bc;
}

@media screen and (max-width: 767px) {
  footer .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
}

footer .footer_bottom .privacy_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  footer .footer_bottom .privacy_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

footer .footer_bottom .privacy_content_wrap p {
  color: #7f8081;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

footer .footer_bottom .social_icon_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

footer .footer_bottom .social_icon_wrap ul li a {
  display: inline-block;
  width: 26px;
  height: 26px;
}

.btnOrange {
  border-radius: 32px;
  background: #f16523;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btnOrange::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40.4%, #0032a0), color-stop(59.52%, #fe5200));
  background: linear-gradient(180deg, #0032a0 40.4%, #fe5200 59.52%);
  clip-path: circle(0% at 50% 100%);
  -webkit-clip-path: circle(0% at 50% 100%);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.btnOrange span {
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.btnOrange:hover::before {
  clip-path: circle(150% at 50% 100%);
  -webkit-clip-path: circle(150% at 50% 100%);
}

.btnOrange.btnBorderOrange {
  border: 1px solid #f26522;
  background: #fff7f3;
}

.btnOrange.btnBorderOrange span {
  color: #131313;
}

.btnOrange.btnBorderGray {
  border: 1px solid #bcb6b5;
  background: #fff;
}

.btnOrange.btnBorderGray span {
  color: #121010;
  font-size: 1.125rem;
  font-weight: 400;
}

.btnBorderDark {
  border-radius: 100px;
  border: 1px solid #0E0F4C;
  padding: 10px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnBorderDark span {
  color: #0E0F4C;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnBorderDark img {
  height: 20px;
  width: auto;
}

.btnBorderDark:hover {
  background-color: #EFF0FA;
}

.banner_section {
  padding-top: 100px;
  position: relative;
  overflow: clip;
}

.banner_section .banner_content_wrap {
  position: relative;
  padding: 158px 0;
  overflow: visible;
}

.banner_section .banner_content_wrap::before {
  content: "";
  position: absolute;
  top: -20px;
  width: 851px;
  height: 770px;
  border-radius: 0 0 180px 0;
  max-height: 684px;
  z-index: 1;
  display: none;
}

@media screen and (min-width: 992px) {
  .banner_section .banner_content_wrap::before {
    display: block;
    background-image: url("../../assets/img/home/banner/bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 1199px) {
  .banner_section .banner_content_wrap::before {
    width: 70%;
  }
}

.banner_section .banner_content_wrap .content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-bottom: 56px;
  margin-top: 32px;
}

@media screen and (max-width: 991px) {
  .banner_section .banner_content_wrap {
    padding: 60px 20px;
  }
}

.banner_section .tag {
  position: relative;
  z-index: 2;
}

.banner_section .ctas {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 575px) {
  .banner_section .ctas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .banner_section .ctas .btnOrange,
  .banner_section .ctas .btnBorderDark {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.banner_section .banner_desc {
  color: #0e0f4c;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  margin-top: 16px;
  margin-bottom: 0;
  max-width: 472px;
}

.banner_section .video_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 852px;
  height: 615px;
  padding: 12px;
  border-radius: 64px;
  border: 1px solid #ebebfd;
  background: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(219, 219, 238, 0.4);
  box-shadow: 0 0 24px 0 rgba(219, 219, 238, 0.4);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: auto;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .banner_section .video_container {
    position: relative;
    width: 125vw;
    margin-left: calc(-50vw + 50% - 12.5vw);
    height: auto;
    aspect-ratio: 852/615;
    -webkit-transform: none;
    transform: none;
    top: auto;
    margin-top: 40px;
    right: auto;
    left: 68px;
    border-radius: 40px;
    padding: 8px;
  }
}

.banner_section .video_container video {
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 52px;
}

@media screen and (max-width: 991px) {
  .banner_section .video_container video {
    border-radius: 40px;
  }
}

.banner_section .video_container .video_gradient {
  position: absolute;
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  border-radius: 52px;
}

@media screen and (max-width: 991px) {
  .banner_section .video_container .video_gradient {
    border-radius: 40px;
  }
}

.what_we_do_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 64px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.19%, #ebebfa), color-stop(-0.19%, #fff), color-stop(43.09%, #ebebfa), color-stop(98.4%, #fff));
  background: linear-gradient(180deg, #ebebfa -0.19%, #fff -0.19%, #ebebfa 43.09%, #fff 98.4%);
}

@media screen and (max-width: 991px) {
  .what_we_do_section {
    padding: 60px 20px;
  }
}

.what_we_do_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(219, 219, 238, 0.4);
  box-shadow: 0 0 24px 0 rgba(219, 219, 238, 0.4);
  width: 100%;
}

.what_we_do_card .card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 32px;
  background: radial-gradient(102.43% 133.3% at 84.34% -36.86%, #f0f1fb 0%, #fff 69.7%, #f0f1fb 100%);
  -webkit-box-shadow: 0 0 24px 0 rgba(219, 219, 238, 0.4);
  box-shadow: 0 0 24px 0 rgba(219, 219, 238, 0.4);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .what_we_do_card .card_inner {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .what_we_do_card .card_inner .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}

.what_we_do_card .card_inner .category_cards_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  margin: 56px 0;
}

@media screen and (max-width: 1199px) {
  .what_we_do_card .card_inner .category_cards_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .what_we_do_card .card_inner .category_cards_row {
    margin: 32px 0;
    gap: 16px;
  }
}

.what_we_do_card .card_inner .category_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 8px 20px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0 4px 9px 0 rgba(237, 238, 250, 0.6);
  box-shadow: 0 4px 9px 0 rgba(237, 238, 250, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1199px) {
  .what_we_do_card .card_inner .category_card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(33.33% - 20px);
    flex: 1 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .what_we_do_card .card_inner .category_card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    gap: 16px;
  }
}

.what_we_do_card .card_inner .category_card .card_img {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .what_we_do_card .card_inner .category_card .card_img {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.what_we_do_card .card_inner .category_card .card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.what_we_do_card .card_inner .category_card .card_title {
  color: #04163e;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .what_we_do_card .card_inner .category_card .card_title {
    text-align: left;
    font-size: 18px;
  }
}

.what_we_do_card .card_inner .card_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 56px;
}

@media screen and (max-width: 1100px) {
  .what_we_do_card .card_inner .card_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
  }
}

.what_we_do_card .card_inner .footer_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.what_we_do_card .card_inner .footer_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  border-radius: 52px;
  border: 0.5px solid rgba(0, 50, 160, 0.1);
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)), #e5edff;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), #e5edff;
  backdrop-filter: blur(10px);
}

.what_we_do_card .card_inner .footer_tag img {
  width: 20px;
  height: 20px;
}

.what_we_do_card .card_inner .footer_tag span {
  color: #0e0f4c;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.what_we_do_card .card_inner .redirect_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  border-radius: 100px;
  border: 1px solid #0e0f4c;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.what_we_do_card .card_inner .redirect_link span {
  color: #0e0f4c;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 4px;
}

.what_we_do_card .card_inner .redirect_link img {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.what_we_do_card .card_inner .redirect_link:hover {
  background: #EFF0FA;
}

.what_we_do_card .card_inner .redirect_link:hover span {
  color: #0E0F4C;
}

.padding_64 {
  padding-left: 64px;
  padding-right: 64px;
}

@media screen and (max-width: 991px) {
  .padding_64 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.certifications_section {
  padding: 80px 0;
  text-align: center;
  background: #fff;
}

.certifications_section .title_40.center {
  margin-bottom: 56px;
}

.certifications_section .swiper_wrapper {
  position: relative;
  margin-bottom: 56px;
  overflow: hidden;
}

.certifications_section .swiper_wrapper::before,
.certifications_section .swiper_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  z-index: 5;
  pointer-events: none;
}

.certifications_section .swiper_wrapper::before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(-21.37%, rgba(255, 255, 255, 0)), color-stop(89.92%, #FFF));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) -21.37%, #FFF 89.92%);
}

.certifications_section .swiper_wrapper::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-21.37%, rgba(255, 255, 255, 0)), color-stop(89.92%, #FFF));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -21.37%, #FFF 89.92%);
}

@media screen and (max-width: 767px) {

  .certifications_section .swiper_wrapper::before,
  .certifications_section .swiper_wrapper::after {
    display: none;
  }
}

.certifications_section .certificationsSwiper {
  padding: 0;
}

.certifications_section .cert_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.certifications_section .cert_card .cert_img {
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}

.certifications_section .cert_card .cert_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.certifications_section .cert_card .cert_title {
  color: #090e18;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.36px;
  margin-bottom: 8px;
}

.certifications_section .cert_card .cert_number {
  color: #0032a0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}

.certifications_section .swiper-slide-active .cert_card,
.certifications_section .swiper-slide-next .cert_card,
.certifications_section .swiper-slide-prev .cert_card {
  opacity: 1;
}

.certifications_section .swiper_nav_wrapper .cert-prev,
.certifications_section .swiper_nav_wrapper .cert-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  margin: 0;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.certifications_section .swiper_nav_wrapper .cert-prev img,
.certifications_section .swiper_nav_wrapper .cert-next img {
  width: 100%;
  height: 100%;
}

.certifications_section .swiper_nav_wrapper .cert-prev::after,
.certifications_section .swiper_nav_wrapper .cert-next::after {
  display: none;
}

.certifications_section .swiper_nav_wrapper .cert-prev:hover,
.certifications_section .swiper_nav_wrapper .cert-next:hover {
  opacity: 0.8;
}

.certifications_section .swiper_nav_wrapper .cert-prev {
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.certifications_section .swiper_nav_wrapper .cert-next {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .certifications_section .swiper_nav_wrapper .cert-prev {
    left: 0;
  }

  .certifications_section .swiper_nav_wrapper .cert-next {
    right: 0;
  }
}

.certifications_section .footer_link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.certifications_section .footer_link_wrap .redirect_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #0e0f4c;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.certifications_section .footer_link_wrap .redirect_link span {
  color: #0e0f4c;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}

.certifications_section .footer_link_wrap .redirect_link img {
  width: 24px;
  height: 24px;
}

.certifications_section .footer_link_wrap .redirect_link:hover {
  background: #EFF0FA;
}

.certifications_section .footer_link_wrap .redirect_link:hover span {
  color: #0E0F4C;
}

@media screen and (max-width: 767px) {
  .certifications_section {
    padding: 60px 0;
  }

  .certifications_section .title_40.center {
    margin-bottom: 32px;
  }
}

.industries_section {
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
}

.industries_section .flex_wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 56px;
}

.industries_section .flex_wrap h2 {
  max-width: 600px;
}

.industries_section .flex_wrap .ind_header_right {
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 24px;
}

.industries_section .flex_wrap .ind_header_right p {
  text-align: right;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .industries_section .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .industries_section .flex_wrap .ind_header_right {
    max-width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 24px;
  }

  .industries_section .flex_wrap .ind_header_right p {
    text-align: left;
  }
}

.industries_section .ind_nav_wrapper .ind-prev,
.industries_section .ind_nav_wrapper .ind-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  margin: 0;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.industries_section .ind_nav_wrapper .ind-prev img,
.industries_section .ind_nav_wrapper .ind-next img {
  width: 100%;
  height: 100%;
}

.industries_section .ind_nav_wrapper .ind-prev::after,
.industries_section .ind_nav_wrapper .ind-next::after {
  display: none;
}

.industries_section .ind_nav_wrapper .ind-prev:hover,
.industries_section .ind_nav_wrapper .ind-next:hover {
  opacity: 0.8;
  scale: 1.05;
}

.industries_section .ind_nav_wrapper .ind-prev {
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.industries_section .ind_nav_wrapper .ind-next {
  right: 20px;
}

@media screen and (max-width: 1200px) {
  .industries_section .ind_nav_wrapper .ind-prev {
    left: 10px;
  }

  .industries_section .ind_nav_wrapper .ind-next {
    right: 10px;
  }
}

.industries_section .ind_swiper_wrapper {
  position: relative;
  padding-left: calc((100vw - 1140px) / 2);
}

.industries_section .ind_swiper_wrapper .ind-blur {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 250px;
  z-index: 5;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

.industries_section .ind_swiper_wrapper .ind-blur.left {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(-21.37%, rgba(255, 255, 255, 0)), color-stop(89.92%, #FFF));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) -21.37%, #FFF 89.92%);
}

.industries_section .ind_swiper_wrapper .ind-blur.right {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-21.37%, rgba(255, 255, 255, 0)), color-stop(89.92%, #FFF));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -21.37%, #FFF 89.92%);
}

.industries_section .ind_swiper_wrapper.is-beginning .ind-blur.left {
  opacity: 0;
}

.industries_section .ind_swiper_wrapper.is-end .ind-blur.right {
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .industries_section .ind_swiper_wrapper {
    padding-left: 20px;
  }

  .industries_section .ind_swiper_wrapper .ind-blur {
    width: 100px;
  }
}

.industries_section .industriesSwiper {
  overflow: visible;
}

.industries_section .ind_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  border-radius: 32px;
  background: #FFF;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.11);
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.industries_section .ind_card .ind_img {
  width: 100%;
  height: 240px;
  border-radius: 24px;
  overflow: hidden;
}

.industries_section .ind_card .ind_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.industries_section .ind_card .ind_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 12px 12px;
}

.industries_section .ind_card .ind_content .ind_title {
  color: #0C255B;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.industries_section .ind_card .ind_content .hover_arrow {
  width: 28px;
  height: 28px;
  opacity: 0;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.industries_section .ind_card:hover {
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.industries_section .ind_card:hover .ind_img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.industries_section .ind_card:hover .hover_arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 767px) {
  .industries_section {
    padding: 60px 0;
  }

  .industries_section .ind_card .ind_title {
    font-size: 20px;
  }

  .industries_section .ind_card .ind_img {
    height: 200px;
  }

  .industries_section .ind_swiper_wrapper::after {
    width: 100px;
  }
}

.brochure_modal .modal-dialog {
  max-width: 870px;
  padding: 12px;
}

.brochure_modal .modal-content {
  border-radius: 32px;
  background: #FFF;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.11);
  border: none;
  overflow: hidden;
}

.brochure_modal .modal-body {
  padding: 0;
  border-radius: 32px;
}

.brochure_modal .inner_modal_box {
  padding: 40px;
  border-radius: 28px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(15.26%, #FFF)), radial-gradient(57.86% 89.09% at 51.2% -31.12%, #F0F1FB 0%, #FFF 69.7%, #F0F1FB 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 15.26%), radial-gradient(57.86% 89.09% at 51.2% -31.12%, #F0F1FB 0%, #FFF 69.7%, #F0F1FB 100%);
  position: relative;
}

.brochure_modal .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10;
}

.brochure_modal .modal_title {
  color: #0C255B;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .brochure_modal .modal_title {
    font-size: 28px;
  }
}

.brochure_modal .form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}

.brochure_modal .form_group .form_label {
  color: #7F8081;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.brochure_modal .form_group .form_input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid #7F8081;
  background: #fff;
  color: #1C1C1C;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.brochure_modal .form_group .form_input:focus {
  border-color: #EA5E20;
}

.brochure_modal .form_group .form_input.is-filled:not(:focus) {
  border-color: #1C1C1C;
}

.brochure_modal .form_group:focus-within .form_label {
  color: #EA5E20;
}

.brochure_modal .form_group.is-filled:not(:focus-within) .form_label {
  color: #1C1C1C;
}

.brochure_modal .phone_group .iti {
  width: 100%;
}

.brochure_modal .phone_group .iti .iti__flag-container {
  padding: 1px;
}

.brochure_modal .phone_group .iti input {
  padding-left: 90px !important;
}

.brochure_modal .phone_group .iti .iti__selected-flag {
  background: transparent !important;
  border-radius: 8px 0 0 8px;
  padding-left: 12px;
}

.brochure_modal .phone_group .iti .iti__country-list {
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #E5EDFF;
  z-index: 100;
}

.brochure_modal .textarea_group .form_textarea {
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #7F8081;
  background: #fff;
  color: #1C1C1C;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  outline: none;
  resize: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.brochure_modal .textarea_group .form_textarea::-webkit-input-placeholder {
  color: #CFD3D4;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.brochure_modal .textarea_group .form_textarea::-moz-placeholder {
  color: #CFD3D4;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.brochure_modal .textarea_group .form_textarea:-ms-input-placeholder {
  color: #CFD3D4;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.brochure_modal .textarea_group .form_textarea::-ms-input-placeholder {
  color: #CFD3D4;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.brochure_modal .textarea_group .form_textarea::placeholder {
  color: #CFD3D4;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.brochure_modal .textarea_group .form_textarea:focus {
  border-color: #EA5E20;
}

.brochure_modal .form_footer .btn_cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  border: none;
  color: #0E0F4C;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brochure_modal .form_footer .btn_cancel:hover {
  background: rgba(14, 15, 76, 0.05);
  border-radius: 100px;
}

.brochure_modal .form_footer .btn_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  border: 1px solid #EA5E20;
  background: #EA5E20;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brochure_modal .form_footer .btn_download img {
  width: 20px;
  height: 20px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.brochure_modal .form_footer .btn_download:hover {
  background: transparent;
  color: #EA5E20;
}

.brochure_modal .form_footer .btn_download:hover img {
  -webkit-filter: none;
  filter: none;
}

@media screen and (max-width: 767px) {
  .brochure_modal .inner_modal_box {
    padding: 24px;
  }

  .brochure_modal .form_footer .col-6 {
    width: 100%;
    margin-bottom: 12px;
  }
}

.strategic_sec {
  padding-block: 80px;
}

.strategic_sec p {
  margin: 0;
}

.strategic_sec .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .strategic_sec .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}

.strategic_sec .flex_wrap h2 {
  max-width: 642px;
}

.strategic_sec .flex_wrap p {
  max-width: 538px;
}

.strategic_sec .year_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 56px;
}

@media screen and (max-width: 767px) {
  .strategic_sec .year_wrap {
    padding-block: 32px;
  }
}

.strategic_sec .year_wrap span {
  color: #445b8c;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 22px */
}

.strategic_sec .year_wrap h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 70.4px */
  background: -webkit-gradient(linear, left top, left bottom, from(#2e4578), color-stop(120.71%, #aec2ee));
  background: linear-gradient(180deg, #2e4578 0%, #aec2ee 120.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.strategic_sec .strategic_img_wrap {
  width: 100%;
}

.strategic_sec .strategic_img_wrap img {
  width: 100%;
}

.scale_section {
  padding-block: 80px;
  position: relative;
}

.scale_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/home/scale.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 100%;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .scale_section {
    padding-block: 40px;
  }
}

.scale_section .container {
  position: relative;
  z-index: 10;
}

.scale_section .container h2 {
  max-width: 460px;
}

.scale_section .container p {
  max-width: 440px;
}

.scale_section .container .flex_wrap {
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scale_section .container .scale_cards_wrap {
  padding-top: 56px;
}

.scale_section .container .scale_cards_wrap .scale_card_wrap {
  margin-bottom: 24px;
}

.scale_section .container .scale_cards_wrap .scale_card {
  border-radius: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 12px 0 #f8e6dc;
  box-shadow: 0 0 12px 0 #f8e6dc;
  padding: 12px;
}

.scale_section .container .scale_cards_wrap .scale_card .scale_content {
  padding: 24px;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scale_section .container .scale_cards_wrap .scale_card .scale_content .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.scale_section .container .scale_cards_wrap .scale_card .scale_content .title_wrap h3 {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 70.4px */
  margin: 0;
}

@media screen and (max-width: 767px) {
  .scale_section .container .scale_cards_wrap .scale_card .scale_content .title_wrap h3 {
    font-size: 36px;
  }
}

.scale_section .container .scale_cards_wrap .scale_card .scale_content p {
  color: #04163e;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}

.scale_section .container .scale_cards_wrap .scale_card .scale_content.blue {
  background: linear-gradient(150deg, rgba(246, 248, 251, 0) -21.95%, #ececfa 103.27%), #fff;
}

.scale_section .container .scale_cards_wrap .scale_card .scale_content.blue .title_wrap h3 {
  color: #0032a0;
}

.scale_section .container .scale_cards_wrap .scale_card .scale_content.blue .title_wrap span {
  color: #0032a0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  letter-spacing: -0.2px;
}

@media screen and (max-width: 767px) {
  .scale_section .container .scale_cards_wrap .scale_card .scale_content.blue .title_wrap span {
    font-size: 18px;
  }
}

.scale_section .container .scale_cards_wrap .scale_card .scale_content.orange {
  background: linear-gradient(149deg, rgba(253, 249, 247, 0) 9.28%, #f8eee9 71.56%), #fff;
}

.scale_section .container .scale_cards_wrap .scale_card .scale_content.orange .title_wrap h3 {
  color: #ea5e20;
}

.scale_section .container .scale_cards_wrap .scale_card .scale_content.orange .title_wrap span {
  color: #ea5e20;
}

.compound_section {
  padding-block: 80px;
}

@media screen and (max-width: 767px) {
  .compound_section {
    padding-block: 40px;
  }
}

.compound_section .compound_wrap {
  border-radius: 40px;
  background: #fff;
  -webkit-box-shadow: 0 24px 120px 10px rgba(248, 230, 220, 0.8);
  box-shadow: 0 24px 120px 10px rgba(248, 230, 220, 0.8);
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .compound_section .compound_wrap {
    padding: 24px 16px;
  }
}

.compound_section .compound_wrap .compound_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .compound_section .compound_wrap .compound_content_wrap {
    gap: 12px;
  }
}

.compound_section .compound_wrap .compound_content_wrap .compound_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .compound_section .compound_wrap .compound_content_wrap .compound_title {
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .compound_section .compound_wrap .compound_content_wrap .compound_title p {
    font-size: 14px;
  }
}

.compound_section .compound_wrap .compound_content_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.compound_section .compound_wrap .compound_content_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.compound_section .compound_wrap .compound_content_wrap ul li img {
  height: 24px;
  width: 24px;
}

.compound_section .compound_wrap .compound_content_wrap ul li p {
  color: #0c255b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}

@media screen and (max-width: 767px) {
  .compound_section .compound_wrap .compound_content_wrap ul li p {
    font-size: 14px;
  }
}

.compound_section .compound_wrap .compound_img_wrap {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .compound_section .compound_wrap .compound_img_wrap {
    padding-top: 40px;
  }
}

.compound_section .compound_wrap .compound_img_wrap img {
  width: 100%;
  border-radius: 18px;
  max-height: 496px;
}

@media screen and (max-width: 767px) {
  .compound_section .compound_wrap .compound_img_wrap img {
    min-height: 288px;
  }
}

.compound_section .compound_wrap .compound_img_wrap .img_desc {
  position: absolute;
  bottom: 32px;
  right: 0px;
  border-radius: 24px 0 0 24px;
  background: #fff;
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .compound_section .compound_wrap .compound_img_wrap .img_desc {
    padding: 12px 16px;
    bottom: 16px;
  }
}

.compound_section .compound_wrap .compound_img_wrap .img_desc h3 {
  color: #fe5200;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 46.8px */
}

@media screen and (max-width: 767px) {
  .compound_section .compound_wrap .compound_img_wrap .img_desc h3 {
    font-size: 24px;
  }
}

.compound_section .compound_wrap .compound_img_wrap .img_desc h3 span {
  color: #0032a0;
  leading-trim: both;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
}

@media screen and (max-width: 767px) {
  .compound_section .compound_wrap .compound_img_wrap .img_desc h3 span {
    font-size: 16px;
  }
}

.compound_section .compound_wrap .compound_img_wrap .img_desc p {
  color: #0032a0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

@media screen and (max-width: 767px) {
  .compound_section .compound_wrap .compound_img_wrap .img_desc p {
    font-size: 14px;
  }
}

.responsible_section {
  position: relative;
}

.responsible_section .img_wrap {
  width: 100%;
}

.responsible_section .img_wrap img {
  width: 100%;
}

.responsible_section .container {
  height: 100%;
}

.responsible_section .res_content_wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-block: 80px;
  z-index: 20;
}

.responsible_section .res_content_wrap .res_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.responsible_section .res_content_wrap .res_content h2 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 48px */
  letter-spacing: -0.4px;
  max-width: 562px;
}

.responsible_section .res_content_wrap .res_content p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  max-width: 480px;
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .responsible_section .res_content_wrap .res_content p {
    font-size: 14px;
  }
}

.responsible_section .res_content_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .responsible_section .res_content_wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.responsible_section .res_content_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  border-radius: 52px;
  padding: 12px 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.8);
  background: #e9ebe8;
}

.responsible_section .res_content_wrap ul li img {
  width: 24px;
  height: 24px;
}

.responsible_section .res_content_wrap ul li p {
  color: #2d6400;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  margin: 0;
}

@media screen and (max-width: 767px) {
  .responsible_section .res_content_wrap ul li p {
    font-size: 14px;
  }
}

.map-section {
  padding-block: 80px;
}

.map-section .map-header {
  text-align: center;
  margin-bottom: 56px;
}

.map-section .map-header .title_40 {
  margin-bottom: 16px;
}

.map-section .map-header .desc {
  max-width: 600px;
  margin: 0 auto;
  color: #69738b;
  font-size: 16px;
  line-height: 140%;
}

@media screen and (max-width: 991px) {
  .map-section .map-header {
    text-align: left;
    margin-bottom: 32px;
  }

  .map-section .map-header .tag-center {
    margin-left: 0;
    padding-left: 12px;
    padding-right: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .map-section .map-header .tag-center::after {
    left: 0;
    -webkit-transform: none;
    transform: none;
    top: 0;
  }

  .map-section .map-header .title_40 {
    margin-bottom: 12px;
  }

  .map-section .map-header .desc {
    margin: 0;
  }
}

.map-section .map-desktop {
  display: block;
}

@media screen and (max-width: 575px) {
  .map-section .map-desktop {
    display: none !important;
  }
}

.map-section .map-mobile {
  display: none;
}

@media screen and (max-width: 575px) {
  .map-section .map-mobile {
    display: block !important;
  }
}

.map-section .map-mobile-container {
  position: relative;
  width: 100%;
  line-height: 0;
}

.map-section .map-mobile-container .mob-img {
  width: 100%;
  height: auto;
  display: block;
}

.map-section .map-mobile-container .mob-img:not(.mob-base) {
  position: absolute;
  top: 0;
  left: 0;
}

.map-section .map-mobile-container .mob-base {
  position: relative;
  z-index: 1;
}

.map-section .map-mobile-container .mob-map {
  z-index: 2;
}

.map-section .map-mobile-container .mob-points {
  z-index: 3;
}

.map-section .map-mobile-container .mob-legends {
  z-index: 4;
}

.map-section .map-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.map-section .map-container .map-base {
  display: block;
  width: 100%;
  height: auto;
}

.map-section .map-container .map-pointers-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.map-section .map-container .map-pointer {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.map-section .map-container .map-pointer img {
  cursor: pointer;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  position: relative;
  z-index: 2;
}

.map-section .map-container .map-pointer[style*="headquarters.svg"]::before,
.map-section .map-container .map-pointer[style*="left: 66.5313%"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 50, 160, 0.4);
  border-radius: 50%;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  z-index: 1;
}

.map-section .map-container .map-pointer:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.map-section .map-container .map-pointer:hover .map-tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

.map-section .map-container .map-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  white-space: nowrap;
  pointer-events: none;
}

.map-section .map-container .map-tooltip .tooltip-title {
  color: #707E9B;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  text-transform: uppercase;
}

.map-section .map-container .map-tooltip .tooltip-desc {
  color: #090E18;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
}

.map-section .map-container .map-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.map-section .map-container .map-legends-bar {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .map-section .map-container .map-legends-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    border-radius: 16px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.map-section .map-container .map-legends-bar .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.map-section .map-container .map-legends-bar .legend-item img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}

.map-section .map-container .map-legends-bar .legend-item span {
  color: #445b8c;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .map-section {
    padding-block: 40px;
  }
}

.develop_sec {
  padding: 80px 0 6px 0;
  position: relative;
  background-image: url("../../assets/img/home/develop-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .develop_sec {
    padding: 50px 0 0 0;
    background-image: url("../../assets/img/home/develop-bg-mob.svg");
  }
}

.develop_sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background-image: url("../../assets/img/home/develop-border.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 100%;
  z-index: 30;
}

@media screen and (max-width: 767px) {
  .develop_sec::after {
    background-image: url("../../assets/img/home/develop-border-mob.svg");
    height: 4px;
  }
}

.develop_sec .develop_card {
  padding: 80px 64px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .develop_sec .develop_card {
    padding: 24px;
  }
}

.develop_sec .develop_card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/home/develop-card.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 100%;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .develop_sec .develop_card::after {
    background-image: url("../../assets/img/home/develop-card-mob.svg");
  }
}

.develop_sec .develop_card .develop_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 48px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .develop_sec .develop_card .develop_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.develop_sec .develop_card .develop_content h2 {
  color: #0c255b;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 48px */
  letter-spacing: -0.4px;
  max-width: 660px;
}

@media screen and (max-width: 767px) {
  .develop_sec .develop_card .develop_content h2 {
    font-size: 28px;
  }
}

.develop_sec .develop_card .develop_content p {
  color: #69738b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 400px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .develop_sec .develop_card .develop_content p {
    font-size: 14px;
  }
}

.develop_sec .develop_card .develop_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .develop_sec .develop_card .develop_btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .develop_sec .develop_card .develop_btn_wrap .btnOrange {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}