#mmOverlay {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important; }
  #mmOverlay.mm-open {
    opacity: 1 !important;
    pointer-events: auto !important; }
    #mmOverlay.mm-open #mmPanel {
      --tw-translate-y: 0 !important;
      translate: 0 0 !important;
      transform: none !important; }

#mmPanel {
  background: #fff;
  top: 68px !important;
  box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.15); }

#mmToggle {
  position: relative;
  z-index: 1000; }
  #mmToggle .mm-icon-close {
    display: none; }
  #mmToggle[aria-expanded="true"] .mm-icon-menu {
    display: none; }
  #mmToggle[aria-expanded="true"] .mm-icon-close {
    display: block; }

#scrollTopBtn {
  display: none; }
  #scrollTopBtn.show {
    display: flex;
    animation: covermiFadeUp 0.25s ease; }

@keyframes covermiFadeUp {
  from {
    opacity: 0;
    transform: translateY(6px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.lang-switch {
  position: relative; }
  .lang-switch__menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 130;
    min-width: 120px;
    padding: 8px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 6px 20px -8px rgba(10, 13, 20, 0.18); }
    .lang-switch__menu[hidden] {
      display: none; }
  .lang-switch__item {
    display: block;
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #0a0d14;
    text-decoration: none; }
    .lang-switch__item + .lang-switch__item {
      margin-top: 4px; }
    .lang-switch__item:hover {
      background: #f6f8fa; }
    .lang-switch__item.is-active {
      border-color: #c9ced6;
      font-weight: 600; }

#ctaCard {
  max-width: 382px;
  width: 100%;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/homepage/homepage-banner-cta-mobile.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    #ctaCard {
      max-width: 640px;
      height: 480px;
      background-image: url(../img/homepage/homepage-banner-cta-tablet.png); } }
  @media (min-width: 1024px) {
    #ctaCard {
      max-width: none;
      width: auto;
      height: auto;
      margin-left: 0;
      margin-right: 0;
      background-image: url(../img/homepage/homepage-banner-cta-desktop.png); } }

.cmi-contact-card {
  min-width: 320px;
  min-height: 108px; }
  @media (max-width: 400px) {
    .cmi-contact-card {
      min-width: 0;
      width: 100%; } }

.cmi-contact-ico {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  padding: 16px;
  border-radius: 9999px;
  background: #ebe6ff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .cmi-contact-ico img {
    display: block;
    max-width: 100%;
    max-height: 100%; }

#section-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  min-height: clamp(440px, 116vw, 520px);
  background-image: url(../img/homepage/hero-mobile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }
  #section-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.82) 44%, rgba(255, 255, 255, 0.45) 62%, rgba(255, 255, 255, 0.1) 78%, rgba(255, 255, 255, 0) 90%); }
  #section-banner .banner-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 28px 16px;
    display: flex;
    justify-content: center; }
  #section-banner .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    max-width: 460px; }
  #section-banner .banner-badge {
    align-self: center;
    padding: 6px 16px;
    border-radius: 9999px;
    background: #ffcf1b;
    color: #0a0d14;
    font-size: 13px;
    font-weight: 700;
    line-height: 1; }
  #section-banner .banner-title {
    margin: 0;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.01em;
    font-size: clamp(24px, 7vw, 46px); }
    #section-banner .banner-title span {
      display: block; }
  #section-banner .banner-title__accent {
    color: #640ee0; }
  #section-banner .banner-title__ink {
    color: #0a0d14; }
  #section-banner .banner-subtitle {
    margin: 0;
    font-size: clamp(14px, 2.6vw, 18px);
    font-weight: 500;
    color: #0a0d14; }
  #section-banner .banner-perks {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: clamp(6px, 2.5vw, 16px); }
  #section-banner .banner-perk {
    flex: 1 1 0;
    min-width: 0;
    max-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center; }
  #section-banner .banner-perk__icon {
    display: block;
    width: auto;
    height: clamp(26px, 8vw, 44px); }
  #section-banner .banner-perk__label {
    font-size: clamp(10px, 2.7vw, 12px);
    line-height: 1.2;
    font-weight: 600;
    color: #0a0d14;
    hyphens: auto; }
  @media (min-width: 768px) {
    #section-banner {
      aspect-ratio: 768 / 480;
      min-height: 420px;
      max-height: 560px;
      background-image: url(../img/homepage/hero-tablet.jpg);
      background-position: right bottom; }
      #section-banner::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.78) 40%, rgba(255, 255, 255, 0.35) 62%, rgba(255, 255, 255, 0) 82%); }
      #section-banner .banner-inner {
        padding: 30px 24px; }
      #section-banner .banner-content {
        gap: 14px;
        max-width: 680px; }
      #section-banner .banner-title {
        font-size: clamp(24px, 4.2vw, 34px); }
        #section-banner .banner-title span {
          display: inline; }
      #section-banner .banner-perks {
        gap: 18px;
        margin-top: 4px; }
      #section-banner .banner-perk {
        flex: 0 0 auto;
        width: 120px;
        max-width: none; }
      #section-banner .banner-perk__icon {
        height: 42px; }
      #section-banner .banner-perk__label {
        font-size: 12px; } }
  @media (min-width: 1024px) {
    #section-banner {
      aspect-ratio: 1440 / 480;
      min-height: 0;
      align-items: center;
      background-image: url(../img/homepage/hero-desktop.jpg);
      background-position: right center; }
      #section-banner::before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.75) 26%, rgba(255, 255, 255, 0.35) 42%, rgba(255, 255, 255, 0) 56%); }
      #section-banner .banner-inner {
        padding: 32px;
        justify-content: flex-start; }
      #section-banner .banner-content {
        align-items: flex-start;
        text-align: left;
        gap: 18px;
        max-width: 470px; }
      #section-banner .banner-badge {
        align-self: flex-start; }
      #section-banner .banner-title {
        font-size: clamp(38px, 3.2vw, 48px); }
        #section-banner .banner-title span {
          display: block; }
      #section-banner .banner-subtitle {
        font-size: 18px; }
      #section-banner .banner-perks {
        justify-content: flex-start;
        gap: 18px;
        margin-top: 8px; }
      #section-banner .banner-perk {
        flex: 0 0 auto;
        width: 128px; }
      #section-banner .banner-perk__icon {
        height: 46px; }
      #section-banner .banner-perk__label {
        font-size: 12px; } }

#section-tabs {
  background: #f6f8fa;
  padding: clamp(32px, 7vw, 64px) 16px; }
  #section-tabs .tabs-wrap {
    max-width: 860px;
    margin: 0 auto; }
  #section-tabs .tabs-heading {
    margin: 0 0 clamp(20px, 4vw, 36px);
    text-align: center;
    font-weight: 800;
    line-height: 1.15;
    color: #0a0d14;
    font-size: clamp(24px, 5.4vw, 40px); }
  #section-tabs .tabs-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 40px -24px rgba(0, 0, 0, 0.25); }
  #section-tabs .tabs-nav {
    display: flex;
    border-bottom: 1px solid #e5e7eb; }
  #section-tabs .tabs-nav__item {
    flex: 1 1 0;
    min-width: 0;
    appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: clamp(12px, 3vw, 20px) clamp(6px, 2vw, 18px);
    font: inherit;
    font-weight: 600;
    line-height: 1.3;
    color: #5c6474;
    text-align: center;
    font-size: clamp(12px, 2.6vw, 16px);
    hyphens: auto;
    border-radius: 12px 12px 0 0;
    transition: background-color 0.15s ease, color 0.15s ease; }
    #section-tabs .tabs-nav__item:hover {
      color: #0a0d14; }
    #section-tabs .tabs-nav__item.is-active {
      background: #ffcf1b;
      color: #0a0d14;
      font-weight: 700; }
  #section-tabs .tabs-panel {
    padding: clamp(18px, 4.5vw, 40px); }
    #section-tabs .tabs-panel[hidden] {
      display: none; }
  #section-tabs .tabs-panel__placeholder {
    margin: 0;
    padding: 32px 8px;
    text-align: center;
    color: #5c6474;
    font-style: italic; }
  #section-tabs .tabs-panel__banner {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: clamp(16px, 3vw, 24px); }
  #section-tabs .tabs-panel__img {
    display: block;
    width: 100%;
    height: auto; }
  #section-tabs .tabs-panel__intro {
    margin: 0 0 clamp(20px, 4vw, 32px);
    font-size: clamp(13px, 2.4vw, 15px);
    line-height: 1.65;
    color: #5c6474; }
    #section-tabs .tabs-panel__intro strong {
      color: #0a0d14; }
  #section-tabs .tabs-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: clamp(16px, 3vw, 22px) 0; }
  #section-tabs .tabs-row__label {
    font-weight: 700;
    font-size: 18px;
    color: #0a0d14;
    text-align: center; }
  #section-tabs .tabs-row--terms .tabs-row__body {
    text-align: center; }
  #section-tabs .tabs-row__body {
    min-width: 0;
    font-size: clamp(13px, 2.4vw, 14px);
    line-height: 1.65;
    color: #5c6474; }
    #section-tabs .tabs-row__body p {
      margin: 0 0 12px; }
      #section-tabs .tabs-row__body p:last-child {
        margin-bottom: 0; }
    #section-tabs .tabs-row__body strong {
      color: #0a0d14; }
  #section-tabs .tabs-link {
    color: #375dfb;
    font-weight: 600;
    text-decoration: underline; }
  #section-tabs .tabs-table-wrap {
    margin: 14px 0;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 12px; }
  #section-tabs .tabs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: clamp(12px, 2.3vw, 13px); }
    #section-tabs .tabs-table th,
    #section-tabs .tabs-table td {
      padding: 10px 14px;
      text-align: center;
      border-bottom: 1px solid #e5e7eb;
      border-right: 1px solid #e5e7eb; }
    #section-tabs .tabs-table th:last-child,
    #section-tabs .tabs-table td:last-child {
      border-right: 0; }
    #section-tabs .tabs-table tbody tr:last-child td {
      border-bottom: 0; }
    #section-tabs .tabs-table thead th {
      background: #ffcf1b;
      color: #0a0d14;
      font-weight: 700; }
    #section-tabs .tabs-table tbody td {
      color: #0a0d14; }
    #section-tabs .tabs-table tbody td:first-child {
      background: #f6f8fa;
      font-weight: 600; }
  #section-tabs .tabs-table__logo {
    display: inline-block;
    height: 2rem;
    width: auto;
    vertical-align: middle; }
  #section-tabs .tabs-steps {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px; }
  #section-tabs .tabs-step {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-size: clamp(12px, 2.3vw, 13px);
    color: #0a0d14; }
  #section-tabs .tabs-step__icon {
    flex: 0 0 auto;
    width: 44px;
    height: auto;
    display: block; }
  #section-tabs .tabs-hashtags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 8px; }
  #section-tabs .tabs-hashtags__tag {
    background: #ffcf1b26;
    color: #0a0d14;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 6px; }
  #section-tabs .tabs-vouchers {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 10px; }
  #section-tabs .tabs-vouchers img {
    display: block;
    height: 28px;
    width: auto; }
  @media (min-width: 768px) {
    #section-tabs .tabs-row {
      flex-direction: row;
      gap: 24px; }
    #section-tabs .tabs-row__label {
      flex: 0 0 132px;
      font-size: 15px;
      text-align: left;
      padding-top: 2px; }
    #section-tabs .tabs-row--terms .tabs-row__body {
      text-align: left; }
    #section-tabs .tabs-step {
      align-items: flex-start; }
    #section-tabs .tabs-step > span {
      padding-top: 12px; } }
  @media (min-width: 1024px) {
    #section-tabs .tabs-panel {
      padding: 40px 48px; }
    #section-tabs .tabs-row__label {
      flex-basis: 150px; } }

.terms-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex; }
  .terms-modal[hidden] {
    display: none; }
  .terms-modal .terms-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 13, 20, 0.55); }
  .terms-modal .terms-modal__dialog {
    position: absolute;
    inset: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px 40px;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .terms-modal .terms-modal__dialog::-webkit-scrollbar {
      width: 0;
      height: 0; }
  .terms-modal .terms-modal__back {
    position: sticky;
    top: 14px;
    align-self: flex-start;
    margin: 16px 0 6px;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 9999px;
    background: #ffcf1b;
    color: #0a0d14;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5; }
  .terms-modal .terms-modal__close {
    display: none; }
  .terms-modal .terms-modal__head {
    flex: 0 0 auto; }
  .terms-modal .terms-modal__title {
    margin: 0;
    font-weight: 800;
    font-size: 22px;
    color: #0a0d14; }
  .terms-modal .terms-modal__subtitle {
    margin: 4px 0 0;
    font-size: 13px;
    color: #5c6474; }
  .terms-modal .terms-modal__body {
    padding-top: 14px;
    font-size: 14px;
    line-height: 1.6;
    color: #5c6474;
    counter-reset: tcitem; }
  .terms-modal .terms-modal__section {
    margin: 22px 0 8px;
    font-weight: 700;
    font-size: 15px;
    color: #0a0d14; }
    .terms-modal .terms-modal__section:first-child {
      margin-top: 6px; }
  .terms-modal .terms-modal__note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 8px 0 12px;
    padding: 10px 14px;
    background: #f6f8fa;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.55; }
    .terms-modal .terms-modal__note strong {
      color: #0a0d14; }
  .terms-modal .terms-modal__note-icon {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    color: #640ee0; }
  .terms-modal .terms-modal__list {
    margin: 0 0 4px;
    padding-left: 28px;
    list-style: none; }
    .terms-modal .terms-modal__list > li {
      position: relative;
      margin-bottom: 12px;
      padding-left: 4px;
      counter-increment: tcitem; }
      .terms-modal .terms-modal__list > li::before {
        content: counter(tcitem) ".";
        position: absolute;
        left: -24px;
        font-variant-numeric: tabular-nums; }
    .terms-modal .terms-modal__list strong {
      color: #0a0d14; }
  .terms-modal .terms-modal__sublist {
    margin: 8px 0 0;
    padding-left: 24px;
    list-style: lower-alpha outside; }
    .terms-modal .terms-modal__sublist > li {
      margin-bottom: 8px; }
  .terms-modal .terms-modal__table-wrap {
    margin: 12px 0;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 12px; }
  .terms-modal .terms-modal__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px; }
    .terms-modal .terms-modal__table th,
    .terms-modal .terms-modal__table td {
      padding: 10px 14px;
      text-align: center;
      border-bottom: 1px solid #e5e7eb;
      border-right: 1px solid #e5e7eb; }
    .terms-modal .terms-modal__table th:last-child,
    .terms-modal .terms-modal__table td:last-child {
      border-right: 0; }
    .terms-modal .terms-modal__table tbody tr:last-child td {
      border-bottom: 0; }
    .terms-modal .terms-modal__table thead th {
      background: #ffcf1b;
      color: #0a0d14;
      font-weight: 700; }
    .terms-modal .terms-modal__table tbody td {
      color: #0a0d14; }
      .terms-modal .terms-modal__table tbody td:first-child {
        background: #f6f8fa;
        font-weight: 600; }
  @media (min-width: 768px) {
    .terms-modal {
      align-items: center;
      justify-content: center;
      padding: 24px; }
      .terms-modal .terms-modal__dialog {
        position: relative;
        inset: auto;
        width: 100%;
        max-width: 620px;
        max-height: 88vh;
        padding: 0;
        overflow: hidden; }
      .terms-modal .terms-modal__back {
        display: none; }
      .terms-modal .terms-modal__head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        padding: 24px 28px 1rem; }
      .terms-modal .terms-modal__close {
        flex: 0 0 auto;
        width: 40px;
        height: 40px;
        border: 0;
        border-radius: 9999px;
        background: #ffcf1b;
        color: #0a0d14;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
      .terms-modal .terms-modal__body {
        flex: 1 1 auto;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 20px 28px 28px; } }
  @media (min-width: 1024px) {
    .terms-modal .terms-modal__dialog {
      max-width: 760px; }
    .terms-modal .terms-modal__head {
      padding: 26px 32px 1rem; }
    .terms-modal .terms-modal__body {
      padding: 22px 32px 34px; } }

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