:root {
  --neutral-700: #444a5b;
  --neutral-200: #e4e5eb;
  --neutral-50: #fafafb;
  --neutral-900: #111217;
  --neutral-500: #90949e;
  --neutral-600: #666f89;
  --text-500: #111217;
}

body {
  color: var(--neutral-700);
  font-family: Geist, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.container {
  width: 90%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

.brand {
  color: #007bff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav {
  border-bottom: 1px solid var(--neutral-200);
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav.sticky {
  z-index: 1;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.nav.fixed {
  z-index: 1;
  background-color: #007bff00;
  border-bottom-style: none;
  position: fixed;
  inset: 0% 0% auto;
}

.cta {
  color: var(--neutral-50);
  text-align: center;
  background-color: #007bff;
  border-radius: 100px;
  height: auto;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.cta.cta-lg {
  min-width: 300px;
  font-weight: 700;
}

.cta.cta-white {
  color: #007bff;
  background-color: #fff;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-hero {
  height: calc(100vh - 81px);
}

.home-hero._100-vh {
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 80px;
}

.home-hero._100-vh.bg-3 {
  color: #fff;
  background-image: url('../images/lp-3-hero.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.h-100 {
  height: 100%;
}

.home-hero-inner {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

._w-100 {
  width: 100%;
}

.hero-h1 {
  color: var(--neutral-900);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
}

.hero-h1.text-white.fs-48 {
  font-size: 48px;
  line-height: 120%;
}

.mt-48 {
  margin-top: 48px;
}

.mt-16 {
  margin-top: 16px;
}

.home-hero-img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.max-width-1040 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.home-description {
  color: var(--neutral-500);
  letter-spacing: -1.5px;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 48px;
}

.text-blue {
  color: #007bff;
}

.section-heading {
  color: var(--neutral-900);
  text-align: center;
  letter-spacing: -1.5px;
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.section-caption {
  color: #007bff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.text-center {
  text-align: center;
}

.max-width-732 {
  max-width: 734px;
  margin-left: auto;
  margin-right: auto;
}

.grid-col-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-col-3.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.card {
  border: 1px solid var(--neutral-200);
  background-color: var(--neutral-50);
  border-radius: 20px;
  overflow: hidden;
}

.card-body {
  padding: 24px 16px;
}

.card-h4 {
  color: var(--neutral-900);
  letter-spacing: -1.5px;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
}

.card-caption {
  color: #007bff;
  text-transform: uppercase;
  background-color: #edfaff;
  border-radius: 8px;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
}

.card-data {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-center.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.mt-0 {
  margin-top: 0;
}

.max-width-862 {
  max-width: 862px;
  margin-left: auto;
  margin-right: auto;
}

.card-v2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: 1;
  border: 1px solid var(--neutral-200);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  overflow: hidden;
}

.max-width-234 {
  max-width: 234px;
}

.max-width-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.bg-blue-img {
  background-image: url('../images/bg-abstract.png');
  background-position: 50%;
  background-size: 100% 100%;
}

.d-flex-between-center {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.d-flex-between-center.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.d-flex-between-center.gap-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-start {
  text-align: left;
}

.grid-col-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mt-64 {
  margin-top: 64px;
}

.card-v3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--neutral-600);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.card-v3-inner-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-v3-inner-flex.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.card-v3-h5 {
  color: var(--neutral-900);
  letter-spacing: -1px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.p-40-blue {
  color: var(--neutral-50);
  background-color: #007bff;
  border-radius: 20px;
  align-items: center;
  padding: 40px;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

._w-58 {
  width: 58%;
}

._w-42 {
  width: 42%;
}

.section-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
}

.ul-green-li {
  background-image: url('../images/ul-li-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 12px;
  padding-left: 36px;
}

.ul-green {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  list-style-type: none;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mt-40 {
  margin-top: 40px;
}

.testimonial-bg {
  background-image: url('../images/testimonial-bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 80px;
  padding: 64px 100px;
}

.max-width-794 {
  max-width: 794px;
  margin-left: auto;
  margin-right: auto;
}

.t-slide-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.testimonial-data {
  width: 100%;
  padding: 20px 40px 40px;
}

.testimaonial-client {
  font-size: 20px;
}

.testimonial-message {
  color: var(--text-500);
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
}

.swiper-nav-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-nav-wrapper.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.p-relative {
  position: relative;
}

.swiper-bullets-wrapper {
  z-index: 1;
  width: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.faq-wrapper {
  max-width: 892px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  border-bottom: 1px solid var(--neutral-200);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.faq-heading {
  color: #1c1b1b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 200%;
}

.faq-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-data {
  color: var(--neutral-600);
  letter-spacing: -.5px;
  width: 95%;
  max-height: 0;
  font-size: 20px;
  line-height: 30px;
  transition: max-height .3s;
  overflow: hidden;
}

.pt-60 {
  padding-top: 60px;
}

.pb-40 {
  padding-bottom: 40px;
}

.section-ft-sub {
  color: var(--neutral-50);
  background-color: #007bff;
  background-image: url('../images/sub-footer-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50px;
  padding: 72px 24px;
}

.text-white {
  color: #fff;
}

.max-width-750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.mb-16 {
  margin-bottom: 16px;
}

.letter-spacing-0 {
  letter-spacing: 0;
}

.mt-22 {
  margin-top: 22px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 40px;
}

.link-block {
  color: var(--neutral-700);
  font-size: 16px;
  line-height: 180%;
  text-decoration: none;
}

.footer-nav-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-li-dropdown {
  color: var(--neutral-700);
  padding: 0 20px 0 0;
  font-size: 16px;
  line-height: 180%;
  text-decoration: none;
}

.icon {
  margin-right: 0;
}

.footer-social-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pb-32 {
  padding-bottom: 32px;
}

.div-block-2 {
  border-top: 1px solid var(--neutral-200);
  padding-top: 32px;
}

.footer-bottom-div {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-flex-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.d-flex-st {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

._w-75 {
  width: 75%;
}

._w-25 {
  width: 25%;
}

.grid-3-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-wrapper {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffb3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-form {
  color: var(--neutral-600);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 90%;
  max-width: 500px;
  padding: 32px 24px;
  font-size: 14px;
  line-height: 130%;
  position: relative;
  box-shadow: 0 2px 20px #0003;
}

.heading {
  color: var(--neutral-900);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.btn-popup-close {
  color: var(--neutral-900);
  background-color: #0000;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 10px;
}

.max-width-640 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading-form {
  color: var(--neutral-900);
  text-align: center;
  letter-spacing: -1.5px;
  margin-top: 12px;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.body {
  background-color: var(--neutral-50);
}

.form-bg {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 20px;
}

.body-min-100vh {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.thank-you-flex {
  background-image: linear-gradient(270deg, #f9f8f600 23%, #f9f8f6 59%), url('../images/thank-you-bg-lg.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex: 1;
  align-items: center;
  display: flex;
}

.thank-you-data {
  width: 50%;
}

.thank-you-p {
  letter-spacing: -.5px;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 20px;
}

.max-width-616-left {
  max-width: 616px;
}

.schedule-body {
  background-image: url('../images/schedule-bg.png');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.max-width-1150 {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-1070 {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.scheduled-flex {
  background-image: linear-gradient(270deg, #f9f8f600 23%, #f9f8f6 59%), url('../images/scheduled-bg-lg.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex: 1;
  align-items: center;
  display: flex;
}

.max-width-674-left {
  max-width: 674px;
}

.home-hero-extended {
  border-radius: 50px;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.shrink-0 {
  flex: none;
}

._w-50 {
  width: 50%;
}

.div-block-3, .max-w-782 {
  max-width: 782px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-602 {
  max-width: 602px;
  margin-left: auto;
  margin-right: auto;
}

.lp-bg-3 {
  color: #fff;
  background-image: linear-gradient(#007bff00 20%, #007bffcc 64%, #007bff), url('../images/lp-3-hero.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.lp-bg-4 {
  color: #fff;
  background-image: linear-gradient(#007bff00 20%, #007bffcc 64%, #007bff), linear-gradient(#0003, #0003), url('../images/lp-4.png');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.lp-bg-5 {
  color: #fff;
  background-image: linear-gradient(#0e315d00 20%, #0e315dcc 64%, #0e315d), url('../images/lp-5.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.lp-bg-6 {
  color: #fff;
  background-image: linear-gradient(#0e315d00 20%, #0e315dcc 64%, #0e315d), url('../images/lp-6.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.lp-bg-7 {
  color: #fff;
  background-image: linear-gradient(#0e315d00 20%, #0e315dcc 64%, #0e315d), linear-gradient(#0003, #0003), url('../images/lp-4.png');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.lp-bg-8 {
  color: #fff;
  background-image: linear-gradient(#007bff33, #007bff33), url('../images/lp-3-hero.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.hero-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #007bff1a;
  border: 1px solid #fff3;
  border-radius: 40px;
  width: 50%;
  max-width: 650px;
  padding: 40px;
}

.flex-bottom-end {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

._w-90-center {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.lp-bg-9 {
  color: #fff;
  background-image: linear-gradient(#007bff33, #007bff33), url('../images/lp-6.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.lp-bg-4-v2 {
  color: #fff;
  background-image: linear-gradient(#007bff00 20%, #007bffcc 64%, #007bff), linear-gradient(#0003, #0003), url('../images/lp-4.png');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .button {
    z-index: 1;
    padding: 8px 10px;
  }

  .lp-bg-3, .lp-bg-4, .lp-bg-5, .lp-bg-6, .lp-bg-7, .lp-bg-8, .lp-bg-9, .lp-bg-4-v2 {
    height: 100vh;
  }
}

@media screen and (max-width: 991px) {
  .py-80 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-hero.py-80 {
    height: auto;
  }

  .home-hero._100-vh {
    height: auto;
    padding-top: 144px;
    padding-bottom: 64px;
  }

  .home-hero-inner {
    flex-flow: column;
  }

  .py-64 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .grid-col-3, .grid-col-3.gap-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .d-flex-between-center {
    flex-flow: column;
  }

  .grid-col-4 {
    grid-template-columns: 1fr 1fr;
  }

  ._w-58, ._w-42 {
    width: 100%;
  }

  .testimonial-bg {
    border-radius: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-nav-flex, .footer-social-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .d-flex-st.mt-64 {
    flex-flow: column;
  }

  ._w-75, ._w-25 {
    width: 100%;
  }

  .grid-3-2 {
    grid-template-columns: 1fr 1fr;
  }

  .form-bg {
    padding: 20px 0;
  }

  .thank-you-flex {
    background-image: linear-gradient(270deg, #f9f8f600 23%, #f9f8f6 59%), url('../images/thank-you-bg.png');
    background-position: 0 0, 0%;
  }

  .thank-you-data {
    width: 70%;
  }

  .md-mt-40 {
    margin-top: 40px;
  }

  .scheduled-flex {
    background-image: linear-gradient(270deg, #f9f8f600 23%, #f9f8f6 59%), url('../images/scheduled-bg.png');
    background-position: 0 0, 50%;
  }

  .home-hero-extended {
    border-radius: 40px;
    width: 100%;
    height: auto;
  }

  ._w-50 {
    width: 100%;
  }

  .lp-bg-3 {
    background-image: linear-gradient(#007bff00 20%, #007bffcc 65%, #007bff), url('../images/lp-3-md.png');
    background-position: 0 0, 50% 0;
    height: auto;
    padding-top: 280px;
    padding-bottom: 64px;
  }

  .lp-bg-4 {
    background-image: linear-gradient(#0e315d00 20%, #0e315d 65%, #0e315d), linear-gradient(#0003, #0003), url('../images/lp-4-md.png');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, cover;
    height: auto;
    padding-top: 280px;
    padding-bottom: 64px;
  }

  .lp-bg-5 {
    background-image: linear-gradient(#0e315d00 20%, #0e315dcc 65%, #0e315d), url('../images/lp-5-md.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: auto;
    padding-top: 280px;
    padding-bottom: 64px;
  }

  .lp-bg-6 {
    background-image: linear-gradient(#0e315d00 20%, #0e315dcc 65%, #0e315d), url('../images/lp-6-md.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: auto;
    padding-top: 280px;
    padding-bottom: 64px;
  }

  .lp-bg-7 {
    background-image: linear-gradient(#0e315d00 20%, #0e315d 65%, #0e315d), linear-gradient(#0003, #0003), url('../images/lp-4-md.png');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, cover;
    height: auto;
    padding-top: 280px;
    padding-bottom: 64px;
  }

  .lp-bg-8 {
    background-image: linear-gradient(#007bff33, #007bff33), url('../images/lp-3-md.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: auto;
    padding-top: 280px;
    padding-bottom: 64px;
  }

  .hero-card {
    width: 100%;
  }

  .lp-bg-9 {
    background-image: linear-gradient(#007bff33, #007bff33), url('../images/lp-6-md.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: auto;
    padding-top: 280px;
    padding-bottom: 64px;
  }

  .lp-bg-4-v2 {
    background-image: linear-gradient(#007bff00 20%, #007bffcc 65%, #007bff), linear-gradient(#0003, #0003), url('../images/lp-4-md.png');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, cover;
    height: auto;
    padding-top: 280px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  .brand {
    font-size: 18px;
  }

  .nav-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cta {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 110%;
  }

  .cta.cta-lg {
    min-width: 100%;
  }

  .py-80 {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .home-hero._100-vh {
    padding-top: 120px;
    padding-bottom: 24px;
  }

  .hero-h1 {
    font-size: 36px;
    line-height: 120%;
  }

  .hero-h1.text-white.fs-48 {
    letter-spacing: -1px;
    font-size: 28px;
  }

  .home-description {
    font-size: 24px;
    line-height: 140%;
  }

  .section-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .section-caption {
    font-size: 13px;
    line-height: 18px;
  }

  .grid-col-3 {
    grid-template-columns: 1fr;
  }

  .card-v2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    aspect-ratio: 3 / 2;
    padding: 24px;
  }

  .d-flex-between-center.gap-64 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-col-4 {
    grid-template-columns: 1fr;
  }

  .p-40-blue {
    padding: 24px;
    font-size: 20px;
    line-height: 120%;
  }

  .section-image {
    border-radius: 20px;
  }

  .mt-40 {
    margin-top: 24px;
  }

  .testimonial-bg {
    border-radius: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .t-slide-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .testimonial-data {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimaonial-client {
    font-size: 18px;
    line-height: 20px;
  }

  .testimonial-message {
    font-size: 20px;
    line-height: 120%;
  }

  .swiper-bullets-wrapper {
    width: 100%;
  }

  .faq-item {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .faq-heading {
    font-size: 18px;
    line-height: 130%;
  }

  .faq-data {
    font-size: 18px;
    line-height: 120%;
  }

  .section-ft-sub {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-nav-flex, .footer-bottom-div {
    flex-flow: column;
  }

  .nav-flex-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
  }

  .sm-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .d-flex-st.mt-64 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-3-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .popup-form {
    padding: 24px 20px;
  }

  .heading {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .section-heading-form {
    font-size: 32px;
    line-height: 40px;
  }

  .thank-you-flex {
    background-image: linear-gradient(270deg, #f9f8f600 10%, #f9f8f6 50%), url('../images/thank-you-bg.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .thank-you-data {
    width: 75%;
  }

  .thank-you-p {
    font-size: 16px;
    line-height: 24px;
  }

  .scheduled-flex {
    background-image: linear-gradient(270deg, #f9f8f600 10%, #f9f8f6 50%), url('../images/scheduled-bg.png');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .home-hero-extended {
    border-radius: 30px;
  }

  .lp-bg-3, .lp-bg-4, .lp-bg-5, .lp-bg-6, .lp-bg-7, .lp-bg-8 {
    min-height: 100vh;
    padding-top: 240px;
    padding-bottom: 36px;
  }

  .hero-card {
    border-radius: 20px;
    padding: 32px 20px;
  }

  .lp-bg-9, .lp-bg-4-v2 {
    min-height: 100vh;
    padding-top: 240px;
    padding-bottom: 36px;
  }
}


