@media (max-width: 1024px) {
  :root {
    --header-height: 133px;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height: 107.398px;
  }
}

.home-hero {
  position: relative;
  /*
  .klaviyo-form-Ye9NuS form {
    padding: 0 !important;
    height: 60px;
  }
  .klaviyo-form-Ye9NuS form > div.needsclick {
    min-height: unset !important;
  }
  .klaviyo-form-Ye9NuS form > div > div > div {
    padding: 0 !important;
  }
  .klaviyo-form-Ye9NuS input[type=email] {
    border: 1px solid #E9E2D2 !important;
    border-radius: 0.375rem !important;
    padding: 0.4375em 1em !important;
    color: #373A3F !important;
    outline: none !important;
  }*/
}
@media (max-width: 1024px) {
  .home-hero {
    overflow: hidden;
  }
}
.home-hero__slide {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  padding: 5.25em 4.4445% 6.9375em;
}
@media (max-width: 1024px) {
  .home-hero__slide {
    min-height: 29.5em;
  }
}
@media (max-width: 767px) {
  .home-hero__slide {
    aspect-ratio: auto;
  }
}
@media (min-width: 1441px) {
  .home-hero__slide {
    align-items: center;
  }
}
.home-hero__slide_merchant {
  background-color: #004D47;
  background-position: 0 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-hero__slide_merchant {
    background-size: 100% auto;
    background-position: 50% 0;
    justify-content: center;
    padding: 1em 2.4375em 3.625em 1em;
  }
}
.home-hero__slide_user {
  background-color: #FFAAC2;
  background-position: 100% 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-hero__slide_user {
    background-size: 100% auto;
    background-position: 50% 0;
    justify-content: center;
    padding: 1em 1em 3.625em 2.4375em;
  }
}
.home-hero__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-shadow: 0 0 2.5em rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .home-hero__container {
    justify-content: center;
  }
}
.home-hero__slide_merchant .home-hero__container {
  max-width: 25.5em;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .home-hero__slide_merchant .home-hero__container {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .home-hero__slide_merchant .home-hero__container {
    max-width: 50%;
  }
}
.home-hero__slide_user .home-hero__container {
  max-width: 23.0525em;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .home-hero__slide_user .home-hero__container {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .home-hero__slide_user .home-hero__container {
    max-width: 50%;
  }
}
.home-hero__heading {
  color: #FFFFFF;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-left: 0.02em;
}
.home-hero__title {
  margin: 0.5em 0 0;
}
@media (max-width: 767px) {
  .home-hero__title {
    margin: 0.2em 0 0;
  }
}
.home-hero__slide_merchant .home-hero__title {
  color: #EFB666;
}
.home-hero__slide_user .home-hero__title {
  color: #004D47;
}
.home-hero__description {
  margin: 2.125em 0 0;
  max-width: 17.8125em;
}
@media (max-width: 767px) {
  .home-hero__description {
    margin: 1.0625em 0 0;
  }
}
.home-hero__slide_merchant .home-hero__description {
  color: #FFFFFF;
}
.home-hero__slide_user .home-hero__description {
  color: #004D47;
}
.home-hero__form-button {
  padding: 0.625em 0.5125em;
}
.home-hero__button {
  padding: 0.625em 1em;
  margin: 2em 0 0;
}
@media (max-width: 767px) {
  .home-hero__button {
    margin: 1.0625em 0 0;
  }
}
.home-hero__form {
  margin: 2em 0 0;
  display: flex;
  gap: 0.5em;
}
.home-hero__form-field {
  width: 13.75em;
}
.home-hero__input {
  padding: 0.4375em 1em;
}
.home-hero__illustration {
  width: 20.3125em;
  position: absolute;
  bottom: -9.7%;
  left: 50%;
  transform: translateX(-41%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .home-hero__illustration {
    position: static;
    margin: 2.25em auto 0;
    transform: translateX(9.25%);
  }
}
.home-hero__slide-nav {
  position: absolute;
  height: 100%;
  cursor: pointer;
  transform: translateZ(0);
}
.home-hero__slide-nav_next {
  inset: 0 0 0 auto;
}
.home-hero__slide-nav_prev {
  inset: 0 auto 0 0;
}
.home-hero__slide-nav-svg {
  display: block;
  height: 100%;
}
.home-hero__slide-nav_next .home-hero__slide-nav-svg {
  color: #FFAAC2;
}
.home-hero__slide-nav_prev .home-hero__slide-nav-svg {
  color: #004D47;
  transform: scaleX(-1);
}
.home-hero__slide-nav-icon {
  position: absolute;
  inset: 52.25% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
  object-fit: contain;
  object-position: center;
}
.home-hero__slide-nav_next .home-hero__slide-nav-icon {
  color: #004D47;
}
.home-hero__slide-nav_prev .home-hero__slide-nav-icon {
  color: #FFAAC2;
  transform: translate(-50%, -50%) scaleX(-1);
}

.home-features {
  padding: 5em 0 7.6875em;
}
@media (max-width: 767px) {
  .home-features {
    padding: 1.375em 0 4.375em;
  }
}
.home-features__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home-features__content {
  max-width: 49.5em;
}
.home-features__heading {
  color: #EFB666;
  font-size: 1.5em;
}
.home-features__title {
  color: #004D47;
  margin: 1em 0 0;
}
@media (max-width: 767px) {
  .home-features__title {
    font-size: 1.75em;
    margin: 1.2em 0 0;
  }
}
.home-features__description {
  color: #555960;
  margin: 1.5em 0 0;
}
@media (max-width: 767px) {
  .home-features__description {
    margin: 1em 0 0;
  }
}
.home-features__description strong {
  color: #191A1D;
  font-weight: 500;
}
.home-features__list {
  display: flex;
  gap: 1.5em;
  margin: 3.75em 0 0;
}
@media (max-width: 1024px) {
  .home-features__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .home-features__list {
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 1.9375em 0 0;
  }
}
.home-features__item {
  flex: 1;
  padding: 1em 0 2em;
  border: 1px solid #E9E2D2;
  border-radius: 1em;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .home-features__item {
    flex: 0 0 calc(50% - 0.75em);
  }
}
@media (max-width: 767px) {
  .home-features__item {
    flex: 1;
  }
}
.home-features__item-img {
  width: 100%;
  aspect-ratio: 2.82/1.2;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 767px) {
  .home-features__item-img {
    width: 82%;
    margin: 0 auto;
  }
}
.home-features__item-body {
  padding: 1em 1em 0;
  text-align: center;
}
.home-features__item-title {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.4;
  color: #191A1D;
}
.home-features__item-description {
  color: #373A3F;
  margin: 1em 0 0;
}

.home-signup {
  background-color: #F9F9F9;
  padding: 5em 0 2.75em;
  position: relative;
}
@media (max-width: 767px) {
  .home-signup {
    padding: 2em 0;
  }
}
.home-signup__anchor {
  position: absolute;
  left: 0;
  top: -8.5em;
}
@media (max-width: 1289px) {
  .home-signup__anchor {
    top: -8.3375em;
  }
}
@media (max-width: 767px) {
  .home-signup__anchor {
    top: -6.712375em;
  }
}
.home-signup__slide-container {
  max-width: calc(792px + 8.705%);
  padding: 0 4.3525%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-signup__slide-container {
    max-width: 100%;
    padding: 0 1em;
  }
}
.home-signup__title {
  color: #004D47;
  text-align: center;
}
@media (max-width: 767px) {
  .home-signup__title {
    min-height: 2.6em;
  }
}
.home-signup__fields {
  margin: 5.125em 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1em 1.5em;
}
@media (max-width: 767px) {
  .home-signup__fields {
    gap: 1em;
  }
}
.home-signup__fields-col {
  flex: 0 0 calc(50% - 0.75em);
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (max-width: 767px) {
  .home-signup__fields-col {
    flex: 0 0 100%;
  }
}
.home-signup__continue-line {
  display: flex;
  align-items: center;
  gap: 1.5em;
  margin: 2em 0 0;
}
@media (max-width: 767px) {
  .home-signup__continue-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 2em;
    margin: 1.5em 0 0;
  }
}
.home-signup__agreement-text {
  font-size: 0.875em;
  line-height: 1.7143;
  color: #373A3F;
  flex: 0 0 calc(50% - 0.75em);
}
.home-signup__agreement-text a {
  color: #BA874C;
}
.home-signup__agreement-text_golden {
  color: #BA874C;
}
.home-signup__continue-button {
  flex: 0 0 calc(50% - 0.75em);
}
@media (max-width: 767px) {
  .home-signup__continue-button {
    width: 100%;
  }
}
.home-signup__form-field {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 0.75em);
}
@media (max-width: 767px) {
  .home-signup__form-field {
    flex: 0 0 100%;
  }
  .home-signup__form-field_admin-first-name {
    order: 1;
  }
  .home-signup__form-field_admin-last-name {
    order: 2;
  }
  .home-signup__form-field_business-email {
    order: 3;
  }
  .home-signup__form-field_password {
    order: 4;
  }
  .home-signup__form-field_confirm-password {
    order: 5;
  }
}
.home-signup__form-field-group {
  display: flex;
  gap: 1em;
  flex: 0 0 calc(50% - 0.75em);
}
@media (max-width: 767px) {
  .home-signup__form-field-group {
    flex-direction: column;
    flex: 0 0 100%;
  }
}
.home-signup__form-field-group .home-signup__form-field {
  flex: 0 0 calc(33.3333% - 0.6667em);
  width: calc(33.3333% - 0.6667em);
}
@media (max-width: 767px) {
  .home-signup__form-field-group .home-signup__form-field {
    flex: 1;
    width: 100%;
  }
}
.home-signup__textarea {
  height: 6.75em;
}
.home-signup__image-dropzones {
  display: flex;
  gap: 1em;
  height: 6.75em;
}
.home-signup__image-dropzones_logo {
  height: 3em;
}
.home-signup__image-dropzone {
  flex: 1;
}
.home-signup__info {
  font-size: 0.75em;
  line-height: 1.3333;
  color: #373A3F;
  margin: 0.125em 0 0;
}
.home-signup__info ul {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
}
.home-signup__info .frc-captcha {
  margin: 1em 0 0;
}
.home-signup__checkbox-label {
  color: #555960;
}
.home-signup__voila {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2.25em 0 5em;
}
@media (max-width: 767px) {
  .home-signup__voila {
    padding: 5em 1em;
  }
}
.home-signup__voila-img {
  width: 8.75em;
  height: 8.75em;
  object-fit: cover;
  object-position: center;
}
.home-signup__voila-title {
  font-size: 4em;
  color: #DAA464;
  margin: -0.0313em 0 0;
}
.home-signup__voila-subtitle {
  color: #FC4D0F;
  margin: 0.8571em 0 0;
}
.home-signup__voila-description {
  font-size: 1.125em;
  color: #555960;
  margin: 1.3333em 0 0;
  max-width: 24em;
}
.home-signup__voila-buttons {
  display: flex;
  gap: 1.5em;
  margin: 3.5em 0 0;
}
@media (max-width: 767px) {
  .home-signup__voila-buttons {
    gap: 0.5em;
    margin: 2.5em 0 0;
  }
}
.home-signup__voila-button {
  width: 2.125em;
  height: 2.125em;
  color: #FC4D0F;
  transition: color 0.25s;
  cursor: pointer;
}
.home-signup__voila-button:hover {
  color: #D23200;
}
.home-signup__voila-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.home-signup__label-with-hint {
  justify-content: space-between;
}
.home-signup .swiper-pagination-bullet {
  width: 5em;
  height: 0.125em;
  border-radius: 0.625em;
  background: #E9E2D2;
  opacity: 1;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home-signup .swiper-pagination-bullet {
    width: auto;
    flex: 0 0 calc(25% - 0.75em);
  }
}
.home-signup .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: -0.4375em;
}
.home-signup .swiper-pagination-bullet:last-child {
  display: none;
}
.home-signup .swiper-pagination-bullet-active {
  background: #EFB666;
  pointer-events: none;
}
.home-signup .swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
  pointer-events: none;
}
.home-signup .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.home-signup .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5em;
}
@media (max-width: 767px) {
  .home-signup .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .home-signup .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
  }
}
.home-signup .swiper-horizontal > .swiper-pagination-bullets,
.home-signup .swiper-pagination-bullets.swiper-pagination-horizontal,
.home-signup .swiper-pagination-custom,
.home-signup .swiper-pagination-fraction {
  top: 4.7813em;
  bottom: auto;
}
@media (max-width: 767px) {
  .home-signup .swiper-horizontal > .swiper-pagination-bullets,
  .home-signup .swiper-pagination-bullets.swiper-pagination-horizontal,
  .home-signup .swiper-pagination-custom,
  .home-signup .swiper-pagination-fraction {
    top: 9em;
  }
}
@media (max-width: 767px) {
  .home-signup .swiper-pagination {
    display: flex;
    gap: 1em;
    padding: 0 1em;
  }
}

.home-slider {
  padding: 6.25em 0;
  background-color: #DEE9D9;
}
@media (max-width: 1024px) {
  .home-slider {
    padding: 4em 0;
  }
}
@media (max-width: 767px) {
  .home-slider {
    padding: 2em 0;
  }
}
.home-slider__slide {
  width: 17.6875em;
  height: 16em;
  border-radius: 0.5em;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home-slider__slide {
    width: 15.4766em;
    height: 14em;
  }
}
@media (max-width: 767px) {
  .home-slider__slide {
    width: 10.5em;
    height: 9.5em;
    border-radius: 0.2969em;
  }
}
.home-slider__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(25, 26, 29, 0.3);
}
.home-slider__slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-slider__slide-title {
  position: absolute;
  top: 0.8571em;
  left: 0.8571em;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
  z-index: 1;
}
@media (max-width: 1024px) {
  .home-slider__slide-title {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .home-slider__slide-title {
    font-size: 1.125em;
    top: 0.7778em;
    left: 0.7778em;
  }
}

.home-faq {
  background-color: #F4F8F2;
  padding: 5em 0;
}
@media (max-width: 1024px) {
  .home-faq {
    padding: 3.5em 0;
  }
}
@media (max-width: 767px) {
  .home-faq {
    padding: 2.5em 0 1em;
  }
}
.home-faq__container {
  display: flex;
  gap: 1.5em;
}
@media (max-width: 1024px) {
  .home-faq__container {
    flex-direction: column;
  }
}
.home-faq__title-col {
  flex: 0 0 32%;
  padding: 1em 0 0;
}
.home-faq__title {
  color: #004D47;
  max-width: 7.05em;
}
@media (max-width: 1024px) {
  .home-faq__title {
    max-width: 100%;
  }
}
.home-faq__image {
  width: 100%;
  max-width: 15.5em;
  margin: 2.5em 0 0 1em;
}
@media (max-width: 1024px) {
  .home-faq__image {
    display: none;
  }
}
.home-faq__accordion {
  flex: 1;
}
.home-faq__accordion-item + .home-faq__accordion-item {
  margin: 0.0625em 0 0;
}
@media (max-width: 767px) {
  .home-faq__accordion-item + .home-faq__accordion-item {
    margin: 0;
  }
}
.home-faq__accordion-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  border-bottom: 1px solid #E9E2D2;
  cursor: pointer;
}
.home-faq__accordion-label-title {
  font-size: 1.25em;
  color: #373A3F;
  padding: 1.2em 0;
  transition: color 0.25s;
}
.home-faq__accordion-label:hover .home-faq__accordion-label-title, .home-faq__accordion-label_active .home-faq__accordion-label-title {
  color: #191A1D;
}
.home-faq__accordion-label-icon {
  width: 2em;
  height: 2em;
  object-fit: contain;
  object-position: center;
}
.home-faq__accordion-label-icon_active {
  transform: scaleY(-1);
}
.home-faq__accordion-content {
  height: 0;
  transition: height 0.5s;
  overflow: hidden;
}
.home-faq__accordion-container {
  padding: 1.5em;
  color: #373A3F;
  background-color: #DEE9D9;
}
.home-faq__accordion-container a {
  color: #BA874C;
}
.home-faq__accordion-container ul {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
}

.home-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.home-modal.hidden {
  display: none;
}
.home-modal > div:last-child {
  background-color: #FFFFFF;
  border-radius: 0.875em;
  box-shadow: 0 0.25em 1em 0 rgba(82, 55, 24, 0.13);
  padding: 1em;
  max-width: calc(100% - 4em);
  max-height: calc(100vh - 4em);
  overflow: auto;
}
.home-modal > div:last-child form {
  max-width: 25em;
}
.home-modal__overlay {
  display: block;
  position: fixed;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 77, 71, 0.83);
}
