:root {
  --font-primary: Figtree, Arial, sans-serif;
  --primary-text: #1a1a1a;
  --font-secondary: "Neulis Alt", Arial, sans-serif;
  --white: white;
  --secondary-text: #41424d;
  --black: black;
  --transparent: transparent;
  --red: red;
  --off-white: #f6f6f6;
  --medium-green: #12a557;
  --stars: #fcc100;
  --brand-purple: #643cff;
  --brand-navy: #282864;
  --brand-off-white: #f9f7fc;
}

.body {
  font-family: var(--font-primary);
  color: var(--primary-text);
  line-height: 130%;
}

.title-h2 {
  font-family: var(--font-secondary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 125%;
}

.title-h2.white {
  color: var(--white);
  font-weight: 500;
}

.title-h2.fz-40 {
  font-size: 40px;
}

.body-regular {
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 130%;
}

.body-regular.white {
  color: var(--white);
}

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

.body-regular.gray {
  color: #41424d;
}

.body-regular.gray.opacity {
  color: #41424dd9;
}

.body-regular.secondary {
  color: var(--secondary-text);
  font-weight: 300;
}

.info_strapline {
  background-color: #fff;
  border-radius: 1000px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.info_left-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
  padding-left: 6px;
  padding-right: 10px;
  display: flex;
}

.info_left-block.modify {
  justify-content: center;
  align-items: center;
}

.info_left-img {
  width: 28px;
  max-width: 28px;
}

.info_left-block-icon {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info_strapline-wrap {
  background-image: linear-gradient(#ebebeb, #d2d2d2);
  border-radius: 1000px;
  width: max-content;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
}

.info_left-img-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 62px;
  display: flex;
}

.info_left-block-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info_left-block-icon-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-booking_embed-item {
  max-width: 70%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section_hero-booking {
  height: 100%;
  min-height: 100vh;
}

.hero-booking_thumb {
  background-color: #38b738;
  justify-content: flex-end;
  align-items: center;
  width: 95%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-booking_progress {
  background-color: #eaeaeb;
  border-radius: 10px;
  width: 100%;
  max-width: 714px;
  height: 38px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: inset 0 2.958px 2.958px #00000040;
}

.hero-booking_wrapper {
  padding-top: 20px;
  padding-bottom: 50px;
}

.padding-global-5 {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-booking_embed {
  max-width: 100%;
  margin-bottom: 15px;
}

.hero-booking_title-wrap {
  text-align: center;
  width: 100%;
  max-width: 898px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.title-underline {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.hero-booking_thumb-center-text {
  color: #fff;
  letter-spacing: .02em;
  font-size: 18px;
  line-height: 145%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.container-large-5 {
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-booking_thumb-right-text {
  color: #fff;
  letter-spacing: .02em;
  padding-right: 15px;
  font-size: 18px;
}

.modal-exit_btn-text {
  color: #000;
  letter-spacing: -.01em;
  font-size: 19px;
  font-weight: 500;
  transition: all .4s;
}

.modal-exit {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal-exit.visible {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}

.modal-exit_title {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: 11px;
  font-size: 19px;
  font-weight: 800;
  line-height: 140%;
}

.modal-exit_logo {
  width: 100%;
  max-width: 74px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.modal-exit_btn {
  cursor: pointer;
  background-color: #b9b9b9;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 156px;
  min-height: 39px;
  transition: all .4s;
  display: flex;
}

.modal-exit_text {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  max-width: 243px;
  margin-bottom: 28.6px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 500;
}

.modal-exit_wrapper {
  background-image: linear-gradient(#e6e7e7, #d6d7d7);
  border-radius: 13px;
  width: 100%;
  max-width: 374px;
  padding: 31px 21.45px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.modal-exit_overlay {
  background-color: #000000b3;
  width: 100%;
  height: 100%;
}

.modal-exit_btns {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-between;
  width: 100%;
  max-width: 331px;
  display: flex;
}

.booking-banner_info-img {
  width: 100%;
}

.booking-banner_info {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.booking-banner_text {
  color: #3c3e44bf;
  font-size: 12px;
  font-weight: 500;
}

.booking-banner_image {
  width: 100%;
  max-width: 68px;
}

.booking-banner {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 341px;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: fixed;
  inset: auto auto 2% 2%;
}

.booking-banner.visible {
  opacity: 1;
  visibility: visible;
}

.booking-banner_info-image {
  width: 100%;
  max-width: 130px;
}

.booking_banner_wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border: 1px solid #dfe2e5;
  border-left-style: none;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  box-shadow: 0 4px 10px #00000024;
}

.booking-banner_exit {
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
  inset: -11% -3% auto auto;
}

.booking-banner_exit.visible {
  opacity: 1;
  visibility: visible;
}

.hero-booking_text-wrap {
  text-align: center;
  width: 100%;
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.hero-booking_text-wrap-2 {
  text-align: center;
  width: 100%;
  max-width: 426px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .section_hero, .section_services {
    padding-left: 25px;
    padding-right: 25px;
  }

  .services_left {
    max-width: 100%;
  }

  .services_left-item.right {
    width: 100%;
  }

  .services_center {
    max-width: 100%;
  }

  .services_center-item.small {
    max-width: 49.8%;
  }

  .services_center-item.small.six, .services_right {
    max-width: 100%;
  }

  .services_left-item-image {
    max-width: 25%;
  }

  .services_left-item-image.services_left-item-image-2 {
    max-width: 33%;
  }

  .services_bottom {
    flex-flow: column;
    margin-top: 15px;
  }

  .section_info {
    padding-left: 25px;
    padding-right: 25px;
  }

  .info_list.swiper-wrapper {
    flex-flow: column;
  }

  .info_item.swiper-slide {
    max-width: 100%;
  }

  .section_paid {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paid_item, .paid_item.small, .paid_item.small {
    max-width: 100%;
  }

  .section_case {
    padding-left: 25px;
    padding-right: 25px;
  }

  .case_item.swiper-slide {
    max-width: 100%;
  }

  .section_alt, .section_proof {
    padding-left: 25px;
    padding-right: 25px;
  }

  .proof_top-item-big {
    max-width: 100%;
  }

  .section_integrate, .section_doubt, .section_overdue {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section_payment, .section_chance {
    margin-left: 25px;
    margin-right: 25px;
  }

  .section_banner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer_top-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .section_reviews, .section_faq {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta-main {
    width: max-content;
  }

  .header_menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-h1.white {
    font-size: 30px;
  }

  .title-h1.congrats {
    font-size: 36px;
  }

  .title-h2, .title-h2.fz-40, .title-h2.fz-40 {
    font-size: 28px;
  }

  .title-h5.white, .title-h5.white.fz-22 {
    font-size: 15px;
  }

  .title-h5.white, .title-h5.white.fz-22, .title-h5.white.fz-22 {
    font-size: 15px;
  }

  .title-h5.fz-18 {
    font-size: 18px;
  }

  .body-large.white {
    font-size: 16px;
  }

  .body-regular, .body-regular.gray {
    font-size: 14px;
  }

  .body-regular.gray {
    font-size: 14px;
  }

  .body-regular.white.d-none {
    display: none;
  }

  .body-small.white, .body-small.white.fz-14 {
    font-size: 12px;
  }

  .body-small.white, .body-small.white.fz-14 {
    font-size: 12px;
  }

  .body-small.white.fz-14 {
    font-size: 12px;
  }

  .body-small.white.mobile {
    display: block;
  }

  .body-small.white.desktop {
    display: none;
  }

  .label-medium {
    font-size: 14px;
  }

  .section_hero {
    padding-left: 0;
    padding-right: 0;
  }

  .header_wrapper {
    min-height: 55px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner {
    min-height: 45px;
  }

  .banner_wrapper {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 40px;
  }

  .banner_image {
    display: block;
  }

  .header_strapline, .label-small.white.fz-15.d-none, .label-small.white.fz-15.d-none, .label-small.white.fz-15.d-none, .label-small.white.fz-15.d-none {
    display: none;
  }

  .header_right-image {
    max-width: 150px;
  }

  .hero_wrapper {
    padding-top: 20px;
  }

  .hero_strapline {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: max-content;
  }

  .hero_strapline-icon {
    width: 54px;
  }

  .hero_strapline-icon.item {
    width: 15px;
  }

  .hero_strapline-center {
    max-width: 55px;
  }

  .hero_text-wrap {
    margin-bottom: 15px;
  }

  .cta-block.modify:where(.w-variant-4c24dcf6-854b-c092-040e-76ffeea65034) {
    max-width: 100%;
    margin-left: 0;
  }

  .cta_form-input {
    min-height: 54px;
    font-size: 16px;
  }

  .cta_form-input::placeholder {
    font-size: 16px;
  }

  .cta_form-block-wrap.modify.footer.default {
    margin-left: 0;
  }

  .cta_form-input-submit {
    min-height: 42px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .cta_text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta_text:where(.w-variant-4c24dcf6-854b-c092-040e-76ffeea65034) {
    display: none;
  }

  .hero_image {
    margin-top: 20px;
  }

  .section_services {
    padding-left: 0;
    padding-right: 0;
  }

  .services_title-wrap {
    font-size: 18px;
  }

  .services_left {
    max-width: 100%;
  }

  .services_left-item {
    width: 100%;
  }

  .services_center {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .services_center-item.small {
    max-width: 49.8%;
  }

  .services_center-item.small.last, .services_right {
    max-width: 100%;
  }

  .services_left-item-image {
    max-width: 25%;
  }

  .services_left-item-image.services_left-item-image-2 {
    max-width: 33%;
  }

  .services_bottom {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    min-height: 80px;
    padding: 15px 20px;
  }

  .services_bottom-images {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .section_info {
    padding-left: 0;
    padding-right: 0;
  }

  .info_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .info_list.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin-bottom: 15px;
  }

  .info_item.swiper-slide {
    max-width: 100%;
  }

  .cta_banner {
    margin-top: 5px;
  }

  .cta_banner:where(.w-variant-4c24dcf6-854b-c092-040e-76ffeea65034) {
    display: none;
  }

  .section_paid {
    padding-left: 0;
    padding-right: 0;
  }

  .paid_wrapper {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .paid_item, .paid_item.small, .paid_item.small {
    max-width: 100%;
  }

  .section_case {
    padding-left: 0;
    padding-right: 0;
  }

  .case_wrapper {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .case_title-wrap {
    margin-bottom: 25px;
  }

  .case_list {
    flex-flow: row;
  }

  .case_list.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 20px;
  }

  .case_item {
    max-width: 100%;
  }

  .section_alt {
    padding-left: 0;
    padding-right: 0;
  }

  .alt_wrapper {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .alt_table {
    width: 810px;
    max-width: 770px;
  }

  .alt_table-col.first {
    max-width: 290px;
    min-height: 70px;
  }

  .alt_table-col.first.opacity {
    max-width: 300px;
  }

  .alt_table-col.first.d-none {
    opacity: 0;
  }

  .alt_banner {
    min-height: 60px;
  }

  .section_proof {
    padding-left: 0;
    padding-right: 0;
  }

  .proof_wrapper {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .proof_title-wrap {
    margin-bottom: 25px;
  }

  .proof_top-item {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-height: 95px;
  }

  .proof_top-video, .proof_top-item-big {
    max-width: 100%;
  }

  .proof_top-item-info-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    min-height: 40px;
  }

  .proof_top-item-info-image {
    max-width: 110px;
  }

  .proof_text {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .section_integrate {
    padding-left: 0;
    padding-right: 0;
  }

  .integrate_wrapper {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .integrate_payments {
    flex-flow: wrap;
  }

  .section_doubt {
    padding-left: 0;
    padding-right: 0;
  }

  .doubt_wrapper {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .doubt_list {
    flex-flow: column;
  }

  .doubt_item {
    max-width: 100%;
  }

  .section_overdue {
    padding-left: 0;
    padding-right: 0;
  }

  .overdue_wrapper {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .overdue_list.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .overdue_item.swiper-slide {
    max-width: 100%;
    min-height: 420px;
  }

  .section_payment {
    margin-left: 0;
    margin-right: 0;
  }

  .payment_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .payment_left {
    max-width: 100%;
  }

  .payment_inner {
    flex-flow: column;
  }

  .payment_right {
    max-width: 100%;
  }

  .section_chance {
    margin-left: 0;
    margin-right: 0;
  }

  .chance_wrapper {
    padding-top: 20px;
  }

  .chance_strapline {
    min-height: 36px;
  }

  .chance_image {
    margin-top: 20px;
  }

  .section_banner {
    padding-left: 0;
    padding-right: 0;
  }

  .banner_stars {
    flex-flow: row;
  }

  .banner_wrapper-2 {
    flex-flow: column;
    min-height: 77px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer_top-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer_top-left, .footer_top-right {
    max-width: 100%;
  }

  .footer_center-wrap {
    flex-flow: column;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer_center-left {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .footer_copyright {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .body-regular-2 {
    font-size: 14px;
  }

  .reviews_cta-icon-plus-1 {
    opacity: 0;
  }

  .label-small-2.white.d-none {
    display: none;
  }

  .reviews_item {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .label-medium-2 {
    font-size: 14px;
  }

  .label-medium-2.fz-12 {
    font-size: 12px;
  }

  .title-h2-2 {
    font-size: 28px;
  }

  .reviews_wrapper {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .padding-global-2, .padding-global-2.decor, .padding-global-2.decor {
    padding-left: 16px;
    padding-right: 16px;
  }

  .reviews_strapline {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .reviews_title-wrap {
    margin-bottom: 20px;
  }

  .reviews_cta-icon-left {
    max-width: 100px;
    display: block;
  }

  .reviews_cta-icon {
    flex: none;
  }

  .body-small-2 {
    font-size: 12px;
  }

  .reviews_cta-divider {
    display: none;
  }

  .reviews_strapline-icon {
    width: 66px;
  }

  .reviews_strapline-icon.second {
    width: auto;
  }

  .section_reviews {
    background-color: #f6f5f2;
    padding-left: 0;
    padding-right: 0;
  }

  .reviews_cta {
    padding-left: 20px;
    padding-right: 20px;
    top: 20px;
  }

  .faq_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .item_faq-content {
    color: #41424d;
    padding-right: 0;
    font-size: 14px;
  }

  .section_faq {
    background-color: #faf9f7;
    padding-left: 0;
    padding-right: 0;
  }

  .label-large-2 {
    font-size: 16px;
  }

  .title-h2-3 {
    font-size: 28px;
  }

  .faq_title-wrap {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .item_faq {
    padding: 16px;
  }

  .faq_list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .item_faq-icon {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .alt_banner_wrap-modify {
    width: 100%;
  }

  .footer_slider.swiper {
    max-width: 100%;
  }

  .reviews_item-footer {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .footer_pagination-wrap.new {
    width: max-content;
  }

  .footer_pagination-wrap.new.flex {
    width: max-content;
    margin-bottom: 20px;
    display: flex;
  }

  .case_arrow {
    transition: all .4s;
  }

  .health_table-scroll {
    background-color: #fff;
    border-radius: 34px;
    width: 100%;
    height: 12px;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
  }

  .health_table-scroll-thumb {
    background-color: #282863;
    border-radius: 34px;
    width: 100%;
    max-width: 256px;
    height: 12px;
    min-height: 1px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .alt_table-wrap {
    overflow-x: scroll;
  }

  .alt_table-wrap-relative {
    position: relative;
  }

  .alt_table-wrap-absolute {
    pointer-events: none;
    background-color: #f6f6f6;
    flex-flow: column;
    width: 100%;
    max-width: 240px;
    display: flex;
    position: absolute;
    inset: 76px auto auto 6px;
  }

  .cta-default_icon-wrap {
    flex: none;
    width: 19px;
    height: 19px;
  }

  .cta-default_icon-wrap.cta-default_icon-wrap-mobile {
    width: 24px;
    height: 24px;
    display: block;
  }

  .cta-default_icon-wrap.cta-default_icon-wrap-mobile.cta-default_icon-wrap-header {
    width: 24px;
    height: 24px;
    display: flex;
  }

  .cta-default_icon-wrap.cta-default_icon-wrap-mobile.cta-default_icon-wrap-header.cta-default_icon-wrap-header-2.vsl {
    display: none;
  }

  .cta_text-2 {
    font-size: 16px;
  }

  .cta-main {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 122px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 14px 7px 14px 6px;
  }

  .cta-main.header_cta {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 10px 5px 10px 10px;
    display: none;
  }

  .cta-main.header_cta.cta-modal {
    display: flex;
  }

  .cta_text-bot {
    font-size: 14px;
  }

  .cta_text-bot.cta_text-bot-2 {
    font-size: 12px;
  }

  .modal_exit-big_wrapper {
    max-width: 95%;
  }

  .hero-booking_embed-item {
    margin-top: 0;
  }

  .title-h2-4 {
    font-size: 28px;
  }

  .hero-book-a-demo_timer-text {
    text-align: center;
    font-size: 16px;
  }

  .padding-global-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-book-a-demo_timer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .steps_text-copy-alert {
    width: max-content;
    top: -20%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .congrats-banner_content {
    flex-flow: column;
  }

  .steps-congrats_flashing-title {
    max-width: 410px;
    margin-left: -15px;
  }

  .title-h2-5 {
    font-size: 28px;
  }

  .body-large-2 {
    font-size: 14px;
  }

  .faq_wrapper-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hero_congrats_text-wrap {
    margin-bottom: 15px;
  }

  .title-h5-2.white.shadow {
    font-size: 15px;
  }

  .congrats-banner_cta {
    width: 100%;
  }

  .congrats-banner_wrapper {
    padding: 25px 16px;
  }

  .label-small-3.white.d-none {
    display: none;
  }

  .reviews_item-2 {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .label-medium-3 {
    font-size: 14px;
  }

  .label-medium-3.fz-12 {
    font-size: 12px;
  }

  .hero_congrats_strapline {
    min-height: 35px;
    box-shadow: none;
    background-color: #0000;
    border-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: max-content;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 8px;
  }

  .steps_congrats_wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .steps_btn-copy-cta {
    font-size: 16px;
  }

  .steps-congrats_flashing-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    max-width: 380px;
  }

  .section_faq-2 {
    background-color: #faf9f7;
    padding-left: 0;
    padding-right: 0;
  }

  .section_hero-congrats {
    background-color: #f6f5f2;
    padding-left: 0;
    padding-right: 0;
  }

  .reviews_wrapper-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .steps-congrats_item {
    border-radius: 16px;
    padding: 15px 15px 20px;
    box-shadow: 0 0 0 1px #00000014, 0 16px 30px #00000008, 0 2.3px 4.777px #00000008, 0 .796px .796px #0000000a;
  }

  .body-small-3 {
    font-size: 12px;
  }

  .item_faq-2 {
    padding: 16px;
  }

  .congrats-banner_image {
    max-width: 400px;
  }

  .faq_title-wrap-2 {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .reviews_title-wrap-2 {
    margin-bottom: 20px;
  }

  .faq_list-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero_congrats_title-wrap {
    margin-bottom: 20px;
  }

  .d-none {
    display: none;
  }

  .modal_cta {
    transition: all .4s;
  }

  .modal_cta:hover {
    opacity: .6;
  }

  .modal_cta.banner_cta {
    min-height: 55px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .steps_text-copy_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section_reviews-2 {
    background-color: #f6f5f2;
  }

  .hero_congrats_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section_congrats-banner {
    background-color: #f6f5f2;
    padding-left: 0;
    padding-right: 0;
  }

  .hero_congrats_image {
    max-width: 40px;
  }

  .hero_congrats_strapline-icon-wrap {
    border-radius: 100px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .helps_item {
    max-width: 90px;
  }

  .helps_item.helps_item-2, .helps_item.helps_item-25 {
    max-width: 70px;
  }

  .helps_item.helps_item-13, .helps_item.helps_item-5 {
    max-width: 90px;
  }

  .helps_item.helps_item-8 {
    max-width: 220px;
  }

  .helps_item.helps_item-9 {
    max-width: 50px;
  }

  .helps_item.helps_item-14 {
    max-width: 120px;
  }

  .helps_item.helps_item-22 {
    max-width: 70px;
  }

  .helps_item.helps_item-21 {
    max-width: 50px;
  }

  .helps_item.helps_item-23 {
    max-width: 100px;
  }

  .helps_item.helps_item-4 {
    max-width: 50px;
  }

  .helps_item.helps_item-18 {
    max-width: 80px;
  }

  .helps_item.helps_item-10 {
    max-width: 100px;
  }

  .helps_item.helps_item-6 {
    max-width: 70px;
  }

  .helps_item.helps_item-20 {
    max-width: 80px;
  }

  .helps_item.helps_item-19 {
    max-width: 100px;
  }

  .helps_item.helps_item-24 {
    max-width: 60px;
  }

  .helps_item.helps_item-7 {
    max-width: 70px;
  }

  .helps_item.helps_item-15 {
    max-width: 80px;
  }

  .helps_item.helps_item-2, .helps_item.helps_item-25 {
    max-width: 70px;
  }

  .helps_item.helps_item-13, .helps_item.helps_item-5 {
    max-width: 90px;
  }

  .helps_item.helps_item-16 {
    max-width: 50px;
  }

  .helps_item.helps_item-11 {
    max-width: 90px;
  }

  .helps_item.helps_item-3 {
    max-width: 160px;
  }

  .helps_item.helps_item-26 {
    max-width: 70px;
  }

  .helps_item.helps_item-12 {
    max-width: 100px;
  }

  .helps_list.banner_list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .section_steps-congrats {
    background-color: #f6f5f2;
    padding-left: 0;
    padding-right: 0;
  }

  .congrats-banner_wrapper-inner {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .title-h1-2 {
    font-size: 34px;
  }

  .header-congrats {
    padding-left: 0;
    padding-right: 0;
  }

  .header_menu {
    display: none;
  }

  .cta_main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: 55px;
  }

  .cta_main-embed {
    width: 15px;
  }

  .services_modal {
    width: 353px;
  }

  .self-serve-cta-image {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .title-h5 {
    font-size: 20px;
  }

  .title-h5.white.mobile {
    font-size: 15px;
  }

  .label-medium.secondary {
    font-size: 12px;
  }

  .banner_wrapper {
    min-height: 45px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 40px;
  }

  .banner_image {
    max-width: 90px;
  }

  .info_wrapper {
    padding-bottom: 0;
  }

  .cta_banner {
    min-height: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta_banner-text {
    max-width: 300px;
    margin-top: 0;
    margin-left: 90px;
  }

  .cta_banner-image-left {
    max-width: 75px;
    inset: auto auto 0% 10px;
  }

  .integrate_text-wrap {
    margin-bottom: 25px;
  }

  .integrate_payments-item {
    border-right-style: solid;
    max-width: 100%;
  }

  .integrate_payments-item.small {
    max-width: 50%;
  }

  .integrate_payments-item.small.second {
    border-right-style: solid;
    max-width: 50%;
  }

  .integrate_payments-item.small.modify-second {
    border-right-style: none;
  }

  .section_doubt {
    padding-left: 0;
    padding-right: 0;
  }

  .payment_info {
    height: 100%;
    min-height: 100%;
    padding: 15px;
  }

  .chance_wrapper {
    margin-bottom: 40px;
  }

  .reviews_cta-icon-left {
    display: block;
  }

  .section_reviews {
    padding-left: 0;
    padding-right: 0;
  }

  .reviews_embed.d-none, .cta-default_icon-wrap.cta-default_icon-wrap-mobile.cta-default_icon-wrap-header.cta-default_icon-wrap-header-2.vsl, .cta-default_icon-wrap.cta-default_icon-wrap-mobile.cta-default_icon-wrap-header.cta-default_icon-wrap-header-2.vsl, .cta-default_icon-wrap.cta-default_icon-wrap-mobile.cta-default_icon-wrap-header.cta-default_icon-wrap-header-2.vsl, .cta-default_icon-wrap.cta-default_icon-wrap-mobile.cta-default_icon-wrap-header.cta-default_icon-wrap-header-2.vsl, .cta-default_icon-wrap.cta-default_icon-wrap-mobile.cta-default_icon-wrap-header.cta-default_icon-wrap-header-2.vsl {
    display: none;
  }

  .cta_text-2 {
    font-size: 18px;
  }

  .cta-main {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .cta_text-bot {
    font-size: 14px;
  }

  .hero-booking_embed-item {
    max-width: 100%;
    margin-top: 10px;
  }

  .hero-book-a-demo_timer {
    margin-top: 0;
  }

  .congrats-banner_content {
    flex-flow: wrap;
  }

  .hero_congrats_text-wrap {
    margin-bottom: 15px;
  }

  .hero_congrats_strapline {
    min-height: 35px;
  }

  .steps-congrats_flashing-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .modal_cta.banner_cta {
    min-height: 45px;
  }

  .cta_main.dark-2.b, .cta_main.b, .cta_main.dark-2.b, .cta_main.dark-2.b, .cta_main.b {
    min-height: 52px;
  }
}
