/*
 * Reference reserves ticker.
 *
 * The values remain sourced from the local exchange engine; this layer only
 * mirrors the public reference component's structure, geometry and motion.
 */
@keyframes onek-reserves-ticker {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

html body.onek-body.onek-landing-page .onek-reserves {
    position: relative;
    height: 355px;
    min-height: 355px;
    margin: 0;
    padding: 0;
    overflow: visible;
}

html body.onek-body.onek-landing-page .onek-reserves::before {
    content: none;
    display: none;
}

html body.onek-body.onek-landing-page .onek-reserves > .onek-container {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 0;
}

html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-title {
    position: relative;
    z-index: 1;
}

html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-number {
    display: none;
}

html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-title h2 {
    width: 100%;
    height: auto;
    margin: 0;
    color: #fff;
    font-family: Gilroy, Arial, Helvetica, sans-serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 55.66px;
    text-align: center;
    text-transform: uppercase;
}

html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-ellipse-mobile {
    display: none;
}

html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-window {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 300px;
    margin: 0;
    overflow: hidden;
}

html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-track {
    display: flex;
    width: max-content;
    min-width: 0;
    gap: 0;
    margin: 0;
    padding: 0;
    transform: translateZ(0);
    will-change: transform;
    animation: onek-reserves-ticker 240s linear infinite;
    animation-play-state: paused;
}

html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-list {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-list * {
    flex-shrink: 0;
}

html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-card {
    position: relative;
    display: block;
    align-content: normal;
    width: 409px;
    min-width: 409px;
    height: 200px;
    min-height: 0;
    margin: 50px 14px;
    padding: 38px 40px;
    box-sizing: border-box;
    border-radius: 20px;
    background: none;
    background-color: #0f0f0f;
    color: #e1e1e1;
    box-shadow: none;
}

html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-card__name {
    display: block;
    margin: 0;
    color: #e1e1e1;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
}

html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-card__value {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 0;
    margin-top: 46px;
    color: #e1e1e1;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    white-space: nowrap;
}

html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-card__value picture {
    display: block;
    width: 48px;
    flex: 0 0 48px;
    height: auto;
    margin: 0;
    line-height: 1;
}

html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-card__value > span {
    display: inline-block;
    width: 180px;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: 1;
    letter-spacing: inherit;
    text-align: left;
}

html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-card__value img {
    display: inline;
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin: 0 16px 0 0;
    margin-right: 16px;
    object-fit: contain;
    vertical-align: baseline;
}

html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-gradient {
    display: none;
}

@media (min-width: 1281px) {
    html body.onek-body.onek-landing-page
        .onek-reserves
        + .onek-mobile-glows--services
        + .onek-services-section {
        margin-top: 204px !important;
    }
}

@media (max-width: 1280px) {
    html body.onek-body.onek-landing-page .onek-reserves {
        height: 229px;
        min-height: 229px;
    }

    html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-number {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: block;
        background: linear-gradient(190.01deg, #b7b7b7 -2.46%, #5d87b9 43.76%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        font-family: Gilroy, Arial, Helvetica, sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
        opacity: .3;
        pointer-events: none;
    }

    html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-title h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 33.88px;
    }

    html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-ellipse-mobile {
        position: absolute;
        top: 35px;
        left: 0;
        z-index: 0;
        display: block;
        width: 261.43px;
        height: 352.89px;
        border-radius: 50%;
        background: radial-gradient(50% 50% at 50% 50%, #4058d7 0%, rgba(217, 217, 217, 0) 100%);
        opacity: .1;
        transform: rotate(51.96deg);
        transform-origin: center;
        pointer-events: none;
    }

    html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-window {
        height: 196px;
    }

    html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-card {
        width: 177px;
        min-width: 177px;
        height: 154px;
        margin: 42px 14px 0;
        padding: 25px 17px;
    }

    html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-card__name {
        font-size: 16px;
        font-weight: 400;
        line-height: 17.44px;
    }

    html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-card__value {
        align-items: center;
        margin-top: 23px;
        font-size: 16px;
        font-weight: 500;
        line-height: 23.98px;
    }

    html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-card__value > span {
        width: 90px;
    }

    html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-card__value picture {
        width: 43px;
        flex-basis: 43px;
    }

    html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-card__value img {
        width: 32px;
        min-width: 32px;
        height: 32px;
        margin-right: 11px;
    }

    html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-gradient {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 50px;
        height: 100%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background: radial-gradient(69.79% 72.76% at 94.79% 98.6%, #8092f0 0, hsla(0, 0%, 85%, 0) 100%);
        opacity: .2;
        font-style: normal;
        pointer-events: none;
    }

    html body.onek-body.onek-landing-page
        .onek-reserves
        + .onek-mobile-glows--services
        + .onek-services-section {
        margin-top: 80px !important;
    }
}

@media (max-width: 720px) {
    html body.onek-body.onek-landing-page .onek-reserves .onek-reserve-ellipse-mobile {
        background: none;
    }
}
