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

.home-signup {
  background-color: #FFFFFF;
  padding: 4em 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(384px + 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__slide-image {
  margin: 0 auto;
  height: 124px;
}
.home-signup__title {
  margin-top: 60px;
  color: #FC4D0F;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 767px) {
  .home-signup__title {
    min-height: 2.6em;
  }
}
.home-signup__fields {
  margin: 32px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1em 1.5em;
}
.home-signup__fields_vertical-center {
  align-items: center;
}
@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__fields-row {
  display: flex;
  flex-direction: column;
}
.home-signup__continue-line {
  margin: 2em -4.3525vw 0;
  width: calc(384px + 8.705vw);
  display: block;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .home-signup__continue-line {
    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;
    width: 100%;
  }
}
.home-signup__agreement-text {
  font-size: 0.875em;
  line-height: 1.7143;
  color: #373A3F;
  width: 100%;
}
.home-signup__agreement-text a {
  color: #BA874C;
}
.home-signup__agreement-text_golden {
  color: #BA874C;
}
.home-signup__button-holder {
  margin: 32px 0 0;
  text-align: center;
}
.home-signup__button-holder button {
  width: 180px;
}
.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 100%;
}
.home-signup__form-field .layout-hint {
  position: absolute;
  right: -23px;
  top: 26px;
}
.home-signup__form-field .layout-hint__content {
  width: 384px;
}
.home-signup__form-field_logo-container {
  flex: 0 0 33%;
  margin-left: auto;
  margin-right: auto;
}
.home-signup__form-field_price {
  color: #004D47;
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 2em;
  line-height: 1.3;
  display: flex;
  gap: 10px;
}
.home-signup__form-field_price span {
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
.home-signup__form-field_price level {
  font-size: 0.6em;
}
.home-signup__form-field-group {
  display: flex;
  gap: 1em;
  flex: 0 0 100%;
}
@media (max-width: 767px) {
  .home-signup__form-field-group {
    flex-direction: column;
  }
}
.home-signup__form-field-group .home-signup__form-field {
  flex: 0 0 calc(50% - 0.5em);
  width: calc(50% - 0.5em);
}
@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 {
  color: #373A3F;
  margin: 0.125em 0 0;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.home-signup__info ul {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
}
.home-signup__checkbox-label {
  color: #555960;
}
.home-signup .text-center {
  text-align: center;
}
.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(20% - 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;
}
.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 {
  padding: 0 calc(50% - 192px);
  display: flex;
  gap: 16px;
  top: 150px;
  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-signup .payment-form {
  width: 928px;
  display: flex;
  gap: 24px;
  margin-left: -272px;
  margin-top: 40px;
  align-items: flex-start;
}
.home-signup .payment-form .mt-10 {
  margin-top: 10px;
}
.home-signup .payment-form-group {
  display: flex;
  width: 100%;
  gap: 16px;
}
.home-signup .payment-form-field {
  width: 100%;
}
.home-signup .payment-form__fields {
  width: calc(100% - 408px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.home-signup .payment-form__fields-divider {
  background: #E9E2D2;
  height: 1px;
  width: 100%;
  margin: 10px 0;
}
@media (max-width: 1024px) {
  .home-signup .payment-form__fields {
    width: 100%;
  }
}
.home-signup .payment-form .braintree-hosted-fields-focused {
  border-color: #BA874C;
}
.home-signup .payment-form-sensitive {
  background: #F2EDE0;
  height: 48px;
}
.home-signup .payment-form__payment-options {
  display: flex;
  align-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.home-signup .payment-form__payment-options__method {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
}
.home-signup .payment-form__payment-options__link {
  height: 50px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.home-signup .payment-form__payment-options__link button {
  border-radius: 14px;
  background: #FAF7EE;
  width: calc(50% - 8px);
  cursor: pointer;
  display: flex;
  padding: 13px 29px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}
.home-signup .payment-form__summary {
  width: 384px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.home-signup .payment-form__summary #formSubmitButton {
  flex: 0 0 100%;
}
.home-signup .payment-form__summary-content {
  border-radius: 12px;
  border: 1px solid #E9E2D2;
  background: #FFFFFF;
  padding: 24px;
  width: 100%;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.home-signup .payment-form__summary-title {
  color: #004D47;
  font-family: "Playfair Display";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.home-signup .payment-form__summary-title__line2 {
  font-size: 26px;
}
.home-signup .payment-form__summary-divider {
  background: #E9E2D2;
  height: 1px;
  width: 100%;
  margin: 10px 0;
}
.home-signup .payment-form__summary-discount {
  align-items: flex-end;
  gap: 10px;
}
.home-signup .payment-form__summary-discount-code {
  flex: 0 0 calc(100% - 100px);
}
.home-signup .payment-form__summary-discount-button {
  display: flex;
  padding: 11px 21px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Gold-Gold-80, #BA874C);
  color: var(--Gold-Gold-80, #BA874C);
  font-family: "Playfair Display";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  cursor: pointer;
}
.home-signup .payment-form__summary-discount-button-holder {
  flex: 0 0 90px;
}
.home-signup .payment-form__summary-score {
  color: #373A3F;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.home-signup .payment-form__summary-score-price {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.home-signup .payment-form__summary-score-discount {
  display: flex;
  width: 100%;
  font-weight: 700;
  justify-content: space-between;
}
.home-signup .payment-form__summary-score-discount div:nth-child(2) {
  color: #FC4D0F;
}
.home-signup .payment-form__summary-score-divider {
  height: 10px;
  border-top: solid 1px #E9E2D2;
  width: 100%;
}
.home-signup .payment-form__summary-score-total {
  display: flex;
  width: 100%;
  font-weight: 700;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-signup .payment-form__summary-score {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-signup .payment-form__summary {
    width: 100%;
  }
}
.home-signup .payment-form__title {
  color: #191A1D;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 14px;
  padding: 0 0 14px 0;
  border-bottom: solid 1px #E9E2D2;
}
@media (max-width: 1024px) {
  .home-signup .payment-form {
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }
}

.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);
}
