body {
  background-color: #fff;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1073px !important;
}

.hero-section {
  height: 100vh;
  max-height: 1130px;
  min-height: 989px;
}

.hero {
  height: 90vh;
  max-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.miriam-font {
  font-family: "Miriam Libre", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.assistant-font {
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.primary-color-text {
  color: #34fcff;
}

.main-logo {
  margin-top: 77px;
  margin-bottom: 53px;
  max-width: 368px;
}

.hero-line {
  margin-bottom: 43px;
}

.hero-title {
  color: #fff;
  font-weight: 500;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
}

.hero-video {
  width: 100%;
  height: 544px;
}
.hero-video.preload {
  opacity: 0;
}

.hero-video-wrap {
  overflow: hidden;
  margin-top: 36px;
  border-radius: 7px;
}
.hero-video-wrap .video-preloader {
  background-image: url("../../assets/images/video-thumb.png");
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 99999999;
}
.hero-video-wrap .video-preloader.hide-preloader {
  opacity: 0;
  pointer-events: none;
}
.hero-video-wrap:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 51px;
  background-image: url("../../assets/images/video-shadow.png");
}

.top-content-section,
.bottom-text-line {
  margin-top: 83px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  text-align: right;
  color: #191a18;
}

.natan .natan-image {
  margin-top: 70px;
  margin-bottom: 35px;
}
.natan .natan-about h1,
.natan .natan-about h2,
.natan .natan-about h3,
.natan .natan-about h4,
.natan .natan-about h5,
.natan .natan-about h6 {
  font-family: "Miriam Libre", sans-serif;
  font-size: 36px;
  color: #191a18;
}
.natan .natan-about p {
  font-weight: 400;
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  color: #191a18;
}

.testimonials-section {
  margin-top: 93px;
  margin-bottom: 25px;
}
.testimonials-section .testimonial-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #DFDFE0;
  min-height: 440px;
  border-radius: 8px;
  padding: 40px;
}
.testimonials-section .testimonial-item .quote-wrapper {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}
.testimonials-section .testimonial-item .top,
.testimonials-section .testimonial-item .bottom {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}
.testimonials-section .testimonial-item .t-line {
  margin-bottom: 18px;
  margin-top: 31px;
}
.slider-navigation .testimonial-button-prev,
.slider-navigation .testimonial-button-next {
  position: relative;
  bottom: 290px;
}
.slider-navigation .testimonial-button-prev {
  right: -20px;
}
.slider-navigation .testimonial-button-next {
  left: -20px;
}

.icons-row {
  margin-top: 26px;
}
.icons-row .icon-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 7px;
}

.cta-section .row {
  background-color: #DFDFE0;
  border-radius: 8px;
  padding-top: 31px;
  padding-bottom: 31px;
}
.cta-section .row .cta-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.cta-section .row .cta-text p {
  margin-bottom: 10px;
}
.cta-section .row .cta-button {
  font-weight: 700;
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #34fcff;
  padding: 18px 34px;
  background-color: #191a18;
  border-radius: 100px;
}
.cta-section .row .cta-button span {
  white-space: nowrap;
}

.faq {
  margin-top: 50px;
  margin-bottom: 50px;
}
.faq .question {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}
.faq .answer {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: right;
  padding: 40px;
  background-color: #191A18 !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.faq .answer p, .faq .answer span, .faq .answer h1, .faq .answer h2, .faq .answer h3, .faq .answer h4, .faq .answer h5, .faq .answer h6 {
  color: #fff;
}
.faq .answer table td {
  color: #fff;
}
.faq .answer table td p:first-of-type {
  float: right;
}
.faq .answer p {
  color: #fff;
}
.faq .answer strong img,
.faq .answer span img {
  float: right;
  max-width: 39px;
  margin-left: 13px;
}
.faq .accordion-item {
  margin-bottom: 8px;
  border: 1px solid #b5c9d1 !important;
  border-radius: 8px !important;
}
.faq .accordion-item .accordion-header {
  border-bottom: none !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.faq .accordion-item .accordion-header .accordion-button {
  position: relative;
  background-color: #000;
  min-height: 75px;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #34FCFF;
  border-radius: 8px !important;
}
.faq .accordion-item .accordion-header .accordion-button:hover, .faq .accordion-item .accordion-header .accordion-button:focus, .faq .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #e8f1f6;
  color: #191a18;
  box-shadow: none !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.faq .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  border-bottom: none !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  background-color: #000;
  color: #34FCFF;
}
.faq .accordion-item .accordion-header .accordion-button:after {
  position: absolute;
  left: 28px;
  top: 23px;
  width: 32px;
  height: 32px;
  background-image: url("../../assets/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.contact-section {
  padding-top: 63px;
  padding-bottom: 45px;
  background-color: #1b1b1b;
  margin-top: 88px;
}
.contact-section h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 11px;
}
.contact-section .contact-form-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.disclamer {
  background-color: #313235;
  padding: 53px 0;
}
.disclamer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.landing-form form {
  margin-bottom: 0;
}
.landing-form input {
  background-color: #3a414e !important;
  border-color: #3a414e !important;
  border-radius: 6px !important;
  color: #fff !important;
  height: 45px !important;
}
.landing-form label {
  text-align: right !important;
  font-family: "Assistant", sans-serif;
  color: #d9d9d9 !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
}
.landing-form .frm_submit {
  display: flex;
  justify-content: center;
}
.landing-form .frm_submit .frm_button_submit {
  width: 147px !important;
  height: 51px !important;
  border-radius: 100px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: "Assistant", sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 1.5 !important;
  text-align: center !important;
  vertical-align: middle !important;
  background-color: #34fcff !important;
  border: none !important;
  color: #3a414e !important;
}

.frm_primary_label {
  text-align: right !important;
  color: #fff !important;
}

.frm_checkbox input {
  margin-right: 0 !important;
  margin-left: 10px !important;
}

.frm_error_style {
  text-align: right !important;
}

.frm_error {
  color: red !important;
  text-align: right !important;
  direction: rtl !important;
}

.mobile-button {
  display: none;
}

.floating-contact-btn {
  position: fixed;
  right: -15px;
  top: 80vh;
  z-index: 99999;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding: 25px 35px;
  background-color: #000;
  cursor: pointer;
  transition: all 0.5s;
}
.floating-contact-btn span {
  color: #34fcff;
  font-size: 22px;
  line-height: 1;
}
.floating-contact-btn:hover {
  right: 0;
}

@media (max-width: 768px) {
  .floating-contact-btn {
    right: 0;
    top: 1vh;
    padding: 5px 15px;
  }
  .floating-contact-btn span {
    font-size: 16px;
  }
  .hero-section {
    height: auto;
    min-height: unset;
    margin-bottom: 100px;
  }
  .main-logo {
    max-width: 286px;
    margin-top: 45px;
    margin-bottom: 35px;
  }
  .fluid-width-video-wrapper {
    padding: 0 !important;
    height: 286px !important;
  }
  .hero-video-wrap {
    max-height: 248px;
    margin-top: 20px;
  }
  .hero-title {
    font-size: 30px;
  }
  .hero-line {
    margin-bottom: 25px;
  }
  .hero {
    max-height: 472px;
  }
  .slider-navigation {
    display: flex;
    justify-content: center !important;
    margin-top: 23px;
    gap: 15px;
  }
  .slider-navigation .testimonial-button-prev,
  .slider-navigation .testimonial-button-next {
    position: unset;
    bottom: 290px;
  }
  .slider-navigation .testimonial-button-prev {
    right: -20px;
  }
  .slider-navigation .testimonial-button-next {
    left: -20px;
  }
  .mobile-button {
    display: block;
  }
  .mobile-button .mobile-cta {
    width: 229px;
    height: 52px;
    border: 1px solid #191a18;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #191a18;
    background-color: #fff;
    border-radius: 100px;
  }
  .top-content-section,
  .bottom-text-line {
    margin-top: 70px;
  }
  .top-content-wrap {
    font-size: 18px;
  }
  .icons-row .icon-title {
    text-align: center;
    font-size: 18px;
    line-height: 1.1;
  }
  .icon-item img {
    max-width: 59px;
  }
  .bottom-text-line {
    font-size: 18px;
  }
  .cta-section .row .cta-text {
    font-size: 18px;
  }
  .cta-section .row .cta-button {
    font-size: 18px;
  }
  .natan .natan-about h1,
  .natan .natan-about h2,
  .natan .natan-about h3,
  .natan .natan-about h4,
  .natan .natan-about h5,
  .natan .natan-about h6 {
    font-size: 32px;
  }
  .natan .natan-about p {
    font-size: 18px;
  }
  .faq {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .faq .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
  .faq .accordion-item .accordion-header .accordion-button:after {
    position: absolute;
    left: 3px;
    top: 23px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
  }
  .faq .answer {
    font-size: 18px;
  }
  .testimonials-section {
    margin-top: 23px;
  }
  .testimonials-section .testimonial-item .top,
  .testimonials-section .testimonial-item .bottom {
    font-size: 18px;
  }
  .testimonials-section .testimonial-item .t-line {
    margin-bottom: 17px;
    margin-top: 17px;
  }
  .contact-section h3 {
    font-size: 32px;
  }
  .disclamer p {
    font-size: 14px;
  }
  .faq .answer table td p:first-of-type {
    width: 100%;
  }
  .accordion-body.answer colgroup col {
    width: 100% !important;
  }
  .accordion-body.answer > table tbody tr {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.footer-nav {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.footer-nav ul {
  margin: 0;
  display: flex;
  gap: 15px;
  justify-content: center;
}

.mirror {
  transform: scaleX(-1);
}

.hero__wrapper--mini {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero__logo-img {
  width: 23.02094rem;
  height: 6.75794rem;
  object-fit: contain;
}

.about__section {
  position: relative;
  isolation: isolate;
  background-color: #191a18;
  text-align: center;
}
@media (width >= 768) {
  .about__section {
    text-align: center;
  }
}

.about__img {
  width: 100%;
  inset-block: 0;
  position: absolute;
  z-index: -1;
  isolation: isolate;
}
@media (width >= 768px) {
  .about__img {
    width: 50%;
    right: 50%;
  }
}
@media (width < 768px) {
  .about__img {
    position: unset;
  }
}
.about__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 26, 24, 0.8);
  z-index: 2;
}
@media (width >= 768px) {
  .about__img::before {
    background: linear-gradient(270deg, #191a18 0%, transparent 66.56%);
  }
}
@media (width < 768px) {
  .about__img::before {
    display: none;
  }
}
.about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__content {
  width: 100%;
  color: #fff;
  padding-block: 4.2rem;
}
@media (width >= 768px) {
  .about__content {
    width: 50%;
  }
}
.about__content :is(*, *::after, *::before) {
  color: inherit;
}

.landing__title {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.05rem;
}

.landing__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
}
.landing__text :is(*, *::after, *::before) {
  margin: 0;
}

.about__title {
  margin-block-end: 1.63rem;
}

.about__text {
  margin-block-end: 2.12rem;
}

.landing__button {
  border-radius: 100vw;
  background: var(--button-background, #34fcff);
  color: var(--button-color, #191a18);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.03375rem;
  padding: 1.125rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  min-width: 13.9375rem;
}
.landing__button:hover {
  background: var(--button-background, #34fcff);
  color: var(--button-color, #191a18);
}
.landing__button--secondary {
  --button-background: #191a18;
  --button-color: #34fcff;
}

.anonymous__section,
.payment__section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-block: 2.25rem;
  gap: 1.25rem;
  text-align: center;
}
.anonymous__section :is(*, *::after, *::before),
.payment__section :is(*, *::after, *::before) {
  margin: 0;
}
.anonymous__section img,
.payment__section img {
  order: 0;
}
.anonymous__section *:not(img),
.payment__section *:not(img) {
  order: 1;
}
@media (width >= 768px) {
  .anonymous__section,
  .payment__section {
    gap: 5rem;
    padding-block: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .anonymous__section img,
  .payment__section img {
    order: 1;
  }
  .anonymous__section *:not(img),
  .payment__section *:not(img) {
    order: 0;
  }
}

.anonymous__section {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.anonymous__section img {
  display: block;
  max-width: 100%;
  height: auto;
}

.anonymous__title {
  text-align: center;
}

.anonymous__text {
  text-align: center;
  font-weight: 700;
}

.landing__list-title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.anonymous__list-group {
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  text-align: start;
  font-size: 1.125rem;
}

.landing__list {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_474_1043)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.21783 10.4902C3.62115 6.90477 1.9514 6.88762 0.0395044 8.8655C-0.0227891 8.93032 -0.00780115 8.93079 0.0591761 8.97321C1.86616 10.016 3.16448 12.5482 3.84034 15.078C3.84784 15.1046 3.84784 15.1042 3.87407 15.0875C5.5958 13.9413 6.60702 13.2168 6.90678 13.0305C6.99764 12.9657 7.00186 12.9762 7.04214 12.8732C9.03834 7.37756 11.8041 3.21256 15.7988 0.379187C16.0602 0.19379 15.8382 -0.0878797 15.5721 0.026504C11.5085 2.08303 8.02244 5.32866 5.28668 10.4874C5.25576 10.5412 5.24546 10.546 5.2183 10.4907' fill='%23191A18'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_474_1043'%3E%3Crect width='15.9153' height='15.0991' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  list-style-position: inside;
}
@media (width >= 768px) {
  .landing__list {
    list-style-position: outside;
  }
}

.cta__text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 160%;
  color: inherit;
}

.anonymous__cta-text,
.payment__cta-text {
  margin-bottom: 0.7rem;
}

.steps__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.75rem;
  margin-top: 2.25rem;
  margin-bottom: 1.6rem;
}
@media (width >= 768px) {
  .steps__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width >= 768px) {
  .steps__column--wide {
    grid-column: span 3;
  }
}

@media (width >= 768px) {
  .steps__column--large {
    grid-column: span 2;
  }
}

.step__card {
  text-align: center;
  padding-inline: 2.25rem;
  padding-block: 1.25rem;
  border-radius: 0.5rem;
  border: 3px solid #dfdfe0;
}
.step__card .card__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.step__card .card__header .header__title {
  color: #191a18;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 130%;
}
.step__card .card__content {
  color: #191a18;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
}
.step__card .icon {
  width: 2.25rem;
}
.step__card .icon__group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.step__card--vertical .card__header {
  flex-direction: column;
  justify-content: center;
}
.step__card--vertical .icon {
  width: auto;
  height: 3.1rem;
}

.video__section {
  background-color: #dfdfe0;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media (width >= 768px) {
  .video__section {
    padding-top: 4.5rem;
    padding-bottom: 8rem;
  }
}

.video__title {
  text-align: center;
  margin-bottom: 3.5rem;
}

.video__iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0.5rem;
}

.professional__section {
  background: #000;
  padding-block-start: 2rem;
  padding-block-end: 3rem;
  color: #fff;
}
@media (width >= 768px) {
  .professional__section {
    padding-block-start: 4.5rem;
    padding-block-end: 7.45rem;
  }
}

.professional__title {
  color: inherit;
  text-align: center;
}

.professional__grid-group {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  margin-top: 4rem;
}

.professional__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem 1.35rem;
}
@media (width >= 768px) {
  .professional__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.professional-extra__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem 1.35rem;
}
@media (width >= 768px) {
  .professional-extra__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.professional__card {
  border-radius: 0.5rem;
  background: #191a18;
  padding-inline: 2rem;
  padding-block: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (width >= 768px) {
  .professional__card {
    flex-direction: row;
  }
}
.professional__card .card__avatar-wrapper {
  flex-shrink: 0;
  width: 9.25rem;
  height: 9.25rem;
  border-radius: 100vw;
  overflow: hidden;
}
.professional__card .card__avatar-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.professional__card .card__content-wrapper {
  display: flex;
  flex-direction: column;
}
.professional__card .card__content {
  text-align: right;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 1rem;
}
.professional__card .card__meta {
  margin-top: auto;
}
.professional__card .card__author,
.professional__card .card__role {
  color: #34fcff;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.professional__card .card__author {
  font-weight: 700;
}
.professional__card--simple {
  text-align: center;
  flex-direction: column;
  gap: 2rem;
}
.professional__card--simple .card__title {
  color: inherit;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 160%;
}
.professional__card--simple .card__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.professional__card--simple .card__quote,
.professional__card--simple .card__author {
  color: inherit;
  margin: 0;
}
.professional__card--simple .card__author {
  color: #34fcff;
}
.professional__card--simple .card__disclaimer {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.cta__section {
  margin-block: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (width >= 768px) {
  .cta__section {
    gap: 3.7rem;
    margin-block: 6.5rem;
  }
}
.cta__section .cta__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}
@media (width >= 768px) {
  .cta__section .cta__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}
.cta__section .cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.7rem;
}
.cta__section .cta__content .content__title {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.cta__section .cta__content .content__text {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
.cta__section .cta__content .content__text :is(*, *::after, *::before) {
  margin: 0;
  color: inherit;
}

@media (max-width: 768px) {
  .footer-nav ul {
    flex-direction: column;
  }
  .footer-nav ul li {
    text-align: center;
  }
  .footer-nav ul a {
    font-size: 13px;
  }
  .anonymous__section {
    flex-direction: column;
  }
}
.fluid-container {
  max-width: 100% !important;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media (width >= 768px) {
  .fluid-container {
    max-width: 768px !important;
    padding-inline: 0.75rem;
  }
}
@media (width >= 1200px) {
  .fluid-container {
    max-width: 1200px !important;
  }
}
@media (width >= 1560px) {
  .fluid-container {
    max-width: 1560px !important;
  }
}

/*# sourceMappingURL=landing.css.map */