.landing-page {
    display: flex;
    flex-direction: column;
    gap: 72px;
    margin: 0 auto;
    max-width: 1337px
}

.marquee-wrapper {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 20% 80%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 20% 80%, transparent);
    width: 100%
}

@media screen and (max-width:480px) {
    .marquee-wrapper.mobile-hide-fade {
        -webkit-mask-image: initial;
        mask-image: none
    }
}

.marquee-wrapper .marquee {
    align-items: center;
    display: flex;
    z-index: 1
}


.drag,
.drag div {
    cursor: grabbing
}

.kicker {
    background: #414858;
    border-radius: 8px;
    bottom: 30px;
    color: #fff;
    display: flex;
    height: 36px;
    margin: auto 0;
    position: absolute;
    top: 0;
    transition: background 275ms;
    width: 36px;
    z-index: 10
}

.kicker:hover {
    background: #576075
}

.kicker.left {
    left: 12px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    z-index: 10
}

@media screen and (max-width:480px) {
    .kicker.left {
        display: none
    }
}

.kicker.right {
    right: 12px;
    z-index: 10
}

.kicker svg {
    margin: auto
}

.section-hero {
    min-height: 100vh
}

@media screen and (max-width:480px) {
    .section-hero {
        min-height: 0;
        min-height: auto
    }
}

.section-hero .main {
    display: flex;
    flex-direction: column;
    -webkit-mask-image: linear-gradient(#000 65%, transparent 98%);
    mask-image: linear-gradient(#000 65%, transparent 98%);
    overflow: hidden;
    padding-top: 56px
}

@media screen and (max-width:820px) {
    .section-hero .main {
        padding: 56px 18px 0
    }
}

.section-hero .main .main-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
    max-width: 830px;
    text-align: center
}

.section-hero .main .main-content .brow {
    align-items: center;
    display: flex;
    gap: 8px
}

.section-hero .main .main-content .brow svg {
    color: var(--primary-color);
    height: 20px;
    width: 20px
}

.section-hero .main .main-content .brow p {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.section-hero .main .main-content h1 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(273deg, #b6bcc9, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    font-family: Okta Neue;
    font-size: 64px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

@media screen and (max-width:480px) {
    .section-hero .main .main-content h1 {
        font-size: 36px
    }
}

.section-hero .main .main-content .row {
    display: flex;
    gap: 12px;
    margin-top: 10px
}

.section-hero .main .main-content button {
    align-items: center;
    background: var(--primary-color);
    border-radius: 8px;
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    gap: 8px;
    line-height: 150%;
    padding: 11px 16px;
    text-transform: uppercase;
    transition: background 275ms
}

.section-hero .main .main-content button.gray {
    background: #414858;
    color: #fff
}

.section-hero .main .main-content button.gray:hover {
    background: #4c5467
}

.section-hero .main .main-content button svg {
    height: 20px;
    width: 20px
}

.section-hero .main .main-content button:hover {
    background: var(--primary-color)
}

.section-hero .main .main-content p {
    color: #99ffd1;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%
}

@media screen and (max-width:480px) {
    .section-hero .main .main-content p {
        font-size: 16px
    }
}

.section-hero .main .illus {
    align-items: center;
    display: flex;
    pointer-events: none;
    position: relative
}

.section-hero .main .illus .bg {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

section-hero .main .illus .box2 {
    margin: 25px auto 0;
    position: relative;
    width: 800px;
    z-index: 1
}

@media screen and (max-width:820px) {
    .section-hero .main .illus .box2 {
        width: 100%
    }
}

.section-hero .influence-group {
    text-align: center
}

@media screen and (max-width:820px) {
    .section-hero .influence-group {
        padding: 0 18px
    }
}

@media screen and (max-width:480px) {
    .section-hero .influence-group {
        padding: 0 0 0 22px
    }

    .section-hero .influence-group>p {
        padding-right: 22px
    }
}

.section-hero .influence-group p {
    color: #98a1b3;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.section-hero .influence-group .influence-wrapper {
    position: relative
}

.section-hero .influence-group .influence-wrapper .influence-scroller {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 32px
}

.section-hero .influence-group .influence-wrapper .influence-scroller .influence {
    cursor: pointer
}

.section-hero .influence-group .influence-wrapper .influence-scroller .influence .influence-icon {
    border: 2px solid var(--primary-color);
    border-radius: 90px;
    height: 90px;
    object-fit: contain;
    object-position: center;
    padding: 5px;
    position: relative;
    width: 90px
}

.section-hero .influence-group .influence-wrapper .influence-scroller .influence .influence-icon .live {
    background: var(--primary-color);
    border: 2px solid #010b16;
    border-radius: 100px;
    color: #010b16;
    font-family: Okta Neue;
    font-size: 12px;
    font-style: italic;
    letter-spacing: -.42px;
    padding: 0 8px 3px;
    position: absolute;
    right: -10px;
    text-transform: uppercase;
    top: 0;
    z-index: 10
}

.section-hero .influence-group .influence-wrapper .influence-scroller .influence .influence-icon img {
    border-radius: 90px;
    height: 100%;
    overflow: hidden;
    width: 100%
}

.section-hero .influence-group .influence-wrapper .influence-scroller .influence p {
    color: #b6bcc9;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 12px
}

.section-how {
    background: linear-gradient(#181b24, #010b16);
    border-radius: 24px;
    margin: 0 auto;
    overflow: hidden;
    padding: 72px 72px 0;
    text-align: center;
    width: 100%
}

@media screen and (max-width:1350px) {
    .section-how {
        width: calc(100% - 64px)
    }
}

@media screen and (max-width:768px) {
    .section-how {
        padding: 32px
    }
}

@media screen and (max-width:480px) {
    .section-how {
        border-radius: 0;
        padding: 32px 12px 0;
        width: 100%
    }
}

.section-how .title {
    margin: 0 auto 48px;
    max-width: 464px
}

.section-how .title p {
    color: #98a1b3;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.section-how .title p.brow {
    color: var(--primary-color);
    font-size: 16px
}

.section-how .title h1 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(273deg, #b6bcc9, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    font-family: Okta Neue;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    margin: 16px 0;
    text-transform: uppercase
}

@media screen and (max-width:480px) {
    .section-how .title h1 {
        font-size: 36px
    }
}

.section-how .mobile-controls {
    display: none;
    margin-bottom: 24px;
    width: 100%
}

@media screen and (max-width:480px) {
    .section-how .mobile-controls {
        display: flex
    }
}

.section-how .mobile-controls>.progress {
    padding: 12px 16px
}

.section-how .mobile-controls>button {
    padding: 6px 11px;
    transition: background 333ms
}

.section-how .mobile-controls>button:hover {
    background: #2c3342
}

.section-how .mobile-controls>button .left {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.section-how .mobile-controls>button .right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.section-how .mobile-controls .box {
    align-items: center;
    background: #252b38;
    border-radius: 8px;
    display: flex
}

.section-how .mobile-controls .box:first-child {
    margin-right: auto
}

.section-how .mobile-controls .box:last-child {
    margin-left: 12px
}

.section-how .mobile-controls .box p {
    color: #000512;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.section-how .mobile-controls .box p span {
    color: #b6bcc9
}

.section-how .steps .step-wrapper {
    display: flex;
    gap: 24px;
    width: -webkit-max-content;
    width: max-content
}

.section-how .steps .step-wrapper .step {
    background: #000512;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    text-align: left;
    width: 336px
}

@media screen and (max-width:480px) {
    .section-how .steps .step-wrapper .step {
        width: calc(100vw - 24px)
    }
}

.section-how .steps .step-wrapper .step h4 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%
}

.section-how .steps .step-wrapper .step p {
    color: #b6bcc9;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 24px
}

.section-how .steps .step-wrapper .step img {
    border-radius: 8px;
    margin-top: auto;
    width: 100%
}

.section-experiences {
    border-radius: 24px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 72px;
    text-align: center;
    width: 100%
}

@media screen and (max-width:1350px) {
    .section-experiences {
        width: calc(100% - 64px)
    }
}

@media screen and (max-width:768px) {
    .section-experiences {
        padding: 32px
    }
}

@media screen and (max-width:480px) {
    .section-experiences {
        padding: 0 12px;
        width: 100%
    }
}

.section-experiences .title {
    margin: 0 auto 48px;
    max-width: 464px
}

.section-experiences .title p {
    color: #98a1b3;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.section-experiences .title p.brow {
    color: var(--primary-color);
    font-size: 16px
}

.section-experiences .title h1 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(273deg, #b6bcc9, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    font-family: Okta Neue;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    margin: 16px 0;
    text-transform: uppercase
}

@media screen and (max-width:480px) {
    .section-experiences .title h1 {
        font-size: 36px
    }
}

.section-experiences .experience-group {
    display: flex;
    gap: 24px
}

@media screen and (max-width:940px) {
    .section-experiences .experience-group {
        flex-direction: column
    }
}

.section-experiences .experience-group .experience {
    background-color: #000512;
    border-radius: 8px;
    color: #b6bcc9;
    padding: 32px;
    text-align: left;
    width: 100%
}

.section-experiences .experience-group .experience.xp-cases {
    background-image: url(/static/media/exp-cases.8a1271422314087b50a4.webp);
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.section-experiences .experience-group .experience.xp-battles {
    background-image: url(/static/media/exp-battles.64655bf5114cec8cce67.webp);
    background-position: 100%;
    background-repeat: no-repeat
}

.section-experiences .experience-group .experience.xp-battles>.content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    text-align: center
}

.section-experiences .experience-group .experience.xp-battles .strong {
    color: #fff;
    margin: 17px 0 4px
}

.section-experiences .experience-group .experience .content {
    max-width: 320px
}

.section-experiences .experience-group .experience .content h1 {
    font-family: Okta Neue;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 24px 0 12px;
    text-transform: uppercase
}

.section-experiences .experience-group .experience .content .button-group {
    display: flex;
    gap: 12px;
    margin-top: 32px
}

.section-experiences .experience-group .experience .content .button-group button {
    align-items: center;
    background: #414858;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 12px;
    line-height: 150%;
    padding: 11px 16px
}

.section-experiences .experience-group .experience .content .button-group button.green {
    background: var(--primary-color);
    color: #010b16
}

.section-experiences .experience-group .experience .content .button-group button svg {
    height: 20px;
    width: 20px
}

.section-stats {
    border-radius: 24px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 72px;
    text-align: center;
    width: 100%
}

@media screen and (max-width:1350px) {
    .section-stats {
        width: calc(100% - 64px)
    }
}

@media screen and (max-width:480px) {
    .section-stats {
        padding: 0 12px;
        width: 100%
    }
}

.section-stats .title {
    margin: 0 auto 48px;
    max-width: 464px
}

.section-stats .title p {
    color: #98a1b3;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.section-stats .title p.brow {
    color: var(--primary-color);
    font-size: 16px
}

.section-stats .title h1 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(273deg, #b6bcc9, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    font-family: Okta Neue;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    margin: 16px 0;
    text-transform: uppercase
}

@media screen and (max-width:480px) {
    .section-stats .title h1 {
        font-size: 36px
    }
}

.section-stats .stats {
    display: flex;
    gap: 24px
}

@media screen and (max-width:990px) {
    .section-stats .stats {
        gap: 12px
    }
}

@media screen and (max-width:780px) {
    .section-stats .stats {
        flex-direction: column;
        gap: 12px
    }
}

.section-stats .stats .stat {
    background: #000512;
    border-radius: 12px;
    color: #b6bcc9;
    padding: 36px 0;
    width: 100%
}

.section-stats .stats .stat h1 {
    font-family: Okta Neue;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 16px;
    text-transform: uppercase
}

.section-brands {
    background: #181b24;
    border-radius: 24px;
    margin: 0 auto;
    padding: 32px 86px 64px;
    text-align: center;
    width: calc(100% - 144px)
}

@media screen and (max-width:1350px) {
    .section-brands {
        margin: 0 auto;
        width: calc(100% - 64px)
    }
}

@media screen and (max-width:768px) {
    .section-brands {
        padding: 32px 32px 48px
    }
}

@media screen and (max-width:480px) {
    .section-brands {
        border-radius: 12px;
        padding: 12px;
        width: calc(100% - 24px)
    }
}

.section-brands .tab-menu {
    background: #010b16;
    border-radius: 8px;
    display: flex;
    margin: 0 auto 40px;
    padding: 4px;
    position: relative;
    width: 312px
}

@media screen and (max-width:480px) {
    .section-brands .tab-menu {
        margin-bottom: 36px;
        width: 100%
    }
}

.section-brands .tab-menu .tab-slider {
    background: #303747;
    border-radius: 6px;
    height: calc(100% - 8px);
    left: 0;
    margin: 4px;
    position: absolute;
    top: 0;
    transition: left 275ms;
    width: calc(100% - 8px)
}

.section-brands .tab-menu .tab-slider.right {
    left: 50%
}

.section-brands .tab-menu .tab {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 1 0;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    height: 36px;
    justify-content: center;
    line-height: 150%;
    position: relative;
    transition: color 275ms;
    z-index: 1
}

.section-brands .tab-menu .tab.active {
    color: #fff
}

.section-brands .tab-menu .tab svg {
    color: #000512;
    height: 20px;
    width: 20px
}

.section-brands h1 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(273deg, #b6bcc9, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    font-family: Okta Neue;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 16px;
    text-transform: uppercase
}

@media screen and (max-width:480px) {
    .section-brands h1 {
        font-size: 36px
    }
}

.section-brands p {
    color: #98a1b3;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.section-brands .grid {
    grid-gap: 36px;
    display: grid;
    gap: 36px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 64px
}

@media screen and (max-width:768px) {
    .section-brands .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media screen and (max-width:480px) {
    .section-brands .grid {
        margin-top: 32px;
        padding: 0 18px 18px
    }
}

.section-brands .grid .grid-item {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: center
}

.section-brands .grid .grid-item img {
    object-fit: scale-down;
    object-position: center;
    width: 100%
}

.section-brands .grid .grid-item h1 {
    font-family: Okta Neue;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

@media screen and (max-width:480px) {
    .section-brands .grid .grid-item h1 {
        font-size: 28px
    }
}

.section-cta {
    align-items: center;
    background-position: 50%;
    background-size: auto 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 44px;
    text-align: center
}

@media screen and (max-width:480px) {
    .section-cta {
        padding: 0 12px
    }
}

.section-cta .clicable-terms {
    cursor: pointer;
    transition: 275ms
}

.section-cta .clicable-terms:hover {
    color: var(--primary-color)
}

.section-cta svg {
    margin-top: 24px
}

@media screen and (max-width:480px) {
    .section-cta svg {
        width: 100%
    }
}

.section-cta h1 {
    color: #fff;
    font-family: Okta Neue;
    font-size: 36px;
    font-weight: 400;
    line-height: 110%;
    margin: 0 auto;
    max-width: 330px
}

@media screen and (max-width:480px) {
    .section-cta h1 {
        font-size: 32px
    }
}

.section-cta .highlight {
    align-items: center;
    background: var(--primary-color);
    background: var(--system-brand-200, var(--primary-color));
    border-radius: 72px;
    box-shadow: 0 0 30px 0 rgba(0, 206, 114, .36);
    color: #010b16;
    display: flex;
    margin: 12px auto;
    padding: 12px 24px;
    width: -webkit-max-content;
    width: max-content
}

@media screen and (max-width:480px) {
    .section-cta .highlight {
        width: 100%
    }
}

.section-cta .highlight h1 {
    align-items: flex-end;
    color: #000;
    display: flex;
    height: 33px
}

.section-cta button {
    background: var(--primary-color);
    border-radius: 8px;
    color: #010b16;
    font-size: 14px;
    font-weight: 900;
    height: 44px;
    line-height: 150%;
    margin-top: 280px;
    padding: 9px 16px;
    text-transform: uppercase;
    transition: background 275ms
}

.section-cta button:hover {
    background: var(--primary-color)
}

.section-cta p {
    color: #000512;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin: 12px auto 0;
    max-width: 450px
}

.section-cta p span {
    color: #b6bcc9
}