._hero_1n8j4_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 6px;
  overflow: hidden;
  background-color: var(--blue-300);
}
@media (max-width: 768px) {
  ._hero_1n8j4_1 {
    padding: 120px 0 40px 0;
    min-height: initial;
  }
}

._hero__video_1n8j4_19 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
._hero__video_1n8j4_19 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
._hero__video_1n8j4_19::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--dark-warm-950);
  opacity: 0.75;
}

._hero__inner_1n8j4_41 {
  width: 100%;
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding: 0 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}
@media (max-width: 1024px) {
  ._hero__inner_1n8j4_41 {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  ._hero__inner_1n8j4_41 {
    padding: 0 24px;
  }
}

._hero__title_1n8j4_62 {
  max-width: 18ch;
  text-wrap: balance;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 56px;
  font-family: var(--orchestras-font);
  color: var(--white);
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  ._hero__title_1n8j4_62 {
    font-size: 40px;
  }
}

._hero__text_1n8j4_78 {
  max-width: 44ch;
  margin-bottom: 24px;
  line-height: 1.5;
  font-size: 18px;
  text-wrap: pretty;
  font-family: var(--main-font);
  font-weight: var(--medium);
  color: var(--dark-200);
}

._hero__button_1n8j4_89 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  color: var(--white);
  padding: 24px 32px;
  border: none;
  border-radius: 64px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
  text-decoration: none;
}
._hero__button_1n8j4_89:hover {
  background: var(--dark-900);
}
@media (max-width: 768px) {
  ._hero__button_1n8j4_89 {
    font-size: 16px;
    padding: 18px 24px;
    border-radius: 48px;
    width: 100%;
  }
}._section_l2e5j_1 {
  margin-bottom: 6px;
  padding: 24px 0;
}

._label_l2e5j_6 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-warm-500);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--medium);
  font-family: var(--main-font);
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 24px;
  text-wrap: balance;
  line-height: 1.5;
}

._list_l2e5j_22 {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  max-width: var(--max-container-width);
  margin: 0 auto;
}
@media (max-width: 768px) {
  ._list_l2e5j_22 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

._item_l2e5j_35 {
  max-height: 80px;
}
._item_l2e5j_35 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  ._item_l2e5j_35:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  ._item_l2e5j_35 {
    max-height: 64px;
  }
}._section_ip5w6_1 {
  padding: 80px 0;
  background-color: var(--dark-warm-50);
}
@media (max-width: 768px) {
  ._section_ip5w6_1 {
    padding: 64px 0;
  }
}

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

._title_ip5w6_22 {
  max-width: 16ch;
  text-wrap: balance;
  margin-bottom: 24px;
  font-size: 48px;
  font-family: var(--orchestras-font);
  font-weight: var(--medium);
  color: var(--black);
}
@media (max-width: 768px) {
  ._title_ip5w6_22 {
    font-size: 40px;
  }
}

._text_ip5w6_37 {
  max-width: 40ch;
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 1.5;
  font-family: var(--main-font);
  font-weight: var(--medium);
  color: var(--dark-warm-600);
}
@media (max-width: 768px) {
  ._text_ip5w6_37 {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

._selector_ip5w6_53 {
  max-width: var(--max-container-width);
  margin: 0 auto;
  margin-bottom: 6px;
  padding: 0 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
@media (max-width: 768px) {
  ._selector_ip5w6_53 {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
  }
}

._selector__item_ip5w6_70 {
  display: flex;
  position: relative;
  flex-flow: column;
  padding: 32px;
  cursor: pointer;
  background-color: var(--white);
  text-decoration: none;
}
._selector__item_ip5w6_70:hover {
  background-color: var(--dark-warm-100);
}
._selector__item_ip5w6_70._isActive_ip5w6_82 {
  background-color: var(--dark-950);
}
._selector__item_ip5w6_70._isActive_ip5w6_82:hover {
  background-color: var(--dark-950);
}

._selector__itemTitle_ip5w6_89 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 24px;
  font-family: var(--orchestras-font);
  font-weight: var(--medium);
  color: var(--black);
}
._isActive_ip5w6_82 ._selector__itemTitle_ip5w6_89 {
  color: var(--white);
}

._selector__itemTitleIcon_ip5w6_102 {
  position: absolute;
  right: 20px;
  top: 20px;
  transform: rotate(145deg);
}

._selector__itemDescription_ip5w6_109 {
  line-height: 1.35;
  font-weight: var(--medium);
  color: var(--dark-warm-600);
}
._isActive_ip5w6_82 ._selector__itemDescription_ip5w6_109 {
  color: var(--dark-warm-300);
}

._slider_ip5w6_118 {
  display: flex;
  gap: 6px;
  padding: 0 16px;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  justify-content: center;
}
._slider_ip5w6_118::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, and Opera */
}
@media (max-width: 1200px) {
  ._slider_ip5w6_118 {
    padding: 0 24px;
    justify-content: flex-start;
  }
}

._card_ip5w6_140 {
  position: relative;
  display: flex;
  flex-flow: column;
  max-width: 320px;
  background-color: var(--white);
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 1;
}

._card__image_ip5w6_151 {
  aspect-ratio: 1/1;
  overflow: hidden;
}
._card__image_ip5w6_151 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._card__price_ip5w6_161 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  gap: 6px;
  font-weight: var(--medium);
  background-color: var(--black);
  padding: 12px 24px 12px 12px;
}

._card__priceLabel_ip5w6_173 {
  color: var(--dark-warm-500);
}

._card__priceValue_ip5w6_177 {
  color: var(--dark-warm-50);
}

._card__content_ip5w6_181 {
  padding: 12px;
}

._card__date_ip5w6_185 {
  display: flex;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: var(--semibold);
  color: var(--dark-warm-400);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

._card__title_ip5w6_195 {
  margin-bottom: 12px;
  font-size: 24px;
  font-family: var(--orchestras-font);
  font-weight: var(--medium);
  color: var(--black);
}

._card__links_ip5w6_203 {
  display: flex;
  gap: 6px;
}
@media (max-width: 768px) {
  ._card__links_ip5w6_203 {
    flex-direction: column;
  }
}

._card__link_ip5w6_203 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 16px 0;
  font-size: 16px;
  font-weight: var(--semibold);
  color: var(--black);
  text-decoration: none;
}
._card__link_ip5w6_203._isPrimary_ip5w6_224 {
  color: var(--white);
  background-color: var(--black);
}
._card__link_ip5w6_203._isPrimary_ip5w6_224:hover {
  background-color: var(--dark-warm-900);
}
._card__link_ip5w6_203._isSecondary_ip5w6_231 {
  border: 1px solid var(--black);
}
._card__link_ip5w6_203._isSecondary_ip5w6_231:hover {
  border-color: var(--dark-warm-700);
  color: var(--dark-warm-700);
}
._card__link_ip5w6_203._isDisabled_ip5w6_238 {
  background-color: var(--dark-warm-100);
  color: var(--dark-warm-500);
  cursor: default;
}

._slider__nav_ip5w6_244 {
  display: flex;
  gap: 6px;
  margin-top: 12px;
  max-width: var(--max-container-width);
  margin: 24px auto 0 auto;
  padding: 0 64px;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  ._slider__nav_ip5w6_244 {
    padding: 0 12px;
  }
}

._slider__navButton_ip5w6_259 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: var(--dark-warm-100);
  border: none;
  cursor: pointer;
}
._slider__navButton_ip5w6_259:hover {
  background-color: var(--dark-warm-200);
}._section_1gev0_1 {
  padding: 80px 0;
  background-color: var(--white);
}
@media (max-width: 768px) {
  ._section_1gev0_1 {
    padding: 64px 0;
  }
}

._inner_1gev0_11 {
  margin: 0 auto;
}

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

._title_1gev0_26 {
  max-width: 16ch;
  text-wrap: balance;
  margin-bottom: 24px;
  font-size: 48px;
  font-family: var(--orchestras-font);
  font-weight: var(--medium);
  color: var(--black);
}
@media (max-width: 768px) {
  ._title_1gev0_26 {
    font-size: 40px;
  }
}

._text_1gev0_41 {
  max-width: 40ch;
  font-size: 20px;
  line-height: 1.35;
  font-family: var(--main-font);
  font-weight: var(--medium);
  color: var(--dark-warm-600);
}
@media (max-width: 768px) {
  ._text_1gev0_41 {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

._sliderWrapper_1gev0_56 {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 100%;
  overflow: hidden;
}

._list_1gev0_63 {
  display: flex;
  gap: 4px;
  transition: transform 0.5s ease-in-out;
}

._step_1gev0_69 {
  display: flex;
  position: relative;
  width: 100%;
  height: 620px;
  max-width: var(--max-container-width);
  overflow: hidden;
  flex-shrink: 0;
  background-color: var(--dark-warm-50);
}
@media (max-width: 768px) {
  ._step_1gev0_69 {
    flex-direction: row;
  }
}

._step__image_1gev0_85 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._step__image_1gev0_85 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._step__content_1gev0_98 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  ._step__content_1gev0_98 {
    padding: 8px;
  }
}

._step__header_1gev0_112 {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  padding-right: 40px;
  background-color: var(--black);
}

._step__number_1gev0_121 {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 72px;
  font-size: 48px;
  font-family: var(--orchestras-font);
  font-weight: var(--medium);
  background-color: var(--dark-warm-900);
  color: var(--white);
}
@media (max-width: 768px) {
  ._step__number_1gev0_121 {
    width: 56px;
    font-size: 40px;
  }
}

._step__title_1gev0_140 {
  font-size: 32px;
  font-family: var(--orchestras-font);
  font-weight: var(--medium);
  color: var(--white);
}
@media (max-width: 768px) {
  ._step__title_1gev0_140 {
    font-size: 28px;
  }
}

._step__list_1gev0_152 {
  display: flex;
  gap: 4px;
  width: 100%;
  padding: 2px;
}
@media (max-width: 768px) {
  ._step__list_1gev0_152 {
    flex-direction: column;
  }
}

._step__listItem_1gev0_164 {
  flex-grow: 1;
  flex: 1 1 0;
  min-width: 0;
  padding: 24px 16px;
  background-color: var(--dark-950);
}

._step__listItemTitle_1gev0_172 {
  margin-bottom: 8px;
  font-size: 18px;
  font-family: var(--main-font);
  font-weight: var(--medium);
  color: var(--dark-warm-50);
}

._step__listItemText_1gev0_180 {
  line-height: 1.35;
  font-weight: var(--medium);
  color: var(--dark-warm-300);
}

._slider__nav_1gev0_186 {
  display: flex;
  gap: 6px;
  max-width: var(--max-container-width);
  margin: 0 auto 16px auto;
  padding: 0 64px;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  ._slider__nav_1gev0_186 {
    padding: 0 12px;
  }
}

._slider__navButton_1gev0_200 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: var(--dark-warm-100);
  border: none;
  cursor: pointer;
}
._slider__navButton_1gev0_200:hover {
  background-color: var(--dark-warm-200);
}._section_1we1l_1 {
  padding: 80px 0;
  background-color: var(--dark-warm-50);
}
@media (max-width: 768px) {
  ._section_1we1l_1 {
    padding: 64px 0;
  }
}

._inner_1we1l_11 {
  margin: 0 auto;
}

._header_1we1l_15 {
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding: 0 120px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  ._header_1we1l_15 {
    padding: 0 24px;
  }
}

._title_1we1l_27 {
  max-width: 16ch;
  text-wrap: balance;
  margin-bottom: 16px;
  font-size: 48px;
  font-family: var(--orchestras-font);
  font-weight: var(--medium);
  color: var(--black);
}
@media (max-width: 768px) {
  ._title_1we1l_27 {
    font-size: 40px;
  }
}

._text_1we1l_42 {
  max-width: 40ch;
  font-size: 20px;
  line-height: 1.35;
  font-family: var(--main-font);
  font-weight: var(--medium);
  color: var(--dark-warm-600);
}
@media (max-width: 768px) {
  ._text_1we1l_42 {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

._list_1we1l_57 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 768px) {
  ._list_1we1l_57 {
    grid-template-columns: 1fr;
  }
}

._item_1we1l_71 {
  display: flex;
  flex-direction: column;
}

._item__image_1we1l_76 {
  position: relative;
  height: 250px;
  margin-bottom: 24px;
}
._item__image_1we1l_76 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

._item__name_1we1l_91 {
  margin-bottom: 8px;
  font-size: 28px;
  font-family: var(--orchestras-font);
  font-weight: var(--medium);
  color: var(--black);
}

._item__role_1we1l_99 {
  margin-bottom: 12px;
  font-size: 18px;
  font-family: var(--main-font);
  font-weight: var(--medium);
  color: var(--dark-warm-600);
  line-height: 1.2;
}

._item__meta_1we1l_108 {
  color: var(--dark-warm-400);
}

._item__description_1we1l_112 {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.35;
  font-family: var(--main-font);
  font-weight: var(--medium);
  color: var(--dark-warm-600);
}

._item__button_1we1l_121 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 100px;
  padding: 20px 32px;
  font-size: 16px;
  font-family: var(--main-font);
  font-weight: var(--medium);
  color: var(--dark-warm-50);
  text-decoration: none;
  background-color: var(--black);
}
._item__button_1we1l_121:hover {
  background-color: var(--dark-warm-900);
}

._section__action_1we1l_139 {
  padding: 0 24px;
}._section_1e1io_1 {
  padding: 80px 0;
  background-color: var(--white);
}
@media (max-width: 768px) {
  ._section_1e1io_1 {
    padding: 64px 0;
  }
}

._inner_1e1io_11 {
  margin: 0 auto;
}

._header_1e1io_15 {
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding: 0 120px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  ._header_1e1io_15 {
    padding: 0 24px;
  }
}

._title_1e1io_27 {
  max-width: 16ch;
  text-wrap: balance;
  margin-bottom: 24px;
  font-size: 48px;
  font-family: var(--orchestras-font);
  font-weight: var(--medium);
  color: var(--black);
}
@media (max-width: 768px) {
  ._title_1e1io_27 {
    font-size: 40px;
  }
}

._text_1e1io_42 {
  max-width: 40ch;
  font-size: 20px;
  line-height: 1.35;
  font-family: var(--main-font);
  font-weight: var(--medium);
  color: var(--dark-warm-600);
}
@media (max-width: 768px) {
  ._text_1e1io_42 {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

._list_1e1io_57 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 768px) {
  ._list_1e1io_57 {
    grid-template-columns: 1fr;
  }
}

._item_1e1io_71 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dark-warm-50);
  padding: 24px;
  text-decoration: none;
}
._item_1e1io_71:hover {
  background-color: var(--dark-warm-100);
}

._item__name_1e1io_83 {
  margin-bottom: 8px;
  font-size: 28px;
  font-family: var(--orchestras-font);
  font-weight: var(--medium);
  color: var(--black);
}

._item__text_1e1io_91 {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.35;
  font-family: var(--main-font);
  font-weight: var(--medium);
  color: var(--black);
}

._item__image_1e1io_100 {
  position: relative;
  aspect-ratio: 1/1;
  width: 80px;
  font-size: 0;
}
._item__image_1e1io_100 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._item__author_1e1io_112 {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

._item__name_1e1io_83 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: var(--medium);
  color: var(--black);
}

._item__role_1e1io_125 {
  font-size: 16px;
  font-weight: var(--medium);
  color: var(--dark-warm-600);
}