:root {
    --font-roboto-condensed: Roboto Condensed, 'Roboto condensed', Roboto, 'Roboto';
}

[lang="zh"], [lang="zh"] body {
    font-family: 'Helvetica', 'Noto Sans CJK', 'SimSun', 'PingFang SC', 'Microsoft YaHei', '微软雅黑', sans-serif;
}

[lang="ja"], [lang="ja"] body {
    font-family: 'Meiryo', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', Osaka, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

html {
    &::-webkit-scrollbar {
        width: 4px;
    }

    &::-webkit-scrollbar-track {
        background-color: transparent;
    }

    &::-webkit-scrollbar-thumb {
        background-color: #666;
        border-radius: 2px;
    }
}

body {
    color: #FFF;
    font-family: Roboto, 'Roboto', Roboto Condensed, 'Roboto condensed', sans-serif;
    background-color: #000;
}

main {
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow: hidden;

    > section {
        position: relative;
    }

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

    img {
        display: block;
        width: 100%;
        height: auto;
    }
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ds-only {
    display: none;
}

.holder {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.btn-cta {
    display: block;
    min-width: 240px;
    padding: 12px 24px;
    background-color: #D30000;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.64px;
    border-radius: 999px;
    border: 0;
    margin: 0 auto;
    cursor: pointer;

    &.lg {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0.72px;
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(10px);
    z-index: 999;
    transform: translateY(-100%);

    &.visible {
        transform: translateY(0);
        transition: transform 0.4s ease;
    }

    .logo {
        width: auto;
        height: 32px;
    }
}

footer {
    padding: 32px 24px;
    border-top: 1px solid #171717;

    a {
        text-decoration: underline;
    }

    .holder {
        gap: 0;
    }

    .disclaimer {
        color: #737373;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.36px;
        margin-top: 32px;
    }

    /*!
     * .licenses - 이 블록은 압축기가 구조를 변경하지 못하도록 보호합니다.
     */
    .licenses {
        display: flex;
        flex-wrap: wrap; /*! keep */
        gap: 8px;

        img {
            width: auto;
            height: 24px;
        }
    }
}

.section-title-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 0 24px;
    z-index: 1;

    h2 {
        font-family: var(--font-roboto-condensed), sans-serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.6px;

        .primary {
            background: linear-gradient(90deg, #D90000 0%, #ED2A2A 50%, #D90000 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }

    .description {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.42px;
    }
}

.hero {
    padding-top: 64px;

    .holder {
        gap: 24px;
    }

    .bg {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1280px;
        z-index: -1;
    }

    .section-title-container {
        > div {
            text-align: center;

            .logo {
                padding-bottom: 8px;
                margin: 0 auto;
                width: auto;
                height: 48px;
            }

            .sub-title {
                position: relative;
                display: inline-block;
                padding-top: 16px;
                font-size: 18px;
                font-weight: 700;
                line-height: 30px;
                letter-spacing: 0.36px;

                &:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    background-color: rgba(255, 255, 255, 0.50);
                    content: '';
                }

            }
        }

        .title {
            background: linear-gradient(90deg, #8F6A31 0%, #BC9656 22.04%, #FFE196 55.1%, #BC9656 88.16%, #8F6A31 110.2%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 40px;
            font-weight: 900;
            line-height: 40px;
            letter-spacing: 2.4px;
        }
    }

    .affiliate-badge {
        display: flex;
        align-items: center;
        align-self: center;

        .badge {
            position: relative;
            width: 62px;
            z-index: 1;

            p {
                position: absolute;
                top: 29px;
                left: 50%;
                transform: translateX(-50%);
                width: 70%;
                font-family: var(--font-roboto-condensed), sans-serif;
                font-size: 8px;
                font-weight: 700;
                line-height: 8px;
                letter-spacing: -0.08px;
                text-align: center;
                background: linear-gradient(180deg, #E0C397 0%, #8F7958 100%);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
        }

        .tail {
            position: relative;
            min-width: 100px;
            height: 44px;
            padding: 3px 0;
            margin-left: -20px;
            --tail-gradient: linear-gradient(90deg, #B08E65 0%, #FEE1AC 20%, #FFFFC7 30%, #7D684F 50%, rgba(48, 39, 32, 0.60) 80%, rgba(0, 0, 0, 0.00) 100%);

            &:before,
            &:after,
            > div:before,
            > div:after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 2px;
                background-image: linear-gradient(90deg, #B08E65 0%, #FEE1AC 20%, #FFFFC7 30%, #7D684F 50%, rgba(48, 39, 32, 0.60) 80%, rgba(0, 0, 0, 0.00) 100%);
                content: '';
            }

            &:after,
            > div:after {
                top: auto;
                bottom: 0;
            }

            > div {
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 2px;
                height: 100%;
                padding: 0 30px;

                &:before,
                &:after {
                    height: 1px;
                }

                .userName {
                    color: #D4D4D4;
                    font-size: 8px;
                    line-height: 10px;
                    letter-spacing: 0.24px;

                    &:only-child {
                        color: #FFF;
                        font-size: 10px;
                        line-height: 12px;
                        letter-spacing: 0.3px;
                    }
                }

                .bonusCode {
                    color: #FEE78A;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 15px;
                    letter-spacing: 0.42px;
                }
            }
        }
    }

    .embla {
        width: 100%;
        max-width: 760px;
        margin: 44px auto 0;
    }

    .affiliate-badge + .embla {
        margin-top: auto;
    }

    .embla__container {
        display: flex;
        touch-action: pan-y pinch-zoom;
    }

    .embla__slide {
        transform: translate3d(0, 0, 0);
        flex: 0 0 190px;

        .wrap {
            transition: .4s transform;
            transform-origin: center bottom;
        }
    }

    .embla__viewport {
        height: 100%;
    }

    .embla__slide.is-prev2 .wrap {
        transform: rotate(-11.5deg) scale(.9);
    }

    .embla__slide.is-prev .wrap {
        transform: rotate(-7.641deg) scale(.9);
    }

    .embla__slide.is-next .wrap {
        transform: rotate(7.641deg) scale(.9);
    }

    .embla__slide.is-next2 .wrap {
        transform: rotate(11.5deg) scale(.9);
    }

    .embla__dots {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 28px;

        .embla__dot {
            width: 6px;
            height: 6px;
            background: rgba(217, 217, 217, 0.30);
            border: 0;
            border-radius: 50%;
            cursor: pointer;
            transition: .3s;

            &.embla__dot--selected {
                width: 24px;
                background: #D9D9D9;
                border-radius: 999px;
            }
        }
    }

    .card {
        position: relative;
        transition: .4s;
        transform-style: preserve-3d;
        border-radius: 16px;
        user-select: none;

        img {
            display: block;
            /*backface-visibility: hidden;*/
        }

        .front {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            border-radius: 16px;
            overflow: hidden;

            .image-holder {
                position: relative;
                border-radius: 16px;
                overflow: hidden;

                /*!
                */
                &:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: block;
                    width: 100%;
                    height: 100%;
                    border-radius: 14px;
                    border: 2px solid transparent;
                    background: linear-gradient(138deg, #F6d8a3, #3b2712 17%, rgba(168, 137, 101, 1) 80%, rgba(89, 72, 43, 1)) border-box;
                    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
                    mask-composite: exclude;
                    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
                    -webkit-mask-composite: xor;
                    content: '';
                }

                .suit {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                }

            }

            .text-holder {
                position: absolute;
                top: 0;
                left: 0;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 12px;
                width: 100%;
                height: 100%;
                text-align: center;
                padding: 12px 4px;

                .title {
                    font-size: 24px;
                    font-weight: 800;
                    line-height: 28px;
                    letter-spacing: 0.48px;

                    span {
                        display: block;
                    }
                }

                .divider {
                    width: 155px;
                }

                .divider + div {
                    width: 100%;
                }

                .reward {
                    display: inline-block;
                    width: 100%;
                    font-family: var(--font-roboto-condensed) sans-serif;
                    font-size: 40px;
                    font-weight: 900;
                    line-height: 48px;
                    background: linear-gradient(90deg, #BC9656 22.04%, #FFE196 55.1%, #BC9656 88.16%);
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;

                    &.lg,
                    .lg {
                        font-size: 42px;
                        font-style: normal;
                        font-weight: 900;
                        line-height: 36px;
                        letter-spacing: 1.26px;
                    }

                    &.sm,
                    .sm {
                        font-size: 30px;
                        font-style: normal;
                        font-weight: 900;
                        line-height: 36px;
                        letter-spacing: 0.9px;
                    }
                }
            }
        }

        .back {
            transform: rotateY(180deg);
            backface-visibility: hidden;

            .image-holder {
                position: relative;
                border-radius: 16px;
                overflow: hidden;

                &:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border: 2px solid #F00;
                    border-radius: 16px;
                    content: '';
                }
            }

            .promotion {
                position: absolute;
                top: 0;
                left: 0;

                &:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: block;
                    width: 100%;
                    height: 100%;
                    border-radius: 14px;
                    border: 2px solid transparent;
                    background: linear-gradient(135deg, rgba(255, 70, 70, 0), rgba(255, 70, 70, .3), rgba(255, 255, 255, 1)) border-box;
                    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
                    mask-composite: exclude;
                    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
                    -webkit-mask-composite: xor; /* exclude와 동일한 효과 */
                    content: '';
                }
            }

            .text-holder {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                padding: 56px 20px 56px;

                .title {
                    color: #000;
                    font-size: 22px;
                    font-weight: 900;
                    line-height: 28px;
                    letter-spacing: 0.48px;

                    .sub {
                        color: #676767;
                    }

                    span {
                        display: inline-block;
                        word-break: break-word;
                    }
                }

                ul {
                    display: flex;
                    flex-direction: column;
                    gap: 8px;
                    margin-top: 8px;
                    list-style: none;

                    li {
                        display: flex;
                        align-items: center;
                        gap: 8px;
                        color: #000;
                        font-size: 14px;
                        font-weight: 900;
                        line-height: 20px;
                        letter-spacing: 0.28px;

                        img {
                            width: 20px;
                        }
                    }
                }

            }

            .emoji {
                position: absolute;

                &.single {
                    bottom: -28px;
                    right: 0;
                    width: 99px;
                }

                &.multi {
                    left: 50%;
                    transform: translateX(-50%);
                    width: 120%;
                }
            }

        }

        &.honeymoon {
            .back .title {
                span {
                    font-size: 22px;
                    &:first-child {
                        position: relative;

                        &:after {
                            position: absolute;
                            top: -10px;
                            left: 90%;
                            width: 36px;
                            height: 32px;
                            background: url('../images/promo-001/icon_heart.svg') no-repeat center;
                            content: '';
                        }
                    }
                }
                + span {
                    display: block;
                }
            }

            .emoji {
                bottom: -25%;
            }
        }

        &.deposit-bonus {
            .emoji {
                width: 151px !important;
            }
        }

        &.monthly-giveaway {
            .emoji {
                bottom: -10%;
            }
        }
    }

    .embla__slide.flip {
        z-index: 1;

        .card {
            transform: rotateY(180deg);
            box-shadow: 0 0 40px 5px rgba(255, 0, 0, 0.75);
            transition: .3s transform box-shadow;
        }
    }

    .control-message {
        color: #D4D4D4;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.42px;
        margin-top: 4px;
    }
}

.community {
    z-index: 1;

    .bg {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 846px;
        z-index: -1;

        &:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(0deg, #000 35.97%, rgba(0, 0, 0, 0.00) 91.67%);
            content: '';
        }
    }

    .image-container {
        position: relative;
        width: 100%;
        height: 300px;
    }

    .ambassadors {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 558px;
        height: 100%;

        > div {
            position: absolute;
            background-image: linear-gradient(180deg, rgba(31, 49, 63, 0.20) 0%, rgba(255, 196, 114, 0.20) 100%);
            backdrop-filter: blur(6px);
            border-radius: 30px / 40px;
            overflow: hidden;

            &:first-child {
                top: 32.21%;
                width: 8.96%;
                left: 90%;
            }

            &:nth-child(2) {
                top: 8.6%;
                width: 7.17%;
                left: 87%;
            }

            &:nth-child(3) {
                top: 23.15%;
                width: 10.22%;
                left: 75.7%;
            }

            &:nth-child(4) {
                top: 45.5%;
                width: 15.41%;
                left: 67.71%;
            }

            &:nth-child(5) {
                top: 8.56%;
                width: 17.20%;
                left: 53.7%;
            }

            &:nth-child(6) {
                top: 51.22%;
                width: 24.01%;
                left: 41.14%;
            }

            &:nth-child(7) {
                top: 13.4%;
                width: 14.34%;
                left: 33.4%;
            }

            &:nth-child(8) {
                top: 42.9%;
                width: 20.25%;
                left: 18.5%;
            }

            &:nth-child(9) {
                top: 22.28%;
                width: 6.09%;
                left: 23.7%;
            }

            &:nth-child(10) {
                top: 7.32%;
                width: 47px;
                left: 15.25%;
            }

            &:nth-child(11) {
                top: 36.24%;
                width: 10.22%;
                left: 6.9%;
            }

            &:nth-child(12) {
                top: 62.5%;
                width: 7.89%;
                left: 0;
            }
        }

    }

    .features {
        display: flex;
        flex-direction: column;
        gap: 12px;
        max-width: 440px;
        padding: 0 24px;
        margin: 0 auto;

        > li {
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 12px;
            background-image: linear-gradient(0deg, rgba(38, 15, 15, 0.50) -4.4%, rgba(101, 17, 17, 0.50) 100%);
            backdrop-filter: blur(7.5px);
            border-radius: 8px;
            padding: 16px;

            &:after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: 2px solid transparent;
                border-radius: 8px;
                background: linear-gradient(180deg, #D02525, #3C0E0E 35%) border-box;
                mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
                mask-composite: exclude;
                -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
                -webkit-mask-composite: xor; /* exclude와 동일한 효과 */
                content: '';
            }
        }


        .title {
            position: relative;
            display: flex;
            align-items: center;
            gap: 12px;
            color: #F02A2A;
            font-family: var(--font-roboto-condensed), sans-serif;
            font-size: 18px;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: 0.54px;

            .icon {
                flex: 0 0 44px;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 44px;
                height: 44px;
                border-radius: 8px;
                background: rgba(217, 79, 79, 0.25);

                img {
                    width: 24px;
                }
            }
        }

        .description {
            position: relative;
            list-style: unset;
            padding-left: 24px;
            color: #D4D4D4;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.42px;
        }

        .prize-container {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            padding: 12px 8px;

            &:before,
            &:after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 1px;
                background-image: linear-gradient(to right, rgba(143, 106, 49, 0), rgba(135, 104, 50, 0.5), rgba(142, 119, 60, 1), rgba(135, 104, 50, 0.5), rgba(143, 106, 49, 0));
                content: '';
            }

            &:after {
                top: auto;
                bottom: 0;

            }

            .prize {
                display: flex;
                gap: 10px;

                .icon {
                    width: 24px;
                    height: 24px;
                }

                span {
                    font-family: var(--font-roboto-condensed), sans-serif;
                    font-size: 24px;
                    font-weight: 900;
                    line-height: 24px;
                    letter-spacing: 0.72px;
                    text-transform: uppercase;
                    background: linear-gradient(90deg, #BC9656 22.04%, #FFE196 55.1%, #BC9656 88.16%);
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }
            }

            p {
                color: #D4D4D4;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0.42px;
            }
        }
    }
}

.wsop {
    padding-top: 24px;

    .holder {
        position: relative;
        gap: 0;
        max-width: 768px;
        margin: 0 auto;
    }

    .btn-cta {
        position: relative;
        margin-top: 24px;
        z-index: 1;
    }

    .image-container {
        position: relative;
        height: 321px;

        .bracelet {
            position: absolute;
            top: -114px;
            left: 50%;
            width: 1026px;
            transform: translateX(-50%);
        }

        .winner {
            position: absolute;
            top: -37px;
            left: 50%;
            transform: translateX(-67%);
            width: 600px;
        }
    }

    .winner-info {
        position: absolute;
        bottom: 116px;
        right:0;
        width: 373px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
        padding: 12px 24px;
        text-align: right;
        background: linear-gradient(90deg, rgba(6, 6, 6, 0.00) 0.39%, rgba(0, 0, 0, 0.60) 50.05%);

        > * {
            width: 195px;
        }

        .title {
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
            letter-spacing: 0.36px;
            background: linear-gradient(91deg, #AD9657 0%, #8F6431 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .name {
            color: #D4D4D4;
            font-size: 16px;
            font-style: italic;
            line-height: 20px;
            letter-spacing: 0.48px;
        }

    }
}

.rewards {
    .section-title-container {
        max-width: 432px;
        margin: 0 auto;
    }

    .image-container {
        position: relative;
        height: 334px;

        .image-holder {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 900px;
            height: 100%;
        }
    }

    .gradient {
        position: absolute;

        &:nth-child(1) {
            left: 40%;
            width: 348px;
            height: 288px;
            background: radial-gradient(50% 50% at 50% 50%, #300 0%, rgba(0, 0, 0, 0.00) 100%);
        }

        &:nth-child(2) {
            top: 4.5%;
            left: 28%;
            width: 281px;
            height: 253px;
            background: radial-gradient(50% 50% at 50% 50%, #945026 0%, rgba(0, 0, 0, 0.00) 100%);
        }

        &:nth-child(3) {
            top: 0;
            left: 27%;
            width: 278px;
            height: 235px;
            background: radial-gradient(37.93% 34.45% at 39.43% 52.47%, #720000 0%, rgba(153, 0, 0, 0.00) 100%);
        }
    }

    .pc {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%) rotate(-5deg);
        width: 300px;
    }

    .icon-aof {
        position: absolute;
        top: 3%;
        left: 30%;
        transform: rotate(15deg);
        width: 186px;
    }

    .icon-flip-go {
        position: absolute;
        top: 9%;
        left: 50%;
        width: 40px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
        filter: blur(1.5px);
    }

    .icon-battle-royale {
        position: absolute;
        width: 100px;
        top: 44%;
        left: 26%;
    }

    .icon-rush-cash {
        position: absolute;
        top: 48%;
        left: 64%;
        width: 70px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
        filter: blur(1px);
    }

    .icon-spin-gold {
        position: absolute;
        top: 60%;
        left: 50%;
        width: 130px;
    }

    .mobile {
        position: absolute;
        top: 10%;
        left: 54%;
        width: 120px;
    }

    .tablet {
        position: absolute;
        top: 50%;
        left: 26%;
        width: 140px;
    }
}

.tnc {
    a {
        text-decoration: underline;
    }

    .holder {
        position: relative;
        gap: 12px;
        padding: 56px 24px;

        &:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(171, 17, 17, 1), rgba(0, 0, 0, 0));
            content: '';
        }
    }

    h2 {
        color: #D4D4D4;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.42px;
    }

    ul {
        padding-left: 24px;

        li {
            color: #737373;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.36px;
        }
    }

    p {
        color: #737373;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.36px;
    }

    a {
        color: #A3A3A3;
        font-weight: 500;
    }
}

@media only screen and (min-width: 768px) {
    main {
        gap: 56px;

        &:not(.ggpnl) {
            .ambassadors {
                > div:nth-child(10) {
                    top: 36%;
                    width: 10.22%;
                    left: 6%;
                }
            }
        }
    }

    footer {
        padding: 40px 24px;

        .disclaimer {
            margin-top: 40px;
        }

        .licenses {
            gap: 12px;
        }
    }

    .btn-cta {
        height: 56px;
        min-width: 282px;
    }

    .section-title-container {
        h2 {
            font-size: 40px;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 0.8px;
        }
    }

    .hero {
        .section-title-container {
            > div {
                display: flex;
                align-items: flex-end;
                justify-content: center;
                gap: 16px;

                .logo {
                    /*width: 177px;*/
                    padding-bottom: 0;
                    margin: 0;
                }

                .sub-title {
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 30px;
                    letter-spacing: 0.48px;
                    padding: 0 16px;

                    &:after {
                        top: 50%;
                        transform: translateY(-50%);
                        width: 1px;
                        height: 18px;
                    }
                }
            }

            .title {
                font-size: 50px;
                font-weight: 900;
                line-height: 40px;
                letter-spacing: 1.5px;
            }
        }
    }

    .community {
        .bg {
            top: 110px;
            width: 1031px;
        }

        .holder {
            gap: 24px;
        }

        .image-container {
            height: 360px;
        }

        .ambassadors {
            width: 678px;
        }

        .section-title-container {
            order: -1;
        }

        .features {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;
            max-width: none;
            padding: 0 24px;

            > li {
                flex: 1 0 354px;
                max-width: 490px;
            }

        }
    }

    .rewards {
        .section-title-container {
            max-width: 928px;
        }

        .image-container {
            height: 321px;

            .image-holder {
                width: 768px;
            }
        }

        .gradient {
            &:nth-child(1) {
                top: -19%;
                left: 52%;
                width: 315px;
                height: 290px;
            }

            &:nth-child(2) {
                top: 17.5%;
                left: 15%;
                width: 213px;
                height: 204px;
            }

            &:nth-child(3) {
                top: -9%;
                left: 4%;
                width: 553px;
                height: 335px;
            }
        }

        .pc {
            bottom: 0;
            transform: translateX(-50%);
            width: 56%;
        }

        .icon-aof {
            top: 7%;
            left: 0.6%;
            transform: none;
            width: 31.25%;
        }

        .icon-flip-go {
            top: -8%;
            left: 19.5%;
            width: 7.81%;
        }

        .icon-battle-royale {
            top: 60%;
            left: 1%;
            width: 18.23%;
        }

        .icon-rush-cash {
            top: 71%;
            left: 80%;
            width: 14.32%;
        }

        .icon-spin-gold {
            top: 33%;
            left: 73%;
            width: 28.65%;
        }

        .mobile {
            top: 6.5%;
            left: 67%;
            width: 24.01%;
        }

        .tablet {
            top: 9%;
            left: 4%;
            width: 29.95%;
        }
    }
}

@media only screen and (min-width: 1024px) {
    .m-only {
        display: none;
    }

    .ds-only {
        display: block;
    }

    .hero {
        min-height: 724px;

        .affiliate-badge {
            position: absolute;
            top: 260px;
            left: 44px;

            .badge {
                width: 62px;
            }
        }

        .affiliate-badge + .embla,
        .embla {
            max-width: none;
            margin-top: 24px;
        }

        .embla__container {
            align-items: flex-start;
            justify-content: center;
            height: 100%;
        }

        .embla__slide {
            .wrap {
                transition: .4s transform;
                transform-origin: center bottom;
            }
        }

        .embla__slide:nth-child(1) .wrap {
            transform: rotate(-11.45deg) scale(.9);
            margin-top: 52px;
        }

        .embla__slide:nth-child(2) .wrap {
            transform: rotate(-7.641deg) scale(.9);
            margin-top: 32px;
        }

        .embla__slide:nth-child(3) .wrap {
            transform: scale(.9);
        }

        .embla__slide:nth-child(4) .wrap {
            transform: rotate(7.641deg) scale(.9);
            margin-top: 32px;
        }

        .embla__slide:nth-child(5) .wrap {
            transform: rotate(11.45deg) scale(.9);
            margin-top: 52px;
        }

        .embla__slide:nth-child(1).flip .wrap {
            transform: rotate(-11.45deg) scale(1);
        }

        .embla__slide:nth-child(2).flip .wrap {
            transform: rotate(-7.641deg) scale(1);
        }

        .embla__slide:nth-child(3).flip .wrap {
            transform: scale(1);
        }

        .embla__slide:nth-child(4).flip .wrap {
            transform: rotate(7.641deg) scale(1);
        }

        .embla__slide:nth-child(5).flip .wrap {
            transform: rotate(11.45deg) scale(1);
        }

        .embla__dots {
            display: none;
        }

        .control-message {
            position: absolute;
            bottom: 10px;
            left: 0;
            width: 100%;
        }
    }

    .community {
        margin-top: -56px;
    }

    .wsop {
        padding-top: 40px;

        .holder {
            max-width: 1200px;
        }

        div:has(>.btn-cta) {
            margin-top: -40px;
            z-index: 1;
        }

        .image-container {
            height: 492px;

            .bracelet {
                top: 50%;
                transform: translate(-46%, -50%);
                width: 1900px;
            }

            .winner {
                top: 50%;
                transform: translate(-71%, -50%);
                width: 943px;
            }
        }

        .section-title-container {
            position: absolute;
            top: 0;
            right: 0;
            width: 540px;
            text-align: left;
            gap: 24px;
        }

        .winner-info {
            position: absolute;
            top: 0;
            left: 40px;
            bottom: auto;
            align-items: flex-start;
            gap: 0;
            width: 280px;
            text-align: left;
            background: none;

            > * {
                width: 100%;
            }

            .title {
                font-size: 14px;
                line-height: 22px;
                letter-spacing: 0.42px;
            }

            .name {
                font-size: 20px;
                line-height: 42px;
                letter-spacing: 0.6px;
            }

        }
    }

    .ggpnl {
        .wsop {
            .section-title-container {
                left: 0;
                right: auto;
            }

            .image-container {
                height: 400px;

                .bracelet {
                    top: auto;
                    bottom: 0;
                    transform: translateX(-50%);
                }
            }
        }
    }
}

@media only screen and (min-width: 1280px) {
    main {
        gap: 80px;
    }

    footer {
        padding: 40px;

        .disclaimer {
            margin-top: 40px;
        }

        .licenses {
            gap: 12px;
        }
    }

    .section-title-container {
        gap: 12px;

        h2 {
            font-size: 48px;
            font-weight: 700;
            line-height: 50px;
            letter-spacing: 0.96px;
        }

        .description {
            font-size: 20px;
            line-height: 26px;
            letter-spacing: 0.6px;
        }
    }

    .hero {
        padding-top: 126px;

        .holder {
            position: relative;
            gap: 40px;
        }

        .bg {
            width: 2560px;
        }

        .section-title-container {
            gap: 16px;

            > div {
                gap: 12px;

                .logo {
                    height: 62px;
                }

                .sub-title {
                    font-size: 36px;
                    font-weight: 500;
                    line-height: 40px;
                    letter-spacing: 0.72px;
                    padding: 0 12px;

                    &:after {
                        height: 22px;
                    }

                }
            }

            .title {
                font-size: 78px;
                font-weight: 900;
                line-height: 78px;
                letter-spacing: 2.34px;
            }
        }

        .affiliate-badge {
            top: 240px;
            left: 0;

            .badge {
                width: 116px;

                p {
                    top: 52px;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 16px;
                    letter-spacing: -0.16px;
                }
            }

            .tail {
                height: 68px;
                padding: 5px 0;
                margin-left: -32px;

                &:before,
                &:after,
                > div:before,
                > div:after {
                    height: 4px;
                }

                > div {
                    padding: 0 40px;

                    &:before,
                    &:after {
                        height: 1px;
                    }

                    .userName {
                        font-size: 12px;
                        line-height: 16px;
                        letter-spacing: 0.36px;

                        &:only-child {
                            color: #FFF;
                            font-size: 16px;
                            line-height: 16px;
                            letter-spacing: 0.48px;
                        }
                    }

                    .bonusCode {
                        font-size: 18px;
                        line-height: 18px;
                        letter-spacing: 0.54px;
                    }
                }
            }
        }

        .embla {
            height: 420px;
            margin-top: 0;
        }

        .embla__slide {
            flex: 0 0 220px;
        }

        .control-message {
            bottom: 30px;
            font-size: 20px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0.6px;
        }

        .card {
            .back {
                .text-holder {
                    /*padding: 56px 32px 24px;*/
                    padding: 56px 24px 24px;

                    .title {
                        font-size: 24px;
                        font-weight: 900;
                        line-height: 28px;
                        letter-spacing: 0.48px;
                    }

                    ul {
                        li {
                            font-size: 16px;
                            font-weight: 900;
                            line-height: 22px; /* 137.5% */
                            letter-spacing: 0.32px;
                        }
                    }
                }
            }
        }
    }

    .community {
        margin-top: -24px;

        .holder {
            gap: 0;
        }

        .bg {
            top: 138px;
            width: 1270px;
        }

        .btn-cta {
            margin-top: 24px;
        }

        .image-container {
            height: 475px;
        }

        .ambassadors {
            width: 902px;
        }

        .features {
            flex-wrap: nowrap;
            align-items: flex-start;
            gap: 24px;
            padding: 0;

            > li {
                flex: 1;
                max-width: none;
                padding: 24px;
                border-radius: 16px;

                &:after {
                    border-radius: 16px;
                }

                &:nth-child(1):after {
                    background-image: linear-gradient(246deg, #D02525, #3C0E0E 35%);
                }

                &:nth-child(2) {
                    margin-top: 70px;
                }

                &:nth-child(3):after {
                    background-image: linear-gradient(125deg, #D02525, #3C0E0E 35%);
                }
            }
        }
    }

    .wsop {
        .section-title-container {
            width: 640px;
        }
    }

    .rewards {
        .section-title-container {
            max-width: 100%;
        }

        .image-container {
            height: 512px;
            margin-top: 24px;

            .image-holder {
                width: 1200px;
            }
        }
    }
}


/*
    style.animations
*/
.ani-cover {
    &:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        opacity: 1;
        background-color: rgba(0, 0, 0, .8);
        backdrop-filter: blur(10px);
        pointer-events: none;
        transition: opacity 1.25s ease-in-out;
    }

    &.active:before {
        opacity: 0;
    }
}

.hero {
    .bg img {
        transform: translateY(-12px);
        transition: transform .65s ease-in-out;
    }

    .btn-cta {
        opacity: 0;
        transition: opacity .65s 1.45s ease-in-out;
    }

    .affiliate-badge {
        opacity: 0;
        transition: opacity .65s 1.7s ease-in-out;
    }

    .embla__dots {
        opacity: 0;
        transition: opacity .65s 2s ease-in-out;
    }

    .control-message {
        opacity: 0;
        transition: opacity .65s 2s ease-in-out;
    }

    .bg.active {
        img {
            transform: translateY(0);
        }
    }

    .active + .holder {
        .btn-cta {
            opacity: 1;
        }

        .affiliate-badge {
            opacity: 1;
        }

        .embla__dots {
            opacity: 1;
        }

        .control-message {
            opacity: 1;
        }
    }
}

.rewards .ani-cover {
    &:before {
        top: -40px;
        left: -40px;
        right: -40px;
    }
}

@media only screen and (min-width: 768px) {
    .hero .holder {
        transition-duration: 1.6s;
    }
}

@media only screen and (min-width: 1280px) {
    .hero {
        min-height: 1025px;
        margin-bottom: -219px;
    }
}
