@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;
}

.hero_gradient_wrapper {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75.65%, #fff 95.63%), linear-gradient(197deg, #eff0fa 33.64%, #fff 46.56%, #e6e6f6 60.33%);
}
@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;
  z-index: 10;
}
.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;
}

.white_tag {
  padding-left: 12px;
  position: relative;
  padding-bottom: 32px;
}
.white_tag::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: #fff;
  left: 0;
  top: 0;
}
.white_tag span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 19.8px */
}

.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;
  }
}

.roller_tag span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.roller_tag span img {
  height: 18px;
  width: 18px;
}
.roller_tag span span {
  color: #0e0f4c;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 19.8px */
  letter-spacing: 0.36px;
}

.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: 16px 0 0 0;
    padding-block: 1rem;
    border-radius: 24px;
    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%);
  }
}
.navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap .navbar_list li {
  margin: 0 0 0 0;
  position: relative;
}
.navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap .navbar_list li::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(-3.15%, rgba(0, 50, 160, 0.1)), color-stop(31.76%, rgba(0, 50, 160, 0.25)), color-stop(65.99%, rgba(234, 94, 32, 0.25)), color-stop(101.61%, rgba(234, 94, 32, 0.1)));
  background: linear-gradient(270deg, rgba(0, 50, 160, 0.1) -3.15%, rgba(0, 50, 160, 0.25) 31.76%, rgba(234, 94, 32, 0.25) 65.99%, rgba(234, 94, 32, 0.1) 101.61%);
}
@media screen and (min-width: 991px) {
  .navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap .navbar_list li::after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap .navbar_list li .nav_link {
    padding-block: 26px;
    display: block;
  }
}
.navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap .navbar_list li .nav_link.external::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .navbar__wrapper .primary__navbar .navbar_flex .navbar_links_wrap .navbar_list li {
    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_list li:last-child::after {
  display: none;
}
.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::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  width: 100%;
  height: 46px;
  background-image: url("../../assets/img/home/develop-border.svg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  footer::before {
    top: -22px;
    background-image: url("../../assets/img/home/develop-border-mob.svg");
    height: 46px;
  }
}
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;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.btnOrange::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20.4%, #0032a0), color-stop(76.52%, #fe5200));
  background: linear-gradient(180deg, #0032a0 20.4%, #fe5200 76.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%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.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.btnBorderOrange:hover span {
  color: #fff;
}
.btnOrange.btnBorderGray {
  border: 1px solid #bcb6b5;
  background: #fff;
}
.btnOrange.btnBorderGray span {
  color: #121010;
  font-size: 1.125rem;
  font-weight: 400;
}
.btnOrange.btnBorderGray:hover span {
  color: #fff;
}

.btnBorderDark,
.redirect_link {
  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;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.btnBorderDark::before,
.redirect_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e0f4c;
  clip-path: circle(0% at 50% 100%);
  -webkit-clip-path: circle(0% at 50% 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.btnBorderDark span,
.redirect_link 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,
.redirect_link img {
  height: 20px;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btnBorderDark:hover::before,
.redirect_link:hover::before {
  clip-path: circle(150% at 50% 100%);
  -webkit-clip-path: circle(150% at 50% 100%);
}
.btnBorderDark:hover img,
.redirect_link:hover img {
  -webkit-filter: invert(100%) sepia(100%) grayscale(100%);
  filter: invert(100%) sepia(100%) grayscale(100%);
}
.btnBorderDark:hover span,
.redirect_link:hover span {
  color: #fff !important;
}

.banner_section {
  padding-top: 100px;
  position: relative;
  overflow: clip;
}
.banner_section .banner_content_wrap {
  position: relative;
  padding: 92px 0 112px;
  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: 24px 0px;
  }
}
.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;
    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;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .banner_section .video_container {
    margin-left: calc(-50vw + 50% - 12.5vw);
  }
}
.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%;
  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 0px;
  }
}

.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%;
}
@media screen and (max-width: 767px) {
  .what_we_do_card {
    border-radius: 24px;
    padding: 8px;
  }
}
.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 12px 20px 12px;
    border-radius: 20px;
  }
}
.what_we_do_card .card_inner .flex_wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@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;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    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;
    border-radius: 16px;
    -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: 0;
}
@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;
    margin: 0;
  }
}
.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%;
}
@media screen and (max-width: 767px) {
  .what_we_do_card .card_inner .footer_tag span {
    font-size: 14px;
  }
}
.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 .tag {
  margin-inline: auto;
}
.certifications_section .title_40.center {
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .certifications_section .title_40.center {
    max-width: 320px;
    margin-inline: auto;
    padding-bottom: 48px;
  }
}
.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%);
}
.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;
  max-width: 240px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .certifications_section .cert_card .cert_title {
    font-size: 16px;
    max-width: 220px;
    text-align: center;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .certifications_section .swiper_nav_wrapper {
    display: none;
  }
}
.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;
}
.certifications_section .swiper_nav_wrapper .cert-next {
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@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;
  background-image: url("../../assets/img/home/industries/industries-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.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 {
  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: 40px;
  height: 40px;
  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: 0px;
}
.industries_section .ind_nav_wrapper .ind-next {
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .industries_section .ind_nav_wrapper {
    display: none;
  }
  .industries_section .ind_nav_wrapper .ind-next {
    right: 10px;
  }
}
.industries_section .ind_swiper_wrapper {
  position: relative;
}
.industries_section .ind_swiper_wrapper .ind-blur {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 250px;
  z-index: 5;
  pointer-events: none;
}
.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%);
}
@media screen and (min-width: 1024px) {
  .industries_section .ind_swiper_wrapper .ind-blur.left {
    background: url("../../assets/img/home/industries/ind-right-overlay.svg");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.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%);
}
@media screen and (min-width: 1024px) {
  .industries_section .ind_swiper_wrapper .ind-blur.right {
    background: url("../../assets/img/home/industries/ind-right-overlay.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.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: 42px;
    display: none;
  }
}
.industries_section .industriesSwiper {
  overflow: visible;
  padding-inline: 12px;
}
.industries_section .industriesSwiper .swiper-slide {
  height: auto;
}
.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-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);
  height: 100%;
}
.industries_section .ind_card .ind_img {
  width: 100%;
  height: 402px;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .industries_section .ind_card .ind_img {
    height: 264px;
  }
}
.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: 500;
  line-height: 130%;
  margin: 0;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .industries_section .ind_card .ind_content .ind_title {
    font-size: 18px;
  }
}
.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);
}
@media screen and (min-width: 991px) {
  .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 .ind_content .ind_title {
    font-weight: 600;
  }
  .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_img {
    height: 264px;
  }
  .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: 22px;
    max-width: 218px;
  }
}
.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-weight: 400;
}
.brochure_modal .textarea_group .form_textarea::-moz-placeholder {
  color: #CFD3D4;
  font-weight: 400;
}
.brochure_modal .textarea_group .form_textarea:-ms-input-placeholder {
  color: #CFD3D4;
  font-weight: 400;
}
.brochure_modal .textarea_group .form_textarea::-ms-input-placeholder {
  color: #CFD3D4;
  font-weight: 400;
}
.brochure_modal .textarea_group .form_textarea::placeholder {
  color: #CFD3D4;
  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;
}
@media screen and (max-width: 767px) {
  .brochure_modal .form_footer .btn_download {
    width: 100%;
  }
}
.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.brochure_download {
  opacity: 0.5;
  cursor: not-allowed;
}
.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;
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 767px) {
  .scale_section::after {
    background-image: url("../../assets/img/home/scale-vec-mob.svg");
    border-radius: 0px;
    height: 134px;
    width: 106px;
    top: 0;
    right: 0;
    bottom: unset;
  }
}
@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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .scale_section .container .scale_cards_wrap .scale_card_wrap {
    height: auto;
  }
}
.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;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .scale_section .container .scale_cards_wrap .scale_card {
    border-radius: 24px;
  }
}
.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;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .scale_section .container .scale_cards_wrap .scale_card .scale_content {
    border-radius: 20px;
  }
}
.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 4px 60px 10px rgba(248, 230, 220, 0.8);
  box-shadow: 0 4px 60px 10px rgba(248, 230, 220, 0.8);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .compound_section .compound_wrap {
    padding: 24px 16px;
    border-radius: 24px;
  }
}
.compound_section .compound_wrap .compound_content_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .compound_section .compound_wrap .compound_content_wrap .tag {
    margin-bottom: 16px;
  }
}
.compound_section .compound_wrap .compound_content_wrap .compound_content {
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .compound_section .compound_wrap .compound_content_wrap .compound_content {
    gap: 12px;
  }
}
.compound_section .compound_wrap .compound_content_wrap .compound_content .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_content .compound_title {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .compound_section .compound_wrap .compound_content_wrap .compound_content .compound_title p {
    font-size: 14px;
  }
}
.compound_section .compound_wrap .compound_content_wrap .compound_content 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 .compound_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.compound_section .compound_wrap .compound_content_wrap .compound_content ul li img {
  height: 24px;
  width: 24px;
}
.compound_section .compound_wrap .compound_content_wrap .compound_content ul li p {
  color: #0c255b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .compound_section .compound_wrap .compound_content_wrap .compound_content ul li p {
    font-size: 14px;
  }
}
.compound_section .compound_wrap .compound_img_wrap {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .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;
  min-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%;
}
@media screen and (max-width: 991px) {
  .responsible_section .img_wrap .desktop_img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .responsible_section .img_wrap .mobile_img {
    display: block;
    max-height: 962px;
  }
}
@media screen and (max-width: 767px) {
  .responsible_section .img_wrap .mobile_img {
    max-height: auto;
  }
}
.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .responsible_section .res_content_wrap ul li {
    border-radius: 20px;
  }
}
.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 0px;
  background-image: url("../../assets/img/home/map-section/map-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.map-section .map-header {
  text-align: center;
}
.map-section .map-header .tag {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .map-section .map-header .tag {
    margin-inline: unset;
  }
}
.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;
}
.map-section .map-container .map-pointer:hover {
  z-index: 100;
}
.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: 1024;
  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;
  border-radius: 58px;
  border: 2px solid #fcdacb;
  -webkit-box-shadow: 0 10px 25px 0 rgba(244, 231, 225, 0.5);
  box-shadow: 0 10px 25px 0 rgba(244, 231, 225, 0.5);
  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: 17px;
  height: 17px;
  -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 0px 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");
    background-position: unset;
  }
}
.develop_sec .develop_card {
  padding: 80px 64px;
  position: relative;
  z-index: 10;
  height: 100%;
  background-image: url("../../assets/img/home/develop-card.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  max-height: 100%;
}
@media screen and (max-width: 1024px) {
  .develop_sec .develop_card {
    padding: 80px 64px 12px 64px;
    background-position: bottom;
  }
}
@media screen and (max-width: 991px) {
  .develop_sec .develop_card {
    padding: 20px 16px 12px 16px;
    background-size: cover;
    background-position: bottom;
  }
}
@media screen and (max-width: 767px) {
  .develop_sec .develop_card {
    padding: 24px;
    background-image: url("../../assets/img/home/develop-card-mob.svg");
    background-position: top left;
    height: 456px;
  }
}
.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: 1024px) {
  .develop_sec .develop_card .develop_content {
    padding-bottom: 22px;
  }
}
@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: 1024px) {
  .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;
  }
}
@media screen and (max-width: 767px) {
  .develop_sec .develop_card .develop_btn_wrap .btnBorderDark {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about_banner_section {
  background: linear-gradient(213deg, #EFF0FA 24.48%, #FFF 80.32%);
  padding: 160px 0 64px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about_banner_section {
    padding: 120px 0px 48px 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75.65%, #FFF 95.63%), linear-gradient(197deg, #EFF0FA 33.64%, #FFF 46.56%, #E6E6F6 60.33%);
  }
}
.about_banner_section .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .about_banner_section .title_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;
    gap: 12px;
    margin-bottom: 54px;
  }
}
.about_banner_section .title_wrap .title {
  color: #04163E;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.68px;
  max-width: 780px;
}
@media (max-width: 1200px) {
  .about_banner_section .title_wrap .title {
    font-size: 36px;
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .about_banner_section .title_wrap .title {
    font-size: 40px;
  }
}
.about_banner_section .title_wrap .desc {
  color: #0E0F4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
@media (max-width: 991px) {
  .about_banner_section .title_wrap .desc {
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.about_banner_section .slider_wrap .aboutBannerSwiper {
  overflow: visible;
}
.about_banner_section .slider_wrap .aboutBannerSwiper .swiper-slide {
  border-radius: 100px;
  border: 12px solid #FFF;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 12px #EEEEF5;
  box-shadow: 0px 0px 12px #EEEEF5;
}
@media (max-width: 767px) {
  .about_banner_section .slider_wrap .aboutBannerSwiper .swiper-slide {
    border-width: 6px;
    border-radius: 40px;
  }
}
.about_banner_section .slider_wrap .aboutBannerSwiper .swiper-slide .slide_inner {
  overflow: hidden;
  line-height: 0;
  max-height: 642px;
}
.about_banner_section .slider_wrap .aboutBannerSwiper .swiper-slide .slide_inner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 100px;
  max-height: 642px;
}
@media (max-width: 767px) {
  .about_banner_section .slider_wrap .aboutBannerSwiper .swiper-slide .slide_inner img {
    border-radius: 40px;
  }
}

.core_values_section {
  padding: 80px 0;
  background-image: url("../../assets/img/about/core-values/core-desk-bg.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .core_values_section {
    padding: 48px 0;
    grid-template-columns: 1fr;
    background-image: url("../../assets/img/about/core-values/core-mob-bg.svg");
    background-size: 100%;
  }
}
.core_values_section .section_header {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .core_values_section .section_header {
    text-align: left;
  }
}
.core_values_section .section_header .tag {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .core_values_section .section_header .tag {
    margin-inline: unset;
  }
}
.core_values_section .values_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .core_values_section .values_grid {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 32px;
  }
}
.core_values_section .values_grid .value_card {
  padding: 24px;
  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;
  gap: 48px;
  border-radius: 24px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .core_values_section .values_grid .value_card {
    padding: 20px;
  }
}
.core_values_section .values_grid .value_card .value_content h5 {
  color: #0c255b;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.2px;
}
.core_values_section .values_grid .value_card .value_content p {
  color: #0c255b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.manangement_section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .manangement_section {
    padding: 48px 0;
  }
}
.manangement_section .section_header {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .manangement_section .section_header {
    text-align: left;
  }
}
.manangement_section .section_header .tag {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .manangement_section .section_header .tag {
    margin-inline: unset;
  }
}
.manangement_section .management_swiper_wrap {
  padding-top: 64px;
  position: relative;
  overflow: hidden;
}
.manangement_section .management_swiper_wrap::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
  z-index: 10;
  pointer-events: none;
}
.manangement_section .management_swiper_wrap::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .manangement_section .management_swiper_wrap::before, .manangement_section .management_swiper_wrap::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .manangement_section .management_swiper_wrap {
    padding-inline: 12px;
  }
}
.manangement_section .management_swiper_wrap .managementSwiper {
  overflow: unset;
}
.manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  gap: 24px;
  border-radius: 40px;
  background: #fdf7f4;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 24px;
  }
}
.manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card .mgmt_photo {
  height: 100%;
  min-width: 338px;
  max-width: 338px;
}
@media screen and (max-width: 767px) {
  .manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card .mgmt_photo {
    min-width: unset;
    max-width: unset;
    min-height: 300px;
    max-height: 300px;
  }
}
.manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card .mgmt_photo img {
  width: 100%;
  height: 100%;
}
.manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card .mgmt_quote_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card .mgmt_quote_wrap .quote_mark img {
    height: 40px;
    width: 40px;
  }
}
.manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card .mgmt_quote_wrap .mgmt_quote {
  color: #0c255b;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.2px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card .mgmt_quote_wrap .mgmt_quote {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 32px;
  }
}
.manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card .mgmt_quote_wrap .mgmt_person {
  margin-top: auto;
}
.manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card .mgmt_quote_wrap .mgmt_person h5 {
  color: #0c255b;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card .mgmt_quote_wrap .mgmt_person h5 {
    font-size: 18px;
  }
}
.manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card .mgmt_quote_wrap .mgmt_person .mgmt_role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card .mgmt_quote_wrap .mgmt_person .mgmt_role li {
  position: relative;
  color: #0c255b;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card .mgmt_quote_wrap .mgmt_person .mgmt_role li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #adb8d2;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card .mgmt_quote_wrap .mgmt_person .mgmt_role li:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .manangement_section .management_swiper_wrap .managementSwiper .swiper-wrapper .swiper-slide .mgmt_card .mgmt_quote_wrap .mgmt_person .mgmt_role {
    -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: 4px;
  }
}
.manangement_section .management_swiper_wrap .mgmt_arrows_wrap {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 60;
}
.manangement_section .management_swiper_wrap .mgmt_arrows_wrap .mgmt-prev,
.manangement_section .management_swiper_wrap .mgmt_arrows_wrap .mgmt-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  pointer-events: all;
  z-index: 60;
  /* Disabled state style */
}
.manangement_section .management_swiper_wrap .mgmt_arrows_wrap .mgmt-prev.swiper-button-disabled,
.manangement_section .management_swiper_wrap .mgmt_arrows_wrap .mgmt-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.manangement_section .management_swiper_wrap .mgmt_arrows_wrap .mgmt-prev {
  left: 0;
  background-image: url("../../assets/img/about/management/arrow.svg");
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.manangement_section .management_swiper_wrap .mgmt_arrows_wrap .mgmt-next {
  right: 0;
  background-image: url("../../assets/img/about/management/arrow.svg");
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .manangement_section .management_swiper_wrap .mgmt_arrows_wrap {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    pointer-events: all;
  }
  .manangement_section .management_swiper_wrap .mgmt_arrows_wrap .mgmt-prev {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .manangement_section .management_swiper_wrap .mgmt_arrows_wrap .mgmt-next {
    position: static;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.partners_section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .partners_section {
    padding: 48px 0;
  }
}
.partners_section .partners_outer_card {
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, color-stop(8.43%, #ececfa), color-stop(38.85%, #fff), color-stop(73.88%, #fff), color-stop(89.79%, #fcefe9)), #fff;
  background: linear-gradient(90deg, #ececfa 8.43%, #fff 38.85%, #fff 73.88%, #fcefe9 89.79%), #fff;
  padding: 12px;
}
@media screen and (max-width: 991px) {
  .partners_section .partners_outer_card {
    border-radius: 24px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4.5%, #ececfa), color-stop(36.5%, #fff), color-stop(73.34%, #fff), color-stop(90.09%, #fcefe9)), #fff;
    background: linear-gradient(180deg, #ececfa 4.5%, #fff 36.5%, #fff 73.34%, #fcefe9 90.09%), #fff;
    padding: 8px;
  }
}
.partners_section .partner_card {
  padding: 32px;
  height: 100%;
  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;
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .partners_section .partner_card {
    padding: 16px 16px;
  }
}
.partners_section .partner_card--lati {
  border-radius: 32px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.87%, #f9fbfe), color-stop(101.87%, rgba(249, 251, 254, 0)));
  background: linear-gradient(90deg, #f9fbfe 1.87%, rgba(249, 251, 254, 0) 101.87%);
}
@media screen and (max-width: 991px) {
  .partners_section .partner_card--lati {
    border-radius: 20px;
    padding: 12px !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-8.36%, #f9fbfe), to(rgba(249, 251, 254, 0)));
    background: linear-gradient(180deg, #f9fbfe -8.36%, rgba(249, 251, 254, 0) 100%);
  }
}
.partners_section .partner_card--loxim {
  padding: 34px !important;
  border-radius: 32px;
  background: -webkit-gradient(linear, right top, left top, color-stop(2.99%, #fef8f5), to(rgba(254, 248, 245, 0)));
  background: linear-gradient(270deg, #fef8f5 2.99%, rgba(254, 248, 245, 0) 100%);
}
@media screen and (max-width: 991px) {
  .partners_section .partner_card--loxim {
    border-radius: 20px;
    padding: 12px !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.05%, rgba(254, 248, 245, 0)), color-stop(100.74%, #fef8f5));
    background: linear-gradient(180deg, rgba(254, 248, 245, 0) -0.05%, #fef8f5 100.74%);
  }
}
.partners_section .partner_card__top {
  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;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .partners_section .partner_card__top {
    padding-bottom: 40px;
  }
}
.partners_section .partner_card__top .tag {
  margin-bottom: 0px;
}
.partners_section .partner_card h3 {
  color: #0c255b;
  font-size: 24px;
  font-style: normal;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .partners_section .partner_card h3 {
    font-size: 22px;
  }
}
.partners_section .partner_card p {
  color: #69738b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .partners_section .partner_card p {
    font-size: 14px;
  }
}
.partners_section .partner_highlights {
  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;
  margin-top: auto;
}
.partners_section .partner_highlights li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.partners_section .partner_highlights li img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.partners_section .partner_highlights li span {
  color: #0e0f4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  .partners_section .partner_highlights li span {
    font-size: 14px;
  }
}
.partners_section .partner_globe {
  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;
}
.partners_section .partner_globe img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .partners_section .row {
    row-gap: 0px;
  }
  .partners_section .col-12:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .partners_section .col-12:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .partners_section .col-12:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.our_vision_section {
  padding: 0;
}
@media (max-width: 767px) {
  .our_vision_section {
    padding: 0;
  }
}
.our_vision_section .vision_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  background-image: url("../../assets/img/about/vision/vision-desk-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .our_vision_section .vision_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url("../../assets/img/about/vision/vision-mob-bg.svg");
    min-height: 424px;
    border-radius: 24px;
  }
}
.our_vision_section .vision_card .vision_content {
  padding: 48px;
  max-width: 615px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .our_vision_section .vision_card .vision_content {
    padding: 32px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .our_vision_section .vision_card .vision_content {
    padding: 24px;
  }
}
.our_vision_section .vision_card .vision_content h3 {
  color: #0C255B;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .our_vision_section .vision_card .vision_content h3 {
    font-size: 28px;
  }
}
.our_vision_section .vision_card .vision_content p {
  color: #04163E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .our_vision_section .vision_card .vision_content p {
    font-size: 16px;
  }
}

.journey_section {
  padding-block: 80px;
  background: #fff;
}
.journey_section .journey_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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .journey_section .journey_title_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.journey_section .journey_title_wrap .tag {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .journey_section .journey_title_wrap .tag {
    margin-inline: unset;
  }
}
.journey_section .journey_title_wrap h2 {
  color: #0c255b;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 48px */
  letter-spacing: -0.4px;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .journey_section .journey_title_wrap h2 {
    font-size: 28px;
    text-align: left;
  }
}
.journey_section .desktop_journey {
  display: block;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .journey_section .desktop_journey {
    display: none;
  }
}
.journey_section .desktop_journey .desktop_journey_sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.journey_section .desktop_journey .desktop_journey_inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.journey_section .desktop_journey .desktop_journey_inner .journey_timeline {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 30px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  /* make sure it sits above cards which have dynamical z-index up to 100 */
}
.journey_section .desktop_journey .desktop_journey_inner .journey_timeline .timeline_line {
  position: absolute;
  left: 50%;
  top: 20px;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 95, 209, 0.4)), to(rgba(41, 95, 209, 0.1)));
  background: linear-gradient(to bottom, rgba(41, 95, 209, 0.4), rgba(41, 95, 209, 0.1));
  z-index: 1;
}
.journey_section .desktop_journey .desktop_journey_inner .journey_timeline .timeline_progress {
  position: absolute;
  left: 50%;
  top: 20px;
  /* same as padding start */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  background: #0032a0;
  /* Requested fill gap color */
  z-index: 2;
}
.journey_section .desktop_journey .desktop_journey_inner .journey_timeline .custom-journey-pagination {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
.journey_section .desktop_journey .desktop_journey_inner .journey_timeline .custom-journey-pagination .custom-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #e65d22;
  opacity: 1;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.journey_section .desktop_journey .desktop_journey_inner .journey_timeline .custom-journey-pagination .custom-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #295fd1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.journey_section .desktop_journey .desktop_journey_inner .journey_timeline .custom-journey-pagination .custom-bullet.active {
  background-color: #295fd1;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.journey_section .desktop_journey .desktop_journey_inner .journey_timeline .custom-journey-pagination .custom-bullet.active::after {
  background-color: #295fd1;
  opacity: 1;
}
.journey_section .desktop_journey .desktop_journey_inner .journey_timeline .custom-journey-pagination .custom-bullet.is-past {
  background-color: #e65d22;
  border-color: #e65d22;
  -webkit-transform: scale(0.625);
  transform: scale(0.625);
  /* shrinks to approx 10px while keeping flex box size 16px intact */
}
.journey_section .desktop_journey .desktop_journey_inner .journey_timeline .custom-journey-pagination .custom-bullet.is-past::after {
  opacity: 0;
}
.journey_section .desktop_journey .desktop_journey_inner .custom_journey_cards {
  width: 100%;
  position: relative;
  height: 450px;
  padding-left: 60px;
  /* Ensure content doesn't get covered by the absolute timeline */
  /* Needs explicit height for vertical cards */
}
.journey_section .desktop_journey .desktop_journey_inner .custom_journey_cards .journey_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
  /* Start far below screen */
  pointer-events: none;
  /* Ignore clicks when hidden */
  will-change: transform, opacity;
}
.journey_section .desktop_journey .desktop_journey_inner .custom_journey_cards .journey_slide.visible {
  pointer-events: auto;
}
.journey_section .desktop_journey .desktop_journey_inner .custom_journey_cards .journey_slide .journey_card_wrap {
  height: 100%;
  padding: 8px;
  border-radius: 40px;
  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);
}
.journey_section .desktop_journey .desktop_journey_inner .custom_journey_cards .journey_slide .journey_card_wrap .journey_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 32px;
  background: linear-gradient(244deg, rgba(239, 242, 252, 0) 14.02%, rgba(238, 242, 252, 0.08) 22.69%, #e5ebfb 129.28%);
}
.journey_section .desktop_journey .desktop_journey_inner .custom_journey_cards .journey_slide .journey_card_wrap .journey_card.loxim {
  background: linear-gradient(221deg, rgba(252, 226, 210, 0) 6.56%, #fdf2ec 122.74%);
}
.journey_section .desktop_journey .desktop_journey_inner .custom_journey_cards .journey_slide .journey_card_wrap .journey_card.loxim .journey_details .year_tag {
  background: -webkit-gradient(linear, right top, left top, color-stop(-33.79%, #f29058), color-stop(99.81%, rgba(252, 226, 210, 0)));
  background: linear-gradient(270deg, #f29058 -33.79%, rgba(252, 226, 210, 0) 99.81%);
}
.journey_section .desktop_journey .desktop_journey_inner .custom_journey_cards .journey_slide .journey_card_wrap .journey_card.lati-loxim {
  background: linear-gradient(170deg, #fff 7.42%, rgba(255, 255, 255, 0) 64.44%), linear-gradient(270deg, #fff 17.8%, #d5ddf1 45.47%, #fef5f0 73.99%, #f9ddd1 99.71%);
}
.journey_section .desktop_journey .desktop_journey_inner .custom_journey_cards .journey_slide .journey_card_wrap .journey_card.lati-loxim .journey_details .year_tag {
  background: -webkit-gradient(linear, right top, left top, color-stop(0.13%, #d7e2fa), color-stop(40.24%, #fce1d1), color-stop(99.87%, rgba(252, 225, 209, 0)));
  background: linear-gradient(270deg, #d7e2fa 0.13%, #fce1d1 40.24%, rgba(252, 225, 209, 0) 99.87%);
}
.journey_section .desktop_journey .desktop_journey_inner .custom_journey_cards .journey_slide .journey_card_wrap .journey_card .journey_details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px 40px 40px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.journey_section .desktop_journey .desktop_journey_inner .custom_journey_cards .journey_slide .journey_card_wrap .journey_card .journey_details h2 {
  margin: 0;
  color: #0c255b;
  font-size: 24px;
  font-weight: 500;
  padding-block: 32px 16px;
}
.journey_section .desktop_journey .desktop_journey_inner .custom_journey_cards .journey_slide .journey_card_wrap .journey_card .journey_details p {
  color: #0c255b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  margin: 0;
}
.journey_section .desktop_journey .desktop_journey_inner .custom_journey_cards .journey_slide .journey_card_wrap .journey_card .journey_img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.journey_section .desktop_journey .desktop_journey_inner .custom_journey_cards .journey_slide .journey_card_wrap .journey_card .journey_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 32px;
}
.journey_section .mobile_journey {
  display: none;
}
@media screen and (max-width: 991px) {
  .journey_section .mobile_journey {
    display: block;
  }
}
.journey_section .mobile_journey .journeySwiper {
  padding-bottom: 40px;
}
.journey_section .mobile_journey .journeySwiper .swiper-wrapper .swiper-slide .journey_card_wrap {
  padding: 8px;
  border-radius: 24px;
  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);
  margin: 12px;
}
.journey_section .mobile_journey .journeySwiper .swiper-wrapper .swiper-slide .journey_card_wrap .journey_card {
  border-radius: 20px;
  background: linear-gradient(39deg, rgba(239, 242, 252, 0) 58.77%, rgba(238, 242, 252, 0.08) 62.02%, #e5ebfb 102.03%);
}
.journey_section .mobile_journey .journeySwiper .swiper-wrapper .swiper-slide .journey_card_wrap .journey_card.loxim {
  background: linear-gradient(39deg, rgba(248, 231, 221, 0) 58.77%, rgba(248, 231, 221, 0.08) 62.02%, #f8e7dd 102.03%);
}
.journey_section .mobile_journey .journeySwiper .swiper-wrapper .swiper-slide .journey_card_wrap .journey_card.loxim .year_tag {
  background: -webkit-gradient(linear, right top, left top, color-stop(-33.79%, #f29058), color-stop(99.81%, rgba(252, 226, 210, 0))), -webkit-gradient(linear, left top, right top, color-stop(-12.39%, rgba(234, 240, 252, 0)), color-stop(195.13%, #6994ef));
  background: linear-gradient(270deg, #f29058 -33.79%, rgba(252, 226, 210, 0) 99.81%), linear-gradient(90deg, rgba(234, 240, 252, 0) -12.39%, #6994ef 195.13%);
}
.journey_section .mobile_journey .journeySwiper .swiper-wrapper .swiper-slide .journey_card_wrap .journey_card.lati-loxim {
  background: linear-gradient(170deg, #fff 7.42%, rgba(255, 255, 255, 0) 64.44%), linear-gradient(270deg, #fff 17.8%, #d5ddf1 45.47%, #fef5f0 73.99%, #f9ddd1 99.71%);
}
.journey_section .mobile_journey .journeySwiper .swiper-wrapper .swiper-slide .journey_card_wrap .journey_card.lati-loxim .year_tag {
  background: -webkit-gradient(linear, right top, left top, color-stop(0.13%, #d7e2fa), color-stop(40.24%, #fce1d1), color-stop(99.87%, rgba(252, 225, 209, 0))), -webkit-gradient(linear, left top, right top, color-stop(-12.39%, rgba(234, 240, 252, 0)), color-stop(195.13%, #6994ef));
  background: linear-gradient(270deg, #d7e2fa 0.13%, #fce1d1 40.24%, rgba(252, 225, 209, 0) 99.87%), linear-gradient(90deg, rgba(234, 240, 252, 0) -12.39%, #6994ef 195.13%);
}
.journey_section .mobile_journey .journeySwiper .swiper-wrapper .swiper-slide .journey_card_wrap .journey_card .journey_details {
  padding: 40px 12px 0 12px;
}
@media screen and (max-width: 767px) {
  .journey_section .mobile_journey .journeySwiper .swiper-wrapper .swiper-slide .journey_card_wrap .journey_card .journey_details h2 {
    color: #0c255b;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 28.6px */
    padding-block: 20px 12px;
  }
}
@media screen and (max-width: 767px) {
  .journey_section .mobile_journey .journeySwiper .swiper-wrapper .swiper-slide .journey_card_wrap .journey_card .journey_details p {
    color: #0c255b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
  }
}
.journey_section .mobile_journey .journeySwiper .swiper-wrapper .swiper-slide .journey_card_wrap .journey_card .journey_img img {
  width: 100%;
}
.journey_section .mobile_journey .journeySwiper .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: #fff;
  opacity: 1;
  border: 2px solid #e65d22;
}
.journey_section .mobile_journey .journeySwiper .swiper-pagination-bullet-active {
  background-color: #295fd1;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.journey_section .mobile_journey .journeySwiper .journey_btns_wrap {
  max-width: 320px;
  margin-inline: auto;
}
.journey_section .mobile_journey .journeySwiper .journey_btns_wrap .swiper-button-next,
.journey_section .mobile_journey .journeySwiper .journey_btns_wrap .swiper-button-prev {
  z-index: 20;
  top: auto;
  bottom: 0;
  height: 32px;
  width: 32px;
}
.journey_section .mobile_journey .journeySwiper .journey_btns_wrap .swiper-button-next::after,
.journey_section .mobile_journey .journeySwiper .journey_btns_wrap .swiper-button-prev::after {
  content: "";
  background-image: url("../../assets/img/about/journey/journey-next.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 32px;
  width: 32px;
}
.journey_section .mobile_journey .journeySwiper .journey_btns_wrap .swiper-button-next {
  right: 0px;
}
.journey_section .mobile_journey .journeySwiper .journey_btns_wrap .swiper-button-prev {
  left: 0px;
}
.journey_section .mobile_journey .journeySwiper .journey_btns_wrap .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.year_tag {
  padding: 4px 32px 4px 16px;
  border-radius: 0 30px 30px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(6.61%, rgba(234, 240, 252, 0)), color-stop(195.13%, #6994ef));
  background: linear-gradient(90deg, rgba(234, 240, 252, 0) 6.61%, #6994ef 195.13%);
  color: #0c255b;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* 28.6px */
}

.form-group {
  margin: 0 0 16px;
  position: relative;
  padding-bottom: 16px;
}
.form-group .error-message {
  color: #EA5E20;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 1.1375rem */
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .form-group .error-message {
    font-size: 14px;
  }
}
.form-group:focus-within label {
  color: #1C1C1C;
}
.form-group .form-control {
  padding-block: 12px;
}
@media screen and (max-width: 767px) {
  .form-group .form-control {
    font-size: 14px;
  }
}
.form-group .form-control::-webkit-input-placeholder {
  color: #CFD3D4;
  font-weight: 400;
}
.form-group .form-control::-moz-placeholder {
  color: #CFD3D4;
  font-weight: 400;
}
.form-group .form-control:-ms-input-placeholder {
  color: #CFD3D4;
  font-weight: 400;
}
.form-group .form-control::-ms-input-placeholder {
  color: #CFD3D4;
  font-weight: 400;
}
.form-group .form-control::placeholder {
  color: #CFD3D4;
  font-weight: 400;
}
.form-group .form-control:focus {
  border: 1px solid #1C1C1C;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group input[type=date] {
  padding-block: 9px;
}
.form-group .phone-field .iti {
  display: block;
}
.form-group .phone-field .iti .iti__country-container .iti__selected-country {
  background-color: #e9eef4;
  padding-right: 8px;
}
.form-group .phone-field .iti .iti__country-container .iti__selected-country .iti__arrow {
  display: none;
}
.form-group .phone-field .iti .iti__country-container .iti__selected-country .iti__selected-dial-code {
  color: #222020;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.form-group .phone-field .iti .iti__country-container .iti__selected-country .iti__selected-dial-code::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid #98989a;
  -webkit-transform: rotate(45deg) translate(2px, 0px);
  transform: rotate(45deg) translate(2px, 0px);
  border-top: 0;
  border-left: 0;
}
.form-group .phone-field .iti .iti__tel-input {
  padding-left: 90px;
}
.form-group.error .form-control {
  border-color: #EA5E20;
}
.form-group.error .error-message::before {
  opacity: 1;
}

label {
  color: #7F8081;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 14.4px */
  display: block;
  margin: 0 0 12px;
}
label span {
  color: #EA5E20;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}