@keyframes Button_scroll-gradient__McZnK {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 350% 0
    }
}

.Button_czyButton__y8IRs {
    border-radius: 30px;
    transition: all .25s ease;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: calc(var(--base-unit)*1) calc(var(--base-unit)*2);
    background: #0000;
    height: 40px;
    -webkit-user-select: none;
    user-select: none
}

    .Button_czyButton__y8IRs:focus {
        outline: none
    }

.Button_czyButton--contained--purple__OBSeL {
    color: var(--white-100);
    background: var(--brand-100)
}

    .Button_czyButton--contained--purple__OBSeL:active {
        background: rgb(var(--brand-100)/70%)
    }

@media(hover:hover) {
    .Button_czyButton--contained--purple__OBSeL:hover:not(:disabled) {
        background: var(--brand-80)
    }
}

.Button_czyButton--contained--white__sCz8u {
    color: var(--black-50);
    background: var(--white-100)
}

    .Button_czyButton--contained--white__sCz8u:active {
        background: rgb(var(--white-100)/70%)
    }

@media(hover:hover) {
    .Button_czyButton--contained--white__sCz8u:hover:not(:disabled) {
        background: var(--white-50)
    }
}

.Button_czyButton--contained--grey__sz05o {
    color: var(--white-100);
    background: var(--black-40)
}

    .Button_czyButton--contained--grey__sz05o:active {
        background: rgb(var(--black-40)/70%)
    }

@media(hover:hover) {
    .Button_czyButton--contained--grey__sz05o:hover:not(:disabled) {
        background: var(--black-50)
    }
}

.Button_czyButton--contained--alert__uLqDw {
    color: var(--white-100);
    background: var(--alert-100)
}

    .Button_czyButton--contained--alert__uLqDw:active {
        background: rgb(var(--alert-100)/70%)
    }

@media(hover:hover) {
    .Button_czyButton--contained--alert__uLqDw:hover:not(:disabled) {
        background: var(--alert-100)
    }
}

.Button_czyButton--contained--success__AaSFp {
    color: var(--white-100);
    background: var(--success-100)
}

    .Button_czyButton--contained--success__AaSFp:active {
        background: rgb(var(--success-100)/70%)
    }

@media(hover:hover) {
    .Button_czyButton--contained--success__AaSFp:hover:not(:disabled) {
        background: #52b187
    }
}

.Button_czyButton--contained--black__lSHus {
    color: var(--white-100);
    background: var(--black-90)
}

    .Button_czyButton--contained--black__lSHus:active {
        background: rgb(var(--black-90)/70%)
    }

@media(hover:hover) {
    .Button_czyButton--contained--black__lSHus:hover:not(:disabled) {
        background: var(--black-70)
    }
}

.Button_czyButton--contained--green-gradient__yxGqG {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e)
}

    .Button_czyButton--contained--green-gradient__yxGqG:active {
        background: linear-gradient(90deg,#289777,#408b4e)
    }

@media(hover:hover) {
    .Button_czyButton--contained--green-gradient__yxGqG:hover:not(:disabled) {
        background: linear-gradient(90deg,#2dc59a,#5db96e)
    }
}

.Button_czyButton--contained--animated-green-gradient___6oOa {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
    background-size: 700% 100%;
    animation: Button_scroll-gradient__McZnK 3s linear infinite;
    transition: filter .2s ease
}

    .Button_czyButton--contained--animated-green-gradient___6oOa:active {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3)
    }

@media(hover:hover) {
    .Button_czyButton--contained--animated-green-gradient___6oOa:hover:not(:disabled) {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
        filter: brightness(1.2)
    }
}

.Button_czyButton--link--purple__2gfu8, .Button_czyButton--outlined--purple__75yge {
    color: var(--brand-60)
}

    .Button_czyButton--link--purple__2gfu8:active, .Button_czyButton--outlined--purple__75yge:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Button_czyButton--link--purple__2gfu8:hover:not(:disabled), .Button_czyButton--outlined--purple__75yge:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Button_czyButton--link--white__MRtJy, .Button_czyButton--outlined--white__alf7U {
    color: var(--white-90)
}

    .Button_czyButton--link--white__MRtJy:active, .Button_czyButton--outlined--white__alf7U:active {
        color: rgb(var(--white-50)/80%)
    }

@media(hover:hover) {
    .Button_czyButton--link--white__MRtJy:hover:not(:disabled), .Button_czyButton--outlined--white__alf7U:hover:not(:disabled) {
        color: var(--white-50)
    }
}

.Button_czyButton--link--grey__lWfgd, .Button_czyButton--outlined--grey__RY_m5 {
    color: rgb(var(--white-100)/30%)
}

    .Button_czyButton--link--grey__lWfgd:active, .Button_czyButton--outlined--grey__RY_m5:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Button_czyButton--link--grey__lWfgd:hover:not(:disabled), .Button_czyButton--outlined--grey__RY_m5:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Button_czyButton--link--alert__413_a, .Button_czyButton--outlined--alert___Tjht {
    color: var(--alert-100)
}

    .Button_czyButton--link--alert__413_a:active, .Button_czyButton--outlined--alert___Tjht:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Button_czyButton--link--alert__413_a:hover:not(:disabled), .Button_czyButton--outlined--alert___Tjht:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Button_czyButton--link--success__KF1ra, .Button_czyButton--outlined--success__kY6BT {
    color: var(--success-100)
}

    .Button_czyButton--link--success__KF1ra:active, .Button_czyButton--outlined--success__kY6BT:active {
        color: rgb(var(--success-100)/80%)
    }

@media(hover:hover) {
    .Button_czyButton--link--success__KF1ra:hover:not(:disabled), .Button_czyButton--outlined--success__kY6BT:hover:not(:disabled) {
        color: var(--success-100)
    }
}

.Button_czyButton--outlined--purple__75yge {
    border: 1px solid var(--brand-60)
}

.Button_czyButton--outlined--white__alf7U {
    border: 1px solid var(--white-90)
}

.Button_czyButton--outlined--grey__RY_m5 {
    border: 1px solid rgb(var(--white-100)/30%)
}

.Button_czyButton--outlined--alert___Tjht {
    border: 1px solid var(--alert-100)
}

.Button_czyButton--outlined--success__kY6BT {
    border: 1px solid var(--success-100)
}

.Button_czyButton--outlined__ItfKc:active {
    border-color: rgb(var(--white-30)/70%)
}

.Button_czyButton--disabled__s63hY {
    opacity: .4;
    cursor: default
}

.Button_czyButton--height50__yzcvJ {
    height: 50px
}

.Button_czyButton--height34__0zFYJ {
    height: 34px
}

.Button_czyButton--fullWidth__wIJyy {
    width: 100%
}

.Button_czyButton__y8IRs svg {
    height: 20px;
    width: 20px;
    margin-right: calc(var(--base-unit)*1)
}

.Button_czyButton--headerIcon__aK8wL {
    padding: 0
}

    .Button_czyButton--headerIcon__aK8wL svg {
        width: 22px;
        height: 22px;
        margin-right: 0
    }

.Button_czyButton--headerIcon--desktop___7kXV {
    width: 40px;
    height: 40px;
    background: #ffffff1a
}

.Button_czyButton--headerIcon--mobile__yikE4 {
    width: auto;
    height: auto;
    background: #0000
}

@keyframes TopBanner_scroll-gradient__S5eVJ {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 350% 0
    }
}

.TopBanner_czyButton__Ta2Z3 {
    border-radius: 30px;
    transition: all .25s ease;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: calc(var(--base-unit)*1) calc(var(--base-unit)*2);
    background: #0000;
    height: 40px;
    -webkit-user-select: none;
    user-select: none
}

    .TopBanner_czyButton__Ta2Z3:focus {
        outline: none
    }

.TopBanner_czyButton--contained--purple__PrJ9k {
    color: var(--white-100);
    background: var(--brand-100)
}

    .TopBanner_czyButton--contained--purple__PrJ9k:active {
        background: rgb(var(--brand-100)/70%)
    }

@media(hover:hover) {
    .TopBanner_czyButton--contained--purple__PrJ9k:hover:not(:disabled) {
        background: var(--brand-80)
    }
}

.TopBanner_czyButton--contained--white__kuo8a {
    color: var(--black-50);
    background: var(--white-100)
}

    .TopBanner_czyButton--contained--white__kuo8a:active {
        background: rgb(var(--white-100)/70%)
    }

@media(hover:hover) {
    .TopBanner_czyButton--contained--white__kuo8a:hover:not(:disabled) {
        background: var(--white-50)
    }
}

.TopBanner_czyButton--contained--grey__bscP0 {
    color: var(--white-100);
    background: var(--black-40)
}

    .TopBanner_czyButton--contained--grey__bscP0:active {
        background: rgb(var(--black-40)/70%)
    }

@media(hover:hover) {
    .TopBanner_czyButton--contained--grey__bscP0:hover:not(:disabled) {
        background: var(--black-50)
    }
}

.TopBanner_czyButton--contained--alert__idPB3 {
    color: var(--white-100);
    background: var(--alert-100)
}

    .TopBanner_czyButton--contained--alert__idPB3:active {
        background: rgb(var(--alert-100)/70%)
    }

@media(hover:hover) {
    .TopBanner_czyButton--contained--alert__idPB3:hover:not(:disabled) {
        background: var(--alert-100)
    }
}

.TopBanner_czyButton--contained--success__kCrsN {
    color: var(--white-100);
    background: var(--success-100)
}

    .TopBanner_czyButton--contained--success__kCrsN:active {
        background: rgb(var(--success-100)/70%)
    }

@media(hover:hover) {
    .TopBanner_czyButton--contained--success__kCrsN:hover:not(:disabled) {
        background: #52b187
    }
}

.TopBanner_czyButton--contained--black__OKyMb {
    color: var(--white-100);
    background: var(--black-90)
}

    .TopBanner_czyButton--contained--black__OKyMb:active {
        background: rgb(var(--black-90)/70%)
    }

@media(hover:hover) {
    .TopBanner_czyButton--contained--black__OKyMb:hover:not(:disabled) {
        background: var(--black-70)
    }
}

.TopBanner_czyButton--contained--green-gradient__7e_Ls {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e)
}

    .TopBanner_czyButton--contained--green-gradient__7e_Ls:active {
        background: linear-gradient(90deg,#289777,#408b4e)
    }

@media(hover:hover) {
    .TopBanner_czyButton--contained--green-gradient__7e_Ls:hover:not(:disabled) {
        background: linear-gradient(90deg,#2dc59a,#5db96e)
    }
}

.TopBanner_czyButton--contained--animated-green-gradient__1wqPJ {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
    background-size: 700% 100%;
    animation: TopBanner_scroll-gradient__S5eVJ 3s linear infinite;
    transition: filter .2s ease
}

    .TopBanner_czyButton--contained--animated-green-gradient__1wqPJ:active {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3)
    }

@media(hover:hover) {
    .TopBanner_czyButton--contained--animated-green-gradient__1wqPJ:hover:not(:disabled) {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
        filter: brightness(1.2)
    }
}

.TopBanner_czyButton--link--purple__ATr5f, .TopBanner_czyButton--outlined--purple__NP_Sq {
    color: var(--brand-60)
}

    .TopBanner_czyButton--link--purple__ATr5f:active, .TopBanner_czyButton--outlined--purple__NP_Sq:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .TopBanner_czyButton--link--purple__ATr5f:hover:not(:disabled), .TopBanner_czyButton--outlined--purple__NP_Sq:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.TopBanner_czyButton--link--white__XzD0a, .TopBanner_czyButton--outlined--white__h9k2y {
    color: var(--white-90)
}

    .TopBanner_czyButton--link--white__XzD0a:active, .TopBanner_czyButton--outlined--white__h9k2y:active {
        color: rgb(var(--white-50)/80%)
    }

@media(hover:hover) {
    .TopBanner_czyButton--link--white__XzD0a:hover:not(:disabled), .TopBanner_czyButton--outlined--white__h9k2y:hover:not(:disabled) {
        color: var(--white-50)
    }
}

.TopBanner_czyButton--link--grey__K78x4, .TopBanner_czyButton--outlined--grey__jVnKp {
    color: rgb(var(--white-100)/30%)
}

    .TopBanner_czyButton--link--grey__K78x4:active, .TopBanner_czyButton--outlined--grey__jVnKp:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .TopBanner_czyButton--link--grey__K78x4:hover:not(:disabled), .TopBanner_czyButton--outlined--grey__jVnKp:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.TopBanner_czyButton--link--alert__E6HFX, .TopBanner_czyButton--outlined--alert__1sir9 {
    color: var(--alert-100)
}

    .TopBanner_czyButton--link--alert__E6HFX:active, .TopBanner_czyButton--outlined--alert__1sir9:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .TopBanner_czyButton--link--alert__E6HFX:hover:not(:disabled), .TopBanner_czyButton--outlined--alert__1sir9:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.TopBanner_czyButton--link--success__135LE, .TopBanner_czyButton--outlined--success__q9CBg {
    color: var(--success-100)
}

    .TopBanner_czyButton--link--success__135LE:active, .TopBanner_czyButton--outlined--success__q9CBg:active {
        color: rgb(var(--success-100)/80%)
    }

@media(hover:hover) {
    .TopBanner_czyButton--link--success__135LE:hover:not(:disabled), .TopBanner_czyButton--outlined--success__q9CBg:hover:not(:disabled) {
        color: var(--success-100)
    }
}

.TopBanner_czyButton--outlined--purple__NP_Sq {
    border: 1px solid var(--brand-60)
}

.TopBanner_czyButton--outlined--white__h9k2y {
    border: 1px solid var(--white-90)
}

.TopBanner_czyButton--outlined--grey__jVnKp {
    border: 1px solid rgb(var(--white-100)/30%)
}

.TopBanner_czyButton--outlined--alert__1sir9 {
    border: 1px solid var(--alert-100)
}

.TopBanner_czyButton--outlined--success__q9CBg {
    border: 1px solid var(--success-100)
}

.TopBanner_czyButton--outlined__NAk6C:active {
    border-color: rgb(var(--white-30)/70%)
}

.TopBanner_czyButton--disabled__ux1vH {
    opacity: .4;
    cursor: default
}

.TopBanner_czyButton--height50__7l69i {
    height: 50px
}

.TopBanner_czyButton--height34___YI5k {
    height: 34px
}

.TopBanner_czyButton--fullWidth___rv0o {
    width: 100%
}

.TopBanner_czyButton__Ta2Z3 svg {
    height: 20px;
    width: 20px;
    margin-right: calc(var(--base-unit)*1)
}

.TopBanner_czyButton--headerIcon__Y7E8A {
    padding: 0
}

    .TopBanner_czyButton--headerIcon__Y7E8A svg {
        width: 22px;
        height: 22px;
        margin-right: 0
    }

.TopBanner_czyButton--headerIcon--desktop__0WLWE {
    width: 40px;
    height: 40px;
    background: #ffffff1a
}

.TopBanner_czyButton--headerIcon--mobile__NJgbk {
    width: auto;
    height: auto;
    background: #0000
}

.TopBanner_topBannerWrapper__4Y9TM {
    width: 100%;
    background: linear-gradient(90deg,#5f34cd,#8262e3);
    padding: calc(var(--base-unit)*1.5);
    position: fixed;
    top: 55px;
    z-index: 99;
    height: 46px;
    display: flex;
    gap: calc(var(--base-unit)*1);
    align-items: center
}

    .TopBanner_topBannerWrapper__4Y9TM .TopBanner_bannerText__XfP_g {
        font-size: 12px;
        font-weight: 800;
        flex: 1 1
    }

    .TopBanner_topBannerWrapper__4Y9TM .TopBanner_closeIcon__ZHpP9 {
        width: 15px;
        height: 15px;
        margin-right: calc(var(--base-unit)*1)
    }

    .TopBanner_topBannerWrapper__4Y9TM .TopBanner_logoIcon__0tFQJ {
        width: 32px;
        height: 32px
    }

    .TopBanner_topBannerWrapper__4Y9TM .TopBanner_button__xKDZR {
        font-size: 12px;
        font-weight: 700;
        height: 28px;
        padding: 2px 8px 2px 12px
    }

        .TopBanner_topBannerWrapper__4Y9TM .TopBanner_button__xKDZR svg {
            width: 12px;
            height: 12px;
            margin-right: 0;
            margin-left: 2px
        }

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/abfec168c8990f67-s.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/3131c862d4942660-s.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/6a9c36ea9dc9b36b-s.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/e1694c6cb47c173f-s.woff2) format("woff2");
    unicode-range: u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/ee40bb094c99a29a-s.p.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/abfec168c8990f67-s.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/3131c862d4942660-s.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/6a9c36ea9dc9b36b-s.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/e1694c6cb47c173f-s.woff2) format("woff2");
    unicode-range: u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/ee40bb094c99a29a-s.p.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/abfec168c8990f67-s.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/3131c862d4942660-s.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/6a9c36ea9dc9b36b-s.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/e1694c6cb47c173f-s.woff2) format("woff2");
    unicode-range: u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/ee40bb094c99a29a-s.p.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/abfec168c8990f67-s.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/3131c862d4942660-s.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/6a9c36ea9dc9b36b-s.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/e1694c6cb47c173f-s.woff2) format("woff2");
    unicode-range: u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/ee40bb094c99a29a-s.p.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/abfec168c8990f67-s.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/3131c862d4942660-s.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/6a9c36ea9dc9b36b-s.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/e1694c6cb47c173f-s.woff2) format("woff2");
    unicode-range: u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://builds.crazygames.com/portal-web/_next/static/media/ee40bb094c99a29a-s.p.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-family: Nunito Fallback;
    src: local("Arial");
    ascent-override: 99.71%;
    descent-override: 34.82%;
    line-gap-override: 0.00%;
    size-adjust: 101.39%
}

.__className_f9243e {
    font-family: Nunito,Nunito Fallback;
    font-style: normal
}

.__variable_f9243e {
    --font-nunito: "Nunito","Nunito Fallback"
}

@keyframes Dropdown_scroll-gradient__iIUek {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 350% 0
    }
}

.Dropdown_czyButton__SEMem {
    border-radius: 30px;
    transition: all .25s ease;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: calc(var(--base-unit)*1) calc(var(--base-unit)*2);
    background: #0000;
    height: 40px;
    -webkit-user-select: none;
    user-select: none
}

    .Dropdown_czyButton__SEMem:focus {
        outline: none
    }

.Dropdown_czyButton--contained--purple__k0o_y {
    color: var(--white-100);
    background: var(--brand-100)
}

    .Dropdown_czyButton--contained--purple__k0o_y:active {
        background: rgb(var(--brand-100)/70%)
    }

@media(hover:hover) {
    .Dropdown_czyButton--contained--purple__k0o_y:hover:not(:disabled) {
        background: var(--brand-80)
    }
}

.Dropdown_czyButton--contained--white__PdaAU {
    color: var(--black-50);
    background: var(--white-100)
}

    .Dropdown_czyButton--contained--white__PdaAU:active {
        background: rgb(var(--white-100)/70%)
    }

@media(hover:hover) {
    .Dropdown_czyButton--contained--white__PdaAU:hover:not(:disabled) {
        background: var(--white-50)
    }
}

.Dropdown_czyButton--contained--grey__7qEVY {
    color: var(--white-100);
    background: var(--black-40)
}

    .Dropdown_czyButton--contained--grey__7qEVY:active {
        background: rgb(var(--black-40)/70%)
    }

@media(hover:hover) {
    .Dropdown_czyButton--contained--grey__7qEVY:hover:not(:disabled) {
        background: var(--black-50)
    }
}

.Dropdown_czyButton--contained--alert__taYKB {
    color: var(--white-100);
    background: var(--alert-100)
}

    .Dropdown_czyButton--contained--alert__taYKB:active {
        background: rgb(var(--alert-100)/70%)
    }

@media(hover:hover) {
    .Dropdown_czyButton--contained--alert__taYKB:hover:not(:disabled) {
        background: var(--alert-100)
    }
}

.Dropdown_czyButton--contained--success__b4LjM {
    color: var(--white-100);
    background: var(--success-100)
}

    .Dropdown_czyButton--contained--success__b4LjM:active {
        background: rgb(var(--success-100)/70%)
    }

@media(hover:hover) {
    .Dropdown_czyButton--contained--success__b4LjM:hover:not(:disabled) {
        background: #52b187
    }
}

.Dropdown_czyButton--contained--black__4pezU {
    color: var(--white-100);
    background: var(--black-90)
}

    .Dropdown_czyButton--contained--black__4pezU:active {
        background: rgb(var(--black-90)/70%)
    }

@media(hover:hover) {
    .Dropdown_czyButton--contained--black__4pezU:hover:not(:disabled) {
        background: var(--black-70)
    }
}

.Dropdown_czyButton--contained--green-gradient__R8ATz {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e)
}

    .Dropdown_czyButton--contained--green-gradient__R8ATz:active {
        background: linear-gradient(90deg,#289777,#408b4e)
    }

@media(hover:hover) {
    .Dropdown_czyButton--contained--green-gradient__R8ATz:hover:not(:disabled) {
        background: linear-gradient(90deg,#2dc59a,#5db96e)
    }
}

.Dropdown_czyButton--contained--animated-green-gradient__2hPn3 {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
    background-size: 700% 100%;
    animation: Dropdown_scroll-gradient__iIUek 3s linear infinite;
    transition: filter .2s ease
}

    .Dropdown_czyButton--contained--animated-green-gradient__2hPn3:active {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3)
    }

@media(hover:hover) {
    .Dropdown_czyButton--contained--animated-green-gradient__2hPn3:hover:not(:disabled) {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
        filter: brightness(1.2)
    }
}

.Dropdown_czyButton--link--purple__mxuur, .Dropdown_czyButton--outlined--purple__grQkN {
    color: var(--brand-60)
}

    .Dropdown_czyButton--link--purple__mxuur:active, .Dropdown_czyButton--outlined--purple__grQkN:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Dropdown_czyButton--link--purple__mxuur:hover:not(:disabled), .Dropdown_czyButton--outlined--purple__grQkN:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Dropdown_czyButton--link--white__NtuCG, .Dropdown_czyButton--outlined--white__0pNpZ {
    color: var(--white-90)
}

    .Dropdown_czyButton--link--white__NtuCG:active, .Dropdown_czyButton--outlined--white__0pNpZ:active {
        color: rgb(var(--white-50)/80%)
    }

@media(hover:hover) {
    .Dropdown_czyButton--link--white__NtuCG:hover:not(:disabled), .Dropdown_czyButton--outlined--white__0pNpZ:hover:not(:disabled) {
        color: var(--white-50)
    }
}

.Dropdown_czyButton--link--grey__q156j, .Dropdown_czyButton--outlined--grey__cox9U {
    color: rgb(var(--white-100)/30%)
}

    .Dropdown_czyButton--link--grey__q156j:active, .Dropdown_czyButton--outlined--grey__cox9U:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Dropdown_czyButton--link--grey__q156j:hover:not(:disabled), .Dropdown_czyButton--outlined--grey__cox9U:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Dropdown_czyButton--link--alert__AYL2K, .Dropdown_czyButton--outlined--alert__OsMxz {
    color: var(--alert-100)
}

    .Dropdown_czyButton--link--alert__AYL2K:active, .Dropdown_czyButton--outlined--alert__OsMxz:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Dropdown_czyButton--link--alert__AYL2K:hover:not(:disabled), .Dropdown_czyButton--outlined--alert__OsMxz:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Dropdown_czyButton--link--success__jzrWS, .Dropdown_czyButton--outlined--success__kjoKD {
    color: var(--success-100)
}

    .Dropdown_czyButton--link--success__jzrWS:active, .Dropdown_czyButton--outlined--success__kjoKD:active {
        color: rgb(var(--success-100)/80%)
    }

@media(hover:hover) {
    .Dropdown_czyButton--link--success__jzrWS:hover:not(:disabled), .Dropdown_czyButton--outlined--success__kjoKD:hover:not(:disabled) {
        color: var(--success-100)
    }
}

.Dropdown_czyButton--outlined--purple__grQkN {
    border: 1px solid var(--brand-60)
}

.Dropdown_czyButton--outlined--white__0pNpZ {
    border: 1px solid var(--white-90)
}

.Dropdown_czyButton--outlined--grey__cox9U {
    border: 1px solid rgb(var(--white-100)/30%)
}

.Dropdown_czyButton--outlined--alert__OsMxz {
    border: 1px solid var(--alert-100)
}

.Dropdown_czyButton--outlined--success__kjoKD {
    border: 1px solid var(--success-100)
}

.Dropdown_czyButton--outlined__zbIEQ:active {
    border-color: rgb(var(--white-30)/70%)
}

.Dropdown_czyButton--disabled__Fo0Lm {
    opacity: .4;
    cursor: default
}

.Dropdown_czyButton--height50__3SzAu {
    height: 50px
}

.Dropdown_czyButton--height34__A_B8Z {
    height: 34px
}

.Dropdown_czyButton--fullWidth__vGhRj {
    width: 100%
}

.Dropdown_czyButton__SEMem svg {
    height: 20px;
    width: 20px;
    margin-right: calc(var(--base-unit)*1)
}

.Dropdown_czyButton--headerIcon__24VZP {
    padding: 0
}

    .Dropdown_czyButton--headerIcon__24VZP svg {
        width: 22px;
        height: 22px;
        margin-right: 0
    }

.Dropdown_czyButton--headerIcon--desktop__ZvDFy {
    width: 40px;
    height: 40px;
    background: #ffffff1a
}

.Dropdown_czyButton--headerIcon--mobile__z5W6e {
    width: auto;
    height: auto;
    background: #0000
}

.Dropdown_selectButton__kNaYk, .Dropdown_selectComponent__e0C_2 {
    outline: 0;
    border-radius: 8px;
    width: 100%;
    height: 60px;
    font-family: var(--font-nunito);
    background-color: #0000004d;
    border: 2px solid #fff3;
    padding-left: calc(var(--base-unit)*2);
    padding-right: calc(var(--base-unit)*2);
    color: var(--white-100);
    font-size: 16px
}

    .Dropdown_selectButton__kNaYk:hover, .Dropdown_selectComponent__e0C_2:hover {
        border-color: var(--white-60)
    }

    .Dropdown_selectButton__kNaYk:focus, .Dropdown_selectComponent__e0C_2:focus {
        border-color: var(--brand-100)
    }

.Dropdown_selectWrapper__TdpR7 {
    position: relative
}

.Dropdown_selectComponent__e0C_2 {
    appearance: none
}

    .Dropdown_selectComponent__e0C_2 ~ .Dropdown_iconExpandSelect__pIMZn {
        position: absolute;
        top: 20px;
        right: 16px;
        pointer-events: none
    }

    .Dropdown_selectComponent__e0C_2:hover {
        cursor: pointer
    }

.Dropdown_selectButton__kNaYk {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .Dropdown_selectButton__kNaYk .Dropdown_iconCollapseSelect__nTNxY {
        display: none
    }

    .Dropdown_selectButton__kNaYk .Dropdown_iconExpandSelect__pIMZn {
        display: block
    }

    .Dropdown_selectButton__kNaYk.Mui-expanded {
        border-color: var(--white-60)
    }

        .Dropdown_selectButton__kNaYk.Mui-expanded .Dropdown_iconCollapseSelect__nTNxY {
            display: block
        }

        .Dropdown_selectButton__kNaYk.Mui-expanded .Dropdown_iconExpandSelect__pIMZn {
            display: none
        }

    .Dropdown_selectButton__kNaYk:hover {
        cursor: pointer
    }

    .Dropdown_selectButton__kNaYk:disabled {
        color: var(--white-10);
        border: none;
        background: #2f314866
    }

        .Dropdown_selectButton__kNaYk:disabled ~ label {
            color: var(--white-10)
        }

        .Dropdown_selectButton__kNaYk:disabled:hover {
            cursor: default
        }

.Dropdown_dropdownContent__k7Pf_ {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.Dropdown_dropdownPopper__nek4W {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: calc(var(--base-unit)*1);
    z-index: 1500
}

    .Dropdown_dropdownPopper__nek4W.Dropdown_dropdownPopperFlipped__g4zkp {
        top: auto;
        bottom: 100%;
        margin-top: 0;
        margin-bottom: calc(var(--base-unit)*1)
    }

.Dropdown_multilineSelectOption__Wx0h1 {
    height: auto !important;
    display: -webkit-box !important;
    overflow: hidden;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.Dropdown_listBox__hZZvB {
    font-family: var(--font-nunito);
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    overflow: auto;
    background: var(--black-50);
    padding: calc(var(--base-unit)*1) 0;
    max-height: min(50vh,400px);
    scrollbar-width: thin;
    scrollbar-color: var(--white-50) 0 #0000
}

    .Dropdown_listBox__hZZvB::-webkit-scrollbar {
        width: 4pxpx;
        height: 4pxpx;
        background: var(--black-100)
    }

    .Dropdown_listBox__hZZvB::-webkit-scrollbar-thumb {
        background: var(--white-50);
        border-radius: 30px
    }

    .Dropdown_listBox__hZZvB::-webkit-scrollbar-corner {
        background: var(--black-100)
    }

    .Dropdown_listBox__hZZvB li {
        outline: 0;
        padding: 0 calc(var(--base-unit)*2);
        display: flex;
        align-items: center;
        gap: calc(var(--base-unit)*1);
        height: 40px;
        width: 100%;
        line-height: 40px;
        -webkit-user-select: none;
        user-select: none
    }

        .Dropdown_listBox__hZZvB li:hover {
            cursor: pointer;
            background: var(--black-40)
        }

        .Dropdown_listBox__hZZvB li.Dropdown_selectedOption__aRWs0 {
            background: var(--black-40)
        }

        .Dropdown_listBox__hZZvB li.Dropdown_optionUnstyledClasses-disabled__ziivl {
            color: var(--white-10)
        }

            .Dropdown_listBox__hZZvB li.Dropdown_optionUnstyledClasses-disabled__ziivl:hover {
                cursor: normal;
                background: var(--black-50)
            }

        .Dropdown_listBox__hZZvB li.Dropdown_menuItemUnstyledClasses-disabled___yZE1 {
            color: var(--white-10)
        }

            .Dropdown_listBox__hZZvB li.Dropdown_menuItemUnstyledClasses-disabled___yZE1:hover {
                cursor: normal;
                background: var(--white-50)
            }

@keyframes LocaleSelector_scroll-gradient__qhL_6 {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 350% 0
    }
}

.LocaleSelector_czyButton__o6SKm {
    border-radius: 30px;
    transition: all .25s ease;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: calc(var(--base-unit)*1) calc(var(--base-unit)*2);
    background: #0000;
    height: 40px;
    -webkit-user-select: none;
    user-select: none
}

    .LocaleSelector_czyButton__o6SKm:focus {
        outline: none
    }

.LocaleSelector_czyButton--contained--purple__3XjPO {
    color: var(--white-100);
    background: var(--brand-100)
}

    .LocaleSelector_czyButton--contained--purple__3XjPO:active {
        background: rgb(var(--brand-100)/70%)
    }

@media(hover:hover) {
    .LocaleSelector_czyButton--contained--purple__3XjPO:hover:not(:disabled) {
        background: var(--brand-80)
    }
}

.LocaleSelector_czyButton--contained--white__FeXTG {
    color: var(--black-50);
    background: var(--white-100)
}

    .LocaleSelector_czyButton--contained--white__FeXTG:active {
        background: rgb(var(--white-100)/70%)
    }

@media(hover:hover) {
    .LocaleSelector_czyButton--contained--white__FeXTG:hover:not(:disabled) {
        background: var(--white-50)
    }
}

.LocaleSelector_czyButton--contained--grey__B9lix {
    color: var(--white-100);
    background: var(--black-40)
}

    .LocaleSelector_czyButton--contained--grey__B9lix:active {
        background: rgb(var(--black-40)/70%)
    }

@media(hover:hover) {
    .LocaleSelector_czyButton--contained--grey__B9lix:hover:not(:disabled) {
        background: var(--black-50)
    }
}

.LocaleSelector_czyButton--contained--alert___6Go_ {
    color: var(--white-100);
    background: var(--alert-100)
}

    .LocaleSelector_czyButton--contained--alert___6Go_:active {
        background: rgb(var(--alert-100)/70%)
    }

@media(hover:hover) {
    .LocaleSelector_czyButton--contained--alert___6Go_:hover:not(:disabled) {
        background: var(--alert-100)
    }
}

.LocaleSelector_czyButton--contained--success__mGcDn {
    color: var(--white-100);
    background: var(--success-100)
}

    .LocaleSelector_czyButton--contained--success__mGcDn:active {
        background: rgb(var(--success-100)/70%)
    }

@media(hover:hover) {
    .LocaleSelector_czyButton--contained--success__mGcDn:hover:not(:disabled) {
        background: #52b187
    }
}

.LocaleSelector_czyButton--contained--black__pS1Jh {
    color: var(--white-100);
    background: var(--black-90)
}

    .LocaleSelector_czyButton--contained--black__pS1Jh:active {
        background: rgb(var(--black-90)/70%)
    }

@media(hover:hover) {
    .LocaleSelector_czyButton--contained--black__pS1Jh:hover:not(:disabled) {
        background: var(--black-70)
    }
}

.LocaleSelector_czyButton--contained--green-gradient__GHAAu {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e)
}

    .LocaleSelector_czyButton--contained--green-gradient__GHAAu:active {
        background: linear-gradient(90deg,#289777,#408b4e)
    }

@media(hover:hover) {
    .LocaleSelector_czyButton--contained--green-gradient__GHAAu:hover:not(:disabled) {
        background: linear-gradient(90deg,#2dc59a,#5db96e)
    }
}

.LocaleSelector_czyButton--contained--animated-green-gradient__NmLGV {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
    background-size: 700% 100%;
    animation: LocaleSelector_scroll-gradient__qhL_6 3s linear infinite;
    transition: filter .2s ease
}

    .LocaleSelector_czyButton--contained--animated-green-gradient__NmLGV:active {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3)
    }

@media(hover:hover) {
    .LocaleSelector_czyButton--contained--animated-green-gradient__NmLGV:hover:not(:disabled) {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
        filter: brightness(1.2)
    }
}

.LocaleSelector_czyButton--link--purple__LrjXe, .LocaleSelector_czyButton--outlined--purple__gk0gC {
    color: var(--brand-60)
}

    .LocaleSelector_czyButton--link--purple__LrjXe:active, .LocaleSelector_czyButton--outlined--purple__gk0gC:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .LocaleSelector_czyButton--link--purple__LrjXe:hover:not(:disabled), .LocaleSelector_czyButton--outlined--purple__gk0gC:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.LocaleSelector_czyButton--link--white__Zfoot, .LocaleSelector_czyButton--outlined--white__IWjwp {
    color: var(--white-90)
}

    .LocaleSelector_czyButton--link--white__Zfoot:active, .LocaleSelector_czyButton--outlined--white__IWjwp:active {
        color: rgb(var(--white-50)/80%)
    }

@media(hover:hover) {
    .LocaleSelector_czyButton--link--white__Zfoot:hover:not(:disabled), .LocaleSelector_czyButton--outlined--white__IWjwp:hover:not(:disabled) {
        color: var(--white-50)
    }
}

.LocaleSelector_czyButton--link--grey__gYxVv, .LocaleSelector_czyButton--outlined--grey__ReWhW {
    color: rgb(var(--white-100)/30%)
}

    .LocaleSelector_czyButton--link--grey__gYxVv:active, .LocaleSelector_czyButton--outlined--grey__ReWhW:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .LocaleSelector_czyButton--link--grey__gYxVv:hover:not(:disabled), .LocaleSelector_czyButton--outlined--grey__ReWhW:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.LocaleSelector_czyButton--link--alert__AVcR0, .LocaleSelector_czyButton--outlined--alert__R7bJo {
    color: var(--alert-100)
}

    .LocaleSelector_czyButton--link--alert__AVcR0:active, .LocaleSelector_czyButton--outlined--alert__R7bJo:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .LocaleSelector_czyButton--link--alert__AVcR0:hover:not(:disabled), .LocaleSelector_czyButton--outlined--alert__R7bJo:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.LocaleSelector_czyButton--link--success__FzRpM, .LocaleSelector_czyButton--outlined--success__7Ih8I {
    color: var(--success-100)
}

    .LocaleSelector_czyButton--link--success__FzRpM:active, .LocaleSelector_czyButton--outlined--success__7Ih8I:active {
        color: rgb(var(--success-100)/80%)
    }

@media(hover:hover) {
    .LocaleSelector_czyButton--link--success__FzRpM:hover:not(:disabled), .LocaleSelector_czyButton--outlined--success__7Ih8I:hover:not(:disabled) {
        color: var(--success-100)
    }
}

.LocaleSelector_czyButton--outlined--purple__gk0gC {
    border: 1px solid var(--brand-60)
}

.LocaleSelector_czyButton--outlined--white__IWjwp {
    border: 1px solid var(--white-90)
}

.LocaleSelector_czyButton--outlined--grey__ReWhW {
    border: 1px solid rgb(var(--white-100)/30%)
}

.LocaleSelector_czyButton--outlined--alert__R7bJo {
    border: 1px solid var(--alert-100)
}

.LocaleSelector_czyButton--outlined--success__7Ih8I {
    border: 1px solid var(--success-100)
}

.LocaleSelector_czyButton--outlined__8v7qs:active {
    border-color: rgb(var(--white-30)/70%)
}

.LocaleSelector_czyButton--disabled__yTNZH {
    opacity: .4;
    cursor: default
}

.LocaleSelector_czyButton--height50__HgCFU {
    height: 50px
}

.LocaleSelector_czyButton--height34__83z5O {
    height: 34px
}

.LocaleSelector_czyButton--fullWidth__qACcg {
    width: 100%
}

.LocaleSelector_czyButton__o6SKm svg {
    height: 20px;
    width: 20px;
    margin-right: calc(var(--base-unit)*1)
}

.LocaleSelector_czyButton--headerIcon__7dvwc {
    padding: 0
}

    .LocaleSelector_czyButton--headerIcon__7dvwc svg {
        width: 22px;
        height: 22px;
        margin-right: 0
    }

.LocaleSelector_czyButton--headerIcon--desktop__tb0yO {
    width: 40px;
    height: 40px;
    background: #ffffff1a
}

.LocaleSelector_czyButton--headerIcon--mobile__8i9C1 {
    width: auto;
    height: auto;
    background: #0000
}

.LocaleSelector_localeSelectorWrapper__blDKU {
    width: calc(100% - var(--base-unit)*5);
    position: relative
}

.LocaleSelector_localeSelectorButton__wA_bX {
    height: 40px;
    margin: auto
}

.LocaleSelector_localeSelectorAnchor__sQcYT {
    display: flex;
    color: inherit;
    cursor: inherit;
    width: 100%
}

@keyframes Sidebar_scroll-gradient__mN_ll {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 350% 0
    }
}

.Sidebar_czyButton__fxsJ7 {
    border-radius: 30px;
    transition: all .25s ease;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: calc(var(--base-unit)*1) calc(var(--base-unit)*2);
    background: #0000;
    height: 40px;
    -webkit-user-select: none;
    user-select: none
}

    .Sidebar_czyButton__fxsJ7:focus {
        outline: none
    }

.Sidebar_czyButton--contained--purple__oknqF {
    color: var(--white-100);
    background: var(--brand-100)
}

    .Sidebar_czyButton--contained--purple__oknqF:active {
        background: rgb(var(--brand-100)/70%)
    }

@media(hover:hover) {
    .Sidebar_czyButton--contained--purple__oknqF:hover:not(:disabled) {
        background: var(--brand-80)
    }
}

.Sidebar_czyButton--contained--white__qN_e2 {
    color: var(--black-50);
    background: var(--white-100)
}

    .Sidebar_czyButton--contained--white__qN_e2:active {
        background: rgb(var(--white-100)/70%)
    }

@media(hover:hover) {
    .Sidebar_czyButton--contained--white__qN_e2:hover:not(:disabled) {
        background: var(--white-50)
    }
}

.Sidebar_czyButton--contained--grey__bF_UH {
    color: var(--white-100);
    background: var(--black-40)
}

    .Sidebar_czyButton--contained--grey__bF_UH:active {
        background: rgb(var(--black-40)/70%)
    }

@media(hover:hover) {
    .Sidebar_czyButton--contained--grey__bF_UH:hover:not(:disabled) {
        background: var(--black-50)
    }
}

.Sidebar_czyButton--contained--alert__2Lg9n {
    color: var(--white-100);
    background: var(--alert-100)
}

    .Sidebar_czyButton--contained--alert__2Lg9n:active {
        background: rgb(var(--alert-100)/70%)
    }

@media(hover:hover) {
    .Sidebar_czyButton--contained--alert__2Lg9n:hover:not(:disabled) {
        background: var(--alert-100)
    }
}

.Sidebar_czyButton--contained--success__MKwy7 {
    color: var(--white-100);
    background: var(--success-100)
}

    .Sidebar_czyButton--contained--success__MKwy7:active {
        background: rgb(var(--success-100)/70%)
    }

@media(hover:hover) {
    .Sidebar_czyButton--contained--success__MKwy7:hover:not(:disabled) {
        background: #52b187
    }
}

.Sidebar_czyButton--contained--black__XbV6S {
    color: var(--white-100);
    background: var(--black-90)
}

    .Sidebar_czyButton--contained--black__XbV6S:active {
        background: rgb(var(--black-90)/70%)
    }

@media(hover:hover) {
    .Sidebar_czyButton--contained--black__XbV6S:hover:not(:disabled) {
        background: var(--black-70)
    }
}

.Sidebar_czyButton--contained--green-gradient__Ahm2J {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e)
}

    .Sidebar_czyButton--contained--green-gradient__Ahm2J:active {
        background: linear-gradient(90deg,#289777,#408b4e)
    }

@media(hover:hover) {
    .Sidebar_czyButton--contained--green-gradient__Ahm2J:hover:not(:disabled) {
        background: linear-gradient(90deg,#2dc59a,#5db96e)
    }
}

.Sidebar_czyButton--contained--animated-green-gradient__irJkp {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
    background-size: 700% 100%;
    animation: Sidebar_scroll-gradient__mN_ll 3s linear infinite;
    transition: filter .2s ease
}

    .Sidebar_czyButton--contained--animated-green-gradient__irJkp:active {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3)
    }

@media(hover:hover) {
    .Sidebar_czyButton--contained--animated-green-gradient__irJkp:hover:not(:disabled) {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
        filter: brightness(1.2)
    }
}

.Sidebar_czyButton--link--purple__G5TFj, .Sidebar_czyButton--outlined--purple__1E7Fc {
    color: var(--brand-60)
}

    .Sidebar_czyButton--link--purple__G5TFj:active, .Sidebar_czyButton--outlined--purple__1E7Fc:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Sidebar_czyButton--link--purple__G5TFj:hover:not(:disabled), .Sidebar_czyButton--outlined--purple__1E7Fc:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Sidebar_czyButton--link--white__ZB7_k, .Sidebar_czyButton--outlined--white__bF7ck {
    color: var(--white-90)
}

    .Sidebar_czyButton--link--white__ZB7_k:active, .Sidebar_czyButton--outlined--white__bF7ck:active {
        color: rgb(var(--white-50)/80%)
    }

@media(hover:hover) {
    .Sidebar_czyButton--link--white__ZB7_k:hover:not(:disabled), .Sidebar_czyButton--outlined--white__bF7ck:hover:not(:disabled) {
        color: var(--white-50)
    }
}

.Sidebar_czyButton--link--grey__8DeCy, .Sidebar_czyButton--outlined--grey__q4wDN {
    color: rgb(var(--white-100)/30%)
}

    .Sidebar_czyButton--link--grey__8DeCy:active, .Sidebar_czyButton--outlined--grey__q4wDN:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Sidebar_czyButton--link--grey__8DeCy:hover:not(:disabled), .Sidebar_czyButton--outlined--grey__q4wDN:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Sidebar_czyButton--link--alert__Jj_Bv, .Sidebar_czyButton--outlined--alert__mC7PE {
    color: var(--alert-100)
}

    .Sidebar_czyButton--link--alert__Jj_Bv:active, .Sidebar_czyButton--outlined--alert__mC7PE:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Sidebar_czyButton--link--alert__Jj_Bv:hover:not(:disabled), .Sidebar_czyButton--outlined--alert__mC7PE:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Sidebar_czyButton--link--success__cqnj5, .Sidebar_czyButton--outlined--success__fGbaJ {
    color: var(--success-100)
}

    .Sidebar_czyButton--link--success__cqnj5:active, .Sidebar_czyButton--outlined--success__fGbaJ:active {
        color: rgb(var(--success-100)/80%)
    }

@media(hover:hover) {
    .Sidebar_czyButton--link--success__cqnj5:hover:not(:disabled), .Sidebar_czyButton--outlined--success__fGbaJ:hover:not(:disabled) {
        color: var(--success-100)
    }
}

.Sidebar_czyButton--outlined--purple__1E7Fc {
    border: 1px solid var(--brand-60)
}

.Sidebar_czyButton--outlined--white__bF7ck {
    border: 1px solid var(--white-90)
}

.Sidebar_czyButton--outlined--grey__q4wDN {
    border: 1px solid rgb(var(--white-100)/30%)
}

.Sidebar_czyButton--outlined--alert__mC7PE {
    border: 1px solid var(--alert-100)
}

.Sidebar_czyButton--outlined--success__fGbaJ {
    border: 1px solid var(--success-100)
}

.Sidebar_czyButton--outlined__cq4go:active {
    border-color: rgb(var(--white-30)/70%)
}

.Sidebar_czyButton--disabled__rHqVl {
    opacity: .4;
    cursor: default
}

.Sidebar_czyButton--height50__zHTWc {
    height: 50px
}

.Sidebar_czyButton--height34__9_1hO {
    height: 34px
}

.Sidebar_czyButton--fullWidth__1Jz6r {
    width: 100%
}

.Sidebar_czyButton__fxsJ7 svg {
    height: 20px;
    width: 20px;
    margin-right: calc(var(--base-unit)*1)
}

.Sidebar_czyButton--headerIcon__S5sUj {
    padding: 0
}

    .Sidebar_czyButton--headerIcon__S5sUj svg {
        width: 22px;
        height: 22px;
        margin-right: 0
    }

.Sidebar_czyButton--headerIcon--desktop__ED7rh {
    width: 40px;
    height: 40px;
    background: #ffffff1a
}

.Sidebar_czyButton--headerIcon--mobile___S4tJ {
    width: auto;
    height: auto;
    background: #0000
}

.Sidebar_main___ex0V {
    --mobile-sidebar-zindex: 30;
    width: var(--sidebar-width);
    height: 100vh;
    transition: visibility 0s,all .15s ease-in-out;
    background: var(--black-100);
    content-visibility: auto;
    z-index: 5;
    position: fixed;
    top: var(--header-height);
    left: 0;
    border-right: 1px solid var(--black-60)
}

    .Sidebar_main___ex0V.Sidebar_isDesktop__aieVO {
        height: calc(100vh - var(--header-height))
    }

    .Sidebar_main___ex0V:not(.Sidebar_isDesktop__aieVO) {
        width: var(--sidebar-width) !important;
        top: 0;
        z-index: var(--mobile-sidebar-zindex);
        padding-top: var(--header-height)
    }

    .Sidebar_main___ex0V.Sidebar_hidden__ARber {
        left: calc(var(--sidebar-width)*-1)
    }

    .Sidebar_main___ex0V:hover {
        width: var(--sidebar-width)
    }

        .Sidebar_main___ex0V:hover .sidebarLinks {
            display: flex !important
        }

        .Sidebar_main___ex0V:hover #sidebar-hidden, .Sidebar_main___ex0V:hover #sidebar-language-selector {
            display: block !important
        }

@media(max-width:1909.98px) {
    .Sidebar_main___ex0V {
        width: var(--sidebar-collapsed-width)
    }

        .Sidebar_main___ex0V:hover [class*=labelContainer] {
            opacity: 1 !important;
            visibility: visible !important
        }
}

.Sidebar_container__CqXNx {
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: calc(var(--base-unit)*2);
    padding-bottom: 30px;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    overflow-anchor: none;
    scrollbar-width: none
}

    .Sidebar_container__CqXNx::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .Sidebar_container__CqXNx::-webkit-scrollbar-thumb {
        border-radius: 30px
    }

    .Sidebar_container__CqXNx:hover {
        width: 100%;
        scrollbar-width: thin;
        scrollbar-color: var(--white-50) 0 #0000
    }

        .Sidebar_container__CqXNx:hover::-webkit-scrollbar {
            width: 4px;
            height: 4px;
            background: var(--black-100)
        }

        .Sidebar_container__CqXNx:hover::-webkit-scrollbar-thumb {
            background: var(--white-50);
            border-radius: 30px
        }

        .Sidebar_container__CqXNx:hover::-webkit-scrollbar-corner {
            background: var(--black-100)
        }

    .Sidebar_container__CqXNx.Sidebar_onMobileOrTablet__cmK_V {
        padding-top: 0
    }

    .Sidebar_container__CqXNx .Sidebar_copyright__65TvR {
        color: var(--white-10);
        font-size: 12px;
        font-weight: 400;
        margin-left: calc(var(--base-unit)*2);
        margin-top: calc(var(--base-unit)*2 + 30px)
    }

.Sidebar_linksContainer__n3z0G {
    margin-left: calc(var(--base-unit)*2.5);
    margin-top: calc(var(--base-unit)*1);
    display: flex;
    flex-direction: column;
    -webkit-user-select: none;
    user-select: none
}

    .Sidebar_linksContainer__n3z0G.Sidebar_isDesktop__aieVO {
        display: none
    }

@media(min-width:1910px) {
    .Sidebar_linksContainer__n3z0G.Sidebar_isDesktop__aieVO {
        display: flex
    }
}

.Sidebar_linksContainer__n3z0G .Sidebar_sidebarSpan__fHyyG {
    color: var(--white-30);
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

    .Sidebar_linksContainer__n3z0G .Sidebar_sidebarSpan__fHyyG:hover {
        opacity: .8
    }

.Sidebar_link__Tbdup {
    flex-wrap: nowrap;
    width: var(--sidebar-width);
    border-left: 6px solid #0000;
    -webkit-user-select: none;
    user-select: none
}

    .Sidebar_link__Tbdup, .Sidebar_link__Tbdup img {
        display: flex;
        height: var(--sidebar-item-height);
        align-items: center
    }

        .Sidebar_link__Tbdup img {
            width: var(--sidebar-collapsed-width);
            padding: 0 calc((var(--sidebar-collapsed-width) - var(--sidebar-icon-size))/2);
            text-align: center;
            margin-left: -6px;
            justify-content: center;
            color: var(--white-30)
        }

        .Sidebar_link__Tbdup .Sidebar_labelContainer__qHPDa {
            transition: visibility 0s,opacity .3s,all .2s ease-in-out;
            font-size: 15px;
            font-weight: 600;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: -moz-fit-content;
            max-width: fit-content
        }

@media(min-width:1910px) {
    .Sidebar_link__Tbdup .Sidebar_labelContainer__qHPDa {
        opacity: 1 !important;
        visibility: visible !important
    }
}

.Sidebar_link__Tbdup:active, .Sidebar_link__Tbdup:active svg {
    color: var(--brand-60)
}

@media(hover:hover) {
    .Sidebar_link__Tbdup:hover:not(.Sidebar_active__bltDp,.Sidebar_disabled__g_rzR) {
        cursor: pointer
    }

    .Sidebar_link__Tbdup:hover:not(.Sidebar_disabled__g_rzR) {
        color: var(--white-50)
    }

    .Sidebar_link__Tbdup:hover [class*=labelContainer]:not(.Sidebar_disabled__g_rzR) {
        transform: translate(calc(var(--base-unit) * 1))
    }

    .Sidebar_link__Tbdup:hover svg:not(.Sidebar_active__bltDp,.Sidebar_disabled__g_rzR) {
        color: var(--white-10)
    }
}

.Sidebar_link__Tbdup.Sidebar_isMobile__OO1Bz {
    width: unset
}

.Sidebar_link__Tbdup.Sidebar_active__bltDp {
    border-left-color: var(--brand-60)
}

    .Sidebar_link__Tbdup.Sidebar_active__bltDp.Sidebar_isSecondary__huRBM {
        border-left-color: none
    }

    .Sidebar_link__Tbdup.Sidebar_active__bltDp img {
        color: var(--brand-60)
    }

    .Sidebar_link__Tbdup.Sidebar_active__bltDp .Sidebar_labelContainer__qHPDa {
        color: var(--brand-60);
        transform: none !important
    }

.Sidebar_link__Tbdup.Sidebar_disabled__g_rzR {
    opacity: .3
}

.Sidebar_link__Tbdup:not(.Sidebar_isMobile__OO1Bz) .Sidebar_labelContainer__qHPDa {
    opacity: 0;
    visibility: hidden
}

@keyframes CrazyModal_scroll-gradient__B_uuS {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 350% 0
    }
}

.CrazyModal_czyButton__2Ft_n {
    border-radius: 30px;
    transition: all .25s ease;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: calc(var(--base-unit)*1) calc(var(--base-unit)*2);
    background: #0000;
    height: 40px;
    -webkit-user-select: none;
    user-select: none
}

    .CrazyModal_czyButton__2Ft_n:focus {
        outline: none
    }

.CrazyModal_czyButton--contained--purple__gTqto {
    color: var(--white-100);
    background: var(--brand-100)
}

    .CrazyModal_czyButton--contained--purple__gTqto:active {
        background: rgb(var(--brand-100)/70%)
    }

@media(hover:hover) {
    .CrazyModal_czyButton--contained--purple__gTqto:hover:not(:disabled) {
        background: var(--brand-80)
    }
}

.CrazyModal_czyButton--contained--white__g7eEG {
    color: var(--black-50);
    background: var(--white-100)
}

    .CrazyModal_czyButton--contained--white__g7eEG:active {
        background: rgb(var(--white-100)/70%)
    }

@media(hover:hover) {
    .CrazyModal_czyButton--contained--white__g7eEG:hover:not(:disabled) {
        background: var(--white-50)
    }
}

.CrazyModal_czyButton--contained--grey__2sT_K {
    color: var(--white-100);
    background: var(--black-40)
}

    .CrazyModal_czyButton--contained--grey__2sT_K:active {
        background: rgb(var(--black-40)/70%)
    }

@media(hover:hover) {
    .CrazyModal_czyButton--contained--grey__2sT_K:hover:not(:disabled) {
        background: var(--black-50)
    }
}

.CrazyModal_czyButton--contained--alert__7iPl1 {
    color: var(--white-100);
    background: var(--alert-100)
}

    .CrazyModal_czyButton--contained--alert__7iPl1:active {
        background: rgb(var(--alert-100)/70%)
    }

@media(hover:hover) {
    .CrazyModal_czyButton--contained--alert__7iPl1:hover:not(:disabled) {
        background: var(--alert-100)
    }
}

.CrazyModal_czyButton--contained--success__eGlFO {
    color: var(--white-100);
    background: var(--success-100)
}

    .CrazyModal_czyButton--contained--success__eGlFO:active {
        background: rgb(var(--success-100)/70%)
    }

@media(hover:hover) {
    .CrazyModal_czyButton--contained--success__eGlFO:hover:not(:disabled) {
        background: #52b187
    }
}

.CrazyModal_czyButton--contained--black__bcla0 {
    color: var(--white-100);
    background: var(--black-90)
}

    .CrazyModal_czyButton--contained--black__bcla0:active {
        background: rgb(var(--black-90)/70%)
    }

@media(hover:hover) {
    .CrazyModal_czyButton--contained--black__bcla0:hover:not(:disabled) {
        background: var(--black-70)
    }
}

.CrazyModal_czyButton--contained--green-gradient__gFubI {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e)
}

    .CrazyModal_czyButton--contained--green-gradient__gFubI:active {
        background: linear-gradient(90deg,#289777,#408b4e)
    }

@media(hover:hover) {
    .CrazyModal_czyButton--contained--green-gradient__gFubI:hover:not(:disabled) {
        background: linear-gradient(90deg,#2dc59a,#5db96e)
    }
}

.CrazyModal_czyButton--contained--animated-green-gradient__6k_5j {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
    background-size: 700% 100%;
    animation: CrazyModal_scroll-gradient__B_uuS 3s linear infinite;
    transition: filter .2s ease
}

    .CrazyModal_czyButton--contained--animated-green-gradient__6k_5j:active {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3)
    }

@media(hover:hover) {
    .CrazyModal_czyButton--contained--animated-green-gradient__6k_5j:hover:not(:disabled) {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
        filter: brightness(1.2)
    }
}

.CrazyModal_czyButton--link--purple__iBEhN, .CrazyModal_czyButton--outlined--purple__KnlaP {
    color: var(--brand-60)
}

    .CrazyModal_czyButton--link--purple__iBEhN:active, .CrazyModal_czyButton--outlined--purple__KnlaP:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .CrazyModal_czyButton--link--purple__iBEhN:hover:not(:disabled), .CrazyModal_czyButton--outlined--purple__KnlaP:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.CrazyModal_czyButton--link--white__nRx_E, .CrazyModal_czyButton--outlined--white__6U74I {
    color: var(--white-90)
}

    .CrazyModal_czyButton--link--white__nRx_E:active, .CrazyModal_czyButton--outlined--white__6U74I:active {
        color: rgb(var(--white-50)/80%)
    }

@media(hover:hover) {
    .CrazyModal_czyButton--link--white__nRx_E:hover:not(:disabled), .CrazyModal_czyButton--outlined--white__6U74I:hover:not(:disabled) {
        color: var(--white-50)
    }
}

.CrazyModal_czyButton--link--grey__wS_o2, .CrazyModal_czyButton--outlined--grey__3Nc2g {
    color: rgb(var(--white-100)/30%)
}

    .CrazyModal_czyButton--link--grey__wS_o2:active, .CrazyModal_czyButton--outlined--grey__3Nc2g:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .CrazyModal_czyButton--link--grey__wS_o2:hover:not(:disabled), .CrazyModal_czyButton--outlined--grey__3Nc2g:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.CrazyModal_czyButton--link--alert__6AR3T, .CrazyModal_czyButton--outlined--alert__4HdZ8 {
    color: var(--alert-100)
}

    .CrazyModal_czyButton--link--alert__6AR3T:active, .CrazyModal_czyButton--outlined--alert__4HdZ8:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .CrazyModal_czyButton--link--alert__6AR3T:hover:not(:disabled), .CrazyModal_czyButton--outlined--alert__4HdZ8:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.CrazyModal_czyButton--link--success__JkJJb, .CrazyModal_czyButton--outlined--success__qmPWA {
    color: var(--success-100)
}

    .CrazyModal_czyButton--link--success__JkJJb:active, .CrazyModal_czyButton--outlined--success__qmPWA:active {
        color: rgb(var(--success-100)/80%)
    }

@media(hover:hover) {
    .CrazyModal_czyButton--link--success__JkJJb:hover:not(:disabled), .CrazyModal_czyButton--outlined--success__qmPWA:hover:not(:disabled) {
        color: var(--success-100)
    }
}

.CrazyModal_czyButton--outlined--purple__KnlaP {
    border: 1px solid var(--brand-60)
}

.CrazyModal_czyButton--outlined--white__6U74I {
    border: 1px solid var(--white-90)
}

.CrazyModal_czyButton--outlined--grey__3Nc2g {
    border: 1px solid rgb(var(--white-100)/30%)
}

.CrazyModal_czyButton--outlined--alert__4HdZ8 {
    border: 1px solid var(--alert-100)
}

.CrazyModal_czyButton--outlined--success__qmPWA {
    border: 1px solid var(--success-100)
}

.CrazyModal_czyButton--outlined__3AWPY:active {
    border-color: rgb(var(--white-30)/70%)
}

.CrazyModal_czyButton--disabled__W977w {
    opacity: .4;
    cursor: default
}

.CrazyModal_czyButton--height50__dqsF7 {
    height: 50px
}

.CrazyModal_czyButton--height34__FTr_U {
    height: 34px
}

.CrazyModal_czyButton--fullWidth__hKFeT {
    width: 100%
}

.CrazyModal_czyButton__2Ft_n svg {
    height: 20px;
    width: 20px;
    margin-right: calc(var(--base-unit)*1)
}

.CrazyModal_czyButton--headerIcon__b_1PS {
    padding: 0
}

    .CrazyModal_czyButton--headerIcon__b_1PS svg {
        width: 22px;
        height: 22px;
        margin-right: 0
    }

.CrazyModal_czyButton--headerIcon--desktop__kf651 {
    width: 40px;
    height: 40px;
    background: #ffffff1a
}

.CrazyModal_czyButton--headerIcon--mobile__wfYvW {
    width: auto;
    height: auto;
    background: #0000
}

.CrazyModal_czyModalButton__FS11W {
    border-radius: 30px;
    min-width: 180px;
    margin-bottom: calc(var(--base-unit)*2)
}

.CrazyModal_dialog__0t7vr {
    position: fixed;
    z-index: 1300;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.CrazyModal_dialogContentRoot__R4SIN {
    position: relative;
    padding: calc(var(--base-unit)*1);
    max-height: calc(100% - calc(var(--base-unit) * 8));
    max-width: 100%;
    display: flex;
    flex-direction: column;
    outline: none
}

.CrazyModal_zeroPaddingContainer__Z85_g {
    padding-left: calc(var(--base-unit)*4);
    padding-right: calc(var(--base-unit)*4);
    padding-top: calc(var(--base-unit)*5)
}

.CrazyModal_dialogContent___S9v9 {
    position: relative;
    padding: calc(var(--base-unit)*3);
    overflow-y: auto;
    background-color: var(--black-70);
    color: var(--white-10);
    border-radius: 20px;
    max-width: 600px
}

    .CrazyModal_dialogContent___S9v9::-webkit-scrollbar {
        width: 7px
    }

    .CrazyModal_dialogContent___S9v9::-webkit-scrollbar-track {
        background: #0000
    }

    .CrazyModal_dialogContent___S9v9::-webkit-scrollbar-thumb {
        background-color: #fff3;
        border-radius: 3.5px
    }

        .CrazyModal_dialogContent___S9v9::-webkit-scrollbar-thumb:hover {
            background-color: #ffffff4d
        }

.CrazyModal_dialogInnerContent__7IVWd {
    padding-bottom: calc(var(--base-unit)*2.5)
}

.CrazyModal_modalButtonContainer__K4OGl {
    padding: calc(var(--base-unit)*2.5);
    padding-top: 0
}

.CrazyModal_headerTitle__YiKsZ {
    margin-bottom: calc(var(--base-unit)*2);
    text-align: center;
    color: var(--white-100);
    font-weight: 800;
    margin-top: 0
}

.CrazyModal_exitButtonContainer__oE4uP {
    position: absolute;
    top: 16px;
    right: 12px;
    width: 38px;
    height: 38px;
    z-index: 1
}

.CrazyModal_exitButton__AOLQS {
    padding: 0;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    background-color: #0000
}

    .CrazyModal_exitButton__AOLQS svg {
        fill: var(--white-100)
    }

    .CrazyModal_exitButton__AOLQS:hover svg {
        fill: var(--white-40)
    }

.CrazyModal_submitButtonContainer__En30F {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.CrazyModal_modal__x1brD {
    position: fixed;
    z-index: 1300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(var(--base-unit)*4);
    inset: 0
}

.CrazyModal_modalContent__KOVuK {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 100%
}

.CrazyModal_modalBackdrop__aVtO_ {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0000;
    transition: background-color 225ms cubic-bezier(.4,0,.2,1) 0s;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

    .CrazyModal_modalBackdrop__aVtO_.CrazyModal_open__VtxZ_ {
        right: 0;
        bottom: 0;
        background-color: #00000080
    }

    .CrazyModal_modalBackdrop__aVtO_.CrazyModal_underHeaderMode__QeFpi {
        top: var(--header-height,60px)
    }

.ThemedLogo_themedLogo__808vT {
    position: absolute
}

.ThemedLogo_easter__emt9V {
    width: 47px;
    height: 24px;
    left: -6px;
    top: -3px
}

.ThemedLogo_carnaval__Un28Z {
    width: 22px;
    height: auto;
    left: 5px;
    top: -16px
}

.ThemedLogo_christmas__vzs9h {
    width: 25px;
    height: 27px;
    left: 10px;
    top: -8px
}

.ThemedLogo_halloween__kGUtG {
    width: 21px;
    height: 23px;
    left: 15px;
    bottom: -4px
}

.ThemedLogo_newYear__tUjbs {
    width: 50px;
    height: 36px;
    left: -8px;
    top: 0
}

@keyframes Logo_scroll-gradient__C5IcP {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 350% 0
    }
}

.Logo_czyButton__ofUgV {
    border-radius: 30px;
    transition: all .25s ease;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: calc(var(--base-unit)*1) calc(var(--base-unit)*2);
    background: #0000;
    height: 40px;
    -webkit-user-select: none;
    user-select: none
}

    .Logo_czyButton__ofUgV:focus {
        outline: none
    }

.Logo_czyButton--contained--purple__FJ2uN {
    color: var(--white-100);
    background: var(--brand-100)
}

    .Logo_czyButton--contained--purple__FJ2uN:active {
        background: rgb(var(--brand-100)/70%)
    }

@media(hover:hover) {
    .Logo_czyButton--contained--purple__FJ2uN:hover:not(:disabled) {
        background: var(--brand-80)
    }
}

.Logo_czyButton--contained--white__c_b2d {
    color: var(--black-50);
    background: var(--white-100)
}

    .Logo_czyButton--contained--white__c_b2d:active {
        background: rgb(var(--white-100)/70%)
    }

@media(hover:hover) {
    .Logo_czyButton--contained--white__c_b2d:hover:not(:disabled) {
        background: var(--white-50)
    }
}

.Logo_czyButton--contained--grey__6ZOm_ {
    color: var(--white-100);
    background: var(--black-40)
}

    .Logo_czyButton--contained--grey__6ZOm_:active {
        background: rgb(var(--black-40)/70%)
    }

@media(hover:hover) {
    .Logo_czyButton--contained--grey__6ZOm_:hover:not(:disabled) {
        background: var(--black-50)
    }
}

.Logo_czyButton--contained--alert__P0XkQ {
    color: var(--white-100);
    background: var(--alert-100)
}

    .Logo_czyButton--contained--alert__P0XkQ:active {
        background: rgb(var(--alert-100)/70%)
    }

@media(hover:hover) {
    .Logo_czyButton--contained--alert__P0XkQ:hover:not(:disabled) {
        background: var(--alert-100)
    }
}

.Logo_czyButton--contained--success__4vAqz {
    color: var(--white-100);
    background: var(--success-100)
}

    .Logo_czyButton--contained--success__4vAqz:active {
        background: rgb(var(--success-100)/70%)
    }

@media(hover:hover) {
    .Logo_czyButton--contained--success__4vAqz:hover:not(:disabled) {
        background: #52b187
    }
}

.Logo_czyButton--contained--black__ai99M {
    color: var(--white-100);
    background: var(--black-90)
}

    .Logo_czyButton--contained--black__ai99M:active {
        background: rgb(var(--black-90)/70%)
    }

@media(hover:hover) {
    .Logo_czyButton--contained--black__ai99M:hover:not(:disabled) {
        background: var(--black-70)
    }
}

.Logo_czyButton--contained--green-gradient__v73lH {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e)
}

    .Logo_czyButton--contained--green-gradient__v73lH:active {
        background: linear-gradient(90deg,#289777,#408b4e)
    }

@media(hover:hover) {
    .Logo_czyButton--contained--green-gradient__v73lH:hover:not(:disabled) {
        background: linear-gradient(90deg,#2dc59a,#5db96e)
    }
}

.Logo_czyButton--contained--animated-green-gradient__rj1dW {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
    background-size: 700% 100%;
    animation: Logo_scroll-gradient__C5IcP 3s linear infinite;
    transition: filter .2s ease
}

    .Logo_czyButton--contained--animated-green-gradient__rj1dW:active {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3)
    }

@media(hover:hover) {
    .Logo_czyButton--contained--animated-green-gradient__rj1dW:hover:not(:disabled) {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
        filter: brightness(1.2)
    }
}

.Logo_czyButton--link--purple__vgFhH, .Logo_czyButton--outlined--purple__sHvpD {
    color: var(--brand-60)
}

    .Logo_czyButton--link--purple__vgFhH:active, .Logo_czyButton--outlined--purple__sHvpD:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Logo_czyButton--link--purple__vgFhH:hover:not(:disabled), .Logo_czyButton--outlined--purple__sHvpD:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Logo_czyButton--link--white__hhhAS, .Logo_czyButton--outlined--white__cR5wj {
    color: var(--white-90)
}

    .Logo_czyButton--link--white__hhhAS:active, .Logo_czyButton--outlined--white__cR5wj:active {
        color: rgb(var(--white-50)/80%)
    }

@media(hover:hover) {
    .Logo_czyButton--link--white__hhhAS:hover:not(:disabled), .Logo_czyButton--outlined--white__cR5wj:hover:not(:disabled) {
        color: var(--white-50)
    }
}

.Logo_czyButton--link--grey__KfmLl, .Logo_czyButton--outlined--grey__Ef34A {
    color: rgb(var(--white-100)/30%)
}

    .Logo_czyButton--link--grey__KfmLl:active, .Logo_czyButton--outlined--grey__Ef34A:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Logo_czyButton--link--grey__KfmLl:hover:not(:disabled), .Logo_czyButton--outlined--grey__Ef34A:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Logo_czyButton--link--alert__WtMo3, .Logo_czyButton--outlined--alert__fO0zb {
    color: var(--alert-100)
}

    .Logo_czyButton--link--alert__WtMo3:active, .Logo_czyButton--outlined--alert__fO0zb:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Logo_czyButton--link--alert__WtMo3:hover:not(:disabled), .Logo_czyButton--outlined--alert__fO0zb:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Logo_czyButton--link--success__OO6FH, .Logo_czyButton--outlined--success__7V47n {
    color: var(--success-100)
}

    .Logo_czyButton--link--success__OO6FH:active, .Logo_czyButton--outlined--success__7V47n:active {
        color: rgb(var(--success-100)/80%)
    }

@media(hover:hover) {
    .Logo_czyButton--link--success__OO6FH:hover:not(:disabled), .Logo_czyButton--outlined--success__7V47n:hover:not(:disabled) {
        color: var(--success-100)
    }
}

.Logo_czyButton--outlined--purple__sHvpD {
    border: 1px solid var(--brand-60)
}

.Logo_czyButton--outlined--white__cR5wj {
    border: 1px solid var(--white-90)
}

.Logo_czyButton--outlined--grey__Ef34A {
    border: 1px solid rgb(var(--white-100)/30%)
}

.Logo_czyButton--outlined--alert__fO0zb {
    border: 1px solid var(--alert-100)
}

.Logo_czyButton--outlined--success__7V47n {
    border: 1px solid var(--success-100)
}

.Logo_czyButton--outlined__XPSq5:active {
    border-color: rgb(var(--white-30)/70%)
}

.Logo_czyButton--disabled__g4_25 {
    opacity: .4;
    cursor: default
}

.Logo_czyButton--height50__bSEUq {
    height: 50px
}

.Logo_czyButton--height34__5oJlp {
    height: 34px
}

.Logo_czyButton--fullWidth__p0MHx {
    width: 100%
}

.Logo_czyButton__ofUgV svg {
    height: 20px;
    width: 20px;
    margin-right: calc(var(--base-unit)*1)
}

.Logo_czyButton--headerIcon__cJFCT {
    padding: 0
}

    .Logo_czyButton--headerIcon__cJFCT svg {
        width: 22px;
        height: 22px;
        margin-right: 0
    }

.Logo_czyButton--headerIcon--desktop__QN8jL {
    width: 40px;
    height: 40px;
    background: #ffffff1a
}

.Logo_czyButton--headerIcon--mobile__fn2Z5 {
    width: auto;
    height: auto;
    background: #0000
}

.Logo_root__7FaDg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: calc(var(--base-unit)*.5);
    margin-right: calc(var(--base-unit)*2);
    -webkit-user-select: none;
    user-select: none
}

.Logo_logoZiggy__VK9Z_ {
    display: flex;
    margin-right: calc(var(--base-unit)*1);
    position: relative
}

.Logo_logoImage__nJAeB {
    height: auto;
    width: 32px
}

@media(max-width:599.98px) {
    .Logo_logoImage__nJAeB {
        width: 26px
    }
}

.Logo_logoText__HTz9A {
    width: 64px;
    height: auto;
    padding-top: calc(var(--base-unit)*.5)
}

@media(max-width:599.98px) {
    .Logo_logoText__HTz9A {
        width: 54px
    }
}

@media(max-width:321px) {
    .Logo_logoText__HTz9A {
        display: none
    }
}

@keyframes Logo_logo-buzz__KstFX {
    50% {
        transform: translateX(1.5px) rotate(2deg)
    }

    to {
        transform: translateX(-1.5px) rotate(-2deg)
    }
}

@media(pointer:fine) {
    .Logo_logoZiggy__VK9Z_:not(.Logo_preventHoverAnimation__WHClo):hover {
        animation-name: Logo_logo-buzz__KstFX;
        animation-duration: .2s;
        animation-timing-function: linear;
        animation-iteration-count: infinite
    }
}

.Logo_root__7FaDg.Logo_superbowl__hTU7h .Logo_logoImage__nJAeB {
    width: 42px
}

.Logo_root__7FaDg.Logo_valentine__aDv75 .Logo_logoImage__nJAeB, .Logo_root__7FaDg.Logo_valentine__aDv75 .Logo_logoText__HTz9A {
    width: 64px
}

@keyframes TopSearch_scroll-gradient__CQMlf {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 350% 0
    }
}

.TopSearch_czyButton__5bXPf {
    border-radius: 30px;
    transition: all .25s ease;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: calc(var(--base-unit)*1) calc(var(--base-unit)*2);
    background: #0000;
    height: 40px;
    -webkit-user-select: none;
    user-select: none
}

    .TopSearch_czyButton__5bXPf:focus {
        outline: none
    }

.TopSearch_czyButton--contained--purple__UrIty {
    color: var(--white-100);
    background: var(--brand-100)
}

    .TopSearch_czyButton--contained--purple__UrIty:active {
        background: rgb(var(--brand-100)/70%)
    }

@media(hover:hover) {
    .TopSearch_czyButton--contained--purple__UrIty:hover:not(:disabled) {
        background: var(--brand-80)
    }
}

.TopSearch_czyButton--contained--white__asmvm {
    color: var(--black-50);
    background: var(--white-100)
}

    .TopSearch_czyButton--contained--white__asmvm:active {
        background: rgb(var(--white-100)/70%)
    }

@media(hover:hover) {
    .TopSearch_czyButton--contained--white__asmvm:hover:not(:disabled) {
        background: var(--white-50)
    }
}

.TopSearch_czyButton--contained--grey__zXMwo {
    color: var(--white-100);
    background: var(--black-40)
}

    .TopSearch_czyButton--contained--grey__zXMwo:active {
        background: rgb(var(--black-40)/70%)
    }

@media(hover:hover) {
    .TopSearch_czyButton--contained--grey__zXMwo:hover:not(:disabled) {
        background: var(--black-50)
    }
}

.TopSearch_czyButton--contained--alert__Elp16 {
    color: var(--white-100);
    background: var(--alert-100)
}

    .TopSearch_czyButton--contained--alert__Elp16:active {
        background: rgb(var(--alert-100)/70%)
    }

@media(hover:hover) {
    .TopSearch_czyButton--contained--alert__Elp16:hover:not(:disabled) {
        background: var(--alert-100)
    }
}

.TopSearch_czyButton--contained--success__g8AfE {
    color: var(--white-100);
    background: var(--success-100)
}

    .TopSearch_czyButton--contained--success__g8AfE:active {
        background: rgb(var(--success-100)/70%)
    }

@media(hover:hover) {
    .TopSearch_czyButton--contained--success__g8AfE:hover:not(:disabled) {
        background: #52b187
    }
}

.TopSearch_czyButton--contained--black__GyIuu {
    color: var(--white-100);
    background: var(--black-90)
}

    .TopSearch_czyButton--contained--black__GyIuu:active {
        background: rgb(var(--black-90)/70%)
    }

@media(hover:hover) {
    .TopSearch_czyButton--contained--black__GyIuu:hover:not(:disabled) {
        background: var(--black-70)
    }
}

.TopSearch_czyButton--contained--green-gradient__4P_I2 {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e)
}

    .TopSearch_czyButton--contained--green-gradient__4P_I2:active {
        background: linear-gradient(90deg,#289777,#408b4e)
    }

@media(hover:hover) {
    .TopSearch_czyButton--contained--green-gradient__4P_I2:hover:not(:disabled) {
        background: linear-gradient(90deg,#2dc59a,#5db96e)
    }
}

.TopSearch_czyButton--contained--animated-green-gradient__O96dE {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
    background-size: 700% 100%;
    animation: TopSearch_scroll-gradient__CQMlf 3s linear infinite;
    transition: filter .2s ease
}

    .TopSearch_czyButton--contained--animated-green-gradient__O96dE:active {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3)
    }

@media(hover:hover) {
    .TopSearch_czyButton--contained--animated-green-gradient__O96dE:hover:not(:disabled) {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
        filter: brightness(1.2)
    }
}

.TopSearch_czyButton--link--purple__dhjTW, .TopSearch_czyButton--outlined--purple__cyDzD {
    color: var(--brand-60)
}

    .TopSearch_czyButton--link--purple__dhjTW:active, .TopSearch_czyButton--outlined--purple__cyDzD:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .TopSearch_czyButton--link--purple__dhjTW:hover:not(:disabled), .TopSearch_czyButton--outlined--purple__cyDzD:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.TopSearch_czyButton--link--white__FHyMq, .TopSearch_czyButton--outlined--white__Um94S {
    color: var(--white-90)
}

    .TopSearch_czyButton--link--white__FHyMq:active, .TopSearch_czyButton--outlined--white__Um94S:active {
        color: rgb(var(--white-50)/80%)
    }

@media(hover:hover) {
    .TopSearch_czyButton--link--white__FHyMq:hover:not(:disabled), .TopSearch_czyButton--outlined--white__Um94S:hover:not(:disabled) {
        color: var(--white-50)
    }
}

.TopSearch_czyButton--link--grey__lztHV, .TopSearch_czyButton--outlined--grey__LJ_xa {
    color: rgb(var(--white-100)/30%)
}

    .TopSearch_czyButton--link--grey__lztHV:active, .TopSearch_czyButton--outlined--grey__LJ_xa:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .TopSearch_czyButton--link--grey__lztHV:hover:not(:disabled), .TopSearch_czyButton--outlined--grey__LJ_xa:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.TopSearch_czyButton--link--alert__A8vRI, .TopSearch_czyButton--outlined--alert__X1ptE {
    color: var(--alert-100)
}

    .TopSearch_czyButton--link--alert__A8vRI:active, .TopSearch_czyButton--outlined--alert__X1ptE:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .TopSearch_czyButton--link--alert__A8vRI:hover:not(:disabled), .TopSearch_czyButton--outlined--alert__X1ptE:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.TopSearch_czyButton--link--success__1mWeB, .TopSearch_czyButton--outlined--success___wqFX {
    color: var(--success-100)
}

    .TopSearch_czyButton--link--success__1mWeB:active, .TopSearch_czyButton--outlined--success___wqFX:active {
        color: rgb(var(--success-100)/80%)
    }

@media(hover:hover) {
    .TopSearch_czyButton--link--success__1mWeB:hover:not(:disabled), .TopSearch_czyButton--outlined--success___wqFX:hover:not(:disabled) {
        color: var(--success-100)
    }
}

.TopSearch_czyButton--outlined--purple__cyDzD {
    border: 1px solid var(--brand-60)
}

.TopSearch_czyButton--outlined--white__Um94S {
    border: 1px solid var(--white-90)
}

.TopSearch_czyButton--outlined--grey__LJ_xa {
    border: 1px solid rgb(var(--white-100)/30%)
}

.TopSearch_czyButton--outlined--alert__X1ptE {
    border: 1px solid var(--alert-100)
}

.TopSearch_czyButton--outlined--success___wqFX {
    border: 1px solid var(--success-100)
}

.TopSearch_czyButton--outlined__vzL0y:active {
    border-color: rgb(var(--white-30)/70%)
}

.TopSearch_czyButton--disabled__j8Djs {
    opacity: .4;
    cursor: default
}

.TopSearch_czyButton--height50__IVAPG {
    height: 50px
}

.TopSearch_czyButton--height34__KDiPE {
    height: 34px
}

.TopSearch_czyButton--fullWidth__91tBj {
    width: 100%
}

.TopSearch_czyButton__5bXPf svg {
    height: 20px;
    width: 20px;
    margin-right: calc(var(--base-unit)*1)
}

.TopSearch_czyButton--headerIcon___kN4k {
    padding: 0
}

    .TopSearch_czyButton--headerIcon___kN4k svg {
        width: 22px;
        height: 22px;
        margin-right: 0
    }

.TopSearch_czyButton--headerIcon--desktop__fKBik {
    width: 40px;
    height: 40px;
    background: #ffffff1a
}

.TopSearch_czyButton--headerIcon--mobile__YMNc3 {
    width: auto;
    height: auto;
    background: #0000
}

@media(min-width:1082px) {
    .TopSearch_topSearchForm__b9Z8c {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }
}

@media(max-width:1081.98px) {
    .TopSearch_topSearchForm__b9Z8c {
        position: relative;
        flex: 1 1
    }
}

@media(max-width:700px) {
    .TopSearch_topSearchForm__b9Z8c.TopSearch_isDesktop__2eSKm {
        display: none
    }
}

.TopSearch_searchInput__Nbapa {
    border-radius: 30px;
    fill: var(--white-50);
    height: 40px;
    background-color: var(--black-40);
    border: 1px solid #0000;
    box-shadow: 0 0;
    font-family: var(--font-nunito);
    font-weight: 700;
    font-size: var(--font-size-button);
    color: var(--white-50);
    outline: 0
}

    .TopSearch_searchInput__Nbapa:focus {
        border-color: var(--brand-100)
    }

    .TopSearch_searchInput__Nbapa::placeholder {
        color: var(--white-50);
        opacity: 1;
        font-family: var(--font-nunito);
        -webkit-user-select: none;
        user-select: none
    }

.TopSearch_topSearchInput__mCCPQ.TopSearch_isDesktop__2eSKm {
    padding-left: calc(var(--base-unit)*2)
}

.TopSearch_topSearchInput__mCCPQ:not(.TopSearch_isDesktop__2eSKm) {
    padding-left: calc(var(--base-unit)*6)
}

@media(min-width:600px) {
    .TopSearch_topSearchInput__mCCPQ {
        outline: 0
    }
}

@media(min-width:1082px) {
    .TopSearch_topSearchInput__mCCPQ {
        width: 460px;
        margin: auto
    }
}

@media(max-width:1081.98px) {
    .TopSearch_topSearchInput__mCCPQ {
        width: 100%
    }
}

.TopSearch_topSearchInput__mCCPQ.TopSearch_disabled__pEttp {
    opacity: .2
}

.TopSearch_topSearchInput__mCCPQ.TopSearch_isMobile__W6aoz {
    height: 34px;
    color: var(--white-100)
}

    .TopSearch_topSearchInput__mCCPQ.TopSearch_isMobile__W6aoz::placeholder {
        color: var(color-white-20);
        font-weight: 700;
        opacity: 1
    }

.TopSearch_resultLabelContainer__fjVsh {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    font-family: var(--font-nunito);
    font-size: var(--font-size-button);
    -webkit-user-select: none;
    user-select: none
}

    .TopSearch_resultLabelContainer__fjVsh.TopSearch_isGreyedOut__hmSzl {
        color: var(--white-50)
    }

    .TopSearch_resultLabelContainer__fjVsh:not(.TopSearch_isGreyedOut__hmSzl) {
        color: var(--white-100)
    }

@media(max-width:1509.98px) {
    .TopSearch_resultLabelContainer__fjVsh.TopSearch_isDesktop__2eSKm {
        font-size: var(--font-size-button)
    }
}

.TopSearch_resultLabelContainer__fjVsh.TopSearch_isLoading__Q52Jn {
    padding: calc(var(--base-unit)*2.5)
}

.TopSearch_resultContainer__Ev21P {
    scrollbar-width: thin;
    scrollbar-color: var(--white-50) 0 #0000;
    max-height: 500px;
    position: absolute;
    width: 100%;
    background: var(--black-90);
    overflow: auto;
    margin: 0;
    padding: 0;
    z-index: 99
}

    .TopSearch_resultContainer__Ev21P::-webkit-scrollbar {
        width: 7pxpx;
        height: 7pxpx;
        background: var(--black-100)
    }

    .TopSearch_resultContainer__Ev21P::-webkit-scrollbar-thumb {
        background: var(--white-50);
        border-radius: 30px
    }

    .TopSearch_resultContainer__Ev21P::-webkit-scrollbar-corner {
        background: var(--black-100)
    }

    .TopSearch_resultContainer__Ev21P:not(.TopSearch_isTablet__3qUmm,.TopSearch_isMobile__W6aoz) {
        border-radius: 10px
    }

    .TopSearch_resultContainer__Ev21P li {
        list-style: none;
        padding: 0 calc(var(--base-unit)*2.5)
    }

        .TopSearch_resultContainer__Ev21P li:first-child {
            padding-top: calc(var(--base-unit)*2.5)
        }

        .TopSearch_resultContainer__Ev21P li:last-child {
            padding-bottom: calc(var(--base-unit)*2.5)
        }

        .TopSearch_resultContainer__Ev21P li > a {
            display: block
        }

        .TopSearch_resultContainer__Ev21P li.TopSearch_isTag__6Z3KW > a {
            padding: calc(var(--base-unit)*1)
        }

        .TopSearch_resultContainer__Ev21P li.TopSearch_isGame__NPYae > a {
            padding: calc(var(--base-unit)*.5)
        }

        .TopSearch_resultContainer__Ev21P li.TopSearch_selectedOption__CtI5l > a {
            background: var(--black-60);
            cursor: pointer
        }

            .TopSearch_resultContainer__Ev21P li.TopSearch_selectedOption__CtI5l > a:not(.TopSearch_isTablet__3qUmm,.TopSearch_isMobile__W6aoz) {
                border-radius: calc(var(--base-unit)*1 + 2px)
            }

    .TopSearch_resultContainer__Ev21P.TopSearch_isMobile__W6aoz, .TopSearch_resultContainer__Ev21P.TopSearch_isTablet__3qUmm {
        background: var(--black-100);
        position: fixed;
        max-height: unset;
        height: 100vh;
        width: 100vw;
        left: 0;
        margin-top: var(--safe-area-inset-top,0);
        border-radius: 0
    }

        .TopSearch_resultContainer__Ev21P.TopSearch_isMobile__W6aoz.TopSearch_isTablet__3qUmm, .TopSearch_resultContainer__Ev21P.TopSearch_isTablet__3qUmm.TopSearch_isTablet__3qUmm {
            top: calc(var(--header-tablet-height) - 2px)
        }

        .TopSearch_resultContainer__Ev21P.TopSearch_isMobile__W6aoz.TopSearch_isMobile__W6aoz, .TopSearch_resultContainer__Ev21P.TopSearch_isTablet__3qUmm.TopSearch_isMobile__W6aoz {
            top: calc(var(--header-mobile-height) - 2px)
        }

.TopSearch_searchResultItemContent__aKQis {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: var(--white-100);
    gap: 16px
}

    .TopSearch_searchResultItemContent__aKQis.TopSearch_hasThumbnail__5zIdQ {
        height: 36px
    }

    .TopSearch_searchResultItemContent__aKQis:not(.TopSearch_hasThumbnail__5zIdQ) {
        height: 28px
    }

.TopSearch_searchResultItemThumbnail__SELPY {
    border-radius: 7px;
    width: 64px;
    object-fit: cover
}

@keyframes UserPortalIcons_scroll-gradient__z8gFy {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 350% 0
    }
}

.UserPortalIcons_czyButton__5uwsg {
    border-radius: 30px;
    transition: all .25s ease;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: calc(var(--base-unit)*1) calc(var(--base-unit)*2);
    background: #0000;
    height: 40px;
    -webkit-user-select: none;
    user-select: none
}

    .UserPortalIcons_czyButton__5uwsg:focus {
        outline: none
    }

.UserPortalIcons_czyButton--contained--purple__urlNg {
    color: var(--white-100);
    background: var(--brand-100)
}

    .UserPortalIcons_czyButton--contained--purple__urlNg:active {
        background: rgb(var(--brand-100)/70%)
    }

@media(hover:hover) {
    .UserPortalIcons_czyButton--contained--purple__urlNg:hover:not(:disabled) {
        background: var(--brand-80)
    }
}

.UserPortalIcons_czyButton--contained--white__pwc5L {
    color: var(--black-50);
    background: var(--white-100)
}

    .UserPortalIcons_czyButton--contained--white__pwc5L:active {
        background: rgb(var(--white-100)/70%)
    }

@media(hover:hover) {
    .UserPortalIcons_czyButton--contained--white__pwc5L:hover:not(:disabled) {
        background: var(--white-50)
    }
}

.UserPortalIcons_czyButton--contained--grey__VqL_u {
    color: var(--white-100);
    background: var(--black-40)
}

    .UserPortalIcons_czyButton--contained--grey__VqL_u:active {
        background: rgb(var(--black-40)/70%)
    }

@media(hover:hover) {
    .UserPortalIcons_czyButton--contained--grey__VqL_u:hover:not(:disabled) {
        background: var(--black-50)
    }
}

.UserPortalIcons_czyButton--contained--alert__MeFJx {
    color: var(--white-100);
    background: var(--alert-100)
}

    .UserPortalIcons_czyButton--contained--alert__MeFJx:active {
        background: rgb(var(--alert-100)/70%)
    }

@media(hover:hover) {
    .UserPortalIcons_czyButton--contained--alert__MeFJx:hover:not(:disabled) {
        background: var(--alert-100)
    }
}

.UserPortalIcons_czyButton--contained--success__di0h6 {
    color: var(--white-100);
    background: var(--success-100)
}

    .UserPortalIcons_czyButton--contained--success__di0h6:active {
        background: rgb(var(--success-100)/70%)
    }

@media(hover:hover) {
    .UserPortalIcons_czyButton--contained--success__di0h6:hover:not(:disabled) {
        background: #52b187
    }
}

.UserPortalIcons_czyButton--contained--black__RV_P3 {
    color: var(--white-100);
    background: var(--black-90)
}

    .UserPortalIcons_czyButton--contained--black__RV_P3:active {
        background: rgb(var(--black-90)/70%)
    }

@media(hover:hover) {
    .UserPortalIcons_czyButton--contained--black__RV_P3:hover:not(:disabled) {
        background: var(--black-70)
    }
}

.UserPortalIcons_czyButton--contained--green-gradient__QZ4xI {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e)
}

    .UserPortalIcons_czyButton--contained--green-gradient__QZ4xI:active {
        background: linear-gradient(90deg,#289777,#408b4e)
    }

@media(hover:hover) {
    .UserPortalIcons_czyButton--contained--green-gradient__QZ4xI:hover:not(:disabled) {
        background: linear-gradient(90deg,#2dc59a,#5db96e)
    }
}

.UserPortalIcons_czyButton--contained--animated-green-gradient__vJuOr {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
    background-size: 700% 100%;
    animation: UserPortalIcons_scroll-gradient__z8gFy 3s linear infinite;
    transition: filter .2s ease
}

    .UserPortalIcons_czyButton--contained--animated-green-gradient__vJuOr:active {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3)
    }

@media(hover:hover) {
    .UserPortalIcons_czyButton--contained--animated-green-gradient__vJuOr:hover:not(:disabled) {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
        filter: brightness(1.2)
    }
}

.UserPortalIcons_czyButton--link--purple__P2w5L, .UserPortalIcons_czyButton--outlined--purple__1vanf {
    color: var(--brand-60)
}

    .UserPortalIcons_czyButton--link--purple__P2w5L:active, .UserPortalIcons_czyButton--outlined--purple__1vanf:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .UserPortalIcons_czyButton--link--purple__P2w5L:hover:not(:disabled), .UserPortalIcons_czyButton--outlined--purple__1vanf:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.UserPortalIcons_czyButton--link--white__QfXlI, .UserPortalIcons_czyButton--outlined--white__fdjC1 {
    color: var(--white-90)
}

    .UserPortalIcons_czyButton--link--white__QfXlI:active, .UserPortalIcons_czyButton--outlined--white__fdjC1:active {
        color: rgb(var(--white-50)/80%)
    }

@media(hover:hover) {
    .UserPortalIcons_czyButton--link--white__QfXlI:hover:not(:disabled), .UserPortalIcons_czyButton--outlined--white__fdjC1:hover:not(:disabled) {
        color: var(--white-50)
    }
}

.UserPortalIcons_czyButton--link--grey__2bW_g, .UserPortalIcons_czyButton--outlined--grey__0_8bP {
    color: rgb(var(--white-100)/30%)
}

    .UserPortalIcons_czyButton--link--grey__2bW_g:active, .UserPortalIcons_czyButton--outlined--grey__0_8bP:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .UserPortalIcons_czyButton--link--grey__2bW_g:hover:not(:disabled), .UserPortalIcons_czyButton--outlined--grey__0_8bP:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.UserPortalIcons_czyButton--link--alert__eiwiD, .UserPortalIcons_czyButton--outlined--alert__gXKl_ {
    color: var(--alert-100)
}

    .UserPortalIcons_czyButton--link--alert__eiwiD:active, .UserPortalIcons_czyButton--outlined--alert__gXKl_:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .UserPortalIcons_czyButton--link--alert__eiwiD:hover:not(:disabled), .UserPortalIcons_czyButton--outlined--alert__gXKl_:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.UserPortalIcons_czyButton--link--success__bTkJ9, .UserPortalIcons_czyButton--outlined--success__jIS_F {
    color: var(--success-100)
}

    .UserPortalIcons_czyButton--link--success__bTkJ9:active, .UserPortalIcons_czyButton--outlined--success__jIS_F:active {
        color: rgb(var(--success-100)/80%)
    }

@media(hover:hover) {
    .UserPortalIcons_czyButton--link--success__bTkJ9:hover:not(:disabled), .UserPortalIcons_czyButton--outlined--success__jIS_F:hover:not(:disabled) {
        color: var(--success-100)
    }
}

.UserPortalIcons_czyButton--outlined--purple__1vanf {
    border: 1px solid var(--brand-60)
}

.UserPortalIcons_czyButton--outlined--white__fdjC1 {
    border: 1px solid var(--white-90)
}

.UserPortalIcons_czyButton--outlined--grey__0_8bP {
    border: 1px solid rgb(var(--white-100)/30%)
}

.UserPortalIcons_czyButton--outlined--alert__gXKl_ {
    border: 1px solid var(--alert-100)
}

.UserPortalIcons_czyButton--outlined--success__jIS_F {
    border: 1px solid var(--success-100)
}

.UserPortalIcons_czyButton--outlined__E_gIk:active {
    border-color: rgb(var(--white-30)/70%)
}

.UserPortalIcons_czyButton--disabled__ZtPaA {
    opacity: .4;
    cursor: default
}

.UserPortalIcons_czyButton--height50__nxFfM {
    height: 50px
}

.UserPortalIcons_czyButton--height34__uhQ_l {
    height: 34px
}

.UserPortalIcons_czyButton--fullWidth__GyvQ9 {
    width: 100%
}

.UserPortalIcons_czyButton__5uwsg svg {
    height: 20px;
    width: 20px;
    margin-right: calc(var(--base-unit)*1)
}

.UserPortalIcons_czyButton--headerIcon__A20t_ {
    padding: 0
}

    .UserPortalIcons_czyButton--headerIcon__A20t_ svg {
        width: 22px;
        height: 22px;
        margin-right: 0
    }

.UserPortalIcons_czyButton--headerIcon--desktop__E9mgE {
    width: 40px;
    height: 40px;
    background: #ffffff1a
}

.UserPortalIcons_czyButton--headerIcon--mobile__wSct1 {
    width: auto;
    height: auto;
    background: #0000
}

.UserPortalIcons_activeUserCircle__sLyud {
    background: var(--success-100);
    border-color: var(--black-100);
    border-width: 2px;
    border-style: solid;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    position: absolute;
    top: -2px;
    z-index: 1
}

.UserPortalIcons_styledAvatar__vxM0X {
    height: 40px;
    width: 40px;
    border-width: 1px;
    background-color: var(--black-100);
    border-color: var(--black-100);
    border-style: solid;
    cursor: pointer
}

    .UserPortalIcons_styledAvatar__vxM0X:hover {
        opacity: .85
    }

.UserPortalIcons_styledAvatar--mobile__HzD68 {
    height: 34px !important;
    width: 34px !important;
    margin-left: 0
}

@media(max-width:600px) {
    .UserPortalIcons_styledAvatar__vxM0X {
        margin-left: 0
    }
}

.UserPortalIcons_styledGuestIconButton__ejhoo {
    background: var(--brand-100)
}

.UserPortalIcons_styledGuestIconButton--mobile__yQsUy {
    height: 34px;
    width: 34px;
    background: var(--black-10)
}

    .UserPortalIcons_styledGuestIconButton--mobile__yQsUy svg {
        width: 18px;
        height: 18px
    }

@media(max-width:600px) {
    .UserPortalIcons_styledGuestIconButton__ejhoo {
        margin-left: 0
    }
}

.UserPortalIcons_iconWrapper__7UbbK {
    margin-right: calc(var(--base-unit)*2)
}

.UserPortalIcons_loaderWrapper__GQ52l {
    position: relative;
    width: 36px;
    margin-right: calc(var(--base-unit)*1.5)
}

.UserPortalIcons_userIconContainer__bBRRX {
    height: 100%;
    position: relative
}

.UserPortalIcons_headerLoginButton__tncI3 {
    position: relative
}

@media(max-width:330px) {
    .UserPortalIcons_headerLoginButton__tncI3 {
        display: none
    }
}

.UserPortalIcons_headerLoginButton--mobile__64AlV {
    font-size: 14px;
    padding: calc(var(--base-unit)*1) calc(var(--base-unit)*1.5)
}

.UserPortalIcons_notificationBubble__MsCpW {
    background: var(--alert-100);
    font-weight: 800;
    padding: 0;
    display: flex;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    top: -5px;
    right: 3px;
    font-size: 10px;
    width: 20px;
    height: 14px;
    line-height: 12px;
    border-radius: 10px;
    border: 1px solid var(--black-80)
}

    .UserPortalIcons_notificationBubble__MsCpW.UserPortalIcons_isMobile__7hIBv {
        top: -6px;
        right: -2px
    }

.UserPortalIcons_bellSvgAdjustment__yK0aA {
    margin-top: -2px;
    margin-left: -1px
}

.UserPortalIcons_activeUserCircle__sLyud {
    right: 3px
}

    .UserPortalIcons_activeUserCircle__sLyud.UserPortalIcons_isMobile__7hIBv {
        right: -2px;
        top: -6px
    }

.UserPortalIcons_useAppButton__5L4SZ {
    font-size: 14px;
    padding: calc(var(--base-unit)*1) calc(var(--base-unit)*1.5)
}

@keyframes Header_scroll-gradient__Pm4Jr {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 350% 0
    }
}

.Header_czyButton__3ETkC {
    border-radius: 30px;
    transition: all .25s ease;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: calc(var(--base-unit)*1) calc(var(--base-unit)*2);
    background: #0000;
    height: 40px;
    -webkit-user-select: none;
    user-select: none
}

    .Header_czyButton__3ETkC:focus {
        outline: none
    }

.Header_czyButton--contained--purple__aXhl_ {
    color: var(--white-100);
    background: var(--brand-100)
}

    .Header_czyButton--contained--purple__aXhl_:active {
        background: rgb(var(--brand-100)/70%)
    }

@media(hover:hover) {
    .Header_czyButton--contained--purple__aXhl_:hover:not(:disabled) {
        background: var(--brand-80)
    }
}

.Header_czyButton--contained--white__OOsK0 {
    color: var(--black-50);
    background: var(--white-100)
}

    .Header_czyButton--contained--white__OOsK0:active {
        background: rgb(var(--white-100)/70%)
    }

@media(hover:hover) {
    .Header_czyButton--contained--white__OOsK0:hover:not(:disabled) {
        background: var(--white-50)
    }
}

.Header_czyButton--contained--grey__DnyQ_ {
    color: var(--white-100);
    background: var(--black-40)
}

    .Header_czyButton--contained--grey__DnyQ_:active {
        background: rgb(var(--black-40)/70%)
    }

@media(hover:hover) {
    .Header_czyButton--contained--grey__DnyQ_:hover:not(:disabled) {
        background: var(--black-50)
    }
}

.Header_czyButton--contained--alert__7GF8y {
    color: var(--white-100);
    background: var(--alert-100)
}

    .Header_czyButton--contained--alert__7GF8y:active {
        background: rgb(var(--alert-100)/70%)
    }

@media(hover:hover) {
    .Header_czyButton--contained--alert__7GF8y:hover:not(:disabled) {
        background: var(--alert-100)
    }
}

.Header_czyButton--contained--success___Km97 {
    color: var(--white-100);
    background: var(--success-100)
}

    .Header_czyButton--contained--success___Km97:active {
        background: rgb(var(--success-100)/70%)
    }

@media(hover:hover) {
    .Header_czyButton--contained--success___Km97:hover:not(:disabled) {
        background: #52b187
    }
}

.Header_czyButton--contained--black__roKzw {
    color: var(--white-100);
    background: var(--black-90)
}

    .Header_czyButton--contained--black__roKzw:active {
        background: rgb(var(--black-90)/70%)
    }

@media(hover:hover) {
    .Header_czyButton--contained--black__roKzw:hover:not(:disabled) {
        background: var(--black-70)
    }
}

.Header_czyButton--contained--green-gradient__FaBn6 {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e)
}

    .Header_czyButton--contained--green-gradient__FaBn6:active {
        background: linear-gradient(90deg,#289777,#408b4e)
    }

@media(hover:hover) {
    .Header_czyButton--contained--green-gradient__FaBn6:hover:not(:disabled) {
        background: linear-gradient(90deg,#2dc59a,#5db96e)
    }
}

.Header_czyButton--contained--animated-green-gradient__1FVNs {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
    background-size: 700% 100%;
    animation: Header_scroll-gradient__Pm4Jr 3s linear infinite;
    transition: filter .2s ease
}

    .Header_czyButton--contained--animated-green-gradient__1FVNs:active {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3)
    }

@media(hover:hover) {
    .Header_czyButton--contained--animated-green-gradient__1FVNs:hover:not(:disabled) {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
        filter: brightness(1.2)
    }
}

.Header_czyButton--link--purple__dbruh, .Header_czyButton--outlined--purple__Py1La {
    color: var(--brand-60)
}

    .Header_czyButton--link--purple__dbruh:active, .Header_czyButton--outlined--purple__Py1La:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Header_czyButton--link--purple__dbruh:hover:not(:disabled), .Header_czyButton--outlined--purple__Py1La:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Header_czyButton--link--white__M9XxG, .Header_czyButton--outlined--white__ZuFZs {
    color: var(--white-90)
}

    .Header_czyButton--link--white__M9XxG:active, .Header_czyButton--outlined--white__ZuFZs:active {
        color: rgb(var(--white-50)/80%)
    }

@media(hover:hover) {
    .Header_czyButton--link--white__M9XxG:hover:not(:disabled), .Header_czyButton--outlined--white__ZuFZs:hover:not(:disabled) {
        color: var(--white-50)
    }
}

.Header_czyButton--link--grey__yKuRr, .Header_czyButton--outlined--grey__O_5Vg {
    color: rgb(var(--white-100)/30%)
}

    .Header_czyButton--link--grey__yKuRr:active, .Header_czyButton--outlined--grey__O_5Vg:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Header_czyButton--link--grey__yKuRr:hover:not(:disabled), .Header_czyButton--outlined--grey__O_5Vg:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Header_czyButton--link--alert__7a51R, .Header_czyButton--outlined--alert__GGNya {
    color: var(--alert-100)
}

    .Header_czyButton--link--alert__7a51R:active, .Header_czyButton--outlined--alert__GGNya:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Header_czyButton--link--alert__7a51R:hover:not(:disabled), .Header_czyButton--outlined--alert__GGNya:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Header_czyButton--link--success__k5qoX, .Header_czyButton--outlined--success__LhijA {
    color: var(--success-100)
}

    .Header_czyButton--link--success__k5qoX:active, .Header_czyButton--outlined--success__LhijA:active {
        color: rgb(var(--success-100)/80%)
    }

@media(hover:hover) {
    .Header_czyButton--link--success__k5qoX:hover:not(:disabled), .Header_czyButton--outlined--success__LhijA:hover:not(:disabled) {
        color: var(--success-100)
    }
}

.Header_czyButton--outlined--purple__Py1La {
    border: 1px solid var(--brand-60)
}

.Header_czyButton--outlined--white__ZuFZs {
    border: 1px solid var(--white-90)
}

.Header_czyButton--outlined--grey__O_5Vg {
    border: 1px solid rgb(var(--white-100)/30%)
}

.Header_czyButton--outlined--alert__GGNya {
    border: 1px solid var(--alert-100)
}

.Header_czyButton--outlined--success__LhijA {
    border: 1px solid var(--success-100)
}

.Header_czyButton--outlined__Ldpmd:active {
    border-color: rgb(var(--white-30)/70%)
}

.Header_czyButton--disabled__xr3Bx {
    opacity: .4;
    cursor: default
}

.Header_czyButton--height50__pM4o4 {
    height: 50px
}

.Header_czyButton--height34__qZAbK {
    height: 34px
}

.Header_czyButton--fullWidth__abG18 {
    width: 100%
}

.Header_czyButton__3ETkC svg {
    height: 20px;
    width: 20px;
    margin-right: calc(var(--base-unit)*1)
}

.Header_czyButton--headerIcon__vl0ji {
    padding: 0
}

    .Header_czyButton--headerIcon__vl0ji svg {
        width: 22px;
        height: 22px;
        margin-right: 0
    }

.Header_czyButton--headerIcon--desktop__tuqlp {
    width: 40px;
    height: 40px;
    background: #ffffff1a
}

.Header_czyButton--headerIcon--mobile__vBRX7 {
    width: auto;
    height: auto;
    background: #0000
}

.Header_headerBackdrop__poPEJ {
    z-index: 11
}

.Header_root__uPVep {
    z-index: 12;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: var(--safe-area-inset-top,env(safe-area-inset-top,0));
    background: var(--black-80);
    border-bottom: 1px solid var(--black-80);
    box-shadow: 0 3px 3px -2px #0003,0 3px 4px 0 #00000024,0 1px 8px 0 #0000001f;
    height: calc(var(--safe-area-inset-top, env(safe-area-inset-top, 0)) + var(--header-mobile-height))
}

@media(min-width:600px) {
    .Header_root__uPVep {
        height: calc(var(--safe-area-inset-top, env(safe-area-inset-top, 0)) + var(--header-tablet-height))
    }
}

@media(min-width:1910px) {
    .Header_root__uPVep {
        background: var(--black-70);
        border-bottom: none;
        box-shadow: none;
        height: calc(var(--safe-area-inset-top, env(safe-area-inset-top, 0)) + var(--header-height))
    }
}

.Header_leftSection__iw1d6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 12px
}

@media(min-width:600px) {
    .Header_leftSection__iw1d6 {
        padding-left: 8px
    }
}

.Header_rightSection__fcQ4k {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    min-width: 115px;
    padding-left: 8px;
    padding-right: 16px;
    gap: 16px
}

@media(min-width:1910px) {
    .Header_rightSection__fcQ4k {
        padding-right: 20px
    }
}

@keyframes Layout_scroll-gradient__cMp3Q {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 350% 0
    }
}

.Layout_czyButton__jXpQJ {
    border-radius: 30px;
    transition: all .25s ease;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: calc(var(--base-unit)*1) calc(var(--base-unit)*2);
    background: #0000;
    height: 40px;
    -webkit-user-select: none;
    user-select: none
}

    .Layout_czyButton__jXpQJ:focus {
        outline: none
    }

.Layout_czyButton--contained--purple__E0eqy {
    color: var(--white-100);
    background: var(--brand-100)
}

    .Layout_czyButton--contained--purple__E0eqy:active {
        background: rgb(var(--brand-100)/70%)
    }

@media(hover:hover) {
    .Layout_czyButton--contained--purple__E0eqy:hover:not(:disabled) {
        background: var(--brand-80)
    }
}

.Layout_czyButton--contained--white__zlFgl {
    color: var(--black-50);
    background: var(--white-100)
}

    .Layout_czyButton--contained--white__zlFgl:active {
        background: rgb(var(--white-100)/70%)
    }

@media(hover:hover) {
    .Layout_czyButton--contained--white__zlFgl:hover:not(:disabled) {
        background: var(--white-50)
    }
}

.Layout_czyButton--contained--grey__KpmKx {
    color: var(--white-100);
    background: var(--black-40)
}

    .Layout_czyButton--contained--grey__KpmKx:active {
        background: rgb(var(--black-40)/70%)
    }

@media(hover:hover) {
    .Layout_czyButton--contained--grey__KpmKx:hover:not(:disabled) {
        background: var(--black-50)
    }
}

.Layout_czyButton--contained--alert__RvQSd {
    color: var(--white-100);
    background: var(--alert-100)
}

    .Layout_czyButton--contained--alert__RvQSd:active {
        background: rgb(var(--alert-100)/70%)
    }

@media(hover:hover) {
    .Layout_czyButton--contained--alert__RvQSd:hover:not(:disabled) {
        background: var(--alert-100)
    }
}

.Layout_czyButton--contained--success__sku3h {
    color: var(--white-100);
    background: var(--success-100)
}

    .Layout_czyButton--contained--success__sku3h:active {
        background: rgb(var(--success-100)/70%)
    }

@media(hover:hover) {
    .Layout_czyButton--contained--success__sku3h:hover:not(:disabled) {
        background: #52b187
    }
}

.Layout_czyButton--contained--black__YnJnC {
    color: var(--white-100);
    background: var(--black-90)
}

    .Layout_czyButton--contained--black__YnJnC:active {
        background: rgb(var(--black-90)/70%)
    }

@media(hover:hover) {
    .Layout_czyButton--contained--black__YnJnC:hover:not(:disabled) {
        background: var(--black-70)
    }
}

.Layout_czyButton--contained--green-gradient__TwPil {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e)
}

    .Layout_czyButton--contained--green-gradient__TwPil:active {
        background: linear-gradient(90deg,#289777,#408b4e)
    }

@media(hover:hover) {
    .Layout_czyButton--contained--green-gradient__TwPil:hover:not(:disabled) {
        background: linear-gradient(90deg,#2dc59a,#5db96e)
    }
}

.Layout_czyButton--contained--animated-green-gradient__P18lx {
    color: var(--black-100);
    background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
    background-size: 700% 100%;
    animation: Layout_scroll-gradient__cMp3Q 3s linear infinite;
    transition: filter .2s ease
}

    .Layout_czyButton--contained--animated-green-gradient__P18lx:active {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3)
    }

@media(hover:hover) {
    .Layout_czyButton--contained--animated-green-gradient__P18lx:hover:not(:disabled) {
        background: linear-gradient(90deg,#49f3c3,#64f17e,#49f3c3);
        filter: brightness(1.2)
    }
}

.Layout_czyButton--link--purple__dPvsy, .Layout_czyButton--outlined--purple__dG3yK {
    color: var(--brand-60)
}

    .Layout_czyButton--link--purple__dPvsy:active, .Layout_czyButton--outlined--purple__dG3yK:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Layout_czyButton--link--purple__dPvsy:hover:not(:disabled), .Layout_czyButton--outlined--purple__dG3yK:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Layout_czyButton--link--white__zTOiw, .Layout_czyButton--outlined--white__2egvQ {
    color: var(--white-90)
}

    .Layout_czyButton--link--white__zTOiw:active, .Layout_czyButton--outlined--white__2egvQ:active {
        color: rgb(var(--white-50)/80%)
    }

@media(hover:hover) {
    .Layout_czyButton--link--white__zTOiw:hover:not(:disabled), .Layout_czyButton--outlined--white__2egvQ:hover:not(:disabled) {
        color: var(--white-50)
    }
}

.Layout_czyButton--link--grey__u33bZ, .Layout_czyButton--outlined--grey__ur9mg {
    color: rgb(var(--white-100)/30%)
}

    .Layout_czyButton--link--grey__u33bZ:active, .Layout_czyButton--outlined--grey__ur9mg:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Layout_czyButton--link--grey__u33bZ:hover:not(:disabled), .Layout_czyButton--outlined--grey__ur9mg:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Layout_czyButton--link--alert__1ZxMD, .Layout_czyButton--outlined--alert___JHoR {
    color: var(--alert-100)
}

    .Layout_czyButton--link--alert__1ZxMD:active, .Layout_czyButton--outlined--alert___JHoR:active {
        color: rgb(var(--brand-100)/80%)
    }

@media(hover:hover) {
    .Layout_czyButton--link--alert__1ZxMD:hover:not(:disabled), .Layout_czyButton--outlined--alert___JHoR:hover:not(:disabled) {
        color: var(--brand-100)
    }
}

.Layout_czyButton--link--success__sGYJi, .Layout_czyButton--outlined--success__r_hED {
    color: var(--success-100)
}

    .Layout_czyButton--link--success__sGYJi:active, .Layout_czyButton--outlined--success__r_hED:active {
        color: rgb(var(--success-100)/80%)
    }

@media(hover:hover) {
    .Layout_czyButton--link--success__sGYJi:hover:not(:disabled), .Layout_czyButton--outlined--success__r_hED:hover:not(:disabled) {
        color: var(--success-100)
    }
}

.Layout_czyButton--outlined--purple__dG3yK {
    border: 1px solid var(--brand-60)
}

.Layout_czyButton--outlined--white__2egvQ {
    border: 1px solid var(--white-90)
}

.Layout_czyButton--outlined--grey__ur9mg {
    border: 1px solid rgb(var(--white-100)/30%)
}

.Layout_czyButton--outlined--alert___JHoR {
    border: 1px solid var(--alert-100)
}

.Layout_czyButton--outlined--success__r_hED {
    border: 1px solid var(--success-100)
}

.Layout_czyButton--outlined__J1S_2:active {
    border-color: rgb(var(--white-30)/70%)
}

.Layout_czyButton--disabled__b0Qbh {
    opacity: .4;
    cursor: default
}

.Layout_czyButton--height50__dNYSP {
    height: 50px
}

.Layout_czyButton--height34__K9_QQ {
    height: 34px
}

.Layout_czyButton--fullWidth__xORi2 {
    width: 100%
}

.Layout_czyButton__jXpQJ svg {
    height: 20px;
    width: 20px;
    margin-right: calc(var(--base-unit)*1)
}

.Layout_czyButton--headerIcon__QmymU {
    padding: 0
}

    .Layout_czyButton--headerIcon__QmymU svg {
        width: 22px;
        height: 22px;
        margin-right: 0
    }

.Layout_czyButton--headerIcon--desktop__Qeix9 {
    width: 40px;
    height: 40px;
    background: #ffffff1a
}

.Layout_czyButton--headerIcon--mobile__ALPx7 {
    width: auto;
    height: auto;
    background: #0000
}

.Layout_styledMain__YQszE {
    padding-top: var(--safe-area-inset-top,env(safe-area-inset-top,0))
}

@media(max-width:1909.98px) {
    .Layout_styledMain__YQszE.Layout_hasCollapsedSidebar__AK3eb {
        padding-left: var(--sidebar-collapsed-width)
    }
}

@media(min-width:1910px) {
    .Layout_styledMain__YQszE.Layout_hasExpandedSidebar__bg72e {
        padding-left: var(--sidebar-width)
    }
}

.Layout_styledMain__YQszE.Layout_isDesktop__1G5Sd {
    margin-top: var(--header-height)
}

.Layout_styledMain__YQszE.Layout_isTablet__GqMke {
    margin-top: var(--header-tablet-height)
}

.Layout_styledMain__YQszE.Layout_isMobile__Fr9Rq {
    margin-top: var(--header-mobile-height)
}

.Layout_root__ggW6Q {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: var(--black-100);
    position: relative
}

    .Layout_root__ggW6Q.Layout_isMobile__Fr9Rq {
        display: block
    }

.Layout_backgroundContainer__c3CyJ {
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100vh
}

.Layout_backgroundImgWrapper__s_dRj {
    position: absolute;
    overflow: hidden;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 1200/674;
    object-fit: cover
}

.Layout_styledPageWrapper__DeSC1 {
    padding: calc(var(--base-unit)*2);
    padding-bottom: calc(var(--base-unit)*4.5)
}

    .Layout_styledPageWrapper__DeSC1.Layout_isDesktop__1G5Sd {
        padding-left: calc(var(--base-unit)*3)
    }

    .Layout_styledPageWrapper__DeSC1 li, .Layout_styledPageWrapper__DeSC1 p {
        line-height: 2rem
    }

    .Layout_styledPageWrapper__DeSC1 a:not(.Layout_MuiButton-root__3L0_e) {
        text-decoration: none;
        color: var(--brand-60);
        font-weight: 700
    }

        .Layout_styledPageWrapper__DeSC1 a:not(.Layout_MuiButton-root__3L0_e):hover {
            color: var(--brand-100)
        }

:root {
    --brand-0: #fff;
    --brand-20: #e1d9ff;
    --brand-30: #d2c6ff;
    --brand-40: #c3b3ff;
    --brand-50: #b4a1ff;
    --brand-60: #a48eff;
    --brand-70: #957bff;
    --brand-80: #8668ff;
    --brand-100: #6842ff;
    --brand-120: #5335cc;
    --brand-130: #492eb3;
    --brand-140: #3e2899;
    --brand-150: #342180;
    --brand-160: #2a1a66;
    --brand-180: #150d33;
    --brand-200: #07050f;
    --black-10: #474967;
    --black-20: #434561;
    --black-40: #373952;
    --black-50: #2f3148;
    --black-60: #28293d;
    --black-70: #212233;
    --black-80: #1a1b28;
    --black-90: #13141e;
    --black-100: #0c0d14;
    --white-10: #666a7f;
    --white-20: #767a8e;
    --white-30: #878a9e;
    --white-40: #989bae;
    --white-50: #aaadbe;
    --white-60: #bdbfce;
    --white-70: #d0d2de;
    --white-80: #e5e6ee;
    --white-90: #eff0f7;
    --white-100: #f9faff;
    --success-100: #4af0a7;
    --alert-40: #f59ebe;
    --alert-60: #f16e9d;
    --alert-100: #e70d5c;
    --warning-100: #ffac4a;
    --warning-200: #3c2a16
}

.halloween {
    --brand-70: #da7f14;
    --brand-80: #da7f14;
    --brand-100: #da7f14;
    --brand-130: #da7f14
}

:root {
    --sidebar-width: 200px;
    --sidebar-collapsed-width: 60px;
    --sidebar-item-height: 34px;
    --sidebar-icon-size: 22px;
    --header-height: 60px;
    --header-search-width: 262px;
    --header-logo-height: 35px;
    --header-mobile-height: 56px;
    --header-tablet-height: 60px;
    --header-mobile-logo-height: 30px;
    --drawer-width: 400px;
    --game-thumb-width: 178px;
    --game-thumb-height: 100px;
    --game-thumb-aspect-ratio: 100/178;
    --game-thumb-mobile-width: 168px;
    --originals-portrait-width: 271px;
    --originals-portrait-mobile-width: 160px;
    --originals-square-width: 160px;
    --originals-square-mobile-width: 160px;
    --originals-landscape-width: 178px;
    --originals-landscape-mobile-width: 168px;
    --profile-section-width: 1200px;
    --profile-cover-sm-height: 120px;
    --profile-cover-height: 350px;
    --profile-avatar-sm-width: 100px;
    --profile-avatar-width: 150px;
    --profile-avatar-sm-height: 100px;
    --profile-avatar-height: 150px;
    --font-size-body: 14px;
    --font-size-button: 16px;
    --font-size-body-small: 11.2px;
    --font-size-body-xsmall: 0.7rem;
    --font-size-h1: 24px;
    --font-size-h1-small: 1.5rem;
    --font-size-h2: 1.2rem;
    --font-size-h2-small: 0.875rem;
    --font-size-h3: 1rem;
    --font-size-h5: 20px;
    --base-unit: 8px
}

html.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

    html.no-scrollbar::-webkit-scrollbar {
        width: 0;
        height: 0
    }

html.no-ptr {
    overscroll-behavior-y: none
}

body {
    margin: 0;
    overflow-y: scroll;
    scrollbar-gutter: stable
}

a {
    text-decoration: none;
    font-weight: 700
}

.hidden-element {
    display: none
}
