@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
:root {
  --primary_color_primary_high:rgba(255, 159, 56, 0.20);
  --primary_color_primary_mid:rgba(255, 159, 56, 0.12);
  --primary_color_primary_low:rgba(255, 159, 56, 0.08);
  --primary_color_disable:#ffe9d1;
  --primary_color_pressed:rgba(67, 34, 0, 0.20);
  --primary_color_focused:#ffc88d;
  --primary_color_hover:#f37d00;
  --primary_color_default:#011A1F;
  --arrow-image:url("../img/arrow-img.svg");
}

html,
body {
  background-color: #011a1f;
}

.position-absolute {
  position: absolute;
  width: 100%;
}

img {
  width: 100%;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.btns {
  padding: 16px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 0.84px;
  font-family: "Inter", sans-serif;
}
.btns:hover {
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.02) 0%, rgba(5, 137, 162, 0.2) 50%, rgba(6, 146, 172, 0.2) 100%);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tag {
  border-radius: 56px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
  -webkit-backdrop-filter: blur(6.6999998093px);
          backdrop-filter: blur(6.6999998093px);
  padding: 7px 20px 7px 8px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: -0.16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
}
.tag svg,
.tag img {
  margin-right: 4px;
  width: 23px;
  height: 22px;
}

.navs {
  margin: 0 auto;
}
.navs .logo img {
  max-width: 177px;
}
.navs .btns > .desktop {
  display: inline-block;
}
.navs .btns > .mobile {
  display: none;
}

.navigations_section {
  border-radius: 12px;
  margin-top: 32px;
  position: sticky;
  top: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  background-blend-mode: overlay;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 6px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.navigations_section.nav-hide {
  transform: translateY(-100%);
  opacity: 0;
}
.navigations_section.nav-show {
  transform: translateY(0);
  opacity: 1;
}
.navigations_section .desktop-menu {
  width: 50%;
}
.navigations_section .desktop-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
.navigations_section .desktop-menu ul li {
  float: left;
  position: relative;
}
.navigations_section .desktop-menu ul li a {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 13px */
  letter-spacing: 0.26px;
  text-transform: uppercase;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}
.navigations_section .desktop-menu ul li a.active::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d9d9d9;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.navigations_section .menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigations_section .menu > ul > li:not(:last-child) {
  margin-right: 8px;
}
.navigations_section .menu > ul > li .btns {
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.02) 0%, rgba(5, 137, 162, 0.2) 50%, rgba(6, 146, 172, 0.2) 100%);
  padding: 13px 16px;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 0.84px;
}
.navigations_section .menu > ul > li .btns svg {
  margin-right: 8px;
}
.navigations_section .menu > ul > li .btns-booked {
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #0aa9b0;
  background: linear-gradient(275deg, rgba(9, 98, 176, 0.24) 0.84%, rgba(2, 243, 255, 0.24) 50.5%, rgba(11, 140, 226, 0.24) 97.38%);
  padding: 13px 16px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 0.84px;
}
.navigations_section .menu > ul > li .dropdown-menu {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgb(29, 56, 62);
  background-blend-mode: overlay;
  box-shadow: 12px 12px 60px 0px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  margin-top: 12px !important;
  padding: 24px 20px;
}
.navigations_section .menu > ul > li .dropdown-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.navigations_section .menu > ul > li .dropdown-menu ul > li {
  border-radius: 4px;
  border: 1px solid transparent;
  margin-bottom: 8px;
}
.navigations_section .menu > ul > li .dropdown-menu ul > li:nth-last-child(-n+2) a {
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #0aa9b0;
  padding: 13px 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.84px;
}
.navigations_section .menu > ul > li .dropdown-menu ul > li > a {
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  padding: 10px 16px;
  font-weight: 500;
  line-height: 100%; /* 24px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navigations_section .menu > ul > li .dropdown-menu ul > li > a.active {
  font-weight: bolder;
}
.navigations_section .menu > ul > li .dropdown-menu ul > li:hover {
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.navigations_section .menu > ul > li .dropdown-menu .social_media > .d-flex {
  align-items: center;
  gap: 12px;
}
.navigations_section .menu > ul > li .dropdown-menu .social_media > .d-flex > a {
  border-radius: 39px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
  display: flex;
}
.navigations_section .menu > ul > li .dropdown-menu .social_media > .d-flex > a svg .svg-fill {
  fill: #0692ac;
  transition: fill 0.5s ease;
}
.navigations_section .menu > ul > li .dropdown-menu .social_media > .d-flex > a svg .svg-stroke {
  stroke: #0692ac;
  transition: fill 0.5s ease;
}
.navigations_section .menu > ul > li .dropdown-menu .social_media > .d-flex > a:hover svg .svg-fill {
  fill: #7df9ff;
}
.navigations_section .menu > ul > li .dropdown-menu .social_media > .d-flex > a:hover svg .svg-stroke {
  stroke: #7df9ff;
}

.footer-section {
  border-top: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: #001a1f;
  padding: 100px 0 24px 0;
  background-image: url(../img/footer-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
}
.footer-section .footer-logo {
  margin-bottom: 20px;
}
.footer-section .footer-text {
  margin-bottom: 20px;
}
.footer-section .footer-text p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.footer-section .footer-logo img {
  max-width: 202px;
  height: auto;
  aspect-ratio: 101/18;
}
.footer-section .social_media > .d-flex {
  align-items: center;
  gap: 12px;
}
.footer-section .social_media > .d-flex > a {
  border-radius: 39px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
}
.footer-section .social_media > .d-flex > a svg .svg-fill {
  fill: #0692ac;
  transition: fill 0.5s ease;
}
.footer-section .social_media > .d-flex > a svg .svg-stroke {
  stroke: #0692ac;
  transition: fill 0.5s ease;
}
.footer-section .social_media > .d-flex > a:hover svg .svg-fill {
  fill: #7df9ff;
}
.footer-section .social_media > .d-flex > a:hover svg .svg-stroke {
  stroke: #7df9ff;
}
.footer-section .contact-details {
  display: flex;
  justify-content: space-around; /* or space-around / space-evenly */
  margin-bottom: 50px;
}
.footer-section .contact-details .heading {
  margin-bottom: 10px;
}
.footer-section .contact-details .heading h5 {
  color: var(--Title, #afc5c8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.footer-section .contact-details .details p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 10px;
}
.footer-section .contact-details .details p a {
  color: var(--Body-Text, #818e90);
  text-decoration: none;
  transition: color 0.5s ease-in-out, -webkit-text-decoration 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, text-decoration 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, text-decoration 0.5s ease-in-out, -webkit-text-decoration 0.5s ease-in-out;
}
.footer-section .contact-details .details p a:hover {
  color: var(--Body-Text, #818e90);
  text-decoration: underline;
}
.footer-section .contact-details .details a {
  color: var(--Body-Text, #818e90);
  text-decoration: none;
  transition: color 0.5s ease-in-out, -webkit-text-decoration 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, text-decoration 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, text-decoration 0.5s ease-in-out, -webkit-text-decoration 0.5s ease-in-out;
}
.footer-section .contact-details .details a:hover {
  color: var(--Body-Text, #818e90);
  text-decoration: underline;
}
.footer-section .contact-details .details ul {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
.footer-section .contact-details .details ul li {
  margin-bottom: 10px;
}
.footer-section .contact-details .details ul li a {
  color: var(--Body-Text, #818e90);
  text-decoration: none;
  transition: color 0.5s ease-in-out, -webkit-text-decoration 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, text-decoration 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, text-decoration 0.5s ease-in-out, -webkit-text-decoration 0.5s ease-in-out;
}
.footer-section .contact-details .details ul li a:hover {
  color: var(--Body-Text, #818e90);
  text-decoration: underline;
}
.footer-section .spacer-24 {
  margin-top: 50px;
  margin-bottom: 24px;
  border: 1px solid #02262d;
}
.footer-section .copy-writes {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.footer-section .copy-writes svg {
  margin-right: 4px;
}

.home .hero_section {
  margin-top: 156px;
  z-index: 1;
  position: relative;
  margin-bottom: 34px;
}
.home .hero_section .main__headers > h1 {
  background: linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 88px */
  letter-spacing: -0.8px;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .hero_section .main__text {
  margin-bottom: 36px;
}
.home .hero_section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.home .hero_section .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.home .hero_section .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.home .hero_section .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.home .hero_section .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .plateform-slider-section .platformsSlider {
  margin-bottom: 40px;
}
.home .plateform-slider-section .platformsSlider-navigations .platformsSlider-pagination {
  bottom: 0;
  transform: translateY(30px);
}
.home .plateform-slider-section .platformsSlider-navigations .platformsSlider-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-image: url(../img/pagination.svg);
  background-color: unset;
  opacity: 1;
}
.home .plateform-slider-section .platformsSlider-navigations .platformsSlider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: unset;
  background-image: url(../img/pagination-active.svg);
}
.home .plateform-slider-section .platformsSlider-navigations .platformsSlider-prev {
  left: 0;
  transform: translateX(-70px);
  border-radius: 28px;
  padding: 10px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
}
.home .plateform-slider-section .platformsSlider-navigations .platformsSlider-prev::after {
  display: none;
}
.home .plateform-slider-section .platformsSlider-navigations .platformsSlider-next {
  right: 0;
  transform: translateX(70px);
  border-radius: 28px;
  padding: 10px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
}
.home .plateform-slider-section .platformsSlider-navigations .platformsSlider-next::after {
  display: none;
}
.home .partner-slider-section {
  margin-top: 68px;
  margin-bottom: 34px;
}
.home .partner-slider-section .partnerSlider::before {
  content: "";
  display: block;
  width: 291px;
  height: 80px;
  position: absolute;
  z-index: 2;
  background: linear-gradient(270deg, rgba(1, 26, 31, 0) 0%, #011a1f 89.96%);
}
.home .partner-slider-section .partnerSlider .slider-autor {
  height: 80px;
  border-radius: 8px;
  display: flex;
  align-self: center;
  background: var(--Brand-Logo-Fill, linear-gradient(92deg, rgba(6, 146, 172, 0.01) 0%, rgba(6, 146, 172, 0.1) 50.65%, rgba(6, 146, 172, 0.01) 102.28%));
}
.home .partner-slider-section .partnerSlider .slider-autor > img {
  max-height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.home .smart-marketing-section {
  padding: 80px 0;
}
.home .smart-marketing-section .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .smart-marketing-section .main__text {
  margin-bottom: 60px;
}
.home .smart-marketing-section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.home .smart-marketing-section .marketing__accordion {
  display: flex;
  gap: 45px;
}
.home .smart-marketing-section .marketing__accordion .left-side .img-outer {
  display: flex;
  justify-content: center;
  border-radius: 16px;
  height: 100%;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: linear-gradient(93deg, rgba(6, 146, 172, 0.05) 2.99%, rgba(6, 146, 172, 0.01) 98.56%);
  overflow: hidden;
  position: relative;
  padding: 192.5px 0px 193.5px 0px;
}
.home .smart-marketing-section .marketing__accordion .left-side .img-outer #displayImage,
.home .smart-marketing-section .marketing__accordion .left-side .img-outer .new-image {
  width: 100%;
  height: auto;
  max-width: 475px;
  top: 0;
  left: 0;
  transition: transform 0.6s ease-in-out;
  position: relative;
  border-radius: 12px;
}
.home .smart-marketing-section .marketing__accordion .left-side .img-outer .new-image {
  transform: scale(1);
  z-index: 2;
}
.home .smart-marketing-section .marketing__accordion .right-side .accordion {
  position: relative;
}
.home .smart-marketing-section .marketing__accordion .right-side .accordion::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  border-radius: 20px;
  background: rgba(6, 146, 172, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.home .smart-marketing-section .marketing__accordion .right-side .accordion .accordion-item {
  background-color: transparent;
  border: none;
  position: relative;
}
.home .smart-marketing-section .marketing__accordion .right-side .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #02262d;
}
.home .smart-marketing-section .marketing__accordion .right-side .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  align-items: baseline;
  gap: 16px;
  box-shadow: none;
}
.home .smart-marketing-section .marketing__accordion .right-side .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.home .smart-marketing-section .marketing__accordion .right-side .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.home .smart-marketing-section .marketing__accordion .right-side .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.home .smart-marketing-section .marketing__accordion .right-side .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  content: "";
  display: block;
  width: 6px;
  height: calc(100% + 30px);
  border-radius: 20px;
  background: var(--primary-color, #0692ac);
  position: absolute;
  top: 0;
  left: 0;
}
.home .smart-marketing-section .marketing__accordion .right-side .accordion .accordion-item .accordion-header .accordion-button > div.icon {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid rgba(6, 146, 172, 0.2);
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  width: 44px;
  height: 44px;
  padding: 9px;
}
.home .smart-marketing-section .marketing__accordion .right-side .accordion .accordion-item .accordion-header .accordion-button > div.text {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home .smart-marketing-section .marketing__accordion .right-side .accordion .accordion-item .accordion-body p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.home .smart-marketing-section .marketing__accordion .right-side .accordion .accordion-item .accordion-body img {
  border-radius: 8.108px;
}
.home .all-platform-section {
  margin-bottom: 80px;
}
.home .all-platform-section .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .all-platform-section .main__text {
  margin-bottom: 60px;
}
.home .all-platform-section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.home .all-platform-section .card-link {
  text-decoration: none;
  transition: transform 0.5s ease-in-out;
}
.home .all-platform-section .card-link:hover .card-outer .card-inner .default-text {
  display: none;
  transition: transform 0.5s ease-in-out;
}
.home .all-platform-section .card-link:hover .card-outer .card-inner .hover-text {
  display: block;
  transition: transform 0.5s ease-in-out;
}
.home .all-platform-section .card-link .card-outer {
  background-image: url(../img/outer.svg);
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
}
.home .all-platform-section .card-link .card-outer .card-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-image: url(../img/card-icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.home .all-platform-section .card-link .card-outer .card-inner {
  padding: 91px 24px 24px;
  text-align: center;
  min-height: 275px;
}
.home .all-platform-section .card-link .card-outer .card-inner .default-text {
  display: block;
  transition: transform 0.5s ease-in-out;
}
.home .all-platform-section .card-link .card-outer .card-inner .default-text h5 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  color: #b5cccf;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.home .all-platform-section .card-link .card-outer .card-inner .default-text h6 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  background: linear-gradient(90deg, #6f9099 -3.71%, #d3e4e6 13.9%, #c5d9db 27.6%, #b5cccf 43.26%, #d8e6e8 60.87%, #cbd9db 78%, #6e8f93 98.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.home .all-platform-section .card-link .card-outer .card-inner .default-text p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 0;
}
.home .all-platform-section .card-link .card-outer .card-inner .hover-text {
  display: none;
  transition: transform 0.5s ease-in-out;
}
.home .all-platform-section .card-link .card-outer .card-inner .hover-text p {
  color: var(--Body, #86a3a7);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 0;
}
.home .all-platform-section .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.home .all-platform-section .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.home .all-platform-section .btn-book:hover svg {
  transform: translateX(8px);
}
.home .all-platform-section .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .platform-one-accordion-section {
  margin-bottom: 60px;
}
.home .platform-one-accordion-section .main-head-section {
  margin-bottom: 60px;
}
.home .platform-one-accordion-section .main-head-section > div {
  flex-basis: 50%;
}
.home .platform-one-accordion-section .tag {
  margin: unset;
}
.home .platform-one-accordion-section .main__headers h4 {
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.home .platform-one-accordion-section .main__text p {
  color: #818e90;
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  margin: 0;
}
.home .platform-one-accordion-section .accordion-outer {
  border-radius: 20px;
  background: linear-gradient(92deg, rgba(6, 146, 172, 0.05) 0%, rgba(6, 146, 172, 0.01) 86.55%);
  padding: 36px;
}
.home .platform-one-accordion-section .accordion-outer .accordion .accordion-item {
  background-color: transparent;
  border: none;
  position: relative;
  display: flex;
}
.home .platform-one-accordion-section .accordion-outer .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #02262d;
}
.home .platform-one-accordion-section .accordion-outer .accordion .accordion-item > h2,
.home .platform-one-accordion-section .accordion-outer .accordion .accordion-item div {
  flex-basis: 50%;
}
.home .platform-one-accordion-section .accordion-outer .accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  background: transparent;
}
.home .platform-one-accordion-section .accordion-outer .accordion .accordion-item .accordion-header .accordion-button > div {
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.home .platform-one-accordion-section .accordion-outer .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.home .platform-one-accordion-section .accordion-outer .accordion .accordion-item .accordion-header .accordion-button::after {
  transform: rotate(270deg);
  color: #056a7d;
  background-image: var(--arrow-image);
  width: 24px;
  height: 24px;
  background-size: contain;
}
.home .platform-one-accordion-section .accordion-outer .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(360deg);
}
.home .platform-one-accordion-section .accordion-outer .accordion .accordion-item .accordion-body > div {
  gap: 32px;
}
.home .platform-one-accordion-section .accordion-outer .accordion .accordion-item .accordion-body > div p {
  flex-basis: 50%;
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.home .platform-one-accordion-section .accordion-outer .accordion .accordion-item .accordion-body > div > div {
  flex-basis: 50%;
}
.home .book-demo-section {
  padding: 60px 0;
}
.home .book-demo-section .card-outer {
  background-image: url(../img/book-demo-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.home .book-demo-section .card-outer .card-inner {
  padding: 48px 100px 56px 100px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: rgba(255, 255, 255, 0.03);
}
.home .book-demo-section .card-outer .card-inner .image-area {
  margin-bottom: 16px;
}
.home .book-demo-section .card-outer .card-inner .image-area img {
  max-width: 58px;
}
.home .book-demo-section .card-outer .card-inner .header-area {
  margin-bottom: 48px;
}
.home .book-demo-section .card-outer .card-inner .header-area h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .book-demo-section .card-outer .card-inner .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.home .book-demo-section .card-outer .card-inner .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.home .book-demo-section .card-outer .card-inner .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.home .book-demo-section .card-outer .card-inner .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .supercharges-section {
  padding: 80px 0;
}
.home .supercharges-section .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .supercharges-section .main__text {
  margin-bottom: 60px;
}
.home .supercharges-section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.home .supercharges-section .card-outer {
  background-image: url(../img/card-round-bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 24px;
  height: 226px;
  overflow: hidden;
}
.home .supercharges-section .card-outer:hover .card-inner .content-heade-area {
  transform: translateY(-150%);
}
.home .supercharges-section .card-outer:hover .card-inner .content-description-area {
  transform: translateY(-100%);
}
.home .supercharges-section .card-outer .content-heade-area {
  height: 220px;
  transition: transform 0.6s ease-in-out;
}
.home .supercharges-section .card-outer .card-icons {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  margin-bottom: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
}
.home .supercharges-section .card-outer .headers {
  margin-bottom: 16px;
}
.home .supercharges-section .card-outer .headers h5 {
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.home .supercharges-section .card-outer .description-simple {
  color: var(--Body-Text, #818e90);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.home .supercharges-section .card-outer .content-description-area {
  transition: transform 0.6s ease-in-out;
  min-height: 220px;
}
.home .supercharges-section .card-outer .content-description-area p {
  color: var(--Body-Text, #818e90);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.home .prediction-section {
  margin-bottom: 60px;
}
.home .prediction-section .card__outers {
  padding: 36px;
  border-radius: 20px;
  background: linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%);
}
.home .prediction-section .card__outers .card__inner {
  display: flex;
  gap: 48px;
}
.home .prediction-section .card__outers .card__inner .left-side {
  flex-basis: 50%;
}
.home .prediction-section .card__outers .card__inner .left-side img {
  border-radius: 12px;
  min-height: 468px;
  max-height: 468px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .prediction-section .card__outers .card__inner .right-side {
  flex-basis: 50%;
}
.home .prediction-section .card__outers .card__inner .right-side .tag {
  margin: unset;
}
.home .prediction-section .card__outers .card__inner .right-side .main__headers h4 {
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.home .prediction-section .card__outers .card__inner .right-side .main__text {
  margin-bottom: 24px;
}
.home .prediction-section .card__outers .card__inner .right-side .main__text p {
  color: #818e90;
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.home .prediction-section .card__outers .card__inner .right-side .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.home .prediction-section .card__outers .card__inner .right-side .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.home .prediction-section .card__outers .card__inner .right-side .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.home .prediction-section .card__outers .card__inner .right-side .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .simulate-section {
  margin-bottom: 50px;
}
.home .simulate-section .card__outers {
  padding: 36px;
  border-radius: 20px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(92deg, rgba(6, 146, 172, 0.03) 0%, rgba(6, 146, 172, 0.05) 102.28%);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.home .simulate-section .card__outers::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0.6), rgba(225, 225, 225, 0) 0.2%, rgba(225, 225, 225, 0) 99.8%, rgba(225, 225, 225, 0.6));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
          mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
}
.home .simulate-section .card__outers .card__inner {
  display: flex;
  gap: 48px;
  z-index: 2;
  position: relative;
}
.home .simulate-section .card__outers .card__inner .left-side {
  flex-basis: 55%;
}
.home .simulate-section .card__outers .card__inner .left-side img {
  border-radius: 12px;
  min-height: 468px;
  max-height: 468px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .simulate-section .card__outers .card__inner .right-side {
  flex-basis: 45%;
}
.home .simulate-section .card__outers .card__inner .right-side .tag {
  margin: unset;
}
.home .simulate-section .card__outers .card__inner .right-side .main__headers h4 {
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.home .simulate-section .card__outers .card__inner .right-side .main__headers h5 {
  color: #7df9ff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.16px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.home .simulate-section .card__outers .card__inner .right-side .main__text {
  margin-bottom: 20px;
}
.home .simulate-section .card__outers .card__inner .right-side .main__text p {
  color: #818e90;
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.home .simulate-section .card__outers .card__inner .right-side .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.home .simulate-section .card__outers .card__inner .right-side .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.home .simulate-section .card__outers .card__inner .right-side .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.home .simulate-section .card__outers .card__inner .right-side .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .prov-section {
  margin-bottom: 85px;
}
.home .prov-section .card__outers {
  padding: 36px;
  border-radius: 20px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(92deg, rgba(6, 146, 172, 0.03) 0%, rgba(6, 146, 172, 0.05) 102.28%);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.home .prov-section .card__outers::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0.6), rgba(225, 225, 225, 0) 0.2%, rgba(225, 225, 225, 0) 99.8%, rgba(225, 225, 225, 0.6));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
          mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
}
.home .prov-section .card__outers .card__inner {
  display: flex;
  gap: 48px;
  position: relative;
  z-index: 2;
}
.home .prov-section .card__outers .card__inner .left-side {
  flex-basis: 55%;
}
.home .prov-section .card__outers .card__inner .left-side img {
  border-radius: 12px;
  min-height: 468px;
  max-height: 468px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .prov-section .card__outers .card__inner .right-side {
  flex-basis: 45%;
}
.home .prov-section .card__outers .card__inner .right-side .tag {
  margin: unset;
}
.home .prov-section .card__outers .card__inner .right-side .main__headers h4 {
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.home .prov-section .card__outers .card__inner .right-side .main__headers h5 {
  color: #7df9ff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.16px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.home .prov-section .card__outers .card__inner .right-side .main__text {
  margin-bottom: 20px;
}
.home .prov-section .card__outers .card__inner .right-side .main__text p {
  color: #818e90;
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.home .prov-section .card__outers .card__inner .right-side .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.home .prov-section .card__outers .card__inner .right-side .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.home .prov-section .card__outers .card__inner .right-side .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.home .prov-section .card__outers .card__inner .right-side .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .data-hub-section {
  padding: 80px 0;
}
.home .data-hub-section .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .data-hub-section .main__text {
  margin-bottom: 60px;
}
.home .data-hub-section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.home .data-hub-section .dataHubSlider .swiper-wrapper .swiper-slide {
  width: 842px;
  height: 416px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 45.44%), lightgray 50%/cover no-repeat;
  filter: blur(1.7999999523px);
}
.home .data-hub-section .dataHubSlider .swiper-wrapper .swiper-slide.swiper-slide-active {
  filter: unset;
}
.home .data-hub-section .dataHubSlider .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 45.44%);
  z-index: 2;
}
.home .data-hub-section .dataHubSlider .swiper-wrapper .swiper-slide img {
  height: -webkit-fill-available;
}
.home .data-hub-section .data-hub-navigations .dataHubSlider-pagination {
  bottom: 0;
  transform: translateY(60px);
}
.home .data-hub-section .data-hub-navigations .dataHubSlider-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-image: url(../img/pagination.svg);
  background-color: unset;
  opacity: 1;
}
.home .data-hub-section .data-hub-navigations .dataHubSlider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: unset;
  background-image: url(../img/pagination-active.svg);
}
.home .data-hub-section .data-hub-navigations .dataHubSlider-prev {
  left: 0;
  transform: translateX(-70px);
  border-radius: 28px;
  padding: 10px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
}
.home .data-hub-section .data-hub-navigations .dataHubSlider-prev::after {
  display: none;
}
.home .data-hub-section .data-hub-navigations .dataHubSlider-next {
  right: 0;
  transform: translateX(70px);
  border-radius: 28px;
  padding: 10px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
}
.home .data-hub-section .data-hub-navigations .dataHubSlider-next::after {
  display: none;
}
.home .video-section {
  padding: 60px 0;
  margin-bottom: 60px;
}
.home .video-section .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .video-section .main__text {
  margin-bottom: 60px;
}
.home .video-section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.home .video-section .card_Outer:hover .card_Inner .card__img::before {
  background: rgba(0, 0, 0, 0.5);
}
.home .video-section .card_Outer .card_Inner {
  position: relative;
}
.home .video-section .card_Outer .card_Inner .card__img {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.home .video-section .card_Outer .card_Inner .card__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.4s ease-in-out;
}
.home .video-section .card_Outer .card_Inner .card-playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-image: url(../img/play-btn.svg);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.home .video-section .card_Outer .card_Inner .card__text h5 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 8px;
}
.home .contact-section {
  margin-bottom: 130px;
}
.home .contact-section .card__outers {
  padding: 36px;
  border-radius: 20px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(92deg, rgba(6, 146, 172, 0.03) 0%, rgba(6, 146, 172, 0.05) 102.28%);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.home .contact-section .card__outers::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0.6), rgba(225, 225, 225, 0) 0.2%, rgba(225, 225, 225, 0) 99.8%, rgba(225, 225, 225, 0.6));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
          mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
}
.home .contact-section .card__outers .card__inner {
  display: flex;
  flex-direction: column;
  gap: 41px;
  position: relative;
  z-index: 2;
}
.home .contact-section .card__outers .card__inner .left-side {
  width: 100%;
}
.home .contact-section .card__outers .card__inner .left-side .tag {
  margin: auto;
}
.home .contact-section .card__outers .card__inner .left-side .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .contact-section .card__outers .card__inner .left-side .main__text {
  margin-bottom: 24px;
}
.home .contact-section .card__outers .card__inner .left-side .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.home .contact-section .card__outers .card__inner .right-side {
  width: 100%;
  margin: auto;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form {
  padding: 40px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background: var(--Section-Fill, linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%));
}
.home .contact-section .card__outers .card__inner .right-side .contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(6, 146, 172, 0.4) 0%, rgba(6, 146, 172, 0.01) 100%);
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  box-sizing: border-box;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .logo {
  margin-bottom: 24px;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .logo img {
  width: 200px;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .wpcf7 {
  position: relative;
  z-index: 2;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form label {
  color: var(--Title, #afc5c8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .form-control {
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgba(6, 146, 172, 0.1);
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 15px;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .form-control::-moz-placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .form-control::placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=checkbox] {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #011a1f;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=checkbox]:checked {
  background-color: #818e90;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=radio] {
  border-color: #818e90;
  background-color: transparent;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=radio]:checked {
  border-color: #818e90;
  background-color: transparent;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .check-section {
  border-radius: 8px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: var(--Input-Field-Background, rgba(6, 146, 172, 0.1));
  padding: 15px;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .check-section > .input-group {
  gap: 10px;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .check-section > .input-group .form-check {
  width: calc(33.3333333333% - 10px); /* 100 / 3 = 33.33% for 3 columns */
  box-sizing: border-box;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .form-check-label {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 0;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .form-check-label a {
  color: var(--7-df-9-ff, #7df9ff);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.96px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .radio-section {
  border-radius: 8px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: var(--Input-Field-Background, rgba(6, 146, 172, 0.1));
  padding: 15px;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .radio-section > .input-group {
  gap: 30px;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .phone_input {
  gap: 16px;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > select {
  width: 200px;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > input {
  width: calc(100% - 216px);
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > .select2-container .selection .select2-selection {
  height: 100%;
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgba(6, 146, 172, 0.1);
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 15px;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > .select2-container .selection .select2-selection .select2-selection__rendered {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > .select2-container .selection .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .btn-book:hover svg {
  transform: translateX(8px);
}
.home .contact-section .card__outers .card__inner .right-side .contact-form .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wpcf7-acceptance .wpcf7-list-item label {
  margin-bottom: 0 !important;
}

.select2-container--open .select2-dropdown {
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgb(6, 146, 172);
}
.select2-container--open .select2-dropdown .select2-search .select2-search__field {
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgb(255, 255, 255));
  background: rgb(6, 146, 172);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.select2-container--open .select2-dropdown .select2-search .select2-search__field:focus {
  outline: var(--tag-stroke, rgb(255, 255, 255));
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  color: var(--Body-Text, #fff);
  font-family: "Inter", sans-serif;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option--selected {
  background-color: #a7a7a7;
}

.page-template-about-page .hero-section {
  margin-top: 156px;
  z-index: 1;
  position: relative;
  margin-bottom: 32px;
}
.page-template-about-page .hero-section .section-outer {
  display: flex;
  justify-content: space-between;
}
.page-template-about-page .hero-section .section-outer .left-side {
  max-width: 542px;
}
.page-template-about-page .hero-section .section-outer .left-side .tag {
  margin: 0;
}
.page-template-about-page .hero-section .section-outer .left-side .main__headers h4 {
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-about-page .hero-section .section-outer .right-side {
  max-width: 486px;
  align-self: end;
}
.page-template-about-page .hero-section .section-outer .right-side .main__text p {
  color: #818e90;
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.page-template-about-page .vision-section {
  margin-bottom: 56px;
}
.page-template-about-page .vision-section .card-outer {
  border-radius: 24px;
  background: var(--Section-Fill, linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%));
  padding: 48px;
}
.page-template-about-page .vision-section .card-outer .card-inner .first-row {
  display: flex;
  gap: 56px;
  margin-bottom: 60px;
}
.page-template-about-page .vision-section .card-outer .card-inner .first-row > div:first-child {
  flex-basis: 55%;
}
.page-template-about-page .vision-section .card-outer .card-inner .first-row > div:first-child .img-outer {
  border-radius: 12px;
  overflow: hidden;
}
.page-template-about-page .vision-section .card-outer .card-inner .first-row > div:first-child .img-outer img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-about-page .vision-section .card-outer .card-inner .first-row > div:nth-child(2) {
  flex-basis: 45%;
}
.page-template-about-page .vision-section .card-outer .card-inner .first-row > div:nth-child(2) .main-heading {
  margin-bottom: 20px;
}
.page-template-about-page .vision-section .card-outer .card-inner .first-row > div:nth-child(2) .main-heading h4 {
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.page-template-about-page .vision-section .card-outer .card-inner .first-row > div:nth-child(2) .main-text p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.page-template-about-page .vision-section .card-outer .card-inner .second-row {
  display: flex;
  gap: 56px;
}
.page-template-about-page .vision-section .card-outer .card-inner .second-row > div:first-child {
  flex-basis: 45%;
}
.page-template-about-page .vision-section .card-outer .card-inner .second-row > div:first-child .main-heading {
  margin-bottom: 20px;
}
.page-template-about-page .vision-section .card-outer .card-inner .second-row > div:first-child .main-heading h4 {
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.page-template-about-page .vision-section .card-outer .card-inner .second-row > div:first-child .main-text .margin-20px-bottom {
  margin-bottom: 20px;
}
.page-template-about-page .vision-section .card-outer .card-inner .second-row > div:first-child .main-text .values {
  display: flex;
  gap: 16px;
}
.page-template-about-page .vision-section .card-outer .card-inner .second-row > div:first-child .main-text .values > .value-item h5 {
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  text-transform: capitalize;
  margin-bottom: 12px;
}
.page-template-about-page .vision-section .card-outer .card-inner .second-row > div:first-child .main-text .values > .value-item p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.page-template-about-page .vision-section .card-outer .card-inner .second-row > div:nth-child(2) {
  flex-basis: 55%;
}
.page-template-about-page .vision-section .card-outer .card-inner .second-row > div:nth-child(2) .img-outer {
  border-radius: 12px;
  overflow: hidden;
}
.page-template-about-page .vision-section .card-outer .card-inner .second-row > div:nth-child(2) .img-outer img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-about-page .teams-section {
  margin-bottom: 80px;
}
.page-template-about-page .teams-section .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-about-page .teams-section .main__text {
  margin-bottom: 60px;
}
.page-template-about-page .teams-section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.page-template-about-page .teams-section .card-outer {
  background-image: url(../img/team-bg.svg);
  background-position: top;
  background-repeat: no-repeat;
  padding: 24px 20px;
  background-size: 100%;
  border-radius: 16px;
}
.page-template-about-page .teams-section .card-outer .card-inner .card-img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.page-template-about-page .teams-section .card-outer .card-inner .card-img img {
  height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.page-template-about-page .teams-section .card-outer .card-inner .member-name {
  margin-bottom: 12px;
}
.page-template-about-page .teams-section .card-outer .card-inner .member-name h6 {
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  margin-bottom: 0;
}
.page-template-about-page .teams-section .card-outer .card-inner .position p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 0;
}
.page-template-about-page .simulate-section {
  margin-bottom: 50px;
}
.page-template-about-page .simulate-section .card__outers {
  padding: 36px;
  border-radius: 20px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(92deg, rgba(6, 146, 172, 0.03) 0%, rgba(6, 146, 172, 0.05) 102.28%);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.page-template-about-page .simulate-section .card__outers::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0.6), rgba(225, 225, 225, 0) 0.2%, rgba(225, 225, 225, 0) 99.8%, rgba(225, 225, 225, 0.6));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
          mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
}
.page-template-about-page .simulate-section .card__outers .card__inner {
  display: flex;
  gap: 48px;
  z-index: 2;
  position: relative;
}
.page-template-about-page .simulate-section .card__outers .card__inner .left-side {
  flex-basis: 55%;
}
.page-template-about-page .simulate-section .card__outers .card__inner .left-side img {
  border-radius: 12px;
  min-height: 468px;
  max-height: 468px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-about-page .simulate-section .card__outers .card__inner .right-side {
  flex-basis: 45%;
}
.page-template-about-page .simulate-section .card__outers .card__inner .right-side .tag {
  margin: unset;
}
.page-template-about-page .simulate-section .card__outers .card__inner .right-side .main__headers h4 {
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.page-template-about-page .simulate-section .card__outers .card__inner .right-side .main__headers h5 {
  color: #7df9ff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.16px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.page-template-about-page .simulate-section .card__outers .card__inner .right-side .main__text {
  margin-bottom: 20px;
}
.page-template-about-page .simulate-section .card__outers .card__inner .right-side .main__text p {
  color: #818e90;
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.page-template-about-page .simulate-section .card__outers .card__inner .right-side .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-about-page .simulate-section .card__outers .card__inner .right-side .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-about-page .simulate-section .card__outers .card__inner .right-side .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-about-page .simulate-section .card__outers .card__inner .right-side .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-about-page .prov-section {
  margin-bottom: 85px;
}
.page-template-about-page .prov-section .card__outers {
  padding: 36px;
  border-radius: 20px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(92deg, rgba(6, 146, 172, 0.03) 0%, rgba(6, 146, 172, 0.05) 102.28%);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.page-template-about-page .prov-section .card__outers::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 11111;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0.6), rgba(225, 225, 225, 0) 0.2%, rgba(225, 225, 225, 0) 99.8%, rgba(225, 225, 225, 0.6));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
          mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
}
.page-template-about-page .prov-section .card__outers .card__inner {
  display: flex;
  gap: 48px;
}
.page-template-about-page .prov-section .card__outers .card__inner .left-side {
  flex-basis: 55%;
}
.page-template-about-page .prov-section .card__outers .card__inner .left-side img {
  border-radius: 12px;
  min-height: 468px;
  max-height: 468px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-about-page .prov-section .card__outers .card__inner .right-side {
  flex-basis: 45%;
}
.page-template-about-page .prov-section .card__outers .card__inner .right-side .tag {
  margin: unset;
}
.page-template-about-page .prov-section .card__outers .card__inner .right-side .main__headers h4 {
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.page-template-about-page .prov-section .card__outers .card__inner .right-side .main__headers h5 {
  color: #7df9ff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.16px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.page-template-about-page .prov-section .card__outers .card__inner .right-side .main__text {
  margin-bottom: 20px;
}
.page-template-about-page .prov-section .card__outers .card__inner .right-side .main__text p {
  color: #818e90;
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.page-template-about-page .prov-section .card__outers .card__inner .right-side .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-about-page .prov-section .card__outers .card__inner .right-side .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-about-page .prov-section .card__outers .card__inner .right-side .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-about-page .prov-section .card__outers .card__inner .right-side .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-about-page .who-we-are-section {
  margin-bottom: 88px;
}
.page-template-about-page .who-we-are-section .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-about-page .who-we-are-section .main__text {
  margin-bottom: 60px;
}
.page-template-about-page .who-we-are-section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.page-template-about-page .who-we-are-section .main__text h5 {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 144%;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
}
.page-template-about-page .mortar-different-section {
  margin-bottom: 56px;
}
.page-template-about-page .mortar-different-section .card-outer {
  border-radius: 24px;
  background: var(--Section-Fill, linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%));
  padding: 48px;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .first-row {
  display: flex;
  gap: 56px;
  margin-bottom: 60px;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .first-row > div:first-child {
  flex-basis: 55%;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .first-row > div:first-child .img-outer {
  border-radius: 12px;
  overflow: hidden;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .first-row > div:first-child .img-outer img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .first-row > div:nth-child(2) {
  flex-basis: 45%;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .first-row > div:nth-child(2) .tag {
  margin: unset;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .first-row > div:nth-child(2) .main-heading {
  margin-bottom: 20px;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .first-row > div:nth-child(2) .main-heading h4 {
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .first-row > div:nth-child(2) .main-text p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .second-row {
  display: flex;
  gap: 56px;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .second-row > div:first-child {
  flex-basis: 45%;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .second-row > div:first-child .tag {
  margin: unset;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .second-row > div:first-child .main-heading {
  margin-bottom: 20px;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .second-row > div:first-child .main-heading h4 {
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .second-row > div:first-child .main-text p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .second-row > div:nth-child(2) {
  flex-basis: 55%;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .second-row > div:nth-child(2) .img-outer {
  border-radius: 12px;
  overflow: hidden;
}
.page-template-about-page .mortar-different-section .card-outer .card-inner .second-row > div:nth-child(2) .img-outer img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-about-page .what-do-section {
  margin-bottom: 140px;
}
.page-template-about-page .what-do-section .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-about-page .what-do-section .main__text {
  margin-bottom: 60px;
}
.page-template-about-page .what-do-section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.page-template-about-page .what-do-section .marketing__accordion {
  display: flex;
  gap: 45px;
}
.page-template-about-page .what-do-section .marketing__accordion .left-side .img-outer {
  display: flex;
  justify-content: center;
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.page-template-about-page .what-do-section .marketing__accordion .left-side .img-outer #displayImage,
.page-template-about-page .what-do-section .marketing__accordion .left-side .img-outer .new-image {
  width: 100%;
  height: auto;
  max-width: 475px;
  top: 0;
  left: 0;
  transition: transform 0.6s ease-in-out;
  position: relative;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-about-page .what-do-section .marketing__accordion .left-side .img-outer .new-image {
  transform: translateX(100%);
  z-index: 2;
}
.page-template-about-page .what-do-section .marketing__accordion .right-side .accordion {
  position: relative;
}
.page-template-about-page .what-do-section .marketing__accordion .right-side .accordion::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  border-radius: 20px;
  background: rgba(6, 146, 172, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-about-page .what-do-section .marketing__accordion .right-side .accordion .accordion-item {
  background-color: transparent;
  border: none;
  position: relative;
}
.page-template-about-page .what-do-section .marketing__accordion .right-side .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #02262d;
}
.page-template-about-page .what-do-section .marketing__accordion .right-side .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  align-items: baseline;
  gap: 16px;
  box-shadow: none;
}
.page-template-about-page .what-do-section .marketing__accordion .right-side .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.page-template-about-page .what-do-section .marketing__accordion .right-side .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.page-template-about-page .what-do-section .marketing__accordion .right-side .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.page-template-about-page .what-do-section .marketing__accordion .right-side .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  content: "";
  display: block;
  width: 6px;
  height: calc(100% + 30px);
  border-radius: 20px;
  background: var(--primary-color, #0692ac);
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-about-page .what-do-section .marketing__accordion .right-side .accordion .accordion-item .accordion-header .accordion-button > div.icon {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid rgba(6, 146, 172, 0.2);
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  width: 44px;
  height: 44px;
  padding: 9px;
}
.page-template-about-page .what-do-section .marketing__accordion .right-side .accordion .accordion-item .accordion-header .accordion-button > div.text {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-about-page .what-do-section .marketing__accordion .right-side .accordion .accordion-item .accordion-body p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.page-template-about-page .what-do-section .marketing__accordion .right-side .accordion .accordion-item .accordion-body img {
  border-radius: 8.108px;
}
.page-template-about-page .contact-section {
  margin-bottom: 130px;
}
.page-template-about-page .contact-section .card__outers {
  padding: 36px;
  border-radius: 20px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(92deg, rgba(6, 146, 172, 0.03) 0%, rgba(6, 146, 172, 0.05) 102.28%);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.page-template-about-page .contact-section .card__outers::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0.6), rgba(225, 225, 225, 0) 0.2%, rgba(225, 225, 225, 0) 99.8%, rgba(225, 225, 225, 0.6));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
          mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
}
.page-template-about-page .contact-section .card__outers .card__inner {
  display: flex;
  flex-direction: column;
  gap: 41px;
  position: relative;
  z-index: 2;
}
.page-template-about-page .contact-section .card__outers .card__inner .left-side {
  width: 100%;
}
.page-template-about-page .contact-section .card__outers .card__inner .left-side .tag {
  margin: auto;
}
.page-template-about-page .contact-section .card__outers .card__inner .left-side .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-about-page .contact-section .card__outers .card__inner .left-side .main__text {
  margin-bottom: 24px;
}
.page-template-about-page .contact-section .card__outers .card__inner .left-side .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side {
  width: 100%;
  margin: auto;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form {
  padding: 40px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background: var(--Section-Fill, linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%));
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(6, 146, 172, 0.4) 0%, rgba(6, 146, 172, 0.01) 100%);
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  box-sizing: border-box;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .logo {
  margin-bottom: 24px;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .logo img {
  width: 200px;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .wpcf7 {
  position: relative;
  z-index: 2;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form label {
  color: var(--Title, #afc5c8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .form-control {
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgba(6, 146, 172, 0.1);
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 15px;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .form-control::-moz-placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .form-control::placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=checkbox] {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #011a1f;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=checkbox]:checked {
  background-color: #818e90;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=radio] {
  border-color: #818e90;
  background-color: transparent;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=radio]:checked {
  border-color: #818e90;
  background-color: transparent;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .check-section {
  border-radius: 8px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: var(--Input-Field-Background, rgba(6, 146, 172, 0.1));
  padding: 15px;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .check-section > .input-group {
  gap: 10px;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .check-section > .input-group .form-check {
  width: calc(33.3333333333% - 10px); /* 100 / 3 = 33.33% for 3 columns */
  box-sizing: border-box;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-label {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 0;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-label a {
  color: var(--7-df-9-ff, #7df9ff);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.96px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .radio-section {
  border-radius: 8px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: var(--Input-Field-Background, rgba(6, 146, 172, 0.1));
  padding: 15px;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .radio-section > .input-group {
  gap: 30px;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input {
  gap: 16px;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > select {
  width: 200px;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > input {
  width: calc(100% - 216px);
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > .select2-container .selection .select2-selection {
  height: 100%;
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgba(6, 146, 172, 0.1);
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 15px;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > .select2-container .selection .select2-selection .select2-selection__rendered {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > .select2-container .selection .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-about-page .contact-section .card__outers .card__inner .right-side .contact-form .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-template-feature-page .position-absolute {
  z-index: 2;
}
.page-template-feature-page .hero-section {
  position: relative;
  margin-bottom: 42px;
  background-image: url(../img/products-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-template-feature-page .hero-section .hero-section-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  align-self: center;
  justify-content: center;
  position: relative;
}
.page-template-feature-page .hero-section .main__headers {
  margin-bottom: 82px;
}
.page-template-feature-page .hero-section .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-feature-page .hero-section .main__text {
  margin-bottom: 36px;
}
.page-template-feature-page .hero-section .main__text p {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.page-template-feature-page .hero-section .main_scroll_button .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-feature-page .hero-section .main_scroll_button .btn-book svg {
  animation: moveUpDown 2.5s ease-in-out infinite;
  margin-left: 5px;
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(10px); /* original position */
  }
  50% {
    transform: translateY(-10px); /* move up by 20px */
  }
}
.page-template-feature-page .features-section {
  margin-bottom: 60px;
}
.page-template-feature-page .features-section .feature-area .column-order {
  display: flex;
  gap: 86px;
  align-items: center;
  padding: 36px;
  border-radius: 20px;
  border-radius: 20px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(92deg, rgba(6, 146, 172, 0.03) 0%, rgba(6, 146, 172, 0.05) 102.28%);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.page-template-feature-page .features-section .feature-area .column-order::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0.6), rgba(225, 225, 225, 0) 0.2%, rgba(225, 225, 225, 0) 99.8%, rgba(225, 225, 225, 0.6));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
          mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
}
.page-template-feature-page .features-section .feature-area .column-order:not(:last-child) {
  margin-bottom: 48px;
}
.page-template-feature-page .features-section .feature-area .column-order.order-by-revers {
  flex-direction: row-reverse;
}
.page-template-feature-page .features-section .feature-area .column-order > div.text-section {
  margin-bottom: 16px;
  align-self: center;
  flex-basis: 50%;
  z-index: 3;
}
.page-template-feature-page .features-section .feature-area .column-order > div.text-section > a {
  color: var(--Title, #afc5c8);
  text-decoration: none;
  transition: -webkit-text-decoration 0.5s ease-in-out;
  transition: text-decoration 0.5s ease-in-out;
  transition: text-decoration 0.5s ease-in-out, -webkit-text-decoration 0.5s ease-in-out;
}
.page-template-feature-page .features-section .feature-area .column-order > div.text-section > a:hover {
  text-decoration: underline;
}
.page-template-feature-page .features-section .feature-area .column-order > div.text-section h4 {
  color: var(--Title, #afc5c8);
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 36px */
  letter-spacing: -0.36px;
  margin-bottom: 16px;
}
.page-template-feature-page .features-section .feature-area .column-order > div.text-section p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.page-template-feature-page .features-section .feature-area .column-order > div.text-section .tag {
  margin: unset;
}
.page-template-feature-page .features-section .feature-area .column-order > div.text-section .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-feature-page .features-section .feature-area .column-order > div.text-section .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-feature-page .features-section .feature-area .column-order > div.text-section .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-feature-page .features-section .feature-area .column-order > div.text-section .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-feature-page .features-section .feature-area .column-order > div.img-section {
  flex-basis: 50%;
}
.page-template-feature-page .features-section .feature-area .column-order > div.img-section .img-outer {
  border-radius: 12px;
  overflow: hidden;
}
.page-template-feature-page .features-section .feature-area .column-order > div.img-section .img-outer img {
  height: 361px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-feature-page .book-demo-section {
  padding: 60px 0;
  margin-bottom: 60px;
}
.page-template-feature-page .book-demo-section .card-outer {
  background-image: url(../img/book-demo-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.page-template-feature-page .book-demo-section .card-outer .card-inner {
  padding: 48px 100px 56px 100px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: rgba(255, 255, 255, 0.03);
}
.page-template-feature-page .book-demo-section .card-outer .card-inner .image-area {
  margin-bottom: 16px;
}
.page-template-feature-page .book-demo-section .card-outer .card-inner .image-area img {
  max-width: 58px;
}
.page-template-feature-page .book-demo-section .card-outer .card-inner .header-area {
  margin-bottom: 48px;
}
.page-template-feature-page .book-demo-section .card-outer .card-inner .header-area h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-feature-page .book-demo-section .card-outer .card-inner .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-feature-page .book-demo-section .card-outer .card-inner .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-feature-page .book-demo-section .card-outer .card-inner .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-feature-page .book-demo-section .card-outer .card-inner .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-feature-page .contact-section {
  margin-bottom: 130px;
}
.page-template-feature-page .contact-section .card__outers {
  padding: 36px;
  border-radius: 20px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(92deg, rgba(6, 146, 172, 0.03) 0%, rgba(6, 146, 172, 0.05) 102.28%);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.page-template-feature-page .contact-section .card__outers::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0.6), rgba(225, 225, 225, 0) 0.2%, rgba(225, 225, 225, 0) 99.8%, rgba(225, 225, 225, 0.6));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
          mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
}
.page-template-feature-page .contact-section .card__outers .card__inner {
  display: flex;
  flex-direction: column;
  gap: 41px;
  position: relative;
  z-index: 2;
}
.page-template-feature-page .contact-section .card__outers .card__inner .left-side {
  width: 100%;
}
.page-template-feature-page .contact-section .card__outers .card__inner .left-side .tag {
  margin: auto;
}
.page-template-feature-page .contact-section .card__outers .card__inner .left-side .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-feature-page .contact-section .card__outers .card__inner .left-side .main__text {
  margin-bottom: 24px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .left-side .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side {
  width: 100%;
  margin: auto;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form {
  padding: 40px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background: var(--Section-Fill, linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%));
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(6, 146, 172, 0.4) 0%, rgba(6, 146, 172, 0.01) 100%);
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  box-sizing: border-box;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .logo {
  margin-bottom: 24px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .logo img {
  width: 200px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .wpcf7 {
  position: relative;
  z-index: 2;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form label {
  color: var(--Title, #afc5c8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .form-control {
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgba(6, 146, 172, 0.1);
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 15px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .form-control::-moz-placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .form-control::placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=checkbox] {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #011a1f;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=checkbox]:checked {
  background-color: #818e90;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=radio] {
  border-color: #818e90;
  background-color: transparent;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=radio]:checked {
  border-color: #818e90;
  background-color: transparent;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .check-section {
  border-radius: 8px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: var(--Input-Field-Background, rgba(6, 146, 172, 0.1));
  padding: 15px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .check-section > .input-group {
  gap: 10px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .check-section > .input-group .form-check {
  width: calc(33.3333333333% - 10px); /* 100 / 3 = 33.33% for 3 columns */
  box-sizing: border-box;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-label {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 0;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-label a {
  color: var(--7-df-9-ff, #7df9ff);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.96px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .radio-section {
  border-radius: 8px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: var(--Input-Field-Background, rgba(6, 146, 172, 0.1));
  padding: 15px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .radio-section > .input-group {
  gap: 30px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input {
  gap: 16px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > select {
  width: 200px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > input {
  width: calc(100% - 216px);
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > .select2-container .selection .select2-selection {
  height: 100%;
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgba(6, 146, 172, 0.1);
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 15px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > .select2-container .selection .select2-selection .select2-selection__rendered {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > .select2-container .selection .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-feature-page .contact-section .card__outers .card__inner .right-side .contact-form .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-template-default .page-title-section {
  margin-top: 156px;
  z-index: 1;
  position: relative;
  margin-bottom: 42px;
}
.feature-template-default .page-title-section .button-area {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #02262d;
}
.feature-template-default .page-title-section .button-area .back-button {
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  padding: 11px 16px;
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.02) 0%, rgba(5, 137, 162, 0.2) 50%, rgba(6, 146, 172, 0.2) 100%);
}
.feature-template-default .page-title-section .button-area > h1 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.feature-template-default .page-content-section {
  margin-bottom: 120px;
}
.feature-template-default .page-content-section .content-block:not(:last-child) {
  margin-bottom: 48px;
}
.feature-template-default .page-content-section .content-block h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.24px;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.feature-template-default .page-content-section .content-block p,
.feature-template-default .page-content-section .content-block div {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}

.page-template-blog-page .hero-section {
  margin-top: 156px;
  z-index: 1;
  position: relative;
  margin-bottom: 32px;
}
.page-template-blog-page .hero-section .section-outer {
  display: flex;
  justify-content: space-between;
}
.page-template-blog-page .hero-section .section-outer .left-side {
  max-width: 542px;
}
.page-template-blog-page .hero-section .section-outer .left-side .tag {
  margin: 0;
}
.page-template-blog-page .hero-section .section-outer .left-side .main__headers h4 {
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-blog-page .hero-section .section-outer .right-side {
  max-width: 486px;
  align-self: end;
}
.page-template-blog-page .hero-section .section-outer .right-side .main__text p {
  color: #818e90;
  text-align: start;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.page-template-blog-page .blog-section {
  z-index: 1;
  position: relative;
}
.page-template-blog-page .blog-section .card-outer {
  border-radius: 12px;
  padding: 20px 20px 24px 20px;
  position: relative;
  background: var(--card, linear-gradient(180deg, rgba(125, 249, 255, 0.1) 0%, rgba(41, 18, 107, 0.01) 92.41%));
  height: 100%;
}
.page-template-blog-page .blog-section .card-outer::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 0.06) 34%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  pointer-events: none;
}
.page-template-blog-page .blog-section .card-outer .card-inner .img-area {
  border-radius: 8px;
  max-height: 254px;
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--card, linear-gradient(180deg, rgba(125, 249, 255, 0.1) 0%, rgba(41, 18, 107, 0.01) 92.41%));
  overflow: hidden;
}
.page-template-blog-page .blog-section .card-outer .card-inner .img-area > img {
  max-height: 254px;
  max-width: -webkit-fill-available;
}
.page-template-blog-page .blog-section .card-outer .card-inner .date-area {
  margin-bottom: 8px;
}
.page-template-blog-page .blog-section .card-outer .card-inner .date-area p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  text-transform: capitalize;
  margin-bottom: 0;
}
.page-template-blog-page .blog-section .card-outer .card-inner .header-area {
  margin-bottom: 16px;
}
.page-template-blog-page .blog-section .card-outer .card-inner .header-area h4 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.18px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-blog-page .blog-section .card-outer .card-inner .read-more > a {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: -0.036px;
  text-decoration: none;
  position: relative;
  background: var(--Primary-button, linear-gradient(270deg, rgba(6, 146, 172, 0.7) 0%, rgba(5, 137, 162, 0.7) 50%, rgba(6, 146, 172, 0.7) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-blog-page .blog-section .card-outer .card-inner .read-more > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.7) 0%, rgba(5, 137, 162, 0.7) 50%, rgba(6, 146, 172, 0.7) 100%);
}
.page-template-blog-page .blog-section .paginations {
  margin-top: 20px;
}
.page-template-blog-page .blog-section .paginations nav ul {
  gap: 10px;
}
.page-template-blog-page .blog-section .paginations nav ul li a,
.page-template-blog-page .blog-section .paginations nav ul li button {
  background-color: transparent;
  padding: 5px 13px;
  color: var(--Title, #afc5c8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  text-decoration: none;
}
.page-template-blog-page .blog-section .paginations nav ul li:first-child a,
.page-template-blog-page .blog-section .paginations nav ul li:first-child button, .page-template-blog-page .blog-section .paginations nav ul li:last-child a,
.page-template-blog-page .blog-section .paginations nav ul li:last-child button {
  border: none;
  color: var(--Title, #afc5c8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.page-template-blog-page .blog-section .paginations nav ul li:not(.page-template-blog-page .blog-section .paginations nav ul li:first-child, .page-template-blog-page .blog-section .paginations nav ul li:last-child) a {
  border-color: transparent;
  border-radius: 8px;
}
.page-template-blog-page .blog-section .paginations nav ul li:not(.page-template-blog-page .blog-section .paginations nav ul li:first-child, .page-template-blog-page .blog-section .paginations nav ul li:last-child).active a,
.page-template-blog-page .blog-section .paginations nav ul li:not(.page-template-blog-page .blog-section .paginations nav ul li:first-child, .page-template-blog-page .blog-section .paginations nav ul li:last-child).active button {
  background: var(--Primary-button, linear-gradient(270deg, rgba(6, 146, 172, 0.7) 0%, rgba(5, 137, 162, 0.7) 50%, rgba(6, 146, 172, 0.7) 100%));
}
.page-template-blog-page .case-studies-section {
  margin-top: 120px;
  margin-bottom: 60px;
}
.page-template-blog-page .case-studies-section .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-blog-page .case-studies-section .main__text {
  margin-bottom: 60px;
}
.page-template-blog-page .case-studies-section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.page-template-blog-page .case-studies-section .caseStudySlider {
  margin-bottom: 40px;
  max-width: 1100px;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor {
  border-radius: 24px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: var(--Section-Fill, linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%));
  padding: 32px 32px 24px 32px;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .content-area {
  padding-bottom: 15px;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .content-area h5 {
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  margin-bottom: 16px;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .content-area p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 151%; /* 24.16px */
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .divider-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.3) 48.08%, rgba(255, 255, 255, 0.03) 100%);
  margin-top: 32px;
  margin-bottom: 32px;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .prof-details {
  display: flex;
  gap: 20px;
  width: 271px;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .prof-details .img {
  width: 69px;
  border-radius: 8px;
  overflow: hidden;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .prof-details .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 69px;
  height: 69px;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .prof-details .details .name {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .prof-details .details .company {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  margin-bottom: 6px;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .prof-details .details .position {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  margin-bottom: 0;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .roas {
  width: 174px;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .roas .name {
  color: var(--Title, #afc5c8);
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 151%; /* 36.24px */
  margin-bottom: 6px;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .roas .company {
  color: var(--Body-Text, #818e90);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 151%; /* 24.16px */
  margin-bottom: 0;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .conversion-rates {
  width: 174px;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .conversion-rates .name {
  color: var(--Title, #afc5c8);
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 151%; /* 36.24px */
  margin-bottom: 6px;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .conversion-rates .company {
  color: var(--Body-Text, #818e90);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 151%; /* 24.16px */
  margin-bottom: 0;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .campaing-rates {
  width: 200px;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .campaing-rates .name {
  color: var(--Title, #afc5c8);
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 151%; /* 36.24px */
  margin-bottom: 6px;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .campaing-rates .company {
  color: var(--Body-Text, #818e90);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 151%; /* 24.16px */
  margin-bottom: 0;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .separetors {
  position: relative;
}
.page-template-blog-page .case-studies-section .caseStudySlider .swiper-wrapper .slider-autor .details-area .separetors::before {
  content: "";
  width: 2px;
  height: 43px;
  position: absolute;
  top: 50%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.3) 48.08%, rgba(255, 255, 255, 0.03) 100%);
  left: -28%;
  transform: translate(-50%, -50%);
}
.page-template-blog-page .case-studies-section .caseStudySlider-navigations .caseStudySlider-pagination {
  bottom: 0;
  transform: translateY(30px);
}
.page-template-blog-page .case-studies-section .caseStudySlider-navigations .caseStudySlider-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-image: url(../img/pagination.svg);
  background-color: unset;
  opacity: 1;
}
.page-template-blog-page .case-studies-section .caseStudySlider-navigations .caseStudySlider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: unset;
  background-image: url(../img/pagination-active.svg);
}
.page-template-blog-page .case-studies-section .caseStudySlider-navigations .caseStudySlider-prev {
  left: 0;
  transform: translateX(25px);
  border-radius: 28px;
  padding: 10px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
}
.page-template-blog-page .case-studies-section .caseStudySlider-navigations .caseStudySlider-prev::after {
  display: none;
}
.page-template-blog-page .case-studies-section .caseStudySlider-navigations .caseStudySlider-next {
  right: 0;
  transform: translateX(-25px);
  border-radius: 28px;
  padding: 10px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
}
.page-template-blog-page .case-studies-section .caseStudySlider-navigations .caseStudySlider-next::after {
  display: none;
}
.page-template-blog-page .book-demo-section {
  padding: 60px 0;
  margin-bottom: 60px;
}
.page-template-blog-page .book-demo-section .card-outer {
  background-image: url(../img/book-demo-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.page-template-blog-page .book-demo-section .card-outer .card-inner {
  padding: 48px 100px 56px 100px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: rgba(255, 255, 255, 0.03);
}
.page-template-blog-page .book-demo-section .card-outer .card-inner .image-area {
  margin-bottom: 16px;
}
.page-template-blog-page .book-demo-section .card-outer .card-inner .image-area img {
  max-width: 58px;
}
.page-template-blog-page .book-demo-section .card-outer .card-inner .header-area {
  margin-bottom: 48px;
}
.page-template-blog-page .book-demo-section .card-outer .card-inner .header-area h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-blog-page .book-demo-section .card-outer .card-inner .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-blog-page .book-demo-section .card-outer .card-inner .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-blog-page .book-demo-section .card-outer .card-inner .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-blog-page .book-demo-section .card-outer .card-inner .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-template-contact-page .hero_section {
  margin-top: 156px;
  z-index: 1;
  position: relative;
  margin-bottom: 42px;
}
.page-template-contact-page .hero_section .main__headers.margin-bottom-60 {
  margin-bottom: 60px;
}
.page-template-contact-page .hero_section .main__headers h1 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-contact-page .hero_section .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 21.44px */
  letter-spacing: -0.32px;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-contact-page .hero_section .main__text {
  margin-bottom: 30px;
}
.page-template-contact-page .hero_section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.page-template-contact-page .contact-details-section {
  margin-bottom: 32px;
  z-index: 2;
  position: relative;
}
.page-template-contact-page .contact-details-section .contact-cards {
  display: flex;
  gap: 20px;
}
.page-template-contact-page .contact-details-section .contact-cards > div {
  flex: 1;
  padding: 32px 24px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--Section-Fill, linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%));
}
.page-template-contact-page .contact-details-section .contact-cards > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(6, 146, 172, 0.4) 0%, rgba(6, 146, 172, 0.01) 100%);
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  box-sizing: border-box;
}
.page-template-contact-page .contact-details-section .contact-cards > div .email-area {
  display: flex;
  gap: 24px;
  position: relative;
  z-index: 4;
}
.page-template-contact-page .contact-details-section .contact-cards > div .email-area .email-address {
  margin-bottom: 8px;
}
.page-template-contact-page .contact-details-section .contact-cards > div .email-area .email-address h4 {
  color: var(--Title, #afc5c8);
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}
.page-template-contact-page .contact-details-section .contact-cards > div .email-area .details p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 0;
}
.page-template-contact-page .contact-details-section .contact-cards > div .email-area .details p a {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 0;
  text-decoration: none;
}
.page-template-contact-page .contact-details-section .contact-cards > div .email-area .details p a:hover {
  text-decoration: underline;
}
.page-template-contact-page .contact-form {
  margin-bottom: 120px;
  z-index: 2;
  position: relative;
}
.page-template-contact-page .contact-form .main__headers {
  margin-bottom: 60px;
}
.page-template-contact-page .contact-form .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 21.44px */
  letter-spacing: -0.32px;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-contact-page .contact-form .contactform-columns {
  gap: 56px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) {
  width: 100%;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area {
  padding: 40px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--Section-Fill, linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%));
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(6, 146, 172, 0.4) 0%, rgba(6, 146, 172, 0.01) 100%);
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  box-sizing: border-box;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .logo {
  margin-bottom: 24px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .logo img {
  width: 200px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .wpcf7 {
  position: relative;
  z-index: 5;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area label {
  color: var(--Title, #afc5c8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .form-control {
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgba(6, 146, 172, 0.1);
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 15px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .form-control::-moz-placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .form-control::placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .form-check-input[type=checkbox] {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #011a1f;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .form-check-input[type=checkbox]:checked {
  background-color: #818e90;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .form-check-input[type=radio] {
  border-color: #818e90;
  background-color: transparent;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .form-check-input[type=radio]:checked {
  border-color: #818e90;
  background-color: transparent;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .check-section {
  border-radius: 8px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: var(--Input-Field-Background, rgba(6, 146, 172, 0.1));
  padding: 15px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .check-section > .input-group {
  gap: 10px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .check-section > .input-group .form-check {
  width: calc(33.3333333333% - 10px); /* 100 / 3 = 33.33% for 3 columns */
  box-sizing: border-box;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .form-check-label {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 0;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .form-check-label a {
  color: var(--7-df-9-ff, #7df9ff);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.96px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .radio-section {
  border-radius: 8px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: var(--Input-Field-Background, rgba(6, 146, 172, 0.1));
  padding: 15px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .radio-section > .input-group {
  gap: 30px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .phone_input {
  gap: 16px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .phone_input select {
  width: 200px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .phone_input .select2-container .selection .select2-selection {
  height: 100%;
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgba(6, 146, 172, 0.1);
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 15px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .phone_input .select2-container .selection .select2-selection .select2-selection__rendered {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .phone_input .select2-container .selection .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(1) .form-area .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(2) {
  width: calc(50% - 28px);
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(2) .contact-cards {
  display: flex;
  gap: 56px;
  flex-direction: column;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(2) .contact-cards > div {
  flex: 1;
  padding: 32px 24px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--Section-Fill, linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%));
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(2) .contact-cards > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(6, 146, 172, 0.4) 0%, rgba(6, 146, 172, 0.01) 100%);
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  box-sizing: border-box;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(2) .contact-cards > div .email-area {
  display: flex;
  gap: 24px;
  position: relative;
  z-index: 4;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(2) .contact-cards > div .email-area .email-address {
  margin-bottom: 8px;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(2) .contact-cards > div .email-area .email-address h4 {
  color: var(--Title, #afc5c8);
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(2) .contact-cards > div .email-area .details p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 0;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(2) .contact-cards > div .email-area .details p a {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 0;
  text-decoration: none;
}
.page-template-contact-page .contact-form .contactform-columns div.columns:nth-child(2) .contact-cards > div .email-area .details p a:hover {
  text-decoration: underline;
}

.single-blog .blog-preview-section {
  margin-top: 156px;
  z-index: 1;
  position: relative;
  margin-bottom: 32px;
}
.single-blog .blog-preview-section .back-button {
  position: relative;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.02) 0%, rgba(5, 137, 162, 0.2) 50%, rgba(6, 146, 172, 0.2) 100%);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  margin-bottom: 10px;
}
.single-blog .blog-preview-section .back-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  border: 3px solid #7df9ff;
  filter: blur(7px);
  z-index: -1; /* behind the main content */
}
.single-blog .blog-preview-section .back-button svg {
  margin-right: 13px;
}
.single-blog .blog-preview-section .back-button span {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 67%; /* 8.71px */
  letter-spacing: -0.13px;
  padding: 5px 0;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-blog .blog-preview-section .blog-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  gap: 15px;
}
.single-blog .blog-preview-section .blog-header .blog-title > h1 {
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-blog .blog-preview-section .blog-header .blog-date {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
}
.single-blog .blog-preview-section .blog-header .blog-date .blog-date-day {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
}
.single-blog .blog-preview-section .blog-content {
  margin-bottom: 120px;
}
.single-blog .blog-preview-section .blog-content p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.16px;
  align-self: stretch;
  margin: 0;
}
.single-blog .blog-preview-section .blog-content p + p {
  margin-top: 24px;
}
.single-blog .featured_img_section {
  margin-bottom: 40px;
}
.single-blog .featured_img_section .blog-image-container {
  border-radius: 8px;
  overflow: hidden;
}
.single-blog .featured_img_section .blog-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-blog .blog-content-area {
  margin-bottom: 120px;
}
.single-blog .blog-content-area .blog-content p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.16px;
  align-self: stretch;
}
.single-blog .blog-content-area .blog-content ul li,
.single-blog .blog-content-area .blog-content ol li {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.16px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.96px;
  margin-bottom: 0;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label > a {
  color: var(--7-df-9-ff, #7df9ff);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.96px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

.wpcf7-response-output {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.96px;
  margin-bottom: 0;
}

.wpcf7-not-valid-tip {
  display: none;
}

.error {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
}

.notfount_page {
  margin-top: 156px;
  z-index: 1;
  position: relative;
  margin-bottom: 32px;
}
.notfount_page .back-button {
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  padding: 11px 16px;
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.02) 0%, rgba(5, 137, 162, 0.2) 50%, rgba(6, 146, 172, 0.2) 100%);
}

.page-template-default .page-title-section {
  margin-top: 156px;
  z-index: 1;
  position: relative;
  margin-bottom: 42px;
}
.page-template-default .page-title-section .button-area {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #02262d;
}
.page-template-default .page-title-section .button-area .back-button {
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  padding: 11px 16px;
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.02) 0%, rgba(5, 137, 162, 0.2) 50%, rgba(6, 146, 172, 0.2) 100%);
}
.page-template-default .page-title-section .button-area > h1 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.page-template-default .page-content-section {
  margin-bottom: 120px;
}
.page-template-default .page-content-section .content-block {
  color: var(--Body-Text, #818e90);
}
.page-template-default .page-content-section .content-block:not(:last-child) {
  margin-bottom: 48px;
}
.page-template-default .page-content-section .content-block h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.24px;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.page-template-default .page-content-section .content-block p,
.page-template-default .page-content-section .content-block div {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.page-template-default .page-content-section .content-block table th,
.page-template-default .page-content-section .content-block table td {
  color: var(--Body-Text, #818e90);
  border: var(--Body-Text, #818e90) 1px solid;
  padding: 10px;
}

.grecaptcha-badge {
  z-index: 99999999;
}

.page-template-mmm-page .position-absolute video {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
  left: 0;
  opacity: 0.5;
  mix-blend-mode: color-dodge;
}
.page-template-mmm-page .sections-merge-bg {
  background-image: url(./../img/mmm-hero-bg.webp);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-template-mmm-page .sections-merge-bg .hero-section {
  padding-top: 173px;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container {
  display: flex;
  gap: 95px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(1) {
  flex-grow: 1;
  width: 668px;
  z-index: 2;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(1) .main__headers {
  display: flex;
  flex-direction: column;
  gap: 51px;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(1) .main__headers > h3 {
  color: #86a3a7;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(1) .main__headers > h2 {
  background: linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 88px */
  letter-spacing: -0.8px;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(1) .main__headers > h1 {
  background: linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 88px */
  letter-spacing: -0.8px;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(1) .main__text {
  margin-bottom: 36px;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(1) .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(2) {
  flex-grow: 1;
  width: 450px;
  z-index: 2;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(2) .card_outer {
  border-radius: 16px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgba(6, 146, 172, 0.35);
  padding: 32px;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(2) .card_outer .contact-form label {
  color: var(--Title, #afc5c8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(2) .card_outer .contact-form .form-control {
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: #002931;
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 15px;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(2) .card_outer .contact-form .form-control::-moz-placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(2) .card_outer .contact-form .form-control::placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(2) .card_outer .contact-form .form-check-input[type=checkbox] {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #011a1f;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(2) .card_outer .contact-form .form-check-input[type=checkbox]:checked {
  background-color: #818e90;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(2) .card_outer .contact-form .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
  width: 100%;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(2) .card_outer .contact-form .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(2) .card_outer .contact-form .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-mmm-page .sections-merge-bg .hero-section .flex-container .flex-box:nth-child(2) .card_outer .contact-form .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-mmm-page .sections-merge-bg .partner__logos__section {
  margin-top: 162px;
  padding: 27px 0 55px 0;
}
.page-template-mmm-page .sections-merge-bg .partner__logos__section .main__headers {
  margin-bottom: 34px;
}
.page-template-mmm-page .sections-merge-bg .partner__logos__section .main__headers h4 {
  background: linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-mmm-page .sections-merge-bg .partner__logos__section .partnerSlidermmm .slider-autor {
  text-align: center;
}
.page-template-mmm-page .sections-merge-bg .partner__logos__section .partnerSlidermmm .slider-autor > img {
  height: 78px;
  width: auto;
}
.page-template-mmm-page .advantages_section {
  margin: 197px 0 0 0;
}
.page-template-mmm-page .advantages_section .main__headers > h4 {
  background: linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 88px */
  letter-spacing: -0.8px;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-mmm-page .advantages_section .advantages {
  gap: 39px;
}
.page-template-mmm-page .advantages_section .advantages .items_divs.gap-22 {
  gap: 22px;
}
.page-template-mmm-page .advantages_section .advantages .items_divs .item_divs_outer {
  border-radius: 24px;
  background: var(--Section-Fill, linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%));
  padding: 25px 45px;
  min-height: 240px;
  height: 100%;
}
.page-template-mmm-page .advantages_section .advantages .items_divs .item_divs_outer .item_divs_inner.d-flex {
  flex-direction: row-reverse;
  gap: 35px;
}
.page-template-mmm-page .advantages_section .advantages .items_divs .item_divs_outer .item_divs_inner.d-flex .video_outers {
  flex-shrink: 0;
  margin-bottom: 0;
}
.page-template-mmm-page .advantages_section .advantages .items_divs .item_divs_outer .item_divs_inner.d-flex .video_outers video {
  width: 249px;
  height: 180px;
  max-height: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-mmm-page .advantages_section .advantages .items_divs .item_divs_outer .item_divs_inner .video_outers {
  border-radius: 19px;
  border: 0.5px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 4.8px 4px #011A1F inset;
  overflow: hidden;
  margin-bottom: 35px;
}
.page-template-mmm-page .advantages_section .advantages .items_divs .item_divs_outer .item_divs_inner .video_outers video {
  width: 100%;
  height: 100%;
  max-height: 250px;
}
.page-template-mmm-page .advantages_section .advantages .items_divs .item_divs_outer .item_divs_inner .contents_outers > h4 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6F9099 0%, #D3E4E6 17.31%, #C5D9DB 30.77%, #B5CCCF 46.15%, #D8E6E8 63.46%, #CBD9DB 80.29%, #6E8F93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}
.page-template-mmm-page .advantages_section .advantages .items_divs .item_divs_outer .item_divs_inner .contents_outers > p {
  color: var(--Body, #86A3A7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  margin-bottom: 0;
}
.page-template-mmm-page .play_back_section {
  margin-top: 158px;
}
.page-template-mmm-page .play_back_section .contents__divs {
  align-self: center;
}
.page-template-mmm-page .play_back_section .contents__divs .main__text:not(:last-child) {
  margin-bottom: 22px;
}
.page-template-mmm-page .play_back_section .contents__divs .main__text h4 {
  color: var(--Title, #AFC5C8);
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
}
.page-template-mmm-page .play_back_section .contents__divs .main__text p {
  color: var(--Body, #86A3A7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.page-template-mmm-page .play_back_section .contents__divs .main__text ul {
  list-style-type: none;
  padding-left: 3rem;
}
.page-template-mmm-page .play_back_section .contents__divs .main__text ul li {
  position: relative;
  color: var(--Body, #86A3A7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 255%; /* 40.8px */
  letter-spacing: -0.16px;
}
.page-template-mmm-page .play_back_section .contents__divs .main__text ul li::before {
  content: "";
  background: url(./../img/tick.svg) no-repeat center center;
  width: 23px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-46px, -50%);
}
.page-template-mmm-page .play_back_section .contents__divs .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-mmm-page .play_back_section .contents__divs .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-mmm-page .play_back_section .contents__divs .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-mmm-page .play_back_section .contents__divs .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-mmm-page .play_back_section .video_container {
  border-radius: 24px;
  background: var(--Section-Fill, linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%));
  padding: 50px;
  position: relative;
}
.page-template-mmm-page .play_back_section .video_container .card-playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-mmm-page .mmm {
  height: 860px;
}
.page-template-mmm-page .mmm img {
  height: 860px;
}
.page-template-mmm-page .hero_section {
  margin-top: 156px;
  z-index: 1;
  position: relative;
  margin-bottom: 34px;
}
.page-template-mmm-page .hero_section .main__headers > h1 {
  background: linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 88px */
  letter-spacing: -0.8px;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-mmm-page .hero_section .main__text {
  margin-bottom: 36px;
}
.page-template-mmm-page .hero_section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.page-template-mmm-page .hero_section .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-mmm-page .hero_section .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-mmm-page .hero_section .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-mmm-page .hero_section .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-mmm-page .hero_section .main__headers {
  margin-bottom: 36px !important;
}
.page-template-mmm-page .hero_section.mortat-mmm {
  margin-top: 120px;
  font-family: "Inter", sans-serif;
}
.page-template-mmm-page .hero_section.mortat-mmm .main__headers > h1 {
  margin-bottom: 80px;
}
.page-template-mmm-page .hero_section.mortat-mmm h2 {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 50px;
}
.page-template-mmm-page .hero_section.mortat-mmm h3 {
  color: #86a3a7;
  font-family: Inter;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 110%;
  /* 26.4px */
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
.page-template-mmm-page .contact-section {
  margin-top: 130px;
  margin-bottom: 50px;
}
.page-template-mmm-page .contact-section .card__outers {
  padding: 36px;
  border-radius: 20px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(92deg, rgba(6, 146, 172, 0.03) 0%, rgba(6, 146, 172, 0.05) 102.28%);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.page-template-mmm-page .contact-section .card__outers::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0.6), rgba(225, 225, 225, 0) 0.2%, rgba(225, 225, 225, 0) 99.8%, rgba(225, 225, 225, 0.6));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
          mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
}
.page-template-mmm-page .contact-section .card__outers .card__inner {
  display: flex;
  flex-direction: column;
  gap: 41px;
  position: relative;
  z-index: 2;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .left-side {
  width: 100%;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .left-side .tag {
  margin: auto;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .left-side .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .left-side .main__text {
  margin-bottom: 24px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .left-side .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side {
  width: 100%;
  margin: auto;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form {
  padding: 40px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background: var(--Section-Fill, linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%));
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(6, 146, 172, 0.4) 0%, rgba(6, 146, 172, 0.01) 100%);
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  box-sizing: border-box;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .logo {
  margin-bottom: 24px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .logo img {
  width: 200px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .wpcf7 {
  position: relative;
  z-index: 2;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form label {
  color: var(--Title, #afc5c8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .form-control {
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgba(6, 146, 172, 0.1);
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 15px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .form-control::-moz-placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .form-control::placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=checkbox] {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #011a1f;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=checkbox]:checked {
  background-color: #818e90;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=radio] {
  border-color: #818e90;
  background-color: transparent;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-input[type=radio]:checked {
  border-color: #818e90;
  background-color: transparent;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .check-section {
  border-radius: 8px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: var(--Input-Field-Background, rgba(6, 146, 172, 0.1));
  padding: 15px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .check-section > .input-group {
  gap: 10px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .check-section > .input-group .form-check {
  width: calc(33.3333333333% - 10px); /* 100 / 3 = 33.33% for 3 columns */
  box-sizing: border-box;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-label {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 0;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .form-check-label a {
  color: var(--7-df-9-ff, #7df9ff);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.96px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .radio-section {
  border-radius: 8px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: var(--Input-Field-Background, rgba(6, 146, 172, 0.1));
  padding: 15px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .radio-section > .input-group {
  gap: 30px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input {
  gap: 16px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > select {
  width: 200px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > input {
  width: calc(100% - 216px);
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > .select2-container .selection .select2-selection {
  height: 100%;
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgba(6, 146, 172, 0.1);
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 15px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > .select2-container .selection .select2-selection .select2-selection__rendered {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .phone_input > .select2-container .selection .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-mmm-page .contact-section .card__outers .card__inner .right-side .contact-form .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-mmm-page .build-leaders-section {
  margin: 118px 0;
}
.page-template-mmm-page .build-leaders-section .main__headers > h4 {
  background: linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-mmm-page .build-leaders-section .card-outers {
  border-radius: 10px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: #002931;
  padding: 30px;
  margin: 0 60px;
}
.page-template-mmm-page .build-leaders-section .card-outers.desktops {
  display: block;
}
.page-template-mmm-page .build-leaders-section .card-outers.desktops .table-mmm thead th {
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  border: none;
  width: 33.33%;
  padding-bottom: 34px;
}
.page-template-mmm-page .build-leaders-section .card-outers.desktops .table-mmm thead th:first-child {
  color: #7DF9FF;
}
.page-template-mmm-page .build-leaders-section .card-outers.desktops .table-mmm thead th:nth-child(2) {
  color: rgba(125, 249, 255, 0.35);
}
.page-template-mmm-page .build-leaders-section .card-outers.desktops .table-mmm thead th:nth-child(3) {
  color: #7DF9FF;
}
.page-template-mmm-page .build-leaders-section .card-outers.desktops .table-mmm tbody tr td {
  background-color: transparent;
  border: none;
  width: 33.33%;
}
.page-template-mmm-page .build-leaders-section .card-outers.desktops .table-mmm tbody tr td:not(tr:last-child > td) {
  padding-bottom: 34px;
}
.page-template-mmm-page .build-leaders-section .card-outers.desktops .table-mmm tbody tr td:first-child div {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6F9099 0%, #D3E4E6 17.31%, #C5D9DB 30.77%, #B5CCCF 46.15%, #D8E6E8 63.46%, #CBD9DB 80.29%, #6E8F93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-mmm-page .build-leaders-section .card-outers.desktops .table-mmm tbody tr td:nth-child(2) div {
  color: rgba(111, 144, 153, 0.87);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  padding-left: 30px;
  position: relative;
}
.page-template-mmm-page .build-leaders-section .card-outers.desktops .table-mmm tbody tr td:nth-child(2) div::before {
  content: "";
  width: 19px;
  height: 22px;
  border-radius: 3px;
  background: url(./../img/X.svg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.page-template-mmm-page .build-leaders-section .card-outers.desktops .table-mmm tbody tr td:nth-child(3) div {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6F9099 0%, #D3E4E6 17.31%, #C5D9DB 30.77%, #B5CCCF 46.15%, #D8E6E8 63.46%, #CBD9DB 80.29%, #6E8F93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 30px;
  position: relative;
}
.page-template-mmm-page .build-leaders-section .card-outers.desktops .table-mmm tbody tr td:nth-child(3) div::before {
  content: "";
  width: 19px;
  height: 22px;
  border-radius: 3px;
  background: url(./../img/tick.svg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.page-template-mmm-page .build-leaders-section .card-outers.mobiles {
  display: none;
}
.page-template-mmm-page .build-leaders-section .card-outers.mobiles .headings_div > h4 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
}
.page-template-mmm-page .build-leaders-section .card-outers.mobiles .feature_lists {
  display: flex;
  gap: 20px;
}
.page-template-mmm-page .build-leaders-section .card-outers.mobiles .feature_lists > div {
  flex: 1;
}
.page-template-mmm-page .build-leaders-section .card-outers.mobiles .feature_lists > div:first-child {
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  border: none;
  color: rgba(125, 249, 255, 0.35);
}
.page-template-mmm-page .build-leaders-section .card-outers.mobiles .feature_lists > div:nth-child(2) {
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  border: none;
  color: #7DF9FF;
}
.page-template-mmm-page .build-leaders-section .card-outers.mobiles .list_outers .list_items:not(:last-child) {
  margin-bottom: 16PX;
}
.page-template-mmm-page .build-leaders-section .card-outers.mobiles .list_outers .list_items .feature_headings {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6F9099 0%, #D3E4E6 17.31%, #C5D9DB 30.77%, #B5CCCF 46.15%, #D8E6E8 63.46%, #CBD9DB 80.29%, #6E8F93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.page-template-mmm-page .build-leaders-section .card-outers.mobiles .list_outers .list_items .component_availablity {
  display: flex;
  gap: 26px;
}
.page-template-mmm-page .build-leaders-section .card-outers.mobiles .list_outers .list_items .component_availablity > div {
  flex: 1;
}
.page-template-mmm-page .build-leaders-section .card-outers.mobiles .list_outers .list_items .component_availablity > div:first-child {
  color: rgba(111, 144, 153, 0.87);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  padding-left: 30px;
  position: relative;
}
.page-template-mmm-page .build-leaders-section .card-outers.mobiles .list_outers .list_items .component_availablity > div:first-child::before {
  content: "";
  width: 19px;
  height: 22px;
  border-radius: 3px;
  background: url(./../img/X.svg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0);
}
.page-template-mmm-page .build-leaders-section .card-outers.mobiles .list_outers .list_items .component_availablity > div:nth-child(2) {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6F9099 0%, #D3E4E6 17.31%, #C5D9DB 30.77%, #B5CCCF 46.15%, #D8E6E8 63.46%, #CBD9DB 80.29%, #6E8F93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 30px;
  position: relative;
}
.page-template-mmm-page .build-leaders-section .card-outers.mobiles .list_outers .list_items .component_availablity > div:nth-child(2)::before {
  content: "";
  width: 19px;
  height: 22px;
  border-radius: 3px;
  background: url(./../img/tick.svg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0);
}
.page-template-mmm-page .build-leaders-section .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-mmm-page .build-leaders-section .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-mmm-page .build-leaders-section .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-mmm-page .build-leaders-section .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-mmm-page .testomonial__section .testimonial-card {
  display: block;
  border-radius: 15px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(92deg, rgba(6, 146, 172, 0.03) 0%, rgba(6, 146, 172, 0.05) 102.28%);
  padding: 48px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
  margin: 0 120px;
}
.page-template-mmm-page .testomonial__section .testimonial-card::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0.6), rgba(225, 225, 225, 0) 0.2%, rgba(225, 225, 225, 0) 99.8%, rgba(225, 225, 225, 0.6));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
          mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
}
.page-template-mmm-page .testomonial__section .testimonial-card .testimonial-content .quote-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 48px;
}
.page-template-mmm-page .testomonial__section .testimonial-card .testimonial-content .quote-icon img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.page-template-mmm-page .testomonial__section .testimonial-card .testimonial-content .testimonial-text p {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6F9099 0%, #D3E4E6 17.31%, #C5D9DB 30.77%, #B5CCCF 46.15%, #D8E6E8 63.46%, #CBD9DB 80.29%, #6E8F93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 48px;
}
.page-template-mmm-page .testomonial__section .testimonial-card .testimonial-content .person-name p {
  color: #7DF9FF;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
}
.page-template-mmm-page .cta-section {
  background-image: url(./../img/mmm-footer-bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 170px;
}
.page-template-mmm-page .cta-section video {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
  left: 0;
  opacity: 0.3;
  mix-blend-mode: color-dodge;
}
.page-template-mmm-page .supercharges-section {
  padding: 140px 0 0 0;
}
.page-template-mmm-page .supercharges-section .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-mmm-page .supercharges-section .main__text {
  margin-bottom: 60px;
}
.page-template-mmm-page .supercharges-section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.page-template-mmm-page .supercharges-section .card-outer {
  padding: 24px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(180deg, rgba(125, 249, 255, 0.1) 0%, rgba(41, 18, 107, 0.05) 100%);
  z-index: 0;
  overflow: hidden;
}
.page-template-mmm-page .supercharges-section .card-outer::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px 20px 0 0;
  padding: 1px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to bottom, #7df9ff 0%, rgba(105, 53, 255, 0.5) 50%, rgba(105, 53, 255, 0) 84%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.page-template-mmm-page .supercharges-section .card-outer .content-heade-area {
  transition: transform 0.6s ease-in-out;
}
.page-template-mmm-page .supercharges-section .card-outer .card-icons {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  margin-bottom: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
}
.page-template-mmm-page .supercharges-section .card-outer .headers {
  margin-bottom: 16px;
}
.page-template-mmm-page .supercharges-section .card-outer .headers h5 {
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.page-template-mmm-page .supercharges-section .card-outer .description-simple {
  color: var(--Body-Text, #818e90);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.page-template-mmm-page .supercharges-section .card-outer .content-description-area {
  transition: transform 0.6s ease-in-out;
  min-height: 220px;
}
.page-template-mmm-page .supercharges-section .card-outer .content-description-area p {
  color: var(--Body-Text, #818e90);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.page-template-mmm-page .data-hub-section {
  padding: 80px 0;
}
.page-template-mmm-page .data-hub-section .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-mmm-page .data-hub-section .main__text {
  margin-bottom: 60px;
}
.page-template-mmm-page .data-hub-section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.page-template-mmm-page .data-hub-section .dataHubSlidermmm .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 45.44%), lightgray 50%/cover no-repeat;
  filter: blur(1.7999999523px);
}
.page-template-mmm-page .data-hub-section .dataHubSlidermmm .swiper-wrapper .swiper-slide.swiper-slide-active {
  filter: unset;
}
.page-template-mmm-page .data-hub-section .dataHubSlidermmm .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 45.44%);
  z-index: 2;
}
.page-template-mmm-page .data-hub-section .dataHubSlidermmm .swiper-wrapper .swiper-slide img {
  height: -webkit-fill-available;
}
.page-template-mmm-page .data-hub-section .data-hub-navigations .dataHubSlider-pagination {
  bottom: 0;
  transform: translateY(60px);
}
.page-template-mmm-page .data-hub-section .data-hub-navigations .dataHubSlider-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-image: url(../img/pagination.svg);
  background-color: unset;
  opacity: 1;
}
.page-template-mmm-page .data-hub-section .data-hub-navigations .dataHubSlider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: unset;
  background-image: url(../img/pagination-active.svg);
}
.page-template-mmm-page .data-hub-section .data-hub-navigations .dataHubSlider-prev {
  left: 0;
  transform: translateX(-70px);
  border-radius: 28px;
  padding: 10px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
}
.page-template-mmm-page .data-hub-section .data-hub-navigations .dataHubSlider-prev::after {
  display: none;
}
.page-template-mmm-page .data-hub-section .data-hub-navigations .dataHubSlider-next {
  right: 0;
  transform: translateX(70px);
  border-radius: 28px;
  padding: 10px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
}
.page-template-mmm-page .data-hub-section .data-hub-navigations .dataHubSlider-next::after {
  display: none;
}
.page-template-mmm-page .book-demo-section {
  padding: 60px 0 155px 0;
  position: relative;
  z-index: 3;
}
.page-template-mmm-page .book-demo-section .card-outer {
  background-image: url(../img/book-demo-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.page-template-mmm-page .book-demo-section .card-outer .card-inner {
  padding: 48px 100px 56px 100px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: rgba(255, 255, 255, 0.03);
}
.page-template-mmm-page .book-demo-section .card-outer .card-inner .image-area {
  margin-bottom: 16px;
}
.page-template-mmm-page .book-demo-section .card-outer .card-inner .image-area img {
  max-width: 58px;
}
.page-template-mmm-page .book-demo-section .card-outer .card-inner .header-area {
  margin-bottom: 48px;
}
.page-template-mmm-page .book-demo-section .card-outer .card-inner .header-area h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-mmm-page .book-demo-section .card-outer .card-inner .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-mmm-page .book-demo-section .card-outer .card-inner .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-mmm-page .book-demo-section .card-outer .card-inner .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-mmm-page .book-demo-section .card-outer .card-inner .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-mmm-page .btn_back {
  position: relative;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.02) 0%, rgba(5, 137, 162, 0.2) 50%, rgba(6, 146, 172, 0.2) 100%);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.page-template-mmm-page .btn_back::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  border: 3px solid #7df9ff;
  filter: blur(7px);
  z-index: -1; /* behind the main content */
}
.page-template-mmm-page .btn_back svg {
  margin-right: 13px;
}
.page-template-mmm-page .btn_back span {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 67%; /* 8.71px */
  letter-spacing: -0.13px;
  padding: 5px 0;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-mmm-page .problem-solving-section {
  position: relative;
  margin-top: 138px;
  display: block;
  z-index: 2;
}
.page-template-mmm-page .problem-solving-section .ps-section-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 48px;
  border-radius: 20px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(92deg, rgba(6, 146, 172, 0.03) 0%, rgba(6, 146, 172, 0.05) 102.28%);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.page-template-mmm-page .problem-solving-section .ps-section-wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0.6), rgba(225, 225, 225, 0) 0.2%, rgba(225, 225, 225, 0) 99.8%, rgba(225, 225, 225, 0.6));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
          mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
}
.page-template-mmm-page .problem-solving-section .ps-section-wrap h3 {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-mmm-page .problem-solving-section .ps-section-wrap h4 {
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 975px;
  margin: 0 auto 25px auto;
}
.page-template-mmm-page .problem-solving-section .ps-section-wrap p {
  color: var(--Body, #86a3a7);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.16px;
  max-width: 746px;
  margin: 24px auto 0;
}
.page-template-mmm-page .problem-solving-section .margin-bottom-36px {
  margin-bottom: 36px;
}
.page-template-mmm-page .problem-solving-section .main__btn {
  position: relative;
  z-index: 2;
}
.page-template-mmm-page .problem-solving-section .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-mmm-page .problem-solving-section .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-mmm-page .problem-solving-section .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-mmm-page .problem-solving-section .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-mmm-page .main__headers.mmm-title {
  max-width: 1000px;
  margin: 0 auto 70px auto;
}
.page-template-mmm-page .attribution {
  position: relative;
  display: block;
}
.page-template-mmm-page .attribution p {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 626px;
  margin: 0 auto;
}
.page-template-mmm-page .vpop-wrap {
  position: relative;
  display: block;
}
.page-template-mmm-page .vpop-wrap .card-playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-image: url(../img/play-btn.svg);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.page-template-mmm-page .who-it-for {
  position: relative;
  display: block;
  margin-bottom: 85px;
}
.page-template-mmm-page .who-it-for .who-it-for-wrap {
  position: relative;
  display: block;
  border-radius: 14px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: #002329;
  padding: 48px 85px 60px;
}
.page-template-mmm-page .who-it-for h2 {
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}
.page-template-mmm-page .who-it-for .who-it-for-col1 {
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 18px 45px 18px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background: #002931;
}
.page-template-mmm-page .who-it-for .who-it-for-col1 h3 {
  color: #7df9ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 10px;
}
.page-template-mmm-page .who-it-for .who-it-for-col1 .who-it-for-list {
  position: relative;
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, #011f24 0%, rgba(26, 26, 26, 0) 100%);
  min-height: 40px;
  margin-bottom: 10px;
  height: auto;
  padding: 5px 5px 5px 50px;
}
.page-template-mmm-page .who-it-for .who-it-for-col1 .who-it-for-list:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/whoitfor-icon.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 14px;
}
.page-template-mmm-page .who-it-for .who-it-for-col1 .who-it-for-list p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.page-template-mmm-page .x-factor {
  position: relative;
  display: block;
  margin-bottom: 45px;
}
.page-template-mmm-page .x-factor .margin-bottom-84px {
  margin-bottom: 84px;
}
.page-template-mmm-page .x-factor h4 {
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 67.2px;
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 845px;
  margin: 0 auto 24px auto;
}
.page-template-mmm-page .x-factor p {
  color: #86a3a7;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.16px;
  margin-bottom: 24px;
}
.page-template-mmm-page .x-factor h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  background: linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-mmm-page .x-factor .who-it-for-wrap {
  position: relative;
  display: block;
  border-radius: 14px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: #002329;
  padding: 48px 85px 60px;
}
.page-template-mmm-page .x-factor h2 {
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}
.page-template-mmm-page .x-factor .who-it-for-col1 {
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 18px 45px 18px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background: #002931;
}
.page-template-mmm-page .x-factor .who-it-for-col1 h3 {
  color: #7df9ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 10px;
}
.page-template-mmm-page .x-factor .who-it-for-col1.left-column .who-it-for-list:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/lock-cion.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 14px;
}
.page-template-mmm-page .x-factor .who-it-for-col1.right-column .who-it-for-list:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/trophy.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 14px;
}
.page-template-mmm-page .x-factor .who-it-for-col1 .who-it-for-list {
  position: relative;
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, #011f24 0%, rgba(26, 26, 26, 0) 100%);
  min-height: 40px;
  margin-bottom: 10px;
  height: auto;
  padding: 5px 5px 5px 50px;
}
.page-template-mmm-page .x-factor .who-it-for-col1 .who-it-for-list:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/whoitfor-icon.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 14px;
}
.page-template-mmm-page .x-factor .who-it-for-col1 .who-it-for-list p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.page-template-mmm-page .book-demo-section.mortat-mmm .card-outer {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(0, 243, 255, 0.2);
}
.page-template-mmm-page .book-demo-section.mortat-mmm .card-outer .card-inner .header-area h4 {
  margin-bottom: 14px;
}
.page-template-mmm-page .book-demo-section.mortat-mmm .card-outer .card-inner .header-area p {
  color: #defbff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
}
.page-template-mmm-page section.steps-guide {
  position: relative;
  display: block;
  margin-bottom: 0;
  margin: 0 48px;
}
.page-template-mmm-page section.steps-guide img {
  border-radius: 12px;
}
.page-template-mmm-page section.steps-guide .card-playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-image: url(../img/play-btn.svg);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.page-template-mmm-page .header-area.mortarmmm h4 {
  margin-bottom: 16px !important;
}
.page-template-mmm-page .header-area.mortarmmm p {
  color: #86a3a7;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.16px;
}
.page-template-mmm-page .pricing-box-wrap {
  position: relative;
  display: block;
  border-radius: 15px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(92deg, rgba(6, 146, 172, 0.03) 0%, rgba(6, 146, 172, 0.05) 102.28%);
  padding: 61px 31px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.page-template-mmm-page .pricing-box-wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0.6), rgba(225, 225, 225, 0) 0.2%, rgba(225, 225, 225, 0) 99.8%, rgba(225, 225, 225, 0.6));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
          mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
}
.page-template-mmm-page .pricing-box-wrap h3 {
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 67.2px;
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 48px;
}
.page-template-mmm-page .pricing-table {
  display: flex;
  color: white;
  border-radius: 10px;
  /* overflow: hidden; */
  z-index: 9;
  position: relative;
}
.page-template-mmm-page .pricing-col {
  margin: 0 5px;
  padding: 50px 35px 40px;
  border-radius: 10px;
  background-color: #072f36;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 220px;
}
.page-template-mmm-page .pricing-col h6 {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}
.page-template-mmm-page .pricing-col:first-child {
  width: 475px;
  padding-bottom: 115px;
}
.page-template-mmm-page .pricing-col:first-child h6 {
  text-align: left;
}
.page-template-mmm-page .choose-button {
  margin-top: 20px;
  transition: 0.3s;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.96px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(270deg, rgba(6, 146, 172, 0) -37.89%, rgba(5, 137, 162, 0) 31.05%, rgba(6, 146, 172, 0) 100%), url(../img/choose-btn-bg.svg);
  background-repeat: no-repeat;
  width: 151px;
  padding: 16px;
  text-decoration: none;
}
.page-template-mmm-page .pricing-col.highlight {
  border: 2px solid #00f7ff;
  background-color: #083841;
}
.page-template-mmm-page .pricing-col.highlight .choose-button {
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) -37.89%, rgba(5, 137, 162, 0.5) 31.05%, rgba(6, 146, 172, 0.5) 100%), url(../img/choose-btn-hight-bg.svg);
}
.page-template-mmm-page .pricing-feature {
  min-height: 40px;
  color: #86a3a7;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.2px;
}
.page-template-mmm-page .checkmark {
  color: #00f7ff;
  font-weight: bold;
  text-align: center;
}
.page-template-mmm-page .tbl-tick {
  position: relative;
  display: inline-block;
  background-image: url(../img/tbl-tick.svg);
  width: 15px;
  height: 15px;
  top: -13px;
}
.page-template-mmm-page .card__outers {
  padding: 36px;
  border-radius: 20px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(92deg, rgba(6, 146, 172, 0.03) 0%, rgba(6, 146, 172, 0.05) 102.28%);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.page-template-mmm-page .card__outers::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0.6), rgba(225, 225, 225, 0) 0.2%, rgba(225, 225, 225, 0) 99.8%, rgba(225, 225, 225, 0.6));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
          mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
}
.page-template-mmm-page .book-demo-section.mortat-mmm .card-outer {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(0, 243, 255, 0.2);
}
.page-template-mmm-page .book-demo-section.mortat-mmm .card-outer .card-inner .header-area h4 {
  margin-bottom: 14px;
}
.page-template-mmm-page .book-demo-section.mortat-mmm .card-outer .card-inner .header-area p {
  color: #defbff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
}
.page-template-mmm-page .videopopup {
  margin: 0 48px;
}
.page-template-mmm-page .videopopup img {
  border-radius: 12px;
}

.page-template-helix-page .mortat-helix .hero_section {
  margin-top: 156px;
  z-index: 1;
  position: relative;
  margin-bottom: 34px;
}
.page-template-helix-page .mortat-helix .hero_section .main__headers > h1 {
  background: linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 88px */
  letter-spacing: -0.8px;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-helix-page .mortat-helix .hero_section .main__text {
  margin-bottom: 36px;
}
.page-template-helix-page .mortat-helix .hero_section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}
.page-template-helix-page .mortat-helix .hero_section .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-helix-page .mortat-helix .hero_section .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-helix-page .mortat-helix .hero_section .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-helix-page .mortat-helix .hero_section .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-helix-page .mortat-helix .main__headers {
  margin-top: 200px;
  font-family: "Inter", sans-serif;
  text-align: center;
}
.page-template-helix-page .mortat-helix .main__headers h3 {
  font-weight: 500;
  font-style: Italic;
  font-size: 24px;
  color: #86a3a7;
  text-transform: capitalize;
}
.page-template-helix-page .mortat-helix .main__headers p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #86a3a7;
  margin-top: 24px;
  max-width: 760px;
  margin: 24px auto 0;
}
.page-template-helix-page .hero_section {
  margin-top: 156px;
  z-index: 1;
  position: relative;
  margin-bottom: 34px;
}
.page-template-helix-page .hero_section .main__headers > h1 {
  background: linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 88px */
  letter-spacing: -0.8px;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-helix-page .hero_section .main__text {
  margin-bottom: 36px;
}
.page-template-helix-page .hero_section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}
.page-template-helix-page .hero_section .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-helix-page .hero_section .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-helix-page .hero_section .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-helix-page .hero_section .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-helix-page.m-helix .who-it-for {
  margin-bottom: 0;
}
.page-template-helix-page .btn_back {
  position: relative;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.02) 0%, rgba(5, 137, 162, 0.2) 50%, rgba(6, 146, 172, 0.2) 100%);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.page-template-helix-page .btn_back::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  border: 3px solid #7df9ff;
  filter: blur(7px);
  z-index: -1;
  /* behind the main content */
}
.page-template-helix-page .btn_back svg {
  margin-right: 13px;
}
.page-template-helix-page .btn_back span {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.13px;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-helix-page .who-it-for {
  position: relative;
  display: block;
  margin-bottom: 85px;
}
.page-template-helix-page .who-it-for .who-it-for-wrap {
  position: relative;
  display: block;
  border-radius: 14px;
  background: #002329;
  margin: 0 auto;
  padding: 48px 85px 60px;
}
.page-template-helix-page .who-it-for h2 {
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}
.page-template-helix-page .who-it-for .who-it-for-col1 {
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 18px 45px 18px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background: #002931;
}
.page-template-helix-page .who-it-for .who-it-for-col1 h3 {
  color: #7df9ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 10px;
}
.page-template-helix-page .who-it-for .who-it-for-col1 .who-it-for-list {
  position: relative;
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, #011f24 0%, rgba(26, 26, 26, 0) 100%);
  min-height: 40px;
  margin-bottom: 10px;
  height: auto;
  padding: 5px 5px 5px 50px;
}
.page-template-helix-page .who-it-for .who-it-for-col1 .who-it-for-list:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/whoitfor-icon.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 14px;
}
.page-template-helix-page .who-it-for .who-it-for-col1 .who-it-for-list p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.page-template-helix-page .book-demo-section {
  padding: 60px 0;
}
.page-template-helix-page .book-demo-section .card-outer {
  background-image: url(../img/book-demo-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner {
  padding: 48px 100px 56px 100px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: rgba(255, 255, 255, 0.03);
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .image-area {
  margin-bottom: 16px;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .image-area img {
  max-width: 58px;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .header-area {
  margin-bottom: 48px;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .header-area h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-helix-page .problem-solving-section {
  position: relative;
  margin-top: 138px;
  display: block;
}
.page-template-helix-page .problem-solving-section .ps-section-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 48px;
  border-radius: 20px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(92deg, rgba(6, 146, 172, 0.03) 0%, rgba(6, 146, 172, 0.05) 102.28%);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.page-template-helix-page .problem-solving-section .ps-section-wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0.6), rgba(225, 225, 225, 0) 0.2%, rgba(225, 225, 225, 0) 99.8%, rgba(225, 225, 225, 0.6));
  -webkit-mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
          mask-image: linear-gradient(to right, transparent 15%, white 45%, white 55%, transparent 85%);
}
.page-template-helix-page .problem-solving-section .ps-section-wrap h3 {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-helix-page .problem-solving-section .ps-section-wrap h4 {
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 975px;
  margin: 0 auto 25px auto;
}
.page-template-helix-page .problem-solving-section .ps-section-wrap p {
  color: var(--Body, #86a3a7);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.16px;
  max-width: 746px;
  margin: 24px auto 0;
}
.page-template-helix-page .book-demo-section {
  padding: 60px 0;
}
.page-template-helix-page .book-demo-section .card-outer {
  background-image: url(../img/book-demo-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner {
  padding: 48px 100px 56px 100px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: rgba(255, 255, 255, 0.03);
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .image-area {
  margin-bottom: 16px;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .image-area img {
  max-width: 58px;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .header-area {
  margin-bottom: 48px;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .header-area h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-helix-page .position-absolute.helix,
.page-template-helix-page .position-absolute.helix img {
  height: 915px;
}
.page-template-helix-page .supercharges-section {
  padding: 80px 0;
}
.page-template-helix-page .supercharges-section .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-helix-page .supercharges-section .main__text {
  margin-bottom: 60px;
}
.page-template-helix-page .supercharges-section .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}
.page-template-helix-page .supercharges-section .card-outer {
  background-image: url(../img/card-round-bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 24px;
  height: 226px;
  overflow: hidden;
}
.page-template-helix-page .supercharges-section .card-outer:hover .card-inner .content-heade-area {
  transform: translateY(-150%);
}
.page-template-helix-page .supercharges-section .card-outer:hover .card-inner .content-description-area {
  transform: translateY(-100%);
}
.page-template-helix-page .supercharges-section .card-outer .content-heade-area {
  height: 220px;
  transition: transform 0.6s ease-in-out;
}
.page-template-helix-page .supercharges-section .card-outer .card-icons {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  margin-bottom: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: var(--Tag-fill, linear-gradient(92deg, rgba(6, 146, 172, 0.05) 26.06%, rgba(6, 146, 172, 0.25) 50.65%, rgba(6, 146, 172, 0.05) 86.55%));
}
.page-template-helix-page .supercharges-section .card-outer .headers {
  margin-bottom: 16px;
}
.page-template-helix-page .supercharges-section .card-outer .headers h5 {
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
}
.page-template-helix-page .supercharges-section .card-outer .description-simple {
  color: var(--Body-Text, #818e90);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.page-template-helix-page .supercharges-section .card-outer .content-description-area {
  transition: transform 0.6s ease-in-out;
  min-height: 220px;
}
.page-template-helix-page .supercharges-section .card-outer .content-description-area p {
  color: var(--Body-Text, #818e90);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.page-template-helix-page .main__text.helix-intro h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 700px;
  margin: 24px auto 0;
}
.page-template-helix-page .main__text.helix-intro {
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}
.page-template-helix-page .main__text.helix-intro ul.into-points {
  position: relative;
  display: block;
  max-width: 250px;
  margin: 0 auto;
  list-style: none;
  text-align: left;
  font-weight: 600;
  font-style: Italic;
  font-size: 16px;
  color: #86a3a7;
  line-height: 27px;
  margin-top: 5px;
}
.page-template-helix-page .main__text.helix-intro p {
  max-width: 575px;
}
.page-template-helix-page .main__text.helix-intro h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 700px;
  margin: 24px auto 0;
}
.page-template-helix-page.m-helix .who-it-for .who-it-for-wrap {
  background: none;
  padding-bottom: 0;
}
.page-template-helix-page.m-helix .who-it-for .who-it-for-col1 {
  padding: 10px 18px 35px 18px;
}
.page-template-helix-page.m-helix .who-it-for .who-it-for-col1 h3 {
  margin-top: 35px;
}
.page-template-helix-page .image-block-section {
  position: relative;
  display: block;
  margin-top: 48px;
}
.page-template-helix-page .image-block-section .card__outers {
  border-radius: 20px;
  background: none;
  border: 0;
  padding: 0;
  padding-bottom: 34px;
}
.page-template-helix-page .image-block-section .card__outers:after {
  display: none;
}
.page-template-helix-page .image-block-section .card__outers .card__inner {
  display: flex;
  gap: 48px;
}
.page-template-helix-page .image-block-section .card__outers .card__inner .left-side {
  flex-basis: 55%;
}
.page-template-helix-page .image-block-section .card__outers .card__inner .right-side {
  flex-basis: 45%;
}
.page-template-helix-page .image-block-section .card__outers .card__inner .right-side .tag {
  margin: unset;
}
.page-template-helix-page .image-block-section .card__outers .card__inner .right-side p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 29.6px;
  letter-spacing: -0.2px;
  margin-top: 20px;
}
.page-template-helix-page .image-block-section .card__inner .main__headers h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.page-template-helix-page .image-block-section .card__inner .main__headers h5 {
  color: #86a3a7;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.16px;
}
.page-template-helix-page .image-block-section .card__outers .card__inner img {
  border-radius: 10px;
}
.page-template-helix-page .supercharges-section.helix {
  padding-top: 0;
  padding-bottom: 36px;
}
.page-template-helix-page .mortar-outbox {
  position: relative;
  display: block;
  border-radius: 24px;
  background: linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%), url(../img/simuator-bg.svg);
  margin: 0 auto;
  padding: 48px 85px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-helix-page .mortar-outbox .tag {
  z-index: 9;
}
.page-template-helix-page .mortar-outbox .mmm-title h4 {
  z-index: 9;
}
.page-template-helix-page .mortar-outbox .moreinfo {
  position: relative;
  display: block;
  max-width: 655px;
  margin: 0 auto;
  color: #86a3a7;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1%;
  text-align: center;
  z-index: 9;
}
.page-template-helix-page .mortar-outbox .moreinfo p {
  margin-bottom: 0;
}
.page-template-helix-page .mortar-outbox .moreinfo h2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.6px;
  letter-spacing: -0.2px;
  margin-top: 20px;
}
.page-template-helix-page .mortar-outbox .main__headers.mmm-title {
  margin-bottom: 24px;
}
.page-template-helix-page .block-swap {
  position: relative;
  display: block;
  padding-bottom: 36px;
}
.page-template-helix-page .block-swap .card__inner {
  display: flex;
  gap: 48px;
}
.page-template-helix-page .block-swap .card__inner .left-side {
  flex-basis: 55%;
}
.page-template-helix-page .block-swap .card__inner .right-side {
  flex-basis: 45%;
}
.page-template-helix-page .block-swap .card__inner img {
  border-radius: 10px;
}
.page-template-helix-page .block-swap .card__outers {
  border: 0;
  background: none;
  padding: 0;
}
.page-template-helix-page .block-swap .card__outers::after {
  display: none;
}
.page-template-helix-page .block-swap .tag {
  margin: unset;
}
.page-template-helix-page .block-swap .main__headers h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.page-template-helix-page .block-swap .main__headers h5 {
  color: #86a3a7;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.16px;
}
.page-template-helix-page .block-swap .main__headers p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.6px;
  letter-spacing: -0.2px;
  margin-top: 20px;
}
.page-template-helix-page .goal-points ul {
  list-style: none;
  padding: 0;
}
.page-template-helix-page .goal-points ul li {
  background-image: url(../img/goal-points-arrow.png);
  background-repeat: no-repeat;
  background-position: 2px 8px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.16px;
  padding-left: 13px;
  margin-bottom: 8px;
  padding-bottom: 4px;
}
.page-template-helix-page .goal-points ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.21) 100%);
}
.page-template-helix-page .goal-points ul li span {
  color: #58becc;
}
.page-template-helix-page .book-demo-section {
  padding: 60px 0;
}
.page-template-helix-page .book-demo-section .header-area.mortarmmm p {
  color: #86a3a7;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.16px;
}
.page-template-helix-page .book-demo-section .card-outer {
  background-image: url(../img/book-demo-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 20px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  border-radius: 20px;
  overflow: hidden;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner {
  padding: 48px 100px 56px 100px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: rgba(255, 255, 255, 0.03);
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .image-area {
  margin-bottom: 16px;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .image-area img {
  max-width: 58px;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .header-area {
  margin-bottom: 48px;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .header-area h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 16px !important;
  margin-top: 30px !important;
  /* 67.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .main__btn .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .main__btn .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .main__btn .btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-helix-page .book-demo-section .card-outer .card-inner .main__btn .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-helix-page .mortat-mmm-subtitle {
  position: relative;
  display: block;
}
.page-template-helix-page .mortat-mmm-subtitle h4 {
  color: #7df9ff;
  font-size: 36px;
  font-weight: 600;
}
.page-template-helix-page .mortat-mmm-subtitle:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../img/mortat-mmm-subtitle-shadow.svg);
  width: 228px;
  height: 2px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.page-template-os-page .main__text.helix-intro h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 700px;
  margin: 24px auto 0;
}
.page-template-os-page .mortat-fullos .mortar-hero {
  position: relative;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
}
.page-template-os-page .mortat-fullos .mortar-hero:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/fullos-header-thumb1.webp);
  width: 234px;
  height: 155px;
  top: -27px;
  left: 18px;
  background-size: cover;
}
.page-template-os-page .mortat-fullos .mortar-hero:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/fullos-header-thumb2.webp);
  width: 205px;
  height: 148px;
  top: 225px;
  right: 34px;
  background-size: cover;
}
.page-template-os-page .mortat-fullos .main__headers h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 35.2px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-os-page .mortat-fullos .main__headers h3 {
  color: #86a3a7;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 26.4px;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.page-template-os-page .mortat-fullos .main__headers p {
  color: #86a3a7;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  max-width: 600px;
  margin: 12px auto 0 auto;
}
.page-template-os-page section.hero_section.mortat-fullos {
  margin-top: 210px;
}
.page-template-os-page section.hero_section.mortat-fullos .btn_back {
  top: -36px;
}
.page-template-os-page .all-platform-section.fullos {
  margin-bottom: 0;
  margin-top: 70px;
}
.page-template-os-page .all-platform-section.fullos .main__headers h4 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.page-template-os-page .all-platform-section.fullos .main__text p {
  color: #818e90;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 60px;
}
.page-template-os-page .all-platform-section.fullos .card-link {
  text-decoration: none;
  transition: transform 0.5s ease-in-out;
}
.page-template-os-page .all-platform-section.fullos .card-link:hover .card-outer .card-inner .default-text {
  display: none;
  transition: transform 0.5s ease-in-out;
}
.page-template-os-page .all-platform-section.fullos .card-link:hover .card-outer .card-inner .hover-text {
  display: block;
  transition: transform 0.5s ease-in-out;
}
.page-template-os-page .all-platform-section.fullos .card-link .card-outer {
  background-image: url(../img/outer.svg);
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
}
.page-template-os-page .all-platform-section.fullos .card-link .card-outer .card-icons {
  transform: translate(-5px, -5px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-image: url(../img/card-icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.page-template-os-page .all-platform-section.fullos .card-link .card-outer .card-inner {
  padding: 91px 24px 24px;
  text-align: center;
  min-height: 275px;
}
.page-template-os-page .all-platform-section.fullos .card-link .card-outer .card-inner .default-text {
  display: block;
  transition: transform 0.5s ease-in-out;
}
.page-template-os-page .all-platform-section.fullos .card-link .card-outer .card-inner .default-text h5 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  color: #b5cccf;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.page-template-os-page .all-platform-section.fullos .card-link .card-outer .card-inner .default-text h6 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(90deg, #6f9099 -3.71%, #d3e4e6 13.9%, #c5d9db 27.6%, #b5cccf 43.26%, #d8e6e8 60.87%, #cbd9db 78%, #6e8f93 98.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.page-template-os-page .all-platform-section.fullos .card-link .card-outer .card-inner .default-text p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.page-template-os-page .all-platform-section.fullos .card-link .card-outer .hover-text {
  display: none;
  transition: transform 0.5s ease-in-out;
}
.page-template-os-page .all-platform-section.fullos .card-link .card-outer .hover-text p {
  color: #86a3a7;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.page-template-os-page .mortar-fullos-outbox {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 48px 0 0px;
}
.page-template-os-page .mortar-fullos-outbox .main__headers h4 {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background: linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-os-page .mortar-fullos-outbox .moreinfo {
  max-width: 900px;
  margin: 0 auto;
}
.page-template-os-page .mortar-fullos-outbox .moreinfo p {
  color: #86a3a7;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.16px;
}
.page-template-os-page section.supercharges-section.fullos {
  padding: 0;
}
.page-template-os-page.m-fullos .supercharges-section .main__headers h4 {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-os-page.m-fullos .ps-section-wrap p {
  margin: 6px auto 0;
}
.page-template-os-page .fullimg {
  position: relative;
  display: block;
  margin: 22px auto;
}
.page-template-os-page .fullimg img {
  width: 100%;
  border-radius: 16px;
}
.page-template-os-page .btn.btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.page-template-os-page .btn.btn-book:after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-os-page .btn.btn-book:hover svg {
  transform: translateX(8px);
}
.page-template-os-page .btn.btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.page-template-os-page .fullos-sec2 {
  position: relative;
  display: block;
}
.page-template-os-page .fullos-sec2 h5 {
  color: #afc5c8;
  text-align: center;
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 67.2px;
  letter-spacing: -0.56px;
  margin-bottom: 60px;
}
.page-template-os-page .supercharges-section.supercharges-section .card-outer {
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 24px;
  height: 200px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(180deg, rgba(125, 249, 255, 0.1) 0%, rgba(41, 18, 107, 0.05) 100%);
  z-index: 0;
  overflow: hidden;
}
.page-template-os-page .supercharges-section.supercharges-section .card-outer::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px 20px 0 0;
  padding: 1px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to bottom, #7df9ff 0%, rgba(105, 53, 255, 0.5) 50%, rgba(105, 53, 255, 0) 84%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.page-template-os-page .supercharges-section.supercharges-section .card-outer .description-simple p {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 30px;
}
.page-template-os-page .block-swap {
  position: relative;
  display: block;
}
.page-template-os-page .block-swap .card__inner {
  display: flex;
  gap: 48px;
}
.page-template-os-page .block-swap .card__inner .left-side {
  flex-basis: 55%;
}
.page-template-os-page .block-swap .card__inner .right-side {
  flex-basis: 45%;
}
.page-template-os-page .block-swap .card__inner img {
  border-radius: 10px;
}
.page-template-os-page .block-swap .card__outers {
  border: 0;
  background: none;
  padding: 0;
}
.page-template-os-page .block-swap .card__outers::after {
  display: none;
}
.page-template-os-page .block-swap .tag {
  margin: unset;
}
.page-template-os-page .block-swap .main__headers h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.page-template-os-page .block-swap .main__headers h5 {
  color: #86a3a7;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.16px;
}
.page-template-os-page .block-swap .main__headers p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.6px;
  letter-spacing: -0.2px;
  margin-top: 20px;
}
.page-template-os-page .image-block-section {
  position: relative;
  display: block;
  margin-top: 48px;
}
.page-template-os-page .image-block-section .card__outers {
  border-radius: 20px;
  background: none;
  border: 0;
  padding: 0;
  padding-bottom: 34px;
}
.page-template-os-page .image-block-section .card__outers:after {
  display: none;
}
.page-template-os-page .image-block-section .card__outers .card__inner {
  display: flex;
  gap: 48px;
}
.page-template-os-page .image-block-section .card__outers .card__inner .left-side {
  flex-basis: 55%;
}
.page-template-os-page .image-block-section .card__outers .card__inner .right-side {
  flex-basis: 45%;
}
.page-template-os-page .image-block-section .card__outers .card__inner .right-side .tag {
  margin: unset;
}
.page-template-os-page .image-block-section .card__outers .card__inner .right-side p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 29.6px;
  letter-spacing: -0.2px;
  margin-top: 20px;
}
.page-template-os-page .image-block-section .card__inner .main__headers h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.page-template-os-page .image-block-section .card__inner .main__headers h5 {
  color: #86a3a7;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.16px;
}
.page-template-os-page .image-block-section .card__outers .card__inner img {
  border-radius: 10px;
}
.page-template-os-page .who-it-for.fullos {
  margin-bottom: 24px;
}
.page-template-os-page .who-it-for.fullos .who-it-for-col1 {
  padding-bottom: 30px;
  padding-top: 0;
}
.page-template-os-page .who-it-for.fullos .who-it-for-col1 p {
  color: #d8d8d8;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
}
.page-template-os-page .who-it-for.fullos .who-it-for-col1 h3 {
  margin-top: 30px;
}
.page-template-os-page .blockpadding {
  padding: 60px 48px 25px !important;
}

.page-template-ds-page.m-ds .who-it-for .who-it-for-col1 .who-it-for-list {
  position: relative;
  display: block;
  min-height: 40px;
  margin-bottom: 10px;
  height: auto;
  padding: 5px 5px 5px 50px;
  border-left: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: linear-gradient(90deg, #012b32 0%, rgba(26, 26, 26, 0) 100%);
}
.page-template-ds-page.m-ds .who-it-for {
  position: relative;
  display: block;
  margin-bottom: 85px;
}
.page-template-ds-page.m-ds .who-it-for .who-it-for-wrap p {
  color: #86a3a7;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
}
.page-template-ds-page.m-ds .who-it-for h2 {
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.56px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}
.page-template-ds-page.m-ds .who-it-for .who-it-for-col1 {
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 18px 45px 18px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background: #002931;
}
.page-template-ds-page.m-ds .who-it-for .who-it-for-col1 h3 {
  color: #7df9ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 10px;
}
.page-template-ds-page.m-ds .who-it-for .who-it-for-col1 .who-it-for-list {
  position: relative;
  display: block;
  min-height: 40px;
  margin-bottom: 10px;
  height: auto;
  padding: 5px 5px 5px 50px;
}
.page-template-ds-page.m-ds .who-it-for .who-it-for-col1 .who-it-for-list:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/whoitfor-icon.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 14px;
}
.page-template-ds-page.m-ds .who-it-for .who-it-for-col1 .who-it-for-list p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.page-template-ds-page.m-ds .goal-points ul {
  list-style: none;
  padding: 0;
}
.page-template-ds-page.m-ds .goal-points ul li {
  background-image: url(../img/goal-points-arrow.png);
  background-repeat: no-repeat;
  background-position: 2px 8px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.16px;
  padding-left: 13px;
  margin-bottom: 8px;
  padding-bottom: 4px;
}
.page-template-ds-page.m-ds .goal-points ul li:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.21) 100%);
}
.page-template-ds-page.m-ds .goal-points ul span {
  color: #58becc;
}
.page-template-ds-page .mortar-ds {
  position: relative;
  display: block;
}
.page-template-ds-page .mortar-ds .main__headers h3 {
  color: #86a3a7;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 26.4px;
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
.page-template-ds-page .mortar-ds .main__headers p {
  color: #86a3a7;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  max-width: 760px;
  margin: 24px auto 0;
}
.page-template-ds-page.m-ds .problem-solving-section {
  margin-top: 200px;
}
.page-template-ds-page .position-absolute.ds,
.page-template-ds-page .position-absolute.ds img {
  height: 915px;
}
.page-template-ds-page .position-absolute.ds:nth-child(1),
.page-template-ds-page .position-absolute.ds img:nth-child(1) {
  position: relative;
  z-index: 1;
  height: unset !important;
}
.page-template-ds-page .position-absolute.ds:nth-child(2),
.page-template-ds-page .position-absolute.ds img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}
.page-template-ds-page .subblock {
  position: relative;
  display: flex;
  max-width: 910px;
  margin: 15px auto 0 auto;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-ds-page .subblock .subcol {
  position: relative;
  display: block;
  max-width: 420px;
}
.page-template-ds-page .subblock .subcol h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 700px;
  margin: 24px auto 0;
}
.page-template-ds-page .subblock .subblock-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.page-template-ds-page .subblock .subblock-row::after {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.15) 100%);
  width: 100%;
  height: 1px;
  bottom: -25px;
  right: 0;
}
.page-template-ds-page .subblock .subblock-row:last-child::after {
  display: none;
}
.page-template-ds-page .subblock .subblock-row .subcol:first-child ::before {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.15) 100%);
  width: 1px;
  height: 38px;
  top: 28px;
  right: -14px;
}
.page-template-ds-page .no-bg {
  background: none !important;
}
.page-template-ds-page .confidence {
  margin-bottom: 15px !important;
  margin-top: 30px;
}
.page-template-ds-page .confidence .who-it-for-col1 {
  max-width: 650px;
  text-align: left;
  margin: 24px auto 0 auto;
}
.page-template-ds-page .confidence .who-it-for-list p {
  text-align: left !important;
}
.page-template-ds-page .confidence .who-it-for-wrap {
  padding: 48px 85px 0px !important;
}
.page-template-ds-page .image-block-section {
  position: relative;
  display: block;
  margin-top: 48px;
}
.page-template-ds-page .image-block-section .card__outers {
  border-radius: 20px;
  background: none;
  border: 0;
  padding: 0;
  padding-bottom: 34px;
}
.page-template-ds-page .image-block-section .card__outers:after {
  display: none;
}
.page-template-ds-page .image-block-section .card__outers .card__inner {
  display: flex;
  gap: 48px;
}
.page-template-ds-page .image-block-section .card__outers .card__inner .left-side {
  flex-basis: 55%;
}
.page-template-ds-page .image-block-section .card__outers .card__inner .right-side {
  flex-basis: 45%;
}
.page-template-ds-page .image-block-section .card__outers .card__inner .right-side .tag {
  margin: unset;
}
.page-template-ds-page .image-block-section .card__outers .card__inner .right-side p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 29.6px;
  letter-spacing: -0.2px;
  margin-top: 20px;
}
.page-template-ds-page .image-block-section .card__inner .main__headers h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.page-template-ds-page .image-block-section .card__inner .main__headers h5 {
  color: #86a3a7;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.16px;
}
.page-template-ds-page .image-block-section .card__outers .card__inner img {
  border-radius: 10px;
}
.page-template-ds-page .block-swap {
  position: relative;
  display: block;
}
.page-template-ds-page .block-swap .card__inner {
  display: flex;
  gap: 48px;
}
.page-template-ds-page .block-swap .card__inner .left-side {
  flex-basis: 55%;
}
.page-template-ds-page .block-swap .card__inner .right-side {
  flex-basis: 45%;
}
.page-template-ds-page .block-swap .card__inner img {
  border-radius: 10px;
}
.page-template-ds-page .block-swap .card__outers {
  border: 0;
  background: none;
  padding: 0;
}
.page-template-ds-page .block-swap .card__outers::after {
  display: none;
}
.page-template-ds-page .block-swap .tag {
  margin: unset;
}
.page-template-ds-page .block-swap .main__headers h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.page-template-ds-page .block-swap .main__headers h5 {
  color: #86a3a7;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.16px;
}
.page-template-ds-page .block-swap .main__headers p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.6px;
  letter-spacing: -0.2px;
  margin-top: 20px;
}
.page-template-ds-page .blockpadding {
  padding: 60px 48px 25px !important;
}

.modal.show {
  background-color: rgba(225, 225, 225, 0.25);
}
.modal#contactForm, .modal#exitIntentModal {
  z-index: 999999999;
}
.modal .modal-dialog.modal-mds {
  max-width: 600px;
}
.modal .modal-dialog .modal-content {
  background-color: #001a1f;
  border-radius: 20px;
  z-index: 0;
  overflow: hidden;
}
.modal .modal-dialog .modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to bottom, #7df9ff 0%, rgba(105, 53, 255, 0.5) 50%, rgba(105, 53, 255, 0) 84%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.modal .modal-dialog .modal-content::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background: #384243; /* background of the outer container */
  border-radius: 50%;
  box-shadow: 0 0 0 1px #00ffff; /* mimic the border */
  z-index: 11;
}
.modal .modal-dialog .modal-content .close-btns {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 12;
}
.modal .modal-dialog .modal-content .close-btns > .btn-close {
  background-color: #7df9ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1 !important;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 48px;
}
.modal .modal-dialog .modal-content .modal-body .content-section {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(1) {
  flex-basis: 50%;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(1) h1 {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 50.4px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(1) h1:last-of-type {
  font-weight: 400;
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(1) p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(1) .list-styles {
  list-style: none;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(1) .list-styles li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.16px;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(1) .list-styles li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #7df9ff;
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translate(-50%, -50%);
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) {
  flex-basis: 50%;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area {
  padding: 40px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background: var(--Section-Fill, linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%));
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(6, 146, 172, 0.4) 0%, rgba(6, 146, 172, 0.01) 100%);
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  box-sizing: border-box;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .logo {
  margin-bottom: 24px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .logo img {
  width: 200px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .wpcf7 {
  position: relative;
  z-index: 5;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area label {
  color: var(--Title, #afc5c8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .form-control {
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgba(6, 146, 172, 0.1);
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 15px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .form-control::-moz-placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .form-control::placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .form-check-input[type=checkbox] {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #011a1f;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .form-check-input[type=checkbox]:checked {
  background-color: #818e90;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .form-check-input[type=radio] {
  border-color: #818e90;
  background-color: transparent;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .form-check-input[type=radio]:checked {
  border-color: #818e90;
  background-color: transparent;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .check-section {
  border-radius: 8px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: var(--Input-Field-Background, rgba(6, 146, 172, 0.1));
  padding: 15px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .check-section > .input-group {
  gap: 10px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .check-section > .input-group .form-check {
  width: calc(33.3333333333% - 10px); /* 100 / 3 = 33.33% for 3 columns */
  box-sizing: border-box;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .form-check-label {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .form-check-label a {
  color: var(--7-df-9-ff, #7df9ff);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.96px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .radio-section {
  border-radius: 8px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: var(--Input-Field-Background, rgba(6, 146, 172, 0.1));
  padding: 15px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .radio-section > .input-group {
  gap: 30px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .phone_input {
  gap: 16px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .phone_input > select {
  width: 200px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .phone_input > input {
  width: calc(100% - 216px);
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .phone_input > .select2-container {
  z-index: 9999;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .phone_input > .select2-container .selection .select2-selection {
  height: 100%;
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgba(6, 146, 172, 0.1);
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 15px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .phone_input > .select2-container .selection .select2-selection .select2-selection__rendered {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .phone_input > .select2-container .selection .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .btn-book:hover svg {
  transform: translateX(8px);
}
.modal .modal-dialog .modal-content .modal-body .content-section > div:nth-child(2) .form-area .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal .modal-dialog .modal-content .modal-body .content-sections {
  display: flex;
  flex-direction: column;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(1) {
  flex-basis: 100%;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(1) .logo {
  margin-bottom: 24px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(1) .logo img {
  width: 200px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(1) h1 {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 50.4px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(1) h1:last-of-type {
  margin-bottom: 32px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(1) p {
  font-family: "Inter", sans-serif;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(1) .list-styles {
  list-style: none;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(1) .list-styles li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.16px;
  background: var(--Title-2, linear-gradient(90deg, #6f9099 0%, #d3e4e6 17.31%, #c5d9db 30.77%, #b5cccf 46.15%, #d8e6e8 63.46%, #cbd9db 80.29%, #6e8f93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(1) .list-styles li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #7df9ff;
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translate(-50%, -50%);
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) {
  flex-basis: 100%;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area {
  position: relative;
  z-index: 1;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .wpcf7 {
  position: relative;
  z-index: 5;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area label {
  color: var(--Title, #afc5c8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .form-control {
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgba(6, 146, 172, 0.1);
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 15px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .form-control::-moz-placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .form-control::placeholder {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .form-check-input[type=checkbox] {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #011a1f;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .form-check-input[type=checkbox]:checked {
  background-color: #818e90;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .form-check-input[type=radio] {
  border-color: #818e90;
  background-color: transparent;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .form-check-input[type=radio]:checked {
  border-color: #818e90;
  background-color: transparent;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .check-section {
  border-radius: 8px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: var(--Input-Field-Background, rgba(6, 146, 172, 0.1));
  padding: 15px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .check-section > .input-group {
  gap: 10px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .check-section > .input-group .form-check {
  width: calc(33.3333333333% - 10px); /* 100 / 3 = 33.33% for 3 columns */
  box-sizing: border-box;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .form-check-label {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .form-check-label a {
  color: var(--7-df-9-ff, #7df9ff);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.96px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .radio-section {
  border-radius: 8px;
  border: 1px solid var(--Tag-Stroke, rgba(255, 255, 255, 0.1));
  background: var(--Input-Field-Background, rgba(6, 146, 172, 0.1));
  padding: 15px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .radio-section > .input-group {
  gap: 30px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .phone_input {
  gap: 16px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .phone_input > select {
  width: 200px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .phone_input > input {
  width: calc(100% - 216px);
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .phone_input > .select2-container {
  z-index: 9999;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .phone_input > .select2-container .selection .select2-selection {
  height: 100%;
  border-radius: 8px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: rgba(6, 146, 172, 0.1);
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  padding: 15px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .phone_input > .select2-container .selection .select2-selection .select2-selection__rendered {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .phone_input > .select2-container .selection .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .btn-book:hover svg {
  transform: translateX(8px);
}
.modal .modal-dialog .modal-content .modal-body .content-sections > div:nth-child(2) .form-area .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.select2-container {
  z-index: 999999999;
}

.message-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  display: none;
  transition: transform 0.3s ease;
  z-index: 999999999;
}
.message-bar .message-card {
  border-radius: 12px;
  border-radius: 16px;
  border: 1px solid var(--tag-stroke, rgba(255, 255, 255, 0.1));
  background: var(--Section-Fill, linear-gradient(91deg, rgba(6, 146, 172, 0.05) -1.25%, rgba(6, 146, 172, 0.01) 137.23%));
  background-blend-mode: overlay;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.message-bar .message-card .message-outer {
  padding: 16px;
}
.message-bar .message-card .message-outer .d-flex {
  gap: 16px;
  flex-wrap: wrap;
}
.message-bar .message-card .message-outer .d-flex .message-text p {
  color: var(--Body-Text, #818e90);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
.message-bar .message-card .message-outer .d-flex .message-close .btn-book {
  padding: 16px 20px 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.05));
  background: linear-gradient(270deg, rgba(6, 146, 172, 0.05) 0%, rgba(5, 137, 162, 0.5) 50%, rgba(6, 146, 172, 0.5) 100%);
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
.message-bar .message-card .message-outer .d-flex .message-close .btn-book svg {
  margin-right: 6px;
  transition: transform 0.5s ease-in-out;
}
.message-bar .message-card .message-outer .d-flex .message-close .btn-book:hover svg {
  transform: translateX(8px);
}
.message-bar .message-card .message-outer .d-flex .message-close .btn-book::after {
  content: "";
  border-radius: 8px;
  border: 1px solid #2f7783;
  filter: blur(0.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.message-bar.stop {
  position: absolute;
}/*# sourceMappingURL=styles.css.map */