._hero_12v53_1 {
  background-color: var(--orange-400);
  margin-bottom: 2px;
}

._hero__inner_12v53_6 {
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding: 80px 120px;
}
@media (max-width: 768px) {
  ._hero__inner_12v53_6 {
    padding: 40px 24px;
  }
}

._hero__badge_12v53_17 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  font-weight: var(--semibold);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--dark-950);
  line-height: 1;
}
._hero__badge_12v53_17 svg {
  position: relative;
  top: -2px;
}

._hero__title_12v53_33 {
  max-width: 12ch;
  margin-bottom: 16px;
  line-height: 1;
  font-size: 72px;
  font-family: var(--brand-font);
  color: var(--black);
  white-space: pre-line;
  text-wrap: balance;
}
@media (max-width: 768px) {
  ._hero__title_12v53_33 {
    font-size: 40px;
  }
}

._hero__description_12v53_49 {
  max-width: 40ch;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: var(--main-font);
  font-weight: var(--medium);
  line-height: 1.35;
  color: var(--black);
  opacity: 0.5;
  text-wrap: pretty;
}
@media (max-width: 768px) {
  ._hero__description_12v53_49 {
    font-size: 20px;
  }
}

._hero__info_12v53_66 {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

._hero__infoItem_12v53_72 {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: var(--medium);
  color: var(--black);
  opacity: 0.5;
}

._hero__infoItemIcon_12v53_82 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

._hero__infoItemValue_12v53_89 {
  font-weight: var(--semibold);
}

._hero__button_12v53_93 {
  display: inline-flex;
  border-radius: 32px;
  padding: 20px 32px;
  color: var(--dark-50);
  background-color: var(--black);
  font-weight: var(--semibold);
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}
._hero__button_12v53_93:hover {
  background-color: var(--dark-900);
}._section_18lxz_1 {
  display: flex;
  margin-bottom: 6px;
}

._section__inner_18lxz_6 {
  display: flex;
  gap: 6px;
  max-width: var(--max-container-width);
  width: 100%;
  margin: 0 auto;
}
._isReversed_18lxz_13 ._section__inner_18lxz_6 {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  ._isReversed_18lxz_13 ._section__inner_18lxz_6 {
    flex-flow: column-reverse;
  }
}
@media (max-width: 768px) {
  ._section__inner_18lxz_6 {
    flex-flow: column;
  }
}

._section__content_18lxz_27 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dark-50);
  padding: var(--section-spacing);
  width: 50%;
}
@media (max-width: 1024px) {
  ._section__content_18lxz_27 {
    padding: calc(var(--section-spacing) / 2);
  }
}
@media (max-width: 768px) {
  ._section__content_18lxz_27 {
    min-height: 500px;
    width: 100%;
    padding: calc(var(--section-spacing) / 2);
  }
}

._section__image_18lxz_48 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 5/6;
}
._section__image_18lxz_48 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  ._section__image_18lxz_48 {
    width: 100%;
  }
}

._section__title_18lxz_68 {
  max-width: 14ch;
  margin-bottom: 12px;
  font-size: 64px;
  font-family: var(--brand-font);
  letter-spacing: -0.01em;
  text-wrap: balance;
}
@media (max-width: 768px) {
  ._section__title_18lxz_68 {
    font-size: 40px;
  }
}

._section__subtitle_18lxz_82 {
  margin-bottom: 24px;
  color: var(--dark-500);
  font-size: 18px;
  font-weight: var(--medium);
  font-family: var(--main-font);
  line-height: 1.35;
  text-wrap: pretty;
}

._input_18lxz_92 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

._input__label_18lxz_99 {
  font-size: 18px;
  font-weight: var(--medium);
  font-family: var(--main-font);
  color: var(--dark-400);
}

._input__field_18lxz_106 {
  padding: 16px;
  border-radius: 6px;
  border: 2px solid transparent;
  font-size: 20px;
  font-weight: var(--medium);
  background-color: var(--dark-100);
  appearance: none;
}
._input__field_18lxz_106:focus {
  outline: none;
  border-color: var(--dark-950);
}
._input__field_18lxz_106._isSelect_18lxz_119 {
  cursor: pointer;
  background: var(--dark-100) url("https://cdn-musimedia.musiversal.com/select_ce15c915b7.svg") no-repeat right 12px center/18px;
}
._input__field_18lxz_106._isPlaceholder_18lxz_123 {
  color: var(--dark-300);
}
._input__field_18lxz_106:disabled {
  opacity: 0.5;
}

._input_18lxz_92._isPhone_18lxz_130 ._input__fieldWrapper_18lxz_130 {
  position: relative;
  width: 100%;
}
._input_18lxz_92._isPhone_18lxz_130 ._input__fieldIcon_18lxz_134 {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dark-400);
  font-size: 28px;
}
._input_18lxz_92._isPhone_18lxz_130 ._input__field_18lxz_106 {
  width: 100%;
  padding-left: 48px;
}

._button_18lxz_147 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-bottom: 16px;
  padding: 24px 32px;
  color: var(--white);
  font-weight: var(--semibold);
  text-decoration: none;
  background-color: var(--dark-950);
  width: 100%;
  align-self: flex-start;
  font-size: 16px;
  cursor: pointer;
}
._button_18lxz_147:hover {
  background-color: var(--dark-900);
}
._button_18lxz_147._isSubmitted_18lxz_166 {
  cursor: default;
  background-color: var(--orange-500);
}

._section__hint_18lxz_171 {
  font-size: 16px;
  font-weight: var(--medium);
  font-family: var(--main-font);
  color: var(--dark-400);
  line-height: 1.35;
}
._section__hint_18lxz_171 a {
  color: var(--dark-400);
}

._errorMessage_18lxz_182 {
  padding: 24px;
  color: var(--pink-950);
  background-color: var(--pink-200);
  margin-bottom: 16px;
  font-size: 18px;
  width: 100%;
  border-radius: 0;
  font-weight: var(--medium);
}

._toggleContainer_18lxz_193 {
  margin-bottom: 8px;
}

._toggleLabel_18lxz_197 {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: var(--medium);
  font-family: var(--main-font);
  color: var(--dark-400);
}

._toggleInput_18lxz_208 {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

._toggleSlider_18lxz_215 {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
  background-color: var(--dark-200);
  border-radius: 24px;
  transition: background-color 0.3s ease;
}
._toggleSlider_18lxz_215::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background-color: var(--white);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

._toggleInput_18lxz_208:checked + ._toggleSlider_18lxz_215 {
  background-color: var(--dark-950);
}
._toggleInput_18lxz_208:checked + ._toggleSlider_18lxz_215::before {
  transform: translateX(24px);
}

._toggleInput_18lxz_208:disabled + ._toggleSlider_18lxz_215 {
  opacity: 0.5;
  cursor: not-allowed;
}

._toggleText_18lxz_248 {
  user-select: none;
}

._guestNameInput_18lxz_252 {
  margin-top: 16px;
}