header{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(var(--LandingFrameHeight) + 138px - 48px);
    padding-top: 48px;
    background: linear-gradient(180deg, var(--Purple-Darkest) 0%, var(--Purple-Darkest) 10%, var(--Pink-VibrantDarker));
}

.header .inner{
    display: flex;
    align-items: start;
    justify-content: end;
    width: calc(100% - 50px);
    padding-left: 50px;
    gap: 2em;
}

header.header .playBtn{
    position: absolute;
    width: calc(510px - 88px);
    bottom: 180px;
    z-index: 13;
}

.header .content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 622px;
    gap: 2em;
}

.header .content .logoArea{
    width: 100%;
    height: 121px;
}

.header .content .logoArea img{
    width: 448px;
}

.header .content .titleArea{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2em;
}

.header .content .introduction{
    width: 100%;
}

.header .content .introduction h2 a{
    color: var(--Teal-Lighter);
}

.header .content .introduction h2 a:hover{
    text-decoration: underline;
}

.header .billboard{
    position: relative;
    min-width: 512px;
    max-width: 1024px;
    height: calc(80vh - 96px);
    border: 1px solid var(--Pink-VibrantNeutral);
    border-right: none;
    border-radius: 2em 0 0 2em;
}

.header .billboard .img{display: none;}

.header .billboard video{
    position: relative;
    min-width: 512px;
    max-width: 1024px;
    height: calc(80vh - 96px);
    right: -1px;
    border-radius: 2em 0 0 2em;
    object-fit: cover;
    outline: none;
    border: none;
}

.header .gap{
    position: absolute;
    width: 100.1vw;
    bottom: -1px;
    right: 0;
    z-index: 12;
}



/**/


.players{
    position: relative;
    display: flex;
    justify-content: center;
    background: linear-gradient(0deg, var(--Blue-VibrantDarker), var(--Purple-Darkest));
}

.players .inner{
    position: relative;
    display: flex;
    justify-content: center;
    width: calc(100% - 100px);
    padding-inline: 50px;
    gap: 2em;
    top: 1px;
}

.players .inner .img{
    position: relative;
    width: 480px;
    height: 600px;
    border: 1px solid var(--Pink-VibrantNeutral);
    border-radius: 2em;
    z-index: 10;
}

.players .inner .img img{
    width: 100%;
    height: 100%;
    border-radius: 2em;
    object-fit: cover;
}

.players .inner .content{
    display: flex;
    flex-direction: column;
    width: 924px;
    gap: 2em;
}

.players  p, .players  h1, .players  h2, .players  h5{
    position: relative;
    z-index: 10;
}

.games{
    position: absolute;
    width: 100.1vw;
    z-index: 8;
}

.games .gamesContainer{
    position: relative;
    display: flex;
    width: max-content;
    gap: 2em;
    top: 348px;
}

@keyframes seamlessScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.games .gamesContainer:hover {
    animation-play-state: paused;
}

.games .gameCard{
    width: 294px;
    height: 284px;
    border-radius: 2em;
    opacity: .5;
}

.games .gameCard:hover{
    opacity: 1;
}

.games .gameCard img{
    width: 100%;
    height: 100%;
    border-radius: 2em;
    object-fit: cover;
}

.players .gap{
    position: absolute;
    width: 100.1vw;
    bottom: -1px;
    right: 0;
    z-index: 12;
}

/**/


.creators{
    position: relative;
    display: flex;
    justify-content: center;
    background: linear-gradient(0deg, var(--Green-VibrantDarker), var(--Purple-Darkest));
}

.creators .inner{
    position: relative;
    display: flex;
    justify-content: center;
    width: calc(100% - 100px);
    padding-inline: 50px;
    gap: 2em;
    top: 1px;
}

.creators .inner .content{
    display: flex;
    flex-direction: column;
    width: 924px;
    gap: 2em;
}

.creators .inner .content h2 a{
    color: var(--Teal-Lighter);
}

.creators .inner .content h2 a:hover{
    text-decoration: underline;
}

.creators .inner .img{
    width: 480px;
    height: 600px;
    border: 1px solid var(--Pink-VibrantNeutral);
    border-radius: 2em;
}

.creators .inner .img img{
    width: 100%;
    height: 100%;
    border-radius: 2em;
    object-fit: cover;
}

.creators .gap{
    position: absolute;
    width: 100.1vw;
    bottom: -1px;
    right: 0;
    z-index: 12;
}
/**/


.developers{
    position: relative;
    display: flex;
    justify-content: center;
    background: linear-gradient(0deg, var(--Teal-VibrantDarker), var(--Purple-Darkest));
}

.developers .inner{
    position: relative;
    display: flex;
    justify-content: center;
    width: calc(100% - 100px);
    padding-inline: 50px;
    gap: 4em;
    top: 1px;
}

.developers .inner .img{
    width: 480px;
    height: 600px;
    border: 1px solid var(--Pink-VibrantNeutral);
    border-radius: 2em;
}

.developers .inner .img img{
    width: 100%;
    height: 100%;
    border-radius: 2em;
    object-fit: cover;
}

.developers .inner .content{
    display: flex;
    flex-direction: column;
    max-width: 885px;
    gap: 2em;
}

.developers .inner .content .fieldArea{
    display: flex;
    gap: 2em;
}

.developers .inner .content .fieldArea .textArea{
    max-width: 426.5px;
}

.developers .inner .content h2 a{
    color: var(--Teal-Lighter);
}

.developers .inner .content h2 a:hover{
    text-decoration: underline;
}

.developers .gap{
    position: absolute;
    width: 100.1vw;
    bottom: -1px;
    right: 0;
    z-index: 12;
}
/**/


.download{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100.1vw;
    height: auto;
    gap: 6rem;
    background: linear-gradient(0deg, #0F0B20 0%, #0F0B20 60%, var(--Purple-Darkest));
}

.download .inner{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    min-height: 710px;
    top: 0;
    z-index: 13;
}

.download img.img{
    position: absolute;
    width: 1646px;
    height: auto;
    top: -340px;
}

.download .inner .img.mobile{
    display: none;
}

.download .content{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1344px;
    gap: 2rem;
}

.download .content .text{
    display: flex;
    flex-direction: column;
    align-items: end;
}    

.download .content h1{
    text-align: end;
    line-height: 85px;
}

.download .content h5{
    text-align: end;
}

.download .content .btnArea{
    display: flex;
    justify-content: center;
    gap: 22px;
}

.playBtn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 8rem;
    padding-inline-start: 2rem;
    padding-inline-end: 3.5rem;
    border-radius: 2rem;
    z-index: 10;
}

.playBtn .text, .download .playBtn .text{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: nb;
    font-size: 4rem;
    text-align: center;
    z-index: 13;
}

.playBtn .text img{
    width: 5rem;
}

.playBtn .color{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2rem;
    background: var(--Green-VibrantNeutral);
    box-shadow: 
                0px -8.5px 7.5px 0px #fff600 inset,
                8.5px 0px 12.5px 0px #367333 inset,
                -8.5px 0px 12.5px 0px #367333 inset;
    z-index: 11;
    transition: .2s;
}

.playBtn .vector{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2rem;
    background: radial-gradient(80% 80% at 50% 20%, var(--Green-VibrantDarker), #0000);
    z-index: 12;
}

.download .subscribe{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.download .subscribe h1{
    width: 950px;
    line-height: 133%;
    text-align: center;
}

.download .subscribe .btnArea{
    display: flex;
    gap: 22px;
}

.download .subscribe .btnArea .discordBtn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25rem;
    height: 8rem;
    border-radius: 2rem;
    z-index: 10;
}

.download .subscribe .btnArea .discordBtn span{
    position: relative;
    font-family: nb;
    font-size: 4rem;
    text-align: center;
    z-index: 13;
}

.download .subscribe .btnArea .discordBtn .color{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2rem;
    background: var(--Purple-VibrantNeutral);
    box-shadow: 
                0px -8.5px 7.5px 0px #dcc6ff inset,
                8.5px 0px 12.5px 0px #c300ffaa inset,
                -8.5px 0px 12.5px 0px #c300ffaa inset;
    z-index: 11;
    transition: .2s;
}

.download .subscribe .btnArea .discordBtn .vector{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2rem;
    background: radial-gradient(80% 80% at 50% 20%, var(--Purple-VibrantDarker), #0000);
    z-index: 12;
}

.download .subscribe .btnArea .substackBtn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25rem;
    height: 8rem;
    border-radius: 2rem;
    z-index: 10;
}

.download .subscribe .btnArea .substackBtn span{
    position: relative;
    font-family: nb;
    font-size: 4rem;
    text-align: center;
    z-index: 13;
}

.download .subscribe .btnArea .substackBtn .color{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2rem;
    background: var(--Orange-VibrantNeutral);
    box-shadow: 
                0px -8.5px 7.5px 0px #FFFFBC inset,
                8.5px 0px 12.5px 0px #ff0000 inset,
                -8.5px 0px 12.5px 0px #ff0000 inset;
    z-index: 11;
    transition: .2s;
}

.download .subscribe .btnArea .substackBtn .vector{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2rem;
    background: radial-gradient(80% 80% at 50% 20%, var(--Red-VibrantDarker), #0000);
    z-index: 12;
}


.playBtn:hover .color{
    box-shadow: 
                0px -8.5px 15px 0px #eeff00 inset,
                8.5px 0px 30px 0px #eeff00 inset,
                -8.5px 0px 30px 0px #eeff00 inset,
                0px -8.5px 15px 0px #beffbc77,
                8.5px 0px 25px 0px #eeff0077,
                -8.5px 0px 25px 0px #eeff0077;
}

.download .subscribe .btnArea .discordBtn:hover .color{
    box-shadow: 
                0px -8.5px 15px 0px #e6d6ff inset,
                8.5px 0px 30px 0px #ff008c inset,
                -8.5px 0px 30px 0px #ff008c inset,
                0px -8.5px 25px 0px #6f00ff77,
                8.5px 0px 25px 0px #d400ff77,
                -8.5px 0px 25px 0px #d400ffcc;
}

.download .subscribe .btnArea .substackBtn:hover .color{
    box-shadow: 
                0px -8.5px 7.5px 0px #FFFFBC inset,
                8.5px 0px 12.5px 0px #ff0000 inset,
                -8.5px 0px 12.5px 0px #ff0000 inset;
    box-shadow: 
                0px -8.5px 15px 0px #ffffdd inset,
                8.5px 0px 30px 0px #ff7b00 inset,
                -8.5px 0px 30px 0px #ff7b00 inset,
                0px -8.5px 15px 0px #ff5e5e77,
                8.5px 0px 25px 0px #ffbb0077,
                -8.5px 0px 25px 0px #ffbb00cc;
}


.playBtn span, .download .subscribe .btnArea .discordBtn span, .download .subscribe .btnArea .substackBtn span{
    margin-bottom: .5rem;
}


@media screen and (max-width: 1535px) {
    .header{
        flex-direction: row;
        align-items: start;
        justify-content: center;
        height: 1067px;
        padding-top: 0px;
        padding-bottom: 1rem;
    }
    .header .inner{
        flex-direction: column-reverse;
        align-items: center;
        width: 900px;
        padding-left: 0;
    }
    header.header .playBtn{
        width: calc(420px - 88px);
        bottom: 80px;
    }
    .header .inner .content{
        flex-direction: row;
        justify-content: center;
        width: 960px;
    }
    .header .inner .content .logoArea{
        display: none;
    }
    .header .content .titleArea{
        padding-top: 83px;
    }
    .header .content .titleArea h1{
        position: absolute;
        top: 0;
    }
    .header .content .introduction{
        padding-top: 83px;
    }
    .header .billboard{
        min-width: 900px;
        max-width: 900px;
        height: 675px;
        border-radius: 2rem;
        border-right: 1px solid var(--Pink-VibrantNeutral);
    }
    .header .billboard video{
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        border-radius: 2rem;
        right: 0;
    }
    .header .billboard .img{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 336px;
        top: 20px;
        left: 20px;
    }
    .header .billboard .img img{
        position: relative;
        width: 100%;
        z-index: 10;
    }
    .header .billboard .img .border{
        position: absolute;
        z-index: 8;
        opacity: .5;
    }
    /*  -73 -----------------------------------------------------------*/
    .players{
        align-items: center;
        width: 100%;
        height: auto;
        padding-bottom: 255px;
    }
    .players .inner{
        flex-direction: column-reverse;
        align-items: center;
        width: calc(100% / 3 * 2);
    }
    .players .inner .img{
        width: 450px;
        height: 450px;
    }
    .players .inner .content{
        width: 100%;
    }
    .players .games .gamesContainer{
        top: 208px;
    }
    .games .gameCard{
        width: 213px;
        height: 213px;
        border-radius: 32px;
    }
    /*  -73 -----------------------------------------------------------*/
    .creators{
        align-items: center;
        width: 100%;
        height: auto;
        padding-bottom: 255px;
    }
    .creators .inner{
        flex-direction: column;
        align-items: center;
        width: calc(100% / 3 * 2);
    }
    .creators .inner .content{
        width: 100%;
    }
    .creators .inner .img{
        width: 450px;
        height: 450px;
    }
    /*  -73 -----------------------------------------------------------*/
    .developers{
        align-items: center;
        width: 100%;
        height: auto;
        padding-bottom: 255px;
    }
    .developers .inner{
        flex-direction: column-reverse;
        align-items: center;
        width: calc(100% / 3 * 2);
    }
    .developers .inner .content{
        width: 100%;
    }
    .developers .inner .img{
        width: 450px;
        height: 450px;
    }
    /*  -73 -----------------------------------------------------------*/
    .download{
        align-items: center;
        width: 100%;
        height: auto;
    }
    .download .inner{
        flex-direction: column;
        align-items: center;
        width: calc(100% / 3 * 2);
        height: auto;
        gap: 0;
    }
    .download .inner .img{
        position: relative;
        width: 100%;
        top: 0;
    }
    .download .inner .img.desktop{
        display: none;
    }
    .download .inner .img.mobile{
        display: block;
    }
    .download .content h1{
        line-height: normal;
    }
}







@media screen and (max-width: 959px) {
    .header{
        height: auto;
        padding-top: 0px;
        padding-bottom: 120px;
    }
    .header .inner{
        width: 600px;
    }
    header.header .playBtn{
        width: auto;
        bottom: 10px;
    }
    .header .inner .content{
        width: 640px;
    }
    .header .content .titleArea{
        padding-top: 48px;
    }
    .header .content .introduction{
        padding-top: 48px;
    }
    .header .billboard{
        min-width: 600px;
        max-width: 600px;
        height: 450px;
    }
    .header .billboard .img{
        width: 224px;
    }
    /*  -73 -----------------------------------------------------------*/
    .players{
        padding-bottom: 150px;
    }
    .players .inner .img{
        width: 300px;
        height: 300px;
    }
    .players .games .gamesContainer{
        top: 114px;
    }
    .games .gameCard{
        width: 142px;
        height: 142px;
        border-radius: 32px;
    }
    /*  -73 -----------------------------------------------------------*/
    .creators{
        padding-bottom: 150px;
    }
    .creators .inner .img{
        width: 300px;
        height: 300px;
    }
    /*  -73 -----------------------------------------------------------*/
    .developers{
        padding-bottom: 150px;
    }
    .developers .inner .img{
        width: 300px;
        height: 300px;
    }
    /*  -73 -----------------------------------------------------------*/
    .download .inner{
        min-height: auto;
    }
    .download .subscribe h1{
        width: 80%;
    }
}








@media screen and (max-width: 659px) {
    .header{
        padding-top: 0px;
        padding-bottom: 120px;
    }
    .header .inner{
        width: auto;
    }
    header.header .playBtn{
        bottom: 30px;
    }
    .header .inner .content{
        flex-direction: column;
        width: calc(100% - 16px * 2);
        padding-inline: 16px;
    }
    .header .content .titleArea{
        padding-top: 0;
    }
    .header .content .titleArea h1{
        position: relative;
        top: auto;
    }
    .header .content .introduction{
        padding-top: 0;
    }
    .header .content .introduction h2 a{
        text-decoration: underline;
    }
    .header .billboard{
        min-width: 100vw;
        max-width: 100vw;
        height: 450px;
        border-radius: 0;
        border-bottom: none;
    }
    .header .billboard video{
        border-radius: 0;
    }
    .header .billboard .img{
        width: 224px;
    }
    .header .billboard::before{
        content: '';
        position: absolute;
        width: 100vw;
        height: 64px;
        left: 0;
        bottom: -32px;
        background: linear-gradient(0deg, transparent 10%, #640a6e 50%, transparent);
        z-index: 9;
    }
    /*  -73 -----------------------------------------------------------*/
    .players{
        padding-bottom: 150px;
    }
    .players .inner .img{
        width: 300px;
        height: 200px;
    }
    .players .inner .content{
        width: calc(100vw - 16px * 2);
        padding-inline: 16px;
    }
    .players .games .gamesContainer{
        top: 242px;
    }
    /*  -73 -----------------------------------------------------------*/
    .creators{
        padding-bottom: 100px;
    }
    .creators .inner .content{
        width: calc(100vw - 16px * 2);
        padding-inline: 16px;
    }
    .creators .inner .img{
        width: 300px;
        height: 200px;
    }
    .creators .inner .content h2 a{
        text-decoration: underline;
    }
    /*  -73 -----------------------------------------------------------*/
    .developers{
        padding-bottom: 150px;
    }
    .developers .inner .content{
        width: calc(100vw - 16px * 2);
        padding-inline: 16px;
    }
    .developers .inner .img{
        width: 300px;
        height: 200px;
    }
    .developers .inner .content h2 a{
        text-decoration: underline;
    }
    .developers .inner .content .fieldArea .textArea{
        max-width: none;
        width: 100%;
    }
    /*  -73 -----------------------------------------------------------*/
    .download .inner .img{
        width: 150vw;
    }
    .download .content{
        flex-direction: column;
    }
    .download .content .btnArea{
        flex-direction: column;
        align-items: center;
    }
    .download .subscribe h1{
        width: calc(100vw - 16px * 2);
        padding-inline: 16px;
    }
    .download .content h1, .download .content h5{
        width: 90vw;
        text-align: center;
        text-wrap: wrap;
    }
    .download .subscribe .btnArea{
        flex-direction: column;
        align-items: center;
    }
}