
.lang-select[data-v-a3f11352] {
    position: relative;
    width: 100%;
    height: 100%;
}
.lang-trigger[data-v-a3f11352] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: inherit;
    color: var(--color-text);
    white-space: nowrap;
}
.lang-trigger[data-v-a3f11352]:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}
.lang-menu[data-v-a3f11352] {
    position: absolute;
    z-index: 5;
}
.lang-menu ul[data-v-a3f11352] {
    margin: 0;
    padding: 0;
}
.lang-option[data-v-a3f11352] {
    background: transparent;
}
.lang-option-name--km[data-v-a3f11352] {
    position: relative;
    top: 2px;
}

.site-header[data-v-35e8d8d2] {
    position: fixed;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    pointer-events: none;
}
.header-pill[data-v-35e8d8d2] {
    pointer-events: auto;
    position: relative;
    display: flex;
    align-items: center;
    width: min(var(--page-max), calc(100% - (var(--page-gutter) * 2)));
    height: 56px;
    padding: 0 8px 0 22px;
    background: #000000;
    border: 1px solid var(--color-header-border);
    border-radius: 60px;
    box-sizing: border-box;
}
.header-logo[data-v-35e8d8d2] {
    display: flex;
    align-items: center;
}
.header-logo img[data-v-35e8d8d2] {
    width: 140px;
    height: 35px;
    object-fit: contain;
    display: block;
}
.header-nav[data-v-35e8d8d2] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.header-nav ul[data-v-35e8d8d2] {
    display: flex;
    align-items: center;
    gap: 58px;
}
.nav-link[data-v-35e8d8d2] {
    font-size: 17px;
    line-height: 24px;
    color: var(--color-text);
    transition: color 0.3s;
}
.nav-link[data-v-35e8d8d2]:hover,
  .nav-link.active[data-v-35e8d8d2] {
    color: var(--color-primary);
}
.header-actions[data-v-35e8d8d2] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}
.lang-badge[data-v-35e8d8d2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 150px;
    height: 46px;
    padding: 0 18px;
    background: var(--color-card);
    border-radius: 33px;
    box-sizing: border-box;
}
.lang-badge[data-v-35e8d8d2] .lang-trigger {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 3px;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    color: var(--color-text);
}
.lang-badge[data-v-35e8d8d2] .lang-trigger > span {
    font-size: 16px;
    line-height: 22px;
    color: var(--color-text);
    white-space: nowrap;
}
.lang-badge[data-v-35e8d8d2] .lang-trigger svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: block;
}
.lang-badge[data-v-35e8d8d2] .lang-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: var(--color-card);
    border: 1px solid var(--color-line);
    border-radius: 12px;
    padding: 6px;
    min-width: 180px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}
.lang-badge[data-v-35e8d8d2] .lang-menu ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.lang-badge[data-v-35e8d8d2] .lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    font-size: 14px;
    color: var(--color-text);
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
}
.lang-badge[data-v-35e8d8d2] .lang-option--km {
    padding: 5px 10px;
}
.lang-badge[data-v-35e8d8d2] .lang-option-code {
    width: 26px;
    color: var(--color-text-50);
    font-size: 12px;
}
.lang-badge[data-v-35e8d8d2] .lang-option:hover,
  .lang-badge[data-v-35e8d8d2] .lang-option.active {
    background: rgba(255, 255, 255, 0.1);
    color: var(--color-text);
}
.download-btn[data-v-35e8d8d2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: auto;
    min-width: 150px;
    padding: 0 24px;
    box-sizing: border-box;
    height: 46px;
    background: var(--color-primary);
    border-radius: 33px;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-text);
    white-space: nowrap;
    transition: filter 0.3s;
}
.download-btn span[data-v-35e8d8d2] {
    white-space: nowrap;
}
.download-btn[data-v-35e8d8d2]:hover {
    filter: brightness(1.15);
}
.download-icon[data-v-35e8d8d2] {
    width: 16px;
    height: 16px;
    display: block;
}
.burger[data-v-35e8d8d2] {
    display: none;
    padding-left: 20px;
    padding-right: 12px;
}
@media (max-width: 1150px) {
.header-nav[data-v-35e8d8d2] {
      display: none;
}
.burger[data-v-35e8d8d2] {
      display: block;
}
}
@media (max-width: 767px) {
.lang-badge[data-v-35e8d8d2],
    .download-btn[data-v-35e8d8d2] {
      display: none;
}
}
@media (min-width: 1201px) {
.site-header[data-v-35e8d8d2] {
      right: auto;
      width: 100vw;
}
.header-pill[data-v-35e8d8d2] {
      width: min(var(--page-max), calc(100vw - (var(--page-gutter) * 2)));
}
}
@media (max-width: 1200px) {
.header-nav ul[data-v-35e8d8d2] {
      gap: 52px;
}
}
@media (max-width: 1000px) {
.download-btn[data-v-35e8d8d2] {
      width: auto;
      padding: 0 24px;
      height: 48px;
      font-size: 18px;
}
.lang-badge[data-v-35e8d8d2] {
      height: 48px;
      min-width: 150px;
      padding: 0 16px;
}
.lang-badge[data-v-35e8d8d2] .lang-trigger > span {
      font-size: 18px;
}
}
@media (max-width: 600px) {
.site-header[data-v-35e8d8d2] {
      top: 12px;
}
.header-pill[data-v-35e8d8d2] {
      height: 60px;
      padding: 0 8px 0 16px;
}
.header-logo img[data-v-35e8d8d2] {
      width: 110px;
      height: auto;
}
}

.drawer[data-v-4bd05610] {
    position: fixed;
    inset: 0;
    z-index: 99;
    background: rgba(2, 2, 2, 0.98);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.3s ease,
      visibility 0.3s;
}
.drawer.active[data-v-4bd05610] {
    opacity: 1;
    visibility: visible;
}
.drawer-content[data-v-4bd05610] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 56px;
    box-sizing: border-box;
    height: 100%;
    padding: 108px 24px 32px;
}
.drawer-nav ul[data-v-4bd05610] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.drawer-link[data-v-4bd05610] {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text);
    transition: color 0.3s;
}
.drawer-link[data-v-4bd05610]:hover,
  .drawer-link.router-link-active[data-v-4bd05610] {
    color: var(--color-primary);
}
.drawer-actions[data-v-4bd05610] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
    width: 100%;
}
.drawer-download[data-v-4bd05610] {
    flex: none;
    width: calc(50% - 6px);
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    height: 52px;
    padding: 0 16px;
    background: var(--color-primary);
    border-radius: 32px;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-text);
    white-space: nowrap;
}
.drawer-download img[data-v-4bd05610] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: block;
}
.drawer-lang[data-v-4bd05610] {
    position: relative;
    flex: none;
    width: calc(50% - 6px);
    min-width: 0;
    height: 52px;
    background: var(--color-card);
    border-radius: 32px;
}
.drawer-lang[data-v-4bd05610] .lang-select {
    position: relative;
    width: 100%;
    height: 100%;
}
.drawer-lang[data-v-4bd05610] .lang-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: inherit;
    color: var(--color-text);
    white-space: nowrap;
}
.drawer-lang[data-v-4bd05610] .lang-trigger > span {
    font-size: 16px;
    line-height: 22px;
    color: var(--color-text);
    text-transform: uppercase;
}
.drawer-lang[data-v-4bd05610] .lang-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 170px;
    background: var(--color-card);
    border: 1px solid var(--color-line);
    border-radius: 12px;
    padding: 6px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}
.drawer-lang[data-v-4bd05610] .lang-menu ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.drawer-lang[data-v-4bd05610] .lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    font-size: 14px;
    color: var(--color-text);
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
}
.drawer-lang[data-v-4bd05610] .lang-option--km {
    padding: 5px 12px;
}
.drawer-lang[data-v-4bd05610] .lang-option-code {
    width: 26px;
    color: var(--color-text-50);
    font-size: 12px;
}
.drawer-lang[data-v-4bd05610] .lang-option:hover,
  .drawer-lang[data-v-4bd05610] .lang-option.active {
    background: rgba(255, 255, 255, 0.1);
    color: var(--color-text);
}

.footer-container[data-v-ef96d493] {
    background-color: var(--color-footer);
    width: 100%;
    margin-top: 70px;
}
.footer-container--flush[data-v-ef96d493] {
    margin-top: 0;
}
.footer-content[data-v-ef96d493] {
    margin: 0 auto;
    max-width: var(--page-frame-max);
    padding: 60px var(--page-gutter) 48px;
    box-sizing: border-box;
}
.footer-header[data-v-ef96d493] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
}
.footer-logo img[data-v-ef96d493] {
    width: 174px;
    height: 44px;
    object-fit: contain;
    display: block;
}
.footer-nav[data-v-ef96d493] {
    margin-right: auto;
    margin-left: clamp(80px, 13vw, 190px);
}
.footer-nav ul[data-v-ef96d493] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.nav-link[data-v-ef96d493] {
    color: var(--color-text);
    font-size: 16px;
    line-height: 24px;
    transition: color 0.3s;
}
.nav-link[data-v-ef96d493]:hover {
    color: var(--color-primary);
}
.footer-support[data-v-ef96d493] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.support-text[data-v-ef96d493] {
    color: var(--color-text);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.support-img[data-v-ef96d493] {
    width: 104px;
    height: 43px;
    display: block;
}
.footer-bottom[data-v-ef96d493] {
    margin-top: 56px;
    padding-top: 20px;
    border-top: 1px solid #ffffff0d;
}
.footer-legal[data-v-ef96d493] {
    display: flex;
    gap: 32px;
    align-items: center;
}
.legal-link[data-v-ef96d493] {
    color: var(--color-text-30);
    font-size: 14px;
    line-height: 20px;
    transition: color 0.3s;
}
.legal-link[data-v-ef96d493]:hover {
    color: var(--color-primary);
}
@media (min-width: 1201px) {
.footer-content[data-v-ef96d493] {
      width: min(100vw, var(--page-frame-max));
}
}
@media (max-width: 1000px) {
.footer-header[data-v-ef96d493] {
      flex-direction: column;
      align-items: center;
      gap: 60px;
}
.footer-nav[data-v-ef96d493] {
      margin: 0;
}
.footer-nav ul[data-v-ef96d493] {
      align-items: center;
      gap: 12px;
}
.footer-legal[data-v-ef96d493] {
      justify-content: center;
}
}
@media (max-width: 768px) {
.footer-content[data-v-ef96d493] {
      padding: 60px 24px 40px;
}
.footer-header[data-v-ef96d493] {
      gap: 40px;
}
.support-img[data-v-ef96d493] {
      width: 82px;
      height: auto;
}
}
@media (max-width: 600px) {
.footer-content[data-v-ef96d493] {
      padding: 40px 16px;
}
.footer-legal[data-v-ef96d493] {
      flex-direction: column;
      gap: 16px;
      align-items: center;
      text-align: center;
}
}

  /* App 内嵌打开（?from=app）：去掉为顶部固定栏预留的高度，仅保留 20px 间距 */
.no-chrome[data-v-e57739ef] .legal-wrapper {
    padding-top: 20px;
}

@font-face {
  font-family: __Montserrat_15260b;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/d90a3cec5ac96e8a-s-CgOgo_x8.woff2) format("woff2");
  unicode-range:
    U+0460-052f, U+1c80-1c8a, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f;
}
@font-face {
  font-family: __Montserrat_15260b;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/326b18ed5f36ea5f-s-pMKjcgt3.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}
@font-face {
  font-family: __Montserrat_15260b;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/0dd7daa44e91657d-s-hA9CgT7h.woff2) format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1,
    U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1ea0-1ef9, U+20ab;
}
@font-face {
  font-family: __Montserrat_15260b;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/7dd0604c8112379e-s-aXCOFNrL.woff2) format("woff2");
  unicode-range:
    U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff, U+0304,
    U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab,
    U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: __Montserrat_15260b;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/8becbcffdd972d39-s.p-BLCcaD4b.woff2) format("woff2");
  unicode-range:
    U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304,
    U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+feff, U+fffd;
}
@font-face {
  font-family: __Montserrat_Fallback_15260b;
  src: local("Arial");
  ascent-override: 84.95%;
  descent-override: 22.03%;
  line-gap-override: 0%;
  size-adjust: 113.95%;
}
@font-face {
  font-family: __Montserrat_a639fb;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/6d3edeea688a90bb-s-N52ltbGf.woff2) format("woff2");
  unicode-range:
    U+0460-052f, U+1c80-1c8a, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f;
}
@font-face {
  font-family: __Montserrat_a639fb;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/26a4e9cc0e6bce63-s-DF8Q2fio.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}
@font-face {
  font-family: __Montserrat_a639fb;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/35c875c4f66973ea-s-BIIKauib.woff2) format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1,
    U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1ea0-1ef9, U+20ab;
}
@font-face {
  font-family: __Montserrat_a639fb;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/6f68633b61c2f084-s-CKniPT8R.woff2) format("woff2");
  unicode-range:
    U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff, U+0304,
    U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab,
    U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: __Montserrat_a639fb;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/c6e976337dd92b9d-s.p-B1QwR3Su.woff2) format("woff2");
  unicode-range:
    U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304,
    U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+feff, U+fffd;
}
@font-face {
  font-family: __Montserrat_Fallback_a639fb;
  src: local("Arial");
  ascent-override: 84.95%;
  descent-override: 22.03%;
  line-gap-override: 0%;
  size-adjust: 113.95%;
}
@font-face {
  font-family: __Montserrat_d8ae49;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/4393602e3291753b-s-bzel6gmZ.woff2) format("woff2");
  unicode-range:
    U+0460-052f, U+1c80-1c8a, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f;
}
@font-face {
  font-family: __Montserrat_d8ae49;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/01d4ab2587217c30-s-zpQnoAuV.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}
@font-face {
  font-family: __Montserrat_d8ae49;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/aea846f3b89ceb74-s-AmeQMfrI.woff2) format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1,
    U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1ea0-1ef9, U+20ab;
}
@font-face {
  font-family: __Montserrat_d8ae49;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/4bca616d02be3c1b-s-CsHbfDoT.woff2) format("woff2");
  unicode-range:
    U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff, U+0304,
    U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab,
    U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: __Montserrat_d8ae49;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/2772de317f07e534-s.p-BiRlSj-5.woff2) format("woff2");
  unicode-range:
    U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304,
    U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+feff, U+fffd;
}
@font-face {
  font-family: __Montserrat_Fallback_d8ae49;
  src: local("Arial");
  ascent-override: 84.95%;
  descent-override: 22.03%;
  line-gap-override: 0%;
  size-adjust: 113.95%;
}
@font-face {
  font-family: __Montserrat_50b907;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/b1f344208eb4edfe-s-CG0v8orw.woff2) format("woff2");
  unicode-range:
    U+0460-052f, U+1c80-1c8a, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f;
}
@font-face {
  font-family: __Montserrat_50b907;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/48e2044251ef3125-s-p6IpLZeA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}
@font-face {
  font-family: __Montserrat_50b907;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/bf24a9759715e608-s-BeNAS_4P.woff2) format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1,
    U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1ea0-1ef9, U+20ab;
}
@font-face {
  font-family: __Montserrat_50b907;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/1f173e5e25f3efee-s-D0hf-lZB.woff2) format("woff2");
  unicode-range:
    U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff, U+0304,
    U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab,
    U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: __Montserrat_50b907;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/904be59b21bd51cb-s.p-Dk9Pm7OY.woff2) format("woff2");
  unicode-range:
    U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304,
    U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+feff, U+fffd;
}
@font-face {
  font-family: __Montserrat_50b907;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/b1f344208eb4edfe-s-CG0v8orw.woff2) format("woff2");
  unicode-range:
    U+0460-052f, U+1c80-1c8a, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f;
}
@font-face {
  font-family: __Montserrat_50b907;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/48e2044251ef3125-s-p6IpLZeA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}
@font-face {
  font-family: __Montserrat_50b907;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/bf24a9759715e608-s-BeNAS_4P.woff2) format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1,
    U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1ea0-1ef9, U+20ab;
}
@font-face {
  font-family: __Montserrat_50b907;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/1f173e5e25f3efee-s-D0hf-lZB.woff2) format("woff2");
  unicode-range:
    U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff, U+0304,
    U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab,
    U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: __Montserrat_50b907;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/904be59b21bd51cb-s.p-Dk9Pm7OY.woff2) format("woff2");
  unicode-range:
    U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304,
    U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+feff, U+fffd;
}
@font-face {
  font-family: __Montserrat_50b907;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/b1f344208eb4edfe-s-CG0v8orw.woff2) format("woff2");
  unicode-range:
    U+0460-052f, U+1c80-1c8a, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f;
}
@font-face {
  font-family: __Montserrat_50b907;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/48e2044251ef3125-s-p6IpLZeA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}
@font-face {
  font-family: __Montserrat_50b907;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/bf24a9759715e608-s-BeNAS_4P.woff2) format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1,
    U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1ea0-1ef9, U+20ab;
}
@font-face {
  font-family: __Montserrat_50b907;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/1f173e5e25f3efee-s-D0hf-lZB.woff2) format("woff2");
  unicode-range:
    U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff, U+0304,
    U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab,
    U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: __Montserrat_50b907;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/904be59b21bd51cb-s.p-Dk9Pm7OY.woff2) format("woff2");
  unicode-range:
    U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304,
    U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+feff, U+fffd;
}
@font-face {
  font-family: __Montserrat_Fallback_50b907;
  src: local("Arial");
  ascent-override: 84.95%;
  descent-override: 22.03%;
  line-gap-override: 0%;
  size-adjust: 113.95%;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
*,
:after,
:before {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body,
html {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
}
canvas,
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.h1,
a,
h1 {
  color: inherit;
}
.h1,
h1 {
  font-size: 120px;
  line-height: 112%;
  font-family: var(--font-montserrat);
  font-weight: 600;
}
@media (max-width: 768px) {
  .h1,
  h1 {
    font-size: 100px;
    line-height: 112%;
    color: inherit;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 68px;
    line-height: 112%;
    color: inherit;
  }
}
.h2,
h2 {
  font-size: 44px;
  line-height: 130%;
  color: inherit;
  font-family: var(--font-montserrat);
  font-weight: 600;
}
@media (max-width: 768px) {
  .h2,
  h2 {
    font-size: 36px;
    line-height: 130%;
    color: inherit;
  }
}
.h3,
h3 {
  font-size: 32px;
  line-height: 130%;
  color: inherit;
  font-family: var(--font-montserrat);
  font-weight: 600;
}
.h4,
h4 {
  font-size: 18px;
  font-weight: 500;
}
.h4,
.h5,
h4,
h5 {
  line-height: 150%;
  color: inherit;
  font-family: var(--font-montserrat);
}
.h5,
h5 {
  font-size: 16px;
  font-weight: 600;
}
.body1 {
  font-size: 16px;
}
.body1,
.body2 {
  line-height: 140%;
  color: inherit;
  font-family: var(--font-montserrat);
  font-weight: 500;
}
.body2 {
  font-size: 14px;
}
.body3 {
  font-size: 12px;
  line-height: 130%;
  color: inherit;
  font-family: var(--font-montserrat);
  font-weight: 500;
}
.body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.link {
  transition: color 0.3s;
}
@media (hover: hover), (hover: none) {
  .link:active,
  .link:hover {
    color: #ffda39;
  }
}
.__className_15260b {
  font-family: __Montserrat_15260b, __Montserrat_Fallback_15260b;
  font-weight: 400;
  font-style: normal;
}
.__variable_15260b {
  --font-montserrat-regular:
    "__Montserrat_15260b", "__Montserrat_Fallback_15260b";
}
.__className_a639fb {
  font-family: __Montserrat_a639fb, __Montserrat_Fallback_a639fb;
  font-weight: 500;
  font-style: normal;
}
.__variable_a639fb {
  --font-montserrat-medium:
    "__Montserrat_a639fb", "__Montserrat_Fallback_a639fb";
}
.__className_d8ae49 {
  font-family: __Montserrat_d8ae49, __Montserrat_Fallback_d8ae49;
  font-weight: 600;
  font-style: normal;
}
.__variable_d8ae49 {
  --font-montserrat-semiBold:
    "__Montserrat_d8ae49", "__Montserrat_Fallback_d8ae49";
}
.__className_50b907 {
  font-family: __Montserrat_50b907, __Montserrat_Fallback_50b907;
  font-style: normal;
}
.__variable_50b907 {
  --font-montserrat: "__Montserrat_50b907", "__Montserrat_Fallback_50b907";
}
.Text_h1__Ez6IS {
  font-size: 120px;
  line-height: 112%;
  color: inherit;
}
@media (max-width: 768px) {
  .Text_h1__Ez6IS {
    font-size: 100px;
    line-height: 112%;
    color: inherit;
  }
}
@media (max-width: 767px) {
  .Text_h1__Ez6IS {
    font-size: 68px;
    line-height: 112%;
    color: inherit;
  }
}
.Text_h2__aCa48 {
  font-size: 44px;
  line-height: 130%;
  color: inherit;
}
@media (max-width: 768px) {
  .Text_h2__aCa48 {
    font-size: 36px;
    line-height: 130%;
    color: inherit;
  }
}
.Text_h3__LENeo {
  font-size: 32px;
  line-height: 130%;
  color: #ffda39;
}
.Text_h4__pASwp {
  font-size: 18px;
  line-height: 150%;
  color: inherit;
}
.Text_h5__difO8 {
  font-size: 16px;
  line-height: 150%;
  color: inherit;
}
.Text_body1__97NTp {
  font-size: 16px;
  line-height: 140%;
  color: inherit;
}
.Text_body2__YKXSy {
  font-size: 14px;
  line-height: 140%;
  color: inherit;
}
.Text_body3__7VIMl {
  font-size: 12px;
  line-height: 130%;
  color: inherit;
}
.Button_container__V6FuL {
  border-radius: 32px;
  background-color: #ffda39;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  max-height: 40px;
  flex-wrap: nowrap;
}
.Button_container__V6FuL:hover {
  background-color: #ffda39;
}
.Button_container__V6FuL svg {
  margin-left: 8px;
}
.Button_container__V6FuL span {
  color: #000;
}
.Button_default__WT0lq {
  padding: 14px 32px;
}
.Button_container__V6FuL.btn {
  width: 400px;
  margin: 32px 0;
}
.Button_skinny__RLcFU {
  padding: 10px 32px;
}
.Button_disabled__Uu__7,
.Button_disabled__Uu__7:hover {
  background-color: hsla(0, 0%, 46%, 0.2);
}
.Button_disabled__Uu__7 span {
  color: #7c7c7c;
}
.Button_outlineLight__7pr_n {
  background-color: transparent;
  border: 1px solid #3a3a3a;
  color: #fff;
}
.Button_outlineLight__7pr_n:hover {
  background-color: transparent;
  border: 1px solid #7c7c7c;
}
.Button_outlineLight__7pr_n.Button_disabled__Uu__7 {
  background-color: transparent;
  border: 1px solid #3a3a3a;
  color: #7c7c7c;
}
.Button_outlineLight__7pr_n.Button_disabled__Uu__7 svg {
  color: #7c7c7c;
}
.custom-select-container {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 42px;
  z-index: 9999;
  cursor: pointer;
}
.custom-select-container .selected-text {
  height: 100%;
  background-color: hsla(0, 0%, 46%, 0.2);
  padding: 10px 16px;
  border-radius: 32px;
  gap: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-select-container .selected-text svg {
  transition: transform 0.2s ease;
}
.custom-select-container .selected-text.active svg {
  transform: rotate(180deg);
}
.custom-select-container ul {
  margin: 8px 0 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 0 24px 0 hsla(0, 0%, 6%, 0.12);
}
.custom-select-container .select-options {
  position: absolute;
  width: 180px;
}
.custom-select-container li {
  list-style-type: none;
  padding: 8px 16px;
  background: #fff;
  cursor: pointer;
  border: none;
  font-size: 14px;
}
.custom-select-container li:first-child {
  padding: 10px 16px 6px;
}
.custom-select-container li:last-child {
  padding: 6px 16px 10px;
}
.custom-select-container li.active,
.custom-select-container li:hover {
  color: #fd0701;
}
.ButtonSocialMedia_container__D31kK {
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media (hover: hover), (hover: none) {
  .ButtonSocialMedia_container__D31kK:active,
  .ButtonSocialMedia_container__D31kK:hover {
    background-color: #fd0701;
  }
}
.styles_wrapper__FX1kJ {
  width: 100%;
  height: 100svh;
  opacity: 0;
  background-color: #0f0f0f;
  padding: 116px 24px 24px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: opacity 0.2s ease;
  will-change: opacity;
  box-sizing: border-box;
  pointer-events: none;
}
.styles_wrapper__FX1kJ.styles_active__iiewy {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .styles_wrapper__FX1kJ {
    padding: 108px 16px 16px;
  }
}
.styles_wrapper__content__nav__kRz2Z ul,
.styles_wrapper__content__vyq65 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.styles_wrapper__content__nav__kRz2Z ul {
  gap: 16px;
}
.styles_wrapper__content__nav__kRz2Z ul .styles_link__d2D8Y {
  color: #c8c8c8;
}
.styles_wrapper__content__nav__kRz2Z
  ul
  .styles_link__d2D8Y.styles_active__iiewy,
.styles_wrapper__content__nav__kRz2Z ul .styles_link__d2D8Y:hover {
  color: #ffda39;
}
.styles_wrapper__content__buttons__qdcAl {
  width: 100%;
}
.styles_wrapper__content__buttons__qdcAl .styles_actionButtons__F2SXz {
  display: none;
  gap: 12px;
  margin-top: 40px;
}
.styles_wrapper__content__buttons__qdcAl
  .styles_actionButtons__F2SXz
  .styles_actionButton__rKl18 {
  width: 50%;
  flex: 1 1;
}
@media (max-width: 767px) {
  .styles_wrapper__content__buttons__qdcAl .styles_actionButtons__F2SXz {
    display: flex;
  }
}
@media (max-width: 400px) {
  .styles_wrapper__content__buttons__qdcAl .styles_actionButtons__F2SXz {
    flex-direction: column;
  }
  .styles_wrapper__content__buttons__qdcAl
    .styles_actionButtons__F2SXz
    .styles_actionButton__rKl18 {
    width: 100%;
    flex: 1 1;
  }
}
.styles_wrapper__content__buttons__qdcAl .styles_squareSocial__ubJxa {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
}
.styles_wrapper__content__buttons__qdcAl
  .styles_squareSocial__ubJxa
  .styles_socialItem__Omw6R {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .styles_wrapper__content__buttons__qdcAl .styles_squareSocial__ubJxa {
    margin-top: 40px;
  }
}
@media (max-width: 479px) {
  .styles_wrapper__content__buttons__qdcAl
    .styles_squareSocial__ubJxa
    .styles_socialItem__Omw6R {
    width: 76px;
    height: 76px;
  }
}
.styles_wrapper__kwISY {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  max-width: 1440px;
  background-color: transparent;
  z-index: 1000;
  top: 0;
}
.styles_wrapper__content__BVPrg {
  margin: 12px 60px 0;
  border-radius: 44px;
  border: 1px solid #3a3a3a;
  background-color: #0f0f0f;
  display: flex;
  align-items: center;
  height: 56px;
  padding-left: 20px;
  padding-right: 8px;
}
.styles_wrapper__content__logo__1_iT1 {
  margin-right: auto;
}
.styles_wrapper__content__nav__Brwl_ ul {
  display: flex;
  gap: 52px;
}
.styles_wrapper__content__nav__Brwl_ ul .styles_link__GWo9A {
  color: #c8c8c8;
}
.styles_wrapper__content__nav__Brwl_
  ul
  .styles_link__GWo9A.styles_active__szHmM,
.styles_wrapper__content__nav__Brwl_ ul .styles_link__GWo9A:hover {
  color: #ffda39;
}
.styles_wrapper__content__buttons__fQrVk {
  display: flex;
  margin-left: auto;
}
.styles_wrapper__content__buttons__fQrVk .styles_actionButtons__ZSGok {
  display: flex;
  gap: 12px;
}
.styles_wrapper__content__buttons__fQrVk
  .styles_actionButtons__ZSGok
  .styles_selectWrapper__XmKhe {
  flex-shrink: 0;
}
.styles_wrapper__content__buttons__fQrVk .styles_squareSocial__O7BLa {
  display: none;
}
.styles_wrapper__content__buttons__fQrVk .styles_burgerMenuButton__GG7_l {
  display: none;
  padding-left: 20px;
  padding-right: 12px;
}
@media (max-width: 1150px) {
  .styles_wrapper__content__BVPrg .styles_burgerMenuButton__GG7_l {
    display: block;
  }
  .styles_wrapper__content__nav__Brwl_ {
    display: none;
  }
}
@media (max-width: 768px) {
  .styles_wrapper__content__BVPrg {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 480px) {
  .styles_wrapper__content__BVPrg {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .styles_wrapper__content__BVPrg .styles_actionButtons__ZSGok {
    display: none;
  }
}
.Footer_container__5b4P1 {
  background-color: hsla(0, 0%, 100%, 0.04);
  border-radius: 24px 24px 0 0;
  width: 100%;
  margin-top: auto;
}
.Footer_container__5b4P1 .Footer_content__rY5_U {
  margin: 0 auto;
  max-width: 1440px;
  padding: 60px 60px 40px;
}
@media (max-width: 768px) {
  .Footer_container__5b4P1 .Footer_content__rY5_U {
    padding: 60px 24px 40px;
  }
}
@media (max-width: 600px) {
  .Footer_container__5b4P1 .Footer_content__rY5_U {
    padding: 40px 16px;
  }
}
.Footer_container__5b4P1 .Footer_headerContainer__gFvE5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
@media (max-width: 1000px) {
  .Footer_container__5b4P1 .Footer_headerContainer__gFvE5 {
    grid-template-columns: 1fr;
  }
  .Footer_container__5b4P1
    .Footer_headerContainer__gFvE5
    .Footer_socialContainer__77u7A {
    grid-row: 1;
    grid-column: 1;
    text-align: center;
    margin-bottom: 60px;
  }
  .Footer_container__5b4P1
    .Footer_headerContainer__gFvE5
    .Footer_formContainer__j_xNU,
  .Footer_container__5b4P1
    .Footer_headerContainer__gFvE5
    .Footer_linksContainer__KlbiP {
    grid-row: 2;
    grid-column: 1;
    display: flex;
    width: 100%;
  }
  .Footer_container__5b4P1
    .Footer_headerContainer__gFvE5
    .Footer_linksContainer__KlbiP {
    justify-content: flex-start;
    margin-top: 0;
  }
  .Footer_container__5b4P1
    .Footer_headerContainer__gFvE5
    .Footer_formContainer__j_xNU {
    margin-top: 0;
    justify-content: flex-end;
  }
  .Footer_container__5b4P1
    .Footer_headerContainer__gFvE5
    .Footer_formContainer__j_xNU
    div {
    width: 352px;
  }
}
@media (max-width: 600px) {
  .Footer_container__5b4P1 .Footer_headerContainer__gFvE5 {
    display: block;
  }
  .Footer_container__5b4P1
    .Footer_headerContainer__gFvE5
    .Footer_socialContainer__77u7A {
    width: 100%;
  }
  .Footer_container__5b4P1
    .Footer_headerContainer__gFvE5
    .Footer_linksContainer__KlbiP {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }
  .Footer_container__5b4P1
    .Footer_headerContainer__gFvE5
    .Footer_linksContainer__KlbiP
    ul
    li {
    justify-content: center;
  }
  .Footer_container__5b4P1
    .Footer_headerContainer__gFvE5
    .Footer_formContainer__j_xNU {
    display: flex;
    justify-content: center;
  }
  .Footer_container__5b4P1
    .Footer_headerContainer__gFvE5
    .Footer_formContainer__j_xNU
    button,
  .Footer_container__5b4P1
    .Footer_headerContainer__gFvE5
    .Footer_formContainer__j_xNU
    div {
    width: 100%;
  }
}
.Footer_container__5b4P1 .Footer_socialContainer__77u7A {
  align-self: flex-start;
}
@media (max-width: 1000px) {
  .Footer_container__5b4P1 .Footer_socialContainer__77u7A {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.Footer_container__5b4P1
  .Footer_socialContainer__77u7A
  .Footer_squareSocial__rrjc6 {
  display: flex;
  gap: 8px;
  margin-top: 60px;
}
.Footer_container__5b4P1
  .Footer_socialContainer__77u7A
  .Footer_squareSocial__rrjc6
  .Footer_socialItem__0prJg {
  width: 100px;
  height: 100px;
}
@media (max-width: 1000px) {
  .Footer_container__5b4P1
    .Footer_socialContainer__77u7A
    .Footer_squareSocial__rrjc6 {
    display: flex;
    gap: 8px;
  }
}
.Footer_container__5b4P1 .Footer_linksContainer__KlbiP {
  margin-top: 81px;
}
.Footer_container__5b4P1 .Footer_linksContainer__KlbiP ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.Footer_container__5b4P1 .Footer_linksContainer__KlbiP ul li {
  display: flex;
}
.Footer_container__5b4P1 .Footer_linksContainer__KlbiP ul li a {
  color: #c8c8c8;
  transition: color 0.3s;
}
@media (hover: hover), (hover: none) {
  .Footer_container__5b4P1 .Footer_linksContainer__KlbiP ul li a:active,
  .Footer_container__5b4P1 .Footer_linksContainer__KlbiP ul li a:hover {
    color: #ffda39;
  }
}
.Footer_container__5b4P1 .Footer_formContainer__j_xNU {
  display: flex;
  justify-content: flex-end;
  margin-top: 81px;
}
.Footer_container__5b4P1 .Footer_formContainer__j_xNU .Footer_email_____JD {
  color: #c8c8c8;
  text-transform: uppercase;
  transition: color 0.3s;
}
@media (hover: hover), (hover: none) {
  .Footer_container__5b4P1
    .Footer_formContainer__j_xNU
    .Footer_email_____JD:active,
  .Footer_container__5b4P1
    .Footer_formContainer__j_xNU
    .Footer_email_____JD:hover {
    color: #ffda39;
  }
}
.Footer_container__5b4P1 .Footer_formContainer__j_xNU button {
  width: 40%;
}
.Footer_container__5b4P1 .Footer_footerContainer__adlbi {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #3a3a3a;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  gap: 16px;
  width: 100%;
}
.Footer_container__5b4P1 .Footer_footerContainer__adlbi .Footer_text__0ZRTC {
  color: #7c7c7c;
  transition: color 0.3s;
}
@media (hover: hover), (hover: none) {
  .Footer_container__5b4P1
    .Footer_footerContainer__adlbi
    .Footer_text__0ZRTC.Footer_privacy__2QfB6:active,
  .Footer_container__5b4P1
    .Footer_footerContainer__adlbi
    .Footer_text__0ZRTC.Footer_privacy__2QfB6:hover,
  .Footer_container__5b4P1
    .Footer_footerContainer__adlbi
    .Footer_text__0ZRTC.Footer_userAgreement__hwTmP:active,
  .Footer_container__5b4P1
    .Footer_footerContainer__adlbi
    .Footer_text__0ZRTC.Footer_userAgreement__hwTmP:hover {
    color: #ffda39;
  }
}
.Footer_container__5b4P1
  .Footer_footerContainer__adlbi
  .Footer_copyright__u4adx {
  text-align: right;
  width: 100%;
}
@media (max-width: 768px) {
  .Footer_container__5b4P1 .Footer_footerContainer__adlbi {
    grid-template-columns: none;
    grid-template-areas: "privacy copyright" "userAgreement userAgreement";
  }
  .Footer_container__5b4P1
    .Footer_footerContainer__adlbi
    .Footer_text__0ZRTC.Footer_privacy__2QfB6 {
    grid-area: privacy;
  }
  .Footer_container__5b4P1
    .Footer_footerContainer__adlbi
    .Footer_text__0ZRTC.Footer_userAgreement__hwTmP {
    grid-area: userAgreement;
  }
  .Footer_container__5b4P1
    .Footer_footerContainer__adlbi
    .Footer_text__0ZRTC.Footer_copyright__u4adx {
    grid-area: copyright;
  }
}
@media (max-width: 480px) {
  .Footer_container__5b4P1 .Footer_footerContainer__adlbi {
    grid-template-areas: "privacy" "userAgreement" "copyright";
  }
  .Footer_container__5b4P1 .Footer_footerContainer__adlbi .Footer_text__0ZRTC {
    text-align: center;
  }
}
.styles_wrapper__TVgU3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  background-color: #0f0f0f;
}
.styles_wrapper__RQ__Y {
  display: flex;
  gap: 16px;
}
.styles_wrapper__RQ__Y .styles_googlePlay__45HJ2 {
  width: 156px;
  height: 48px;
}
.CardSecurity_container__hQGvQ {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .CardSecurity_container__hQGvQ {
    max-width: 429px;
  }
}
@media (max-width: 1439px) {
  .CardSecurity_container__hQGvQ {
    max-width: none;
    width: 100%;
  }
  .CardSecurity_container__hQGvQ .CardSecurity_descriptionContainer__hIz_H {
    display: block;
  }
}
.CardSecurity_container__hQGvQ:hover .CardSecurity_gradient__FrXYb {
  display: block;
}
.CardSecurity_container__hQGvQ .CardSecurity_card__fFSBT {
  border-radius: 0 24px 24px 24px;
  background-color: #0f0f0f;
  cursor: pointer;
  padding: 0 40px 48px;
}
@media (min-width: 1440px) {
  .CardSecurity_container__hQGvQ .CardSecurity_card__fFSBT {
    height: 345px;
  }
}
@media (max-width: 1439px) {
  .CardSecurity_container__hQGvQ .CardSecurity_card__fFSBT {
    height: 284px;
  }
}
@media (max-width: 767px) {
  .CardSecurity_container__hQGvQ .CardSecurity_card__fFSBT {
    height: 357px;
  }
}
@media (max-width: 479px) {
  .CardSecurity_container__hQGvQ .CardSecurity_card__fFSBT {
    min-height: 427px;
    height: auto;
  }
}
.CardSecurity_container__hQGvQ
  .CardSecurity_card__fFSBT
  .CardSecurity_iconContainer__IbQ2q {
  margin-bottom: 32px;
}
.CardSecurity_container__hQGvQ
  .CardSecurity_card__fFSBT
  .CardSecurity_textContainer__ai3TV {
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1440px) {
  .CardSecurity_container__hQGvQ
    .CardSecurity_card__fFSBT
    .CardSecurity_textContainer__ai3TV {
    padding-top: 68px;
  }
}
.CardSecurity_container__hQGvQ
  .CardSecurity_card__fFSBT
  .CardSecurity_textContainer__ai3TV
  .CardSecurity_text__Ope_5 {
  text-transform: uppercase;
}
.CardSecurity_container__hQGvQ
  .CardSecurity_card__fFSBT
  .CardSecurity_descriptionContainer__hIz_H {
  color: #7c7c7c;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #3a3a3a;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1440px) {
  .CardSecurity_container__hQGvQ
    .CardSecurity_card__fFSBT
    .CardSecurity_descriptionContainer__hIz_H {
    opacity: 0;
  }
}
.CardSecurity_container__hQGvQ
  .CardSecurity_card__fFSBT:hover
  .CardSecurity_descriptionContainer__hIz_H {
  opacity: 1;
}
.CardSecurity_container__hQGvQ
  .CardSecurity_card__fFSBT:hover
  .CardSecurity_textContainer__ai3TV {
  padding: 0;
}
.CardSecurity_container__hQGvQ .CardSecurity_gradient__FrXYb {
  display: none;
  position: absolute;
  width: 285px;
  height: 273px;
  bottom: -150px;
  right: 0;
  border-radius: 285px;
  z-index: 2;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 44, 0, 0.2) 0,
    rgba(255, 44, 0, 0) 100%
  );
}
@media (max-width: 1439px) {
  .CardSecurity_container__hQGvQ .CardSecurity_gradient__FrXYb {
    display: block;
  }
}
.CardSecurity_container__hQGvQ .CardSecurity_triangle__wsiL0 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 112px;
  background-color: hsla(0, 0%, 100%, 0.04);
  z-index: 10;
  -webkit-clip-path: polygon(52% 0, 0 100%, 100% 100%);
  clip-path: polygon(52% 0, 0 100%, 100% 100%);
}
.CardSecurity_container__hQGvQ .CardSecurity_circle__q_X8c,
.CardSecurity_container__hQGvQ .CardSecurity_square__c0Zof {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 112px;
  z-index: 3;
  background-color: hsla(0, 0%, 100%, 0.04);
}
.CardSecurity_container__hQGvQ .CardSecurity_circle__q_X8c {
  -webkit-clip-path: ellipse(70% 100% at 100% 100%);
  clip-path: ellipse(70% 100% at 100% 100%);
}
.FaqItem_container__m5_A7 {
  padding: 24px 32px;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.04);
  cursor: pointer;
}
.FaqItem_container__m5_A7 .FaqItem_headerContainer__aqK2N {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: #fff;
}
.FaqItem_container__m5_A7
  .FaqItem_headerContainer__aqK2N
  .FaqItem_title__1VYLo {
  color: #fff;
}
.FaqItem_container__m5_A7 .FaqItem_headerContainer__aqK2N .FaqItem_icon__ln9fw {
  flex-shrink: 0;
}
.FaqItem_container__m5_A7 .FaqItem_footer__v1ozb {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s;
}
.FaqItem_container__m5_A7 .FaqItem_footer__v1ozb.FaqItem_active__ckwrB {
  margin-top: 16px;
  grid-template-rows: 1fr;
}
.FaqItem_container__m5_A7
  .FaqItem_footer__v1ozb
  .FaqItem_descriptionContainer__s9cTj {
  color: #7c7c7c;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 0;
  overflow: hidden;
}
.SectionMobilePhones_container__21bLV {
  padding: 0 60px 100px;
  max-width: 1440px;
  width: 100%;
  justify-content: center;
  display: flex;
}
@media (max-width: 768px) {
  .SectionMobilePhones_container__21bLV {
    padding: 0 24px 80px;
  }
}
@media (max-width: 480px) {
  .SectionMobilePhones_container__21bLV {
    padding: 0 16px 60px;
  }
}
.SectionMobilePhones_container__21bLV
  .SectionMobilePhones_imageContainer__nZOhQ {
  width: 100%;
  flex: 1 1;
}
.SectionMobilePhones_container__21bLV
  .SectionMobilePhones_imageContainer__nZOhQ
  > div {
  position: unset !important;
}
.SectionMobilePhones_container__21bLV
  .SectionMobilePhones_imageContainer__nZOhQ
  .SectionMobilePhones_image__fWHq0 {
  object-fit: contain;
  width: 100% !important;
  position: relative !important;
  height: unset !important;
  border-radius: 24px;
}
.SectionCryptoWallet_container__iUY9F {
  position: relative;
  max-width: 1440px;
  width: 100%;
  padding: 150px 60px 234px;
  background: radial-gradient(
    37.35% 31.43% at 57.21% 61.71%,
    rgba(255, 44, 0, 0.2) 0,
    rgba(255, 44, 0, 0) 100%
  );
}
@media (max-width: 1200px) {
  .SectionCryptoWallet_container__iUY9F {
    padding: 32px 24px 137px;
  }
}
@media (max-width: 480px) {
  .SectionCryptoWallet_container__iUY9F {
    padding: 32px 16px 137px;
  }
}
@media (max-width: 767px) {
  .SectionCryptoWallet_container__iUY9F {
    padding-bottom: 0;
  }
  .SectionCryptoWallet_container__iUY9F
    .SectionCryptoWallet_phonesAdaptive__FtCkV {
    position: relative;
    bottom: -40px;
  }
}
.SectionCryptoWallet_container__iUY9F
  .SectionCryptoWallet_imageContainer__9DGXV {
  position: absolute;
  bottom: -80px;
  right: 171px;
  padding-top: 14px;
}
.SectionCryptoWallet_container__iUY9F
  .SectionCryptoWallet_imageContainer__9DGXV
  .SectionCryptoWallet_image__6ye4T {
  width: 100%;
  height: 100%;
}
.SectionCryptoWallet_container__iUY9F
  .SectionCryptoWallet_imageContainer__9DGXV
  .SectionCryptoWallet_phones__xLFYg {
  width: 430px;
  height: 440px;
}
.SectionCryptoWallet_container__iUY9F
  .SectionCryptoWallet_imageContainer__9DGXV
  .SectionCryptoWallet_phonesAdaptive__FtCkV {
  width: 328px;
  height: 325px;
  display: none;
}
@media (max-width: 1200px) {
  .SectionCryptoWallet_container__iUY9F
    .SectionCryptoWallet_imageContainer__9DGXV {
    right: 24px;
  }
}
@media (max-width: 900px) {
  .SectionCryptoWallet_container__iUY9F
    .SectionCryptoWallet_imageContainer__9DGXV {
    bottom: -35px;
  }
  .SectionCryptoWallet_container__iUY9F
    .SectionCryptoWallet_imageContainer__9DGXV
    .SectionCryptoWallet_phonesAdaptive__FtCkV {
    display: block;
  }
  .SectionCryptoWallet_container__iUY9F
    .SectionCryptoWallet_imageContainer__9DGXV
    .SectionCryptoWallet_phones__xLFYg {
    display: none;
  }
}
@media (max-width: 767px) {
  .SectionCryptoWallet_container__iUY9F
    .SectionCryptoWallet_imageContainer__9DGXV {
    position: static;
    display: flex;
    justify-content: center;
  }
  .SectionCryptoWallet_container__iUY9F
    .SectionCryptoWallet_imageContainer__9DGXV
    svg {
    position: relative;
    bottom: -40px;
  }
}
.SectionCryptoWallet_container__iUY9F .SectionCryptoWallet_title__yh996 {
  color: #fff;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 1200px) and (min-width: 1115px) {
  .SectionCryptoWallet_container__iUY9F .SectionCryptoWallet_title__yh996 {
    width: 90%;
  }
}
.SectionCryptoWallet_container__iUY9F
  .SectionCryptoWallet_bottomContainer__C2Nlg {
  display: flex;
  gap: 125px;
  position: relative;
}
.SectionCryptoWallet_container__iUY9F
  .SectionCryptoWallet_bottomContainer__C2Nlg
  .SectionCryptoWallet_descrContainer__xoYw6 {
  width: 60%;
  position: relative;
}
.SectionCryptoWallet_container__iUY9F
  .SectionCryptoWallet_bottomContainer__C2Nlg
  .SectionCryptoWallet_descrContainer__xoYw6
  .SectionCryptoWallet_svgContainer__lVTot {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1201px) {
  .SectionCryptoWallet_container__iUY9F
    .SectionCryptoWallet_bottomContainer__C2Nlg
    .SectionCryptoWallet_descrContainer__xoYw6 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .SectionCryptoWallet_container__iUY9F
    .SectionCryptoWallet_bottomContainer__C2Nlg
    .SectionCryptoWallet_descrContainer__xoYw6 {
    width: 100%;
  }
}
.SectionCryptoWallet_container__iUY9F
  .SectionCryptoWallet_bottomContainer__C2Nlg
  .SectionCryptoWallet_description__nIMv6 {
  color: #7c7c7c;
  margin-bottom: 48px;
}
.SectionCryptoWallet_container__iUY9F
  .SectionCryptoWallet_bottomContainer__C2Nlg
  .SectionCryptoWallet_marketsContainer__vQk7k {
  display: flex;
  gap: 16px;
}
.CardStep_container__DpM0X {
  position: relative;
  width: 429px;
  height: 212px;
}
.CardStep_container__DpM0X .CardStep_mobile__yHhIp,
.CardStep_container__DpM0X .CardStep_sm__PeNDi,
.CardStep_container__DpM0X .CardStep_tablet__FX51P {
  display: none;
}
@media (max-width: 1100px) {
  .CardStep_container__DpM0X {
    width: 100%;
    height: 212px;
  }
  .CardStep_container__DpM0X .CardStep_tablet__FX51P {
    display: block;
  }
  .CardStep_container__DpM0X .CardStep_full__EPu0f {
    display: none;
  }
}
@media (max-width: 480px) {
  .CardStep_container__DpM0X {
    width: 100%;
  }
  .CardStep_container__DpM0X .CardStep_full__EPu0f,
  .CardStep_container__DpM0X .CardStep_tablet__FX51P {
    display: none;
  }
  .CardStep_container__DpM0X .CardStep_mobile__yHhIp {
    display: block;
  }
}
.CardStep_container__DpM0X .CardStep_svgContainer__2TdBu {
  position: relative;
  width: 100%;
  height: 100%;
}
.CardStep_container__DpM0X .CardStep_svgContainer__2TdBu svg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.CardStep_container__DpM0X .CardStep_textContainer__hCQ_o {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 36px 40px 64px;
}
.CardStep_container__DpM0X .CardStep_description__O8qoE,
.CardStep_container__DpM0X .CardStep_title__TS1tF {
  text-transform: uppercase;
  position: relative;
  width: 81%;
  word-break: break-word;
}
.CardStep_container__DpM0X .CardStep_title__TS1tF {
  margin-bottom: 16px;
}
.CardStep_container__DpM0X.CardStep_variant1__ABj_B svg path {
  fill: hsla(0, 0%, 100%, 0.04);
}
.CardStep_container__DpM0X.CardStep_variant1__ABj_B .CardStep_title__TS1tF {
  color: #ffda39;
}
.CardStep_container__DpM0X.CardStep_variant1__ABj_B
  .CardStep_description__O8qoE {
  color: #fff;
}
.CardStep_container__DpM0X.CardStep_variant2__ai39b svg path {
  fill: #fff;
}
.CardStep_container__DpM0X.CardStep_variant2__ai39b .CardStep_title__TS1tF {
  color: #ffda39;
}
.CardStep_container__DpM0X.CardStep_variant2__ai39b
  .CardStep_description__O8qoE {
  color: #0f0f0f;
}
.CardStep_container__DpM0X.CardStep_variant3___xGcm svg path {
  fill: #ffda39;
}
.CardStep_container__DpM0X.CardStep_variant3___xGcm
  .CardStep_description__O8qoE,
.CardStep_container__DpM0X.CardStep_variant3___xGcm .CardStep_title__TS1tF {
  color: #fff;
}
.SectionSteps_container__O2opk {
  background-color: #fff;
  max-width: 1440px;
  width: 100%;
}
.SectionSteps_container__O2opk .SectionSteps_content__Zsnjh {
  border-radius: 24px 24px 0 0;
  padding: 80px 60px 0;
  background: #0f0f0f
    radial-gradient(
      50% 50% at 50% 50%,
      rgba(255, 44, 0, 0.2) 0,
      rgba(255, 44, 0, 0) 100%
    );
}
@media (max-width: 780px) {
  .SectionSteps_container__O2opk .SectionSteps_content__Zsnjh {
    padding: 40px 24px 0;
  }
}
@media (max-width: 480px) {
  .SectionSteps_container__O2opk .SectionSteps_content__Zsnjh {
    padding: 40px 16px 0;
  }
}
.SectionSteps_container__O2opk
  .SectionSteps_content__Zsnjh
  .SectionSteps_headerContainer__gbZkt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .SectionSteps_container__O2opk
    .SectionSteps_content__Zsnjh
    .SectionSteps_headerContainer__gbZkt {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 40px;
  }
}
.SectionSteps_container__O2opk
  .SectionSteps_content__Zsnjh
  .SectionSteps_headerContainer__gbZkt
  .SectionSteps_title__f6bLt {
  color: #fff;
  text-transform: uppercase;
}
.SectionSteps_container__O2opk
  .SectionSteps_content__Zsnjh
  .SectionSteps_headerContainer__gbZkt
  .SectionSteps_description__8x4q0 {
  color: #7c7c7c;
}
.SectionSteps_container__O2opk
  .SectionSteps_content__Zsnjh
  .SectionSteps_cardsContainer__s0Y6X
  .SectionSteps_cards__TtJ3E {
  display: flex;
  gap: 16px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1100px) {
  .SectionSteps_container__O2opk
    .SectionSteps_content__Zsnjh
    .SectionSteps_cardsContainer__s0Y6X
    .SectionSteps_cards__TtJ3E {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    gap: 16px;
  }
  .SectionSteps_container__O2opk
    .SectionSteps_content__Zsnjh
    .SectionSteps_cardsContainer__s0Y6X
    .SectionSteps_cards__TtJ3E
    > div:first-child,
  .SectionSteps_container__O2opk
    .SectionSteps_content__Zsnjh
    .SectionSteps_cardsContainer__s0Y6X
    .SectionSteps_cards__TtJ3E
    > div:nth-child(2) {
    grid-row: 1;
  }
  .SectionSteps_container__O2opk
    .SectionSteps_content__Zsnjh
    .SectionSteps_cardsContainer__s0Y6X
    .SectionSteps_cards__TtJ3E
    > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .SectionSteps_container__O2opk
    .SectionSteps_content__Zsnjh
    .SectionSteps_cardsContainer__s0Y6X
    .SectionSteps_cards__TtJ3E {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .SectionSteps_container__O2opk
    .SectionSteps_content__Zsnjh
    .SectionSteps_cardsContainer__s0Y6X
    .SectionSteps_cards__TtJ3E {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
}
.SectionSteps_container__O2opk
  .SectionSteps_content__Zsnjh
  .SectionSteps_buttonContainer__gG0Y7 {
  padding: 80px 0;
  display: flex;
  justify-content: center;
}
.SectionSteps_container__O2opk
  .SectionSteps_content__Zsnjh
  .SectionSteps_buttonContainer__gG0Y7
  .SectionSteps_button__Vx4Qn {
  width: 238px;
}
@media (max-width: 480px) {
  .SectionSteps_container__O2opk
    .SectionSteps_content__Zsnjh
    .SectionSteps_buttonContainer__gG0Y7
    .SectionSteps_button__Vx4Qn {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .SectionSteps_container__O2opk
    .SectionSteps_content__Zsnjh
    .SectionSteps_buttonContainer__gG0Y7 {
    margin-top: 40px;
  }
}
.SectionTicker_container__zpmIJ {
  padding: 0 60px;
  background-color: #fff;
  width: 100%;
  max-width: 1440px;
}
@media (max-width: 1439px) {
  .SectionTicker_container__zpmIJ {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .SectionTicker_container__zpmIJ {
    padding: 0 16px;
  }
}
.SectionTicker_container__zpmIJ .SectionTicker_content__Byj8N {
  display: flex;
  white-space: nowrap;
  border-bottom: 1px solid #0f0f0f;
  border-top: 1px solid #0f0f0f;
  overflow: hidden;
}
.SectionTicker_container__zpmIJ
  .SectionTicker_content__Byj8N
  .SectionTicker_marquee__uyz4_ {
  display: flex;
  gap: 60px;
  animation: SectionTicker_marquee__uyz4_ 20s linear infinite;
}
.SectionTicker_container__zpmIJ
  .SectionTicker_content__Byj8N
  .SectionTicker_marquee__uyz4_
  .SectionTicker_slide__zted4 {
  padding: 16px 0;
  height: 59px;
}
@keyframes SectionTicker_marquee__uyz4_ {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.CardScanPay_container__qYIdl {
  padding: 36px 40px;
  background-color: #0f0f0f;
  display: flex;
  border-radius: 24px;
  width: auto;
  gap: 16px;
  min-height: 138px;
  align-items: center;
}
.CardScanPay_container__qYIdl .CardScanPay_content__eEg82 {
  display: flex;
  gap: 8px;
  align-items: center;
}
.CardScanPay_content__eEg82 .ccdot {
  flex-shrink: 0;
  width: 6px !important;
  height: 6px !important;
  background: #ffda39;
  border-radius: 50%;
  display: inline-block;
}
.CardScanPay_container__qYIdl svg {
  min-width: 24px;
  min-height: 24px;
}
.CardScanPay_container__qYIdl p {
  color: #c8c8c8;
  word-break: break-word;
}
@media (max-width: 768px) {
  .CardScanPay_container__qYIdl {
    padding: 36px 32px;
  }
}
.SectionScanPay_container__SApsA {
  max-width: 1440px;
  width: 100%;
  background-color: transparent;
}
.SectionScanPay_container__SApsA svg {
  display: block;
  position: relative;
  margin-bottom: -2px;
}
.SectionScanPay_container__SApsA .SectionScanPay_adaptiveSize__jhNtb {
  display: none;
}
.SectionScanPay_container__SApsA .SectionScanPay_fullSize__t1wE_ {
  display: block;
}
@media (max-width: 1125px) {
  .SectionScanPay_container__SApsA .SectionScanPay_fullSize__t1wE_ {
    display: none;
  }
  .SectionScanPay_container__SApsA .SectionScanPay_adaptiveSize__jhNtb {
    display: block;
  }
}
.SectionScanPay_container__SApsA .SectionScanPay_title__asteF {
  color: #0f0f0f;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .SectionScanPay_container__SApsA .SectionScanPay_title__asteF {
    word-break: break-word;
  }
}
.SectionScanPay_container__SApsA .SectionScanPay_content__NWYUe {
  position: relative;
  background-color: #fff;
  border-radius: 0 24px 0 0;
  padding: 0 60px 80px;
}
@media (max-width: 1125px) {
  .SectionScanPay_container__SApsA .SectionScanPay_content__NWYUe {
    padding: 40px 24px 60px;
  }
}
@media (max-width: 767px) {
  .SectionScanPay_container__SApsA .SectionScanPay_content__NWYUe {
    padding: 40px 16px;
  }
}
.SectionScanPay_container__SApsA
  .SectionScanPay_content__NWYUe
  .SectionScanPay_svgContainer__k_3g4 {
  position: absolute;
  top: 0;
}
.SectionScanPay_container__SApsA
  .SectionScanPay_content__NWYUe
  .SectionScanPay_blocks___F5ib {
  display: flex;
  margin-top: 40px;
}
.SectionScanPay_container__SApsA
  .SectionScanPay_content__NWYUe
  .SectionScanPay_blocks___F5ib
  .SectionScanPay_leftContainer__1QNTc {
  flex-grow: 1;
  width: 50%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 44, 0, 0.2) 0,
    rgba(255, 44, 0, 0) 100%
  );
}
.SectionScanPay_container__SApsA
  .SectionScanPay_content__NWYUe
  .SectionScanPay_blocks___F5ib
  .SectionScanPay_leftContainer__1QNTc
  > div {
  position: unset !important;
}
.SectionScanPay_container__SApsA
  .SectionScanPay_content__NWYUe
  .SectionScanPay_blocks___F5ib
  .SectionScanPay_leftContainer__1QNTc
  .SectionScanPay_image__3O_u6 {
  object-fit: contain;
  max-height: 540px;
  width: 100% !important;
  position: relative !important;
  height: unset !important;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .SectionScanPay_container__SApsA
    .SectionScanPay_content__NWYUe
    .SectionScanPay_blocks___F5ib
    .SectionScanPay_leftContainer__1QNTc
    .SectionScanPay_image__3O_u6 {
    max-height: 430px;
  }
}
.SectionScanPay_container__SApsA
  .SectionScanPay_content__NWYUe
  .SectionScanPay_blocks___F5ib
  .SectionScanPay_rightContainer__XZIy5 {
  flex-grow: 1;
  padding: 55px 0;
  width: 50%;
}
@media (max-width: 768px) {
  .SectionScanPay_container__SApsA
    .SectionScanPay_content__NWYUe
    .SectionScanPay_blocks___F5ib
    .SectionScanPay_rightContainer__XZIy5 {
    flex-grow: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .SectionScanPay_container__SApsA
    .SectionScanPay_content__NWYUe
    .SectionScanPay_blocks___F5ib
    .SectionScanPay_rightContainer__XZIy5 {
    padding-top: 40px;
  }
}
.SectionScanPay_container__SApsA
  .SectionScanPay_content__NWYUe
  .SectionScanPay_blocks___F5ib
  .SectionScanPay_rightContainer__XZIy5
  .SectionScanPay_cards__8Q_BA {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.SectionScanPay_container__SApsA
  .SectionScanPay_content__NWYUe
  .SectionScanPay_blocks___F5ib
  .SectionScanPay_rightContainer__XZIy5
  .SectionScanPay_cards__8Q_BA
  div {
  max-width: 430px;
}
@media (max-width: 768px) {
  .SectionScanPay_container__SApsA
    .SectionScanPay_content__NWYUe
    .SectionScanPay_blocks___F5ib
    .SectionScanPay_rightContainer__XZIy5
    .SectionScanPay_cards__8Q_BA
    div {
    width: 352px;
  }
}
@media (max-width: 767px) {
  .SectionScanPay_container__SApsA
    .SectionScanPay_content__NWYUe
    .SectionScanPay_blocks___F5ib
    .SectionScanPay_rightContainer__XZIy5
    .SectionScanPay_cards__8Q_BA
    div {
    max-width: none;
    width: 100%;
  }
}
.SectionScanPay_container__SApsA
  .SectionScanPay_content__NWYUe
  .SectionScanPay_blocks___F5ib
  .SectionScanPay_rightContainer__XZIy5
  .SectionScanPay_cards__8Q_BA
  div:nth-child(2) {
  align-self: flex-end;
}
@media (max-width: 768px) {
  .SectionScanPay_container__SApsA
    .SectionScanPay_content__NWYUe
    .SectionScanPay_blocks___F5ib
    .SectionScanPay_rightContainer__XZIy5
    .SectionScanPay_cards__8Q_BA
    div:nth-child(2) {
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .SectionScanPay_container__SApsA
    .SectionScanPay_content__NWYUe
    .SectionScanPay_blocks___F5ib {
    flex-direction: column;
  }
  .SectionScanPay_container__SApsA
    .SectionScanPay_content__NWYUe
    .SectionScanPay_blocks___F5ib
    .SectionScanPay_leftContainer__1QNTc,
  .SectionScanPay_container__SApsA
    .SectionScanPay_content__NWYUe
    .SectionScanPay_blocks___F5ib
    .SectionScanPay_rightContainer__XZIy5 {
    width: 100%;
  }
}
.SectionSecurity_container__O4FrU {
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
  padding: 80px 60px;
}
.SectionSecurity_container__O4FrU .SectionSecurity_titleContainer__C_kNu {
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .SectionSecurity_container__O4FrU .SectionSecurity_titleContainer__C_kNu {
    margin-bottom: 40px;
  }
}
.SectionSecurity_container__O4FrU .SectionSecurity_cardsContainer__qR9Jz {
  display: flex;
  gap: 16px;
}
@media (max-width: 1439px) {
  .SectionSecurity_container__O4FrU .SectionSecurity_cardsContainer__qR9Jz {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .SectionSecurity_container__O4FrU {
    padding: 60px 24px;
  }
}
@media (max-width: 480px) {
  .SectionSecurity_container__O4FrU {
    padding: 40px 16px;
  }
}
.swiper-slide {
  width: auto !important;
  margin-right: 16px !important;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.CardRoadMap_container__u0LYP {
  background-color: #fff;
  padding: 32px 40px 0;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  width: 318px;
  height: 348px;
}
.CardRoadMap_container__u0LYP .CardRoadMap_headerContainer__sgyi7 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.CardRoadMap_container__u0LYP .CardRoadMap_headerContainer__sgyi7 p {
  color: #ffda39;
}
.CardRoadMap_container__u0LYP .CardRoadMap_description__LXYOx {
  color: #7c7c7c;
}
.CardRoadMap_soon__o0cHi {
  background-color: hsla(0, 0%, 100%, 0.04);
}
.CardRoadMap_soon__o0cHi .CardRoadMap_title__hFqe0 {
  color: #fff;
  text-transform: uppercase;
  min-height: 120px;
}
.CardRoadMap_line__X530s {
  height: 1px;
  width: 100%;
  margin-bottom: 16px;
  margin-top: 16px;
  background-color: #7c7c7c;
}
.CardRoadMap_title__hFqe0 {
  color: #0f0f0f;
  text-transform: uppercase;
  min-height: 120px;
}
.ButtonWithArrow_container__tqEEh {
  padding: 13px;
  background-color: hsla(0, 0%, 100%, 0.04);
  border-radius: 12px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.ButtonWithArrow_container__tqEEh svg path {
  stroke: #fff;
}
.ButtonWithArrow_container__tqEEh:hover {
  background-color: hsla(0, 0%, 46%, 0.2);
}
.ButtonWithArrow_container__tqEEh[disabled] {
  background-color: hsla(0, 0%, 100%, 0.04);
}
.ButtonWithArrow_container__tqEEh[disabled] svg path {
  stroke: #7c7c7c;
}
.ButtonWithArrow_right__YYNlg {
  transform: rotate(180deg);
}
@media (max-width: 1439px) {
  .SnakeRoadmap_container__hOtBO {
    display: none;
  }
}
.SnakeRoadmap_container__hOtBO .SnakeRoadmap_headerContainer__mvHaJ {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.SnakeRoadmap_container__hOtBO .SnakeRoadmap_rows__sGXaf {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 44, 0, 0.2) 0,
    rgba(255, 44, 0, 0) 100%
  );
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.SnakeRoadmap_container__hOtBO
  .SnakeRoadmap_rows__sGXaf
  .SnakeRoadmap_firstRow__EfY9d {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
.SnakeRoadmap_container__hOtBO
  .SnakeRoadmap_rows__sGXaf
  .SnakeRoadmap_firstRow__EfY9d
  .SnakeRoadmap_cardsFirstRow__na9mX {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 3;
  gap: 16px;
  justify-content: flex-end;
  overflow: hidden;
}
.SnakeRoadmap_container__hOtBO
  .SnakeRoadmap_rows__sGXaf
  .SnakeRoadmap_firstRow__EfY9d
  .SnakeRoadmap_navContainer___dddb
  .SnakeRoadmap_imageContainer__aWmhr {
  padding: 28px 60px 0 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.04);
  border-radius: 24px;
  max-width: 318px;
  max-height: 348px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
.SnakeRoadmap_container__hOtBO
  .SnakeRoadmap_rows__sGXaf
  .SnakeRoadmap_firstRow__EfY9d
  .SnakeRoadmap_navContainer___dddb
  .SnakeRoadmap_imageContainer__aWmhr
  .SnakeRoadmap_imageWrapper__0n_mR {
  width: 179px;
  height: 320px;
}
.SnakeRoadmap_container__hOtBO
  .SnakeRoadmap_rows__sGXaf
  .SnakeRoadmap_firstRow__EfY9d
  .SnakeRoadmap_navContainer___dddb
  .SnakeRoadmap_imageContainer__aWmhr
  .SnakeRoadmap_imageWrapper__0n_mR
  .SnakeRoadmap_image__I14uN {
  width: 100%;
  height: 100%;
}
.SnakeRoadmap_container__hOtBO
  .SnakeRoadmap_rows__sGXaf
  .SnakeRoadmap_firstRow__EfY9d
  .SnakeRoadmap_buttonsContainer__rVLpl {
  display: flex;
  justify-content: flex-end;
}
.SnakeRoadmap_container__hOtBO
  .SnakeRoadmap_rows__sGXaf
  .SnakeRoadmap_firstRow__EfY9d
  .SnakeRoadmap_buttonsContainer__rVLpl
  .SnakeRoadmap_buttons__JVjaJ {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}
.SnakeRoadmap_container__hOtBO
  .SnakeRoadmap_rows__sGXaf
  .SnakeRoadmap_secondRow__LhJhF {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
.SnakeRoadmap_container__hOtBO
  .SnakeRoadmap_rows__sGXaf
  .SnakeRoadmap_secondRow__LhJhF
  .SnakeRoadmap_cardsSecondRow__Q_WD4 {
  display: flex;
  overflow: hidden;
  gap: 16px;
  grid-column-start: 2;
  grid-column-end: 5;
}
.SectionRoadMap_container__h8DSR {
  width: 100%;
  max-width: 1440px;
  padding: 100px 60px 120px;
}
@media (max-width: 768px) {
  .SectionRoadMap_container__h8DSR {
    padding: 80px 0 80px 24px;
  }
}
@media (max-width: 1439px) {
  .SectionRoadMap_container__h8DSR {
    padding: 80px 0 120px 60px;
  }
}
@media (max-width: 480px) {
  .SectionRoadMap_container__h8DSR {
    padding: 80px 0 60px 16px;
  }
}
.SectionRoadMap_container__h8DSR .SectionRoadMap_adaptiveSection__H17VO {
  display: none;
}
@media (max-width: 1439px) {
  .SectionRoadMap_container__h8DSR .SectionRoadMap_adaptiveSection__H17VO {
    display: block;
  }
}
.SectionRoadMap_container__h8DSR
  .SectionRoadMap_adaptiveSection__H17VO
  .SectionRoadMap_headerContainer__3dvni {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SectionRoadMap_container__h8DSR
  .SectionRoadMap_adaptiveSection__H17VO
  .SectionRoadMap_headerContainer__3dvni
  .SectionRoadMap_textContainer__FKtN1 {
  color: #fff;
  text-transform: uppercase;
}
.SectionRoadMap_container__h8DSR
  .SectionRoadMap_adaptiveSection__H17VO
  .SectionRoadMap_headerContainer__3dvni
  .SectionRoadMap_navigationContainer__DBy49 {
  display: flex;
  gap: 12px;
}
@media (min-width: 768px) {
  .SectionRoadMap_container__h8DSR
    .SectionRoadMap_adaptiveSection__H17VO
    .SectionRoadMap_headerContainer__3dvni
    .SectionRoadMap_navigationContainer__DBy49 {
    margin-right: 60px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .SectionRoadMap_container__h8DSR
    .SectionRoadMap_adaptiveSection__H17VO
    .SectionRoadMap_headerContainer__3dvni
    .SectionRoadMap_navigationContainer__DBy49 {
    margin-right: 24px;
  }
}
@media (max-width: 480px) {
  .SectionRoadMap_container__h8DSR
    .SectionRoadMap_adaptiveSection__H17VO
    .SectionRoadMap_headerContainer__3dvni
    .SectionRoadMap_navigationContainer__DBy49 {
    margin-right: 16px;
  }
}
.SectionFaq_container__MbXw0 {
  padding: 0 60px 20px;
  max-width: 1440px;
  width: 100%;
}
@media (max-width: 768px) {
  .SectionFaq_container__MbXw0 {
    padding: 0 24px 60px;
  }
}
@media (max-width: 480px) {
  .SectionFaq_container__MbXw0 {
    padding: 0 16px 40px;
  }
}
.SectionFaq_container__MbXw0 .SectionFaq_headerContainer__Lo8hX {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.SectionFaq_container__MbXw0
  .SectionFaq_headerContainer__Lo8hX
  .SectionFaq_linkContainer__0coEM {
  display: flex;
  align-items: center;
  gap: 4px;
}
.SectionFaq_container__MbXw0
  .SectionFaq_headerContainer__Lo8hX
  .SectionFaq_linkContainer__0coEM:hover
  a {
  color: #d04e32;
}
.SectionFaq_container__MbXw0
  .SectionFaq_headerContainer__Lo8hX
  .SectionFaq_linkContainer__0coEM:hover
  svg
  path {
  stroke: #d04e32;
}
.SectionFaq_container__MbXw0
  .SectionFaq_headerContainer__Lo8hX
  .SectionFaq_linkContainer__0coEM
  a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .SectionFaq_container__MbXw0 .SectionFaq_headerContainer__Lo8hX {
    margin-bottom: 40px;
  }
}
.SectionFaq_container__MbXw0 .SectionFaq_content__yXwPK {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .SectionFaq_container__MbXw0 .SectionFaq_content__yXwPK {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.SectionFaq_container__MbXw0
  .SectionFaq_content__yXwPK
  .SectionFaq_imageContainer___0XY6 {
  width: 100%;
  flex: 1 1;
}
.SectionFaq_container__MbXw0
  .SectionFaq_content__yXwPK
  .SectionFaq_imageContainer___0XY6
  > div {
  position: unset !important;
}
.SectionFaq_container__MbXw0
  .SectionFaq_content__yXwPK
  .SectionFaq_imageContainer___0XY6
  .SectionFaq_image__CwWgt {
  width: 641px;
  height: 665px;
  object-fit: contain;
  position: relative !important;
  height: unset !important;
  border-radius: 24px;
}
.SectionFaq_container__MbXw0
  .SectionFaq_content__yXwPK
  .SectionFaq_listContainer__bWGTt
  .SectionFaq_list__TdrR5 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.styles_wrapper__oK7dS {
  padding: 100px 60px;
  max-width: 1440px;
  width: 100%;
}
@media (max-width: 768px) {
  .styles_wrapper__oK7dS {
    padding: 60px 24px;
  }
}
@media (max-width: 480px) {
  .styles_wrapper__oK7dS {
    padding: 40px 16px;
  }
}
.styles_wrapper__oK7dS .styles_content__ZH8qM {
  border-radius: 24px;
  padding: 8px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background: hsla(0, 0%, 100%, 0.04);
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 16px;
  gap: 16px;
}
.styles_wrapper__oK7dS .styles_content__ZH8qM .styles_description__Fn5_e {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}
.styles_wrapper__oK7dS
  .styles_content__ZH8qM
  .styles_description__Fn5_e
  .styles_title__5UamQ {
  color: #fff;
  text-transform: uppercase;
}
.styles_wrapper__oK7dS
  .styles_content__ZH8qM
  .styles_description__Fn5_e
  .styles_descr__4JJn5 {
  color: #7c7c7c;
}
.styles_wrapper__oK7dS .styles_content__ZH8qM .styles_imageContainer__AQBKc {
  position: relative;
  width: 100%;
  height: 262px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
.styles_wrapper__oK7dS
  .styles_content__ZH8qM
  .styles_imageContainer__AQBKc
  .styles_email__GwfVp {
  color: #fff;
  text-align: center;
  transition: color 0.3s;
}
@media (hover: hover), (hover: none) {
  .styles_wrapper__oK7dS
    .styles_content__ZH8qM
    .styles_imageContainer__AQBKc
    .styles_email__GwfVp:active,
  .styles_wrapper__oK7dS
    .styles_content__ZH8qM
    .styles_imageContainer__AQBKc
    .styles_email__GwfVp:hover {
    color: #ffda39;
  }
}
.styles_wrapper__oK7dS
  .styles_content__ZH8qM
  .styles_imageContainer__AQBKc
  .styles_image__0MjWx {
  border-radius: 24px;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .styles_wrapper__oK7dS .styles_content__ZH8qM {
    display: flex;
    flex-direction: column;
  }
  .styles_wrapper__oK7dS .styles_content__ZH8qM .styles_description__Fn5_e {
    max-width: 100%;
  }
}
.SectionFaqLists_container__8I_oB {
  padding: 60px 60px 0;
  max-width: 1440px;
  width: 100%;
}
@media (max-width: 768px) {
  .SectionFaqLists_container__8I_oB {
    padding: 40px 24px 0;
  }
}
@media (max-width: 480px) {
  .SectionFaqLists_container__8I_oB {
    padding: 40px 16px 0;
  }
}
.SectionFaqLists_container__8I_oB .SectionFaqLists_content__sfeld {
  color: #fff;
}
.SectionFaqLists_container__8I_oB
  .SectionFaqLists_content__sfeld
  .SectionFaqLists_titleContainer__4k5UT
  .SectionFaqLists_title__qAZ2f {
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .SectionFaqLists_container__8I_oB
    .SectionFaqLists_content__sfeld
    .SectionFaqLists_titleContainer__4k5UT
    .SectionFaqLists_title__qAZ2f {
    margin-bottom: 40px;
  }
}
.SectionFaqLists_container__8I_oB .SectionFaqLists_block__R2XQy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
}
.SectionFaqLists_container__8I_oB
  .SectionFaqLists_block__R2XQy
  .SectionFaqLists_listContainer__0p0xt
  .SectionFaqLists_list__63I4H {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .SectionFaqLists_container__8I_oB .SectionFaqLists_block__R2XQy {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
.styles_headerWrapper__gOWCz {
  padding: 60px;
  max-width: 1440px;
  width: 100%;
  display: flex;
  gap: 40px;
}
.styles_headerWrapper__gOWCz .styles_left__Lji9a {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.styles_headerWrapper__gOWCz .styles_left__Lji9a .styles_title__K3FkM {
  color: #fff;
  text-transform: uppercase;
}
.styles_headerWrapper__gOWCz .styles_left__Lji9a .styles_descr__Zx0s6 {
  color: #7c7c7c;
  margin-top: 16px;
}
.styles_headerWrapper__gOWCz .styles_left__Lji9a .styles_markets__H5ITB {
  margin-top: 40px;
}
.styles_headerWrapper__gOWCz .styles_right__x0Dhp {
  width: 50%;
}
.styles_headerWrapper__gOWCz
  .styles_right__x0Dhp
  .styles_imageContainer__j6BoI {
  flex-grow: 1;
}
.styles_headerWrapper__gOWCz
  .styles_right__x0Dhp
  .styles_imageContainer__j6BoI
  > div {
  position: unset !important;
}
.styles_headerWrapper__gOWCz
  .styles_right__x0Dhp
  .styles_imageContainer__j6BoI
  .styles_image__SEBR_ {
  object-fit: contain;
  max-height: 640px;
  width: 100% !important;
  position: relative !important;
  height: unset !important;
}

.feature_styles_image__SEBR_ {
  object-fit: contain;
  width: 1000px;
  max-width: 1000px;
  position: absolute !important;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  .styles_headerWrapper__gOWCz {
    flex-wrap: wrap;
  }
  .styles_headerWrapper__gOWCz .styles_left__Lji9a,
  .styles_headerWrapper__gOWCz .styles_right__x0Dhp {
    width: 100%;
  }
  .styles_headerWrapper__gOWCz .styles_right__x0Dhp img {
    display: none;
  }
}
@media (max-width: 768px) {
  .styles_headerWrapper__gOWCz {
    padding: 40px 24px;
  }
}
@media (max-width: 480px) {
  .styles_headerWrapper__gOWCz {
    padding: 40px 16px;
  }
}
.styles_functionsWrapper__ZaeCb {
  width: 100%;
  background: hsla(0, 0%, 100%, 0.04);
  display: flex;
  justify-content: center;
  border-radius: 24px;
}
.styles_functionsWrapper__ZaeCb .styles_content__FqxJp {
  max-width: 1440px;
  padding: 60px 60px 80px;
  width: 100%;
}
.styles_functionsWrapper__ZaeCb .styles_content__FqxJp .styles_title__K3FkM {
  color: #fff;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .styles_functionsWrapper__ZaeCb .styles_content__FqxJp .styles_title__K3FkM {
    margin-bottom: 40px;
  }
}
.styles_functionsWrapper__ZaeCb .styles_content__FqxJp .styles_cards__NWkBK {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px;
  gap: 16px;
}
.styles_functionsWrapper__ZaeCb
  .styles_content__FqxJp
  .styles_cards__NWkBK
  .styles_card__DjJKl {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid hsla(0, 0%, 100%, 0.04);
  background: hsla(0, 0%, 100%, 0.04);
}
.styles_functionsWrapper__ZaeCb
  .styles_content__FqxJp
  .styles_cards__NWkBK
  .styles_card__DjJKl:hover {
  border: 1px solid hsla(0, 0%, 46%, 0.2);
}
.styles_functionsWrapper__ZaeCb
  .styles_content__FqxJp
  .styles_cards__NWkBK
  .styles_card__DjJKl:hover
  .styles_title__K3FkM {
  color: #ffda39;
}
.styles_functionsWrapper__ZaeCb
  .styles_content__FqxJp
  .styles_cards__NWkBK
  .styles_card__DjJKl
  .styles_title__K3FkM {
  transition: all 1s;
  color: #fff;
  margin-top: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.styles_functionsWrapper__ZaeCb
  .styles_content__FqxJp
  .styles_cards__NWkBK
  .styles_card__DjJKl
  .styles_image__SEBR_ {
  width: 80px;
  height: 80px;
}
.styles_functionsWrapper__ZaeCb
  .styles_content__FqxJp
  .styles_cards__NWkBK
  .styles_card__DjJKl
  .styles_descr__Zx0s6 {
  color: #7c7c7c;
}
.styles_functionsWrapper__ZaeCb
  .styles_content__FqxJp
  .styles_cards__NWkBK
  .styles_card__DjJKl:first-child,
.styles_functionsWrapper__ZaeCb
  .styles_content__FqxJp
  .styles_cards__NWkBK
  .styles_card__DjJKl:nth-child(2) {
  grid-column: span 3;
}
.styles_functionsWrapper__ZaeCb
  .styles_content__FqxJp
  .styles_cards__NWkBK
  .styles_card__DjJKl:nth-child(3),
.styles_functionsWrapper__ZaeCb
  .styles_content__FqxJp
  .styles_cards__NWkBK
  .styles_card__DjJKl:nth-child(4),
.styles_functionsWrapper__ZaeCb
  .styles_content__FqxJp
  .styles_cards__NWkBK
  .styles_card__DjJKl:nth-child(5) {
  grid-column-start: span 2;
}
@media (max-width: 900px) {
  .styles_functionsWrapper__ZaeCb
    .styles_content__FqxJp
    .styles_cards__NWkBK
    .styles_card__DjJKl:first-child,
  .styles_functionsWrapper__ZaeCb
    .styles_content__FqxJp
    .styles_cards__NWkBK
    .styles_card__DjJKl:nth-child(2),
  .styles_functionsWrapper__ZaeCb
    .styles_content__FqxJp
    .styles_cards__NWkBK
    .styles_card__DjJKl:nth-child(3),
  .styles_functionsWrapper__ZaeCb
    .styles_content__FqxJp
    .styles_cards__NWkBK
    .styles_card__DjJKl:nth-child(4) {
    grid-column-start: span 3;
  }
  .styles_functionsWrapper__ZaeCb
    .styles_content__FqxJp
    .styles_cards__NWkBK
    .styles_card__DjJKl:nth-child(5) {
    grid-column-start: span 6;
  }
}
@media (max-width: 767px) {
  .styles_functionsWrapper__ZaeCb .styles_content__FqxJp .styles_cards__NWkBK {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .styles_functionsWrapper__ZaeCb .styles_content__FqxJp {
    padding: 40px 24px 60px;
  }
}
@media (max-width: 480px) {
  .styles_functionsWrapper__ZaeCb .styles_content__FqxJp {
    padding: 40px 14px 60px;
  }
}
.styles_featuresWrapper__UG2Y2 {
  padding: 80px 60px;
  max-width: 1440px;
  width: 100%;
}
.styles_featuresWrapper__UG2Y2 .styles_networksBlock__kpzLK {
  display: flex;
  gap: 40px;
}
.styles_featuresWrapper__UG2Y2
  .styles_networksBlock__kpzLK
  .styles_left__Lji9a {
  width: 50%;
}
.styles_featuresWrapper__UG2Y2
  .styles_networksBlock__kpzLK
  .styles_left__Lji9a
  .styles_title__K3FkM {
  color: #fff;
  text-transform: uppercase;
}
.styles_featuresWrapper__UG2Y2
  .styles_networksBlock__kpzLK
  .styles_left__Lji9a
  .styles_descr__Zx0s6 {
  color: #7c7c7c;
  margin-top: 16px;
}
.styles_featuresWrapper__UG2Y2
  .styles_networksBlock__kpzLK
  .styles_left__Lji9a
  .styles_logo__uKe5E {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 32px 10px 20px;
  border-radius: 24px;
  border: 1px solid hsla(0, 0%, 100%, 0.04);
  background: hsla(0, 0%, 100%, 0.04);
  margin-bottom: 40px;
}
.styles_featuresWrapper__UG2Y2
  .styles_networksBlock__kpzLK
  .styles_left__Lji9a
  .styles_logo__uKe5E
  .styles_test__Hefgl {
  width: 50px;
  height: 50px;
  background: red;
}
.styles_featuresWrapper__UG2Y2
  .styles_networksBlock__kpzLK
  .styles_cards__NWkBK {
  width: 50%;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
.styles_featuresWrapper__UG2Y2
  .styles_networksBlock__kpzLK
  .styles_cards__NWkBK
  .styles_card__DjJKl {
  border-radius: 24px;
  border: 1px solid hsla(0, 0%, 100%, 0.04);
  background: hsla(0, 0%, 100%, 0.04);
  padding: 32px;
}
.styles_featuresWrapper__UG2Y2
  .styles_networksBlock__kpzLK
  .styles_cards__NWkBK
  .styles_card__DjJKl:hover {
  border: 1px solid hsla(0, 0%, 46%, 0.2);
}
.styles_featuresWrapper__UG2Y2
  .styles_networksBlock__kpzLK
  .styles_cards__NWkBK
  .styles_card__DjJKl:hover
  .styles_title__K3FkM {
  color: #ffda39;
}
.styles_featuresWrapper__UG2Y2
  .styles_networksBlock__kpzLK
  .styles_cards__NWkBK
  .styles_card__DjJKl
  .styles_title__K3FkM {
  transition: all 1s;
  color: #fff;
  margin-top: 24px;
  text-transform: uppercase;
}
.styles_featuresWrapper__UG2Y2
  .styles_networksBlock__kpzLK
  .styles_cards__NWkBK
  .styles_card__DjJKl
  .styles_descr__Zx0s6 {
  color: #7c7c7c;
  margin-top: 12px;
}
@media (max-width: 480px) {
  .styles_featuresWrapper__UG2Y2
    .styles_networksBlock__kpzLK
    .styles_cards__NWkBK {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .styles_featuresWrapper__UG2Y2 .styles_networksBlock__kpzLK {
    flex-direction: column;
  }
  .styles_featuresWrapper__UG2Y2
    .styles_networksBlock__kpzLK
    .styles_cards__NWkBK,
  .styles_featuresWrapper__UG2Y2
    .styles_networksBlock__kpzLK
    .styles_left__Lji9a {
    width: 100%;
  }
}
.styles_featuresWrapper__UG2Y2 .styles_connectBlock__1asPt {
  margin-top: 120px;
  display: flex;
  gap: 40px;
}
.styles_featuresWrapper__UG2Y2
  .styles_connectBlock__1asPt
  .styles_cards__NWkBK {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  gap: 16px;
}
.styles_featuresWrapper__UG2Y2
  .styles_connectBlock__1asPt
  .styles_cards__NWkBK
  .styles_card__DjJKl {
  border-radius: 24px;
  border: 1px hsla(0, 0%, 100%, 0.04);
  background: hsla(0, 0%, 100%, 0.04);
  padding: 32px;
}
.styles_featuresWrapper__UG2Y2
  .styles_connectBlock__1asPt
  .styles_cards__NWkBK
  .styles_card__DjJKl:hover
  .styles_title__K3FkM {
  color: #ffda39;
}
.styles_featuresWrapper__UG2Y2
  .styles_connectBlock__1asPt
  .styles_cards__NWkBK
  .styles_card__DjJKl
  .styles_title__K3FkM {
  transition: all 1s;
  color: #fff;
  margin-top: 32px;
  margin-bottom: 12px;
}
.styles_featuresWrapper__UG2Y2
  .styles_connectBlock__1asPt
  .styles_cards__NWkBK
  .styles_card__DjJKl
  .styles_descr__Zx0s6 {
  color: #7c7c7c;
}
.styles_featuresWrapper__UG2Y2
  .styles_connectBlock__1asPt
  .styles_cards__NWkBK
  .styles_card__DjJKl:first-child,
.styles_featuresWrapper__UG2Y2
  .styles_connectBlock__1asPt
  .styles_cards__NWkBK
  .styles_card__DjJKl:nth-child(2) {
  grid-column-start: span 2;
}
.styles_featuresWrapper__UG2Y2
  .styles_connectBlock__1asPt
  .styles_cards__NWkBK
  .styles_card__DjJKl:nth-child(3) {
  grid-column-start: span 4;
}
@media (max-width: 480px) {
  .styles_featuresWrapper__UG2Y2
    .styles_connectBlock__1asPt
    .styles_cards__NWkBK {
    display: flex;
    flex-direction: column;
  }
}
.styles_featuresWrapper__UG2Y2
  .styles_connectBlock__1asPt
  .styles_right__x0Dhp {
  display: flex;
  flex-direction: column;
}
.styles_featuresWrapper__UG2Y2
  .styles_connectBlock__1asPt
  .styles_right__x0Dhp
  .styles_title__K3FkM {
  color: #fff;
  text-transform: uppercase;
}
.styles_featuresWrapper__UG2Y2
  .styles_connectBlock__1asPt
  .styles_right__x0Dhp
  .styles_descr__Zx0s6 {
  color: #7c7c7c;
  margin-top: 16px;
}
.styles_featuresWrapper__UG2Y2
  .styles_connectBlock__1asPt
  .styles_right__x0Dhp
  .styles_downloadButton__Dst8f {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .styles_featuresWrapper__UG2Y2 .styles_connectBlock__1asPt {
    margin-top: 80px;
    flex-direction: column;
  }
  .styles_featuresWrapper__UG2Y2
    .styles_connectBlock__1asPt
    .styles_cards__NWkBK,
  .styles_featuresWrapper__UG2Y2
    .styles_connectBlock__1asPt
    .styles_right__x0Dhp {
    width: 100%;
  }
  .styles_featuresWrapper__UG2Y2
    .styles_connectBlock__1asPt
    .styles_right__x0Dhp {
    order: -1;
  }
  .styles_featuresWrapper__UG2Y2 {
    padding: 40px 24px 60px;
  }
}
@media (max-width: 480px) {
  .styles_featuresWrapper__UG2Y2 {
    padding: 40px 14px 60px;
  }
}
.styles_headerWrapper__mwLgr {
  padding: 60px;
  max-width: 1440px;
  width: 100%;
  display: flex;
  gap: 40px;
}
.styles_headerWrapper__mwLgr .styles_left__zHh_K {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.styles_headerWrapper__mwLgr .styles_left__zHh_K .styles_title__YFYzf {
  color: #fff;
  text-transform: uppercase;
}
.styles_headerWrapper__mwLgr .styles_left__zHh_K .styles_descr__i9Y4F {
  color: #7c7c7c;
  margin-top: 16px;
}
.styles_headerWrapper__mwLgr .styles_left__zHh_K .styles_markets__evEC8 {
  margin-top: 40px;
}
.styles_headerWrapper__mwLgr .styles_right__4nD2b {
  width: 50%;
}
.styles_headerWrapper__mwLgr
  .styles_right__4nD2b
  .styles_imageContainer__sqpvi {
  flex-grow: 1;
}
.styles_headerWrapper__mwLgr
  .styles_right__4nD2b
  .styles_imageContainer__sqpvi
  > div {
  position: unset !important;
}
.styles_headerWrapper__mwLgr
  .styles_right__4nD2b
  .styles_imageContainer__sqpvi
  .styles_image__dmTqa {
  object-fit: contain;
  max-height: 640px;
  width: 100% !important;
  position: relative !important;
  height: unset !important;
}
@media (max-width: 1000px) {
  .styles_headerWrapper__mwLgr {
    flex-wrap: wrap;
  }
  .styles_headerWrapper__mwLgr .styles_left__zHh_K,
  .styles_headerWrapper__mwLgr .styles_right__4nD2b {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .styles_headerWrapper__mwLgr {
    padding: 40px 24px;
  }
}
@media (max-width: 480px) {
  .styles_headerWrapper__mwLgr {
    padding: 40px 16px;
  }
}
.styles_securityWrapper__wPMgw {
  width: 100%;
  background: hsla(0, 0%, 100%, 0.04);
  display: flex;
  justify-content: center;
}
.styles_securityWrapper__wPMgw .styles_content___BVYg {
  max-width: 1440px;
  width: 100%;
  padding: 60px 60px 80px;
}
@media (max-width: 768px) {
  .styles_securityWrapper__wPMgw .styles_content___BVYg {
    padding: 40px 24px 60px;
  }
}
@media (max-width: 480px) {
  .styles_securityWrapper__wPMgw .styles_content___BVYg {
    padding: 40px 14px 60px;
  }
}
.styles_securityWrapper__wPMgw .styles_content___BVYg .styles_title__YFYzf {
  color: #fff;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .styles_securityWrapper__wPMgw .styles_content___BVYg .styles_title__YFYzf {
    margin-bottom: 40px;
  }
}
.styles_securityWrapper__wPMgw .styles_content___BVYg .styles_cards__8o3n9 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  gap: 16px;
}
.styles_securityWrapper__wPMgw
  .styles_content___BVYg
  .styles_cards__8o3n9
  .styles_card__2fFzW {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid hsla(0, 0%, 100%, 0.04);
  background: hsla(0, 0%, 100%, 0.04);
}
.styles_securityWrapper__wPMgw
  .styles_content___BVYg
  .styles_cards__8o3n9
  .styles_card__2fFzW:hover {
  border: 1px solid hsla(0, 0%, 46%, 0.2);
}
.styles_securityWrapper__wPMgw
  .styles_content___BVYg
  .styles_cards__8o3n9
  .styles_card__2fFzW:hover
  .styles_title__YFYzf {
  color: #ffda39;
}
.styles_securityWrapper__wPMgw
  .styles_content___BVYg
  .styles_cards__8o3n9
  .styles_card__2fFzW
  .styles_title__YFYzf {
  transition: all 1s;
  color: #fff;
  margin-top: 32px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.styles_securityWrapper__wPMgw
  .styles_content___BVYg
  .styles_cards__8o3n9
  .styles_card__2fFzW
  .styles_image__dmTqa {
  width: 80px;
  height: 80px;
}
.styles_securityWrapper__wPMgw
  .styles_content___BVYg
  .styles_cards__8o3n9
  .styles_card__2fFzW
  .styles_descr__i9Y4F {
  color: #7c7c7c;
}
@media (max-width: 1080px) {
  .styles_securityWrapper__wPMgw .styles_content___BVYg .styles_cards__8o3n9 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .styles_securityWrapper__wPMgw .styles_content___BVYg .styles_cards__8o3n9 {
    display: flex;
    flex-direction: column;
  }
}
.styles_securityAdvantages__VbMTs {
  width: 100%;
  position: relative;
  padding: 60px 60px 80px;
}
@media (max-width: 768px) {
  .styles_securityAdvantages__VbMTs {
    padding: 40px 24px;
  }
}
@media (max-width: 480px) {
  .styles_securityAdvantages__VbMTs {
    padding: 40px 16px;
  }
}
.styles_securityAdvantages__VbMTs .styles_bg__pWkrI {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.styles_securityAdvantages__VbMTs .styles_content___BVYg {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.styles_securityAdvantages__VbMTs
  .styles_content___BVYg
  .styles_description__fv3ko {
  text-transform: uppercase;
  color: #fff;
  max-width: 652px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .styles_securityAdvantages__VbMTs
    .styles_content___BVYg
    .styles_description__fv3ko {
    width: 100%;
  }
}
.styles_securityAdvantages__VbMTs .styles_content___BVYg .styles_cards__8o3n9 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  gap: 16px;
}
@media screen and (max-width: 1080px) {
  .styles_securityAdvantages__VbMTs
    .styles_content___BVYg
    .styles_cards__8o3n9 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .styles_securityAdvantages__VbMTs
    .styles_content___BVYg
    .styles_cards__8o3n9 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.styles_securityAdvantages__VbMTs
  .styles_content___BVYg
  .styles_cards__8o3n9
  .styles_card__2fFzW {
  background-color: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 24px;
}
.styles_securityAdvantages__VbMTs
  .styles_content___BVYg
  .styles_cards__8o3n9
  .styles_card__2fFzW:hover
  .styles_title__YFYzf {
  color: #ffda39;
}
.styles_securityAdvantages__VbMTs
  .styles_content___BVYg
  .styles_cards__8o3n9
  .styles_card__2fFzW
  .styles_icon__fq_Sj {
  display: flex;
  background-color: #ffda39;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 100px;
  width: 48px;
  height: 48px;
}
.styles_securityAdvantages__VbMTs
  .styles_content___BVYg
  .styles_cards__8o3n9
  .styles_card__2fFzW
  .styles_description__fv3ko,
.styles_securityAdvantages__VbMTs
  .styles_content___BVYg
  .styles_cards__8o3n9
  .styles_card__2fFzW
  .styles_title__YFYzf {
  color: #0f0f0f;
}
.styles_securityAdvantages__VbMTs
  .styles_content___BVYg
  .styles_cards__8o3n9
  .styles_card__2fFzW
  .styles_title__YFYzf {
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 1080px) {
  .styles_securityAdvantages__VbMTs
    .styles_content___BVYg
    .styles_cards__8o3n9
    .styles_card__2fFzW:last-child {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .styles_securityAdvantages__VbMTs
    .styles_content___BVYg
    .styles_cards__8o3n9
    .styles_card__2fFzW:last-child {
    grid-column: span 1;
  }
}
.styles_maximumSecurity__0hT28 {
  width: 100%;
  background-color: #fff;
  border-radius: 24px;
  padding: 60px 60px 80px;
}
@media (max-width: 768px) {
  .styles_maximumSecurity__0hT28 {
    padding: 40px 24px 60px;
  }
}
@media (max-width: 480px) {
  .styles_maximumSecurity__0hT28 {
    padding: 40px 16px;
  }
}
.styles_maximumSecurity__0hT28 .styles_content___BVYg {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
}
.styles_maximumSecurity__0hT28
  .styles_content___BVYg
  .styles_titleContainer__kvIrg {
  margin-bottom: 60px;
  text-transform: uppercase;
  max-width: 652px;
}
@media (max-width: 1439px) {
  .styles_maximumSecurity__0hT28
    .styles_content___BVYg
    .styles_titleContainer__kvIrg {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.styles_maximumSecurity__0hT28
  .styles_content___BVYg
  .styles_cardsContainer__pFdbV {
  display: flex;
  gap: 16px;
}
@media (max-width: 1439px) {
  .styles_maximumSecurity__0hT28
    .styles_content___BVYg
    .styles_cardsContainer__pFdbV {
    flex-direction: column;
  }
}
.styles_faq__GLzfU {
  padding: 80px 60px;
  max-width: 1440px;
  width: 100%;
}
@media (max-width: 768px) {
  .styles_faq__GLzfU {
    padding: 40px 24px;
  }
}
@media (max-width: 480px) {
  .styles_faq__GLzfU {
    padding: 40px 16px;
  }
}
.styles_faq__GLzfU .styles_headerContainer___NwNN {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.styles_faq__GLzfU .styles_headerContainer___NwNN .styles_title__YFYzf {
  text-transform: uppercase;
}
.styles_faq__GLzfU .styles_headerContainer___NwNN .styles_linkContainer__LuPID {
  display: flex;
  align-items: center;
  gap: 4px;
}
.styles_faq__GLzfU
  .styles_headerContainer___NwNN
  .styles_linkContainer__LuPID:hover
  a {
  color: #d04e32;
}
.styles_faq__GLzfU
  .styles_headerContainer___NwNN
  .styles_linkContainer__LuPID:hover
  svg
  path {
  stroke: #d04e32;
}
.styles_faq__GLzfU
  .styles_headerContainer___NwNN
  .styles_linkContainer__LuPID
  a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .styles_faq__GLzfU .styles_headerContainer___NwNN {
    flex-direction: column;
    margin-bottom: 40px;
    align-items: flex-start;
    gap: 20px;
  }
}
.styles_faq__GLzfU .styles_content___BVYg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .styles_faq__GLzfU .styles_content___BVYg {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.styles_faq__GLzfU .styles_content___BVYg .styles_imageContainer__sqpvi {
  width: 100%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 44, 0, 0.2) 0,
    rgba(255, 44, 0, 0) 100%
  );
  flex: 1 1;
}
.styles_faq__GLzfU .styles_content___BVYg .styles_imageContainer__sqpvi > div {
  position: unset !important;
}
.styles_faq__GLzfU
  .styles_content___BVYg
  .styles_imageContainer__sqpvi
  .styles_image__dmTqa {
  max-width: 652px;
  max-height: 492px;
  object-fit: contain;
  width: 100% !important;
  position: relative !important;
  height: unset !important;
  border-radius: 24px;
}
.styles_faq__GLzfU .styles_content___BVYg .styles_listContainer__Lomm7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.styles_faq__GLzfU
  .styles_content___BVYg
  .styles_listContainer__Lomm7
  .styles_list__bOwgi {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.styles_faq__GLzfU
  .styles_content___BVYg
  .styles_listContainer__Lomm7
  .styles_button__k27ui {
  width: auto;
}
:root {
  --color-bg: #010610;
  --color-bg-deep: #020202;
  --color-footer: #1a1a1a;
  --color-card: #242424;
  --color-card-dark: #07090b;
  --color-primary: #9e2fe8;
  --color-text: #ffffff;
  --color-text-50: rgba(255, 255, 255, 0.5);
  --color-text-30: rgba(255, 255, 255, 0.3);
  --color-line: rgba(255, 255, 255, 0.1);
  --color-header-border: rgba(194, 194, 194, 0.2);
  --page-frame-max: 1920px;
  --page-max: 1544px;
  --page-gutter: clamp(24px, 9.7917vw, 188px);
  --glow-purple: radial-gradient(
    circle at 50% 50%,
    rgba(110, 40, 202, 0.5) 0%,
    rgba(149, 79, 218, 0.2) 100%
  );
  --font-main: "PingFang SC", "Helvetica Neue", "Microsoft YaHei", system-ui,
    sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  font-family: var(--font-main);
  background-color: var(--color-bg);
  color: var(--color-text);
  overflow-x: hidden;
  touch-action: manipulation;
}

.styles_wrapper__TVgU3 {
  align-items: stretch;
  width: 100%;
  min-width: 0;

  overflow-x: clip;
  background-color: var(--color-bg);
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 1000px) {
  :root {
    --page-gutter: 24px;
  }
}

@media (max-width: 600px) {
  :root {
    --page-gutter: 16px;
  }
}
