* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: Gotham Condensed;
    src: url("../fonts/Gotham-Black-Cond-Italic.ttf") format('truetype'),
    url("../fonts/Gotham-Black-Cond-Italic.woff2") format('woff2');
    font-weight: 900;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: Gilroy;
    src: url("../fonts/Gilroy-Regular.ttf") format('truetype'),
    url("../fonts/Gilroy-Regular.woff2") format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Light.ttf") format('truetype'),
    url("../fonts/Inter-Light.woff2") format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Medium.ttf") format('truetype'),
    url("../fonts/Inter-Medium.woff2") format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Bebas Neue Cyrillic;
    src: url("../fonts/BebasNeueRegular.ttf") format('truetype'),
    url("../fonts/BebasNeueRegular.woff2") format('woff2');
    font-weight: 400;
    font-display: swap;
}


html {
    box-sizing: border-box;
    font-size: calc(100vw / 1536 * 10);
    scroll-behavior: smooth;
}

img {
    width: 100%;
}

body {
    background: #0D0D0D;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0D0D0D;
    z-index: 9999;
    display: grid;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 8rem;
}

.small-circle {
    stroke-dasharray: 210;
    stroke-dashoffset: 210;
    transform-origin: 50%;
    animation: 1s draw-small infinite alternate;
}

@keyframes draw-small {
    0% {
        stroke-dashoffset: 0;
        transform: rotate(0deg);
    }
    100% {
        stroke-dashoffset: 210;
        transform: rotate(360deg);
    }
}

.big-circle {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    transform-origin: 50%;
    animation: 1s draw-big infinite alternate 0.5s;
}

@keyframes draw-big {
    0% {
        stroke-dashoffset: 0;
        transform: rotateY(180deg) rotate(360deg);
    }
    100% {
        stroke-dashoffset: 240;
        transform: rotateY(180deg) rotate(0deg);
    }
}


.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.omg-container {
    position: relative;
    z-index: 1;
    padding-left: 17.6rem;
    padding-right: 17.6rem;
}

.header {
    background: rgba(72, 72, 72, 0.31);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    padding-top: 1.8rem;
    padding-bottom: 1.7rem;
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
    box-shadow: 0 0.4rem 1.8rem 0.4rem rgba(0, 0, 0, 0.25);
}

.header-content {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
}

.header-actions {
    text-align: center;
    display: grid;
    grid-template-columns: auto auto;
    gap: 1.764rem;
}

.header-logo {
    width: 16.4rem;
    height: 3.8rem;
}

.header-logo img {
    width: 100%;
}

.omg-action {
    background-color: #FFD249;
    color: #000000;
    font-family: Bebas Neue Cyrillic, sans-serif;
    font-size: 2.5rem;
    line-height: 4.9rem;
    text-decoration: none;
    width: 22.4rem;
    height: 4.9rem;
    border-radius: 0.8rem;
    display: inline-block;
    align-items: center;
    justify-items: center;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}


.transparent-action {
    background-color: transparent;
    color: white;
    border: 0.2rem solid #FFFFFF;
    font-family: Bebas Neue Cyrillic, sans-serif;
    font-size: 2.5rem;
    line-height: 4.5rem;
    text-decoration: none;
    width: 19.9rem;
    height: 4.9rem;
    border-radius: 0.8rem;
    display: inline-block;;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    justify-items: center;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    text-align: center;
}

.main {
    padding-top: 11rem;
    margin-bottom: 7.2rem;
}

.main-content {
    position: relative;
}

.main-image-mob {
    display: none;
}

.main-text {
    position: absolute;
    right: 12.5rem;
    bottom: 1rem;
    display: grid;
    justify-items: center;
}

.main-title {
    font-family: Gotham Condensed, sans-serif;
    font-style: italic;
    font-weight: 900;
    background: linear-gradient(90deg, #FFD24B 28.87%, #FEC43D 47.69%, #F98600 73.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 11.8rem;
    line-height: 84.5%;
}

.main-description {
    margin-top: 0.5rem;
    font-family: Gilroy, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    color: #FFFFFF;
}

.web-1 {
    width: 34.1rem;
    position: absolute;
    top: 8rem;
    right: 0;
    z-index: 5;
}

.album {
    position: relative;
    margin-bottom: 7.2rem;
}

.album-content {
    display: grid;
    padding: 1.6rem 1.6rem;
    gap: 1.6rem;
    perspective: 1560rem;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 21.6rem);
    background-color: #1D1D1D;
    border-radius: 2.7rem;
}

.flipper {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    cursor: pointer;
}


.flipper:nth-child(1) {
    order: 1;
    grid-row-start: 1;
    grid-row-end: 3;
}

.flipper:nth-child(2) {
    order: 2;
}

.flipper:nth-child(3) {
    order: 6;
}

.flipper:nth-child(4) {
    order: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 3;
}

.flipper:nth-child(5) {
    order: 3;
}

.flipper:nth-child(6) {
    order: 7;
}

.flipper:nth-child(7) {
    order: 5;
}

.flipper:nth-child(8) {
    order: 8;
}

.flipped {
    transform: rotateY(180deg);
}

.shirt,
.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 2.5rem;
    overflow: hidden;
}

.shirt {

}

.face {
    transform: rotateY(180deg);
}


.web-2 {
    width: 47.3rem;
    position: absolute;
    top: 1rem;
    left: 0;
}


.captcha {

}

.captcha-content {
    background-color: #1D1D1D;
    border-radius: 2.7rem;
    display: grid;
    grid-template-columns: 1fr 54rem;
    padding: 1.8rem 1.8rem 1.8rem 6.4rem;
    column-gap: 5.8rem;
    row-gap: 3.4rem;
}

.captcha-info {
    margin-top: 3.8rem;
    position: relative;
    order: 1;
}

.captcha-title {
    font-family: Gotham Condensed, sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 6.5rem;
    line-height: 0.9;
    padding-right: 3rem;
}

.captcha-title > .white-title {
    margin-bottom: -0.5rem;
}

.white-title {
    background: #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.orange-title {
    background: linear-gradient(90deg, #FFD24B 28.87%, #FEC43D 47.69%, #F98600 73.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right;
}

.captcha-paws {
    position: absolute;
    width: 7rem;
    right: 0;
    top: 0;
}

.captcha-text {
    order: 3;
    font-family: Gilroy, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #8B8B8B;
}

.captcha-video {
    order: 2;
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    border-radius: 1.6rem;
    overflow: hidden;
    transition: 0.5s ease-in-out;

}

.captcha-video img {
    height: 100%;
}

.captcha-video:hover {
    box-shadow: 0 0 1.6rem 0 rgba(255, 210, 73, 0.4);
}


.spirit {
    padding-bottom: 10.9rem;
    padding-top: 9.2rem;

}



.pumpkin-face > svg > path {
    animation: pump-spirit 7s linear infinite;
    animation-delay: 1s;


}

.pumpkin-face {
    width: 115rem;
    margin-left: 2rem;
}

@keyframes pump-spirit {
    0% {
        fill: #1A1919
    }
    50% {
        fill: #FFC81F
    }

    100% {
        fill: #1A1919
    }
}

.spirit-text {
    color: #ffffff;
    text-align: center;
    font-family: Gilroy, sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.2rem;
    position: absolute;
    top: 23rem;
    left: 56.5rem;
}


.prediction {
    margin-bottom: 7.2rem;
}

.prediction-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.trick-treat {
    position: relative;
}

.predict-action {
    position: absolute;
    width: 28.7rem;
    line-height: 4.9rem;
    bottom: 4.8rem;
    left: 14.5rem;
    border: 0;
    cursor: pointer;
}

.predict-title {
    color: #FFF;
    font-family: Gotham Condensed, sans-serif;
    font-size: 6.5rem;
    font-style: italic;
    font-weight: 900;
    margin-bottom: 3.5rem;
    line-height: 0.8;
}

.predict {
    font-family: Inter, sans-serif;
    font-size: 2rem;
    color: #8B8B8B;
    font-weight: 300;
    line-height: normal;
    max-width: 95%;
}

.card-container {
    perspective: 220rem;
}

.card {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}

.card .front,
.card .back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    border-radius: 2.7rem;
}

.card .front > img {
    width: 100%;
    height: 100%;
}

.card .back {
    transform: rotateY(180deg);
    background-color: #1D1D1D;
    gap: 3.5rem;
    align-items: center;
    justify-content: center;
    padding: 3rem 2.5rem 5rem 5rem;
}

.card.flipped {
    transform: rotateY(180deg);
}


.contest {
    position: relative;
    margin-bottom: 7.2rem;
}

.contest-content {
    display: grid;
    grid-template-columns: 1fr 66rem;
    gap: 2.6rem;
}

.contest-info {
    padding-left: 5rem;
}

.contest-title {
    font-family: Gotham Condensed, sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 6.5rem;
    color: #FFFFFF;
    padding-top: 5rem;
    margin-bottom: 3.2rem;
}

.contest-text {
    font-family: Inter, sans-serif;
    font-weight: 300;
    font-size: 2rem;
    color: #8B8B8B;
    margin-bottom: 4.4rem;
}

.contest-text-white {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    color: #FFFFFF;
}

.contest-action {
    width: 24.2rem;
}


.web-3 {
    width: 40rem;
    position: absolute;
    top: -31rem;
    right: 0;
}


.last {
    margin-bottom: 7.2rem;
}

.last-content {
position: relative;
}

.last-image {
    z-index: 0;
}

.last-image-mob {
    display: none;
}

.last-info {
    position: absolute;
    top: 5.4rem;
    right: 1.5rem;
}

.last-logo {
    width: 57.7rem;
    display: block;
}

.last-spider {
    position: absolute;
    width: 22.4rem;
    top: -4rem;
    right: 0;
}


.footer {
    background: #000000;
    padding-top: 9.1rem;
    padding-bottom: 9rem;
    z-index: 2;
    position: relative;
}

.footer-info {
    position: relative;
    display: grid;
    justify-content: center;
}

.footer-logo {
    width: 24.7rem;
    height: 5.7rem;
}

.footer-spider {
    position: absolute;
    top: -1.5rem;
    right: 36rem;
    width: 8.5rem;
}

.web-4 {
    width: 62.1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
}


.omg-action:hover {
    background-color: #FFFFFF;
}

.transparent-action:hover {
    color: black;
    background-color: white;
}

.last-logo:hover .last-logo-path {
    fill: white;
}


.last-logo-path {
    transition: 0.5s ease-in-out;
}






















@media screen and (max-width: 1024px) {


    html {
        font-size: calc(100vw / 1024 * 10);
    }

    .omg-container {
        padding-left: 2.9rem;
        padding-right: 2.9rem;
    }

    .header {
        padding-top: 1.8rem;
        padding-bottom: 1.9rem;
    }

    .header-actions {
        gap: 0.8rem;
    }

    .omg-action {
        font-size: 2.4rem;
        width: 20rem;
        height: 4.7rem;
        line-height: 4.7rem;
    }

    .transparent-action {
        font-size: 2.4rem;
        width: 20rem;
        height: 4.7rem;
        line-height: 4.3rem;
    }




    .main {
        padding-top: 12rem;
        margin-bottom: 6rem;
    }


    .main-text {
        right: 11.5rem;
        bottom: 0.5rem;
    }

    .main-title {
        font-size: 9.6rem;
    }

    .main-description {
        margin-top: 0.5rem;
        font-size: 2.4rem;
    }

    .web-1 {
        width: 34.1rem;
        position: absolute;
        top: 7rem;
        right: 0;
        z-index: 0;
    }



    .album {
        margin-bottom: 6rem;
    }

    .album-content {
        padding: 1.2rem 1.2rem;
        gap: 1.1rem;
        perspective: 400rem;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, 17.6rem);
        border-radius: 2rem;
    }

    .shirt,
    .face {
        border-radius: 2rem;
    }


    .web-2 {
        top: 10rem;
    }



    .captcha-content {
        grid-template-columns: 1fr 43.6rem;
        padding: 1.3rem 1.3rem 1.3rem 5rem;
        column-gap: 4.7rem;
        row-gap: 3rem;
    }

    .captcha-info {
        margin-top: 3.8rem;
    }

    .captcha-title {
        font-size: 5.6rem;
        line-height: 0.9;
        padding-right: 2.5rem;
    }

    .captcha-title > .white-title {
        margin-bottom: -0.2rem;
    }


    .captcha-paws {
        position: absolute;
        width: 5.1rem;
        right: 0;
        top: 0.5rem;
    }

    .captcha-text {
        font-size: 1.6rem;
    }

    .captcha-video {
        border-radius: 1.3rem;
    }

    .spirit {
        padding-bottom: 7.2rem;
        padding-top: 7.2rem;

    }

    .pumpkin-face {
        width: 80rem;
        margin-left: 7.5rem;
    }


    .spirit-text {
        font-size: 2.4rem;
        top: 15.2rem;
        left: 35.5rem;
    }



    .prediction {
        margin-bottom: 6rem;
    }

    .prediction-content {
        gap: 1.7rem;
    }

    .predict-action {
        width: 25rem;
        height: 4.2rem;
        line-height: 4.2rem;
        bottom: 3.5rem;
        left: 11rem;
    }

    .predict-title {
        font-size: 5.6rem;
        margin-bottom: 2.5rem;
    }

    .predict {
        font-size: 1.6rem;
        max-width: 90%;
    }

    .card-container {
        perspective: 220rem;
    }

    .card .front,
    .card .back {
        border-radius: 2.2rem;
    }

    .card .back {
        gap: 1rem;
        padding: 2.8rem 2rem 4rem 3rem;
    }

    .contest {
        margin-bottom: 6rem;
    }

    .contest-content {
        grid-template-columns: 1fr 53rem;
        gap: 2rem;
    }

    .contest-info {
        padding-left: 3.5rem;
    }

    .contest-title {
        font-size: 5.6rem;
        padding-top: 5rem;
        margin-bottom: 1.5rem;
    }

    .contest-text {
        font-size: 1.6rem;
        margin-bottom: 4rem;
    }

    .contest-text-white {
        font-size: 1.6rem;
    }

    .contest-action {
        width: 24rem;
    }


    .web-3 {
        width: 40rem;
        top: -31rem;
        right: 0;
    }


    .last {
        margin-bottom: 6rem;
    }


    .last-info {
        top: 4.4rem;
        right: 1rem;
    }

    .last-logo {
        width: 46.5rem;
    }

    .last-spider {
        width: 18.2rem;
        top: -3.3rem;
        right: 0;
    }


    .footer {
        padding-top: 2.8rem;
        padding-bottom: 2.8rem;
    }

    .footer-logo {
        width: 16.4rem;
        height: 3.9rem;
    }

    .footer-spider {
        top: -0.3rem;
        right: 35rem;
        width: 3.6rem;
    }

    .web-4 {
        width: 41.9rem;
    }

}

@media screen and (max-width: 767px) {

    html {
        font-size: calc(100vw / 375 * 10);
    }

    .pc-br {
        display: none;
    }

    .omg-container {
        padding-left: 1.7rem;
        padding-right: 1.7rem;
    }

    .header {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .header-logo {
        width: 10rem;
        height: 2.3rem;
    }

    .header-actions {
        grid-template-columns: auto;
        gap: 0;
    }

    .transparent-action {
        display: none;
    }

    .omg-action {
        width: 15.8rem;
        height: unset;
        line-height: 2rem;
        font-size: 2rem;
        border-radius: 0.7rem;
        padding-top: 0.9rem;
        padding-bottom: 0.7rem;
    }


    .main {
        padding-top: 8rem;
        margin-bottom: 3.2rem;
    }

    .main-image {
        display: none;
    }

    .main-image-mob {
        display: block;
    }

    .main-text {
        right: 5.8rem;
        bottom: 18rem;
    }

    .main-title {
        font-size: 6rem;
    }

    .main-description {
        margin-top: 0;
        font-size: 1.8rem;
    }

    .web-1, .web-2, .web-3 {
        display: none;
    }

    .album {
        margin-bottom: 3.2rem;
    }

    .album-content {
        padding: 1.1rem 1.1rem;
        gap: unset;
        column-gap: 0.8rem;
        row-gap: 0.8rem;
        perspective: 400rem;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 15.2rem);
        border-radius: 2rem;
    }


    .flipper:nth-child(1) {
        order: 1;
        grid-row-start: 1;
        grid-row-end: 3;
    }

    .flipper:nth-child(2) {
        order: 2;
    }

    .flipper:nth-child(3) {
        order: 3;
    }

    .flipper:nth-child(4) {
        order: 5;
        grid-row-start: 3;
        grid-row-end: 5;
        grid-column-start: 2;
    }

    .flipper:nth-child(5) {
        order: 4;
    }

    .flipper:nth-child(6) {
        order: 6;
    }

    .flipper:nth-child(7) {
        order: 7;
    }

    .flipper:nth-child(8) {
        order: 8;
    }



    .shirt,
    .face {
        border-radius: 2rem;
    }



    .captcha-content {
        grid-template-columns: 1fr;
        padding: 2.4rem 1.2rem;
        column-gap: unset;
        row-gap: unset;
    }

    .captcha-info {
        margin-top: 0;
    }

    .captcha-title {
        font-size: 4rem;
        line-height: 0.9;
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .captcha-title > .white-title {
        margin-bottom: -0.2rem;
    }


    .captcha-paws {
        width: 3.5rem;
        right: 2rem;
        top: -0.5rem;
    }

    .captcha-text {
        font-size: 1.4rem;
    }

    .captcha-video {
        border-radius: 2rem;
        order: 2;
        grid-row-start: 2;
        grid-column-start: 1;
        margin-bottom: 2rem;

    }

    .spirit {
        padding-bottom: 7.2rem;
        padding-top: 7.5rem;

    }

    .spirit > .omg-container {

        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .pumpkin-face {
        width: 100%;
        margin-left: 0;
    }


    .spirit-text {
        font-size: 1.4rem;
        top: 6.7rem;
        left: 8rem;
        letter-spacing: unset;
}



    .prediction {
        margin-bottom: 3.2rem;
        padding-bottom: 30rem;
    }

    .prediction-content {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .predict-action {
        font-size: 2rem;
        width: 23.6rem;
        height: unset;
        line-height: 1rem;
        padding-top: 1.4rem;
        padding-bottom: 1.3rem;
        bottom: 2rem;
        left: 5.4rem;
    }

    .predict-title {
        font-size: 4rem;
        margin-bottom: 2.2rem;
        line-height: 77.5%;
        letter-spacing: -0.1rem;
    }

    .predict {
        font-size: 1.4rem;
        line-height: 1.05;
        max-width: 100%;
    }

    .card-container {
        perspective: 220rem;
    }

    .card .front,
    .card .back {
        border-radius: 2.2rem;
        width: 100%;
        height: 32rem;
        position: absolute;
    }

    .front-board {
        width: 100%;
        height: 100%;
    }

    .card .back {
        gap: 1rem;
        padding: 2.7rem 2rem 2.7rem 2.5rem;
    }

    .contest {
        margin-bottom: 3.2rem;
    }

    .contest-content {
        grid-template-columns: 1fr;
        gap: 3.2rem;
    }

    .contest-info {
        padding-left: 0;
    }

    .contest-title {
        font-size: 5.6rem;
        padding-top: 0;
        margin-bottom: 2.2rem;
        line-height: 1;
    }

    .contest-text {
        font-size: 1.4rem;
        margin-bottom: 2.4rem;
    }

    .contest-text-white {
        font-size: 1.6rem;
    }

    .contest-action {
        font-size: 2.5rem;
        width: 100%;
        height: unset;
        line-height: 1;
        padding-top: 1.3rem;
        padding-bottom: 1.2rem;
    }


    .last {
        margin-bottom: 3.2rem;
    }

    .last-image {
        display: none;
    }

    .last-image-mob {
        display: block;
    }


    .last-info {
        top: unset;
        right: unset;
        bottom: 18rem;
        left: 2.5rem;
    }

    .last-logo {
        width: 29.5rem;
    }

    .last-spider {
        width: 14rem;
        top: -2.6rem;
        right: 0;
    }


    .footer {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }

    .footer-logo {
        width: 12.6rem;
        height: 2.9rem;
    }

    .footer-spider {
        top: -0.8rem;
        right: 6.4rem;
        width: 3.6rem;
    }

    .web-4 {
        width: 18rem;
    }




}




