div.sticky-banner.svelte-176s0pu.svelte-176s0pu {
    background-color: #fff;
    box-shadow: 0 0 5px #0003;
    bottom: 0;
    left: 0;
    padding-top: 3px;
    padding-bottom: 2px;
    position: fixed;
    visibility: hidden;
    width: 100%;
    z-index: 99
}

div.sticky-banner.active.svelte-176s0pu.svelte-176s0pu {
    visibility: visible
}

div.sticky-banner.svelte-176s0pu div#sticky-banner-close.svelte-176s0pu {
    bottom: 0;
    position: relative;
    text-align: right;
    width: 100%
}

div.sticky-banner.svelte-176s0pu div#sticky-banner-close button.svelte-176s0pu {
    background-color: #fff;
    border-style: none;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -1px 1px #0003;
    display: flex;
    justify-content: center;
    outline: none;
    position: absolute;
    right: 8px;
    top: -32px;
    width: 32px
}

div.sticky-banner.svelte-176s0pu div#sticky-banner-close button.svelte-176s0pu:hover {
    cursor: pointer
}

div.sticky-banner.svelte-176s0pu div#gpx-sticky-banner.svelte-176s0pu {
    height: var(--sticky-banner-height-mobile);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 9
}

@media screen and (min-width: 728px) and (max-width: 1280px) and (min-height: 500px) {
    div.sticky-banner.svelte-176s0pu div#gpx-sticky-banner.svelte-176s0pu {
        height: var(--sticky-banner-height)
    }
}

@media screen and (min-width: 1280px) and (min-height: 500px) {
    div.sticky-banner.svelte-176s0pu div#gpx-sticky-banner.svelte-176s0pu {
        height: var(--sticky-banner-height)
    }
}

div.search-input.svelte-1csq6dk.svelte-1csq6dk {
    align-items: center;
    display: flex;
    padding: 0 8px;
    position: relative;
    margin: 0 auto;
    width: 300px
}

div.search-input.svelte-1csq6dk input.svelte-1csq6dk {
    background-color: var(--color-secondary);
    background-image: linear-gradient(to bottom, #03449e -8%, #1160c6 122%);
    border: solid 1px rgba(151, 151, 151, .16);
    border-radius: 20px;
    box-shadow: 0 2px 3px #224b8c42, 0 2px 5px #ffffff0f, inset 0 4px 7px #000e3685;
    color-scheme: dark;
    display: flex;
    font-size: 16px;
    height: 42px;
    margin: 0;
    outline: 0;
    padding: 8px 16px 8px 48px;
    width: 100%;
    -webkit-tap-highlight-color: transparent
}

div.search-input.svelte-1csq6dk input.svelte-1csq6dk::placeholder {
    color: var(--color-info);
    opacity: 1
}

div.search-input.svelte-1csq6dk.svelte-1csq6dk.shake {
    animation: shaking 1s forwards;
    animation-iteration-count: 1
}

@keyframes shaking {
    0%, 50%, 80%, to {
        transform: translate(0)
    }
    20% {
        transform: translate(10px)
    }
    40% {
        transform: translate(-20px)
    }
    60% {
        transform: translate(-10px)
    }
}

@media (min-width: 0px) and (max-width: 599.95px) {
    div.search-input.svelte-1csq6dk.svelte-1csq6dk {
        width: auto
    }
}

@media (min-width: 1024px) {
    div.search-input.svelte-1csq6dk.svelte-1csq6dk {
        width: 400px
    }
}

@media (min-width: 1920px) {
    div.search-input.svelte-1csq6dk.svelte-1csq6dk {
        width: 460px
    }
}

div.item.svelte-sseg5c.svelte-sseg5c {
    margin-bottom: 16px;
    width: 33.3%
}

div.item.svelte-sseg5c div.header.svelte-sseg5c {
    padding: 0 8px;
    position: relative
}

div.item.svelte-sseg5c div.header .search-title.svelte-sseg5c {
    background-image: linear-gradient(to bottom, rgba(11, 33, 103, 0), rgba(11, 33, 103, .8) 80%);
    border-radius: 0 0 10px 10px;
    bottom: -2px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    padding: 20% 0 6px;
    position: absolute;
    text-shadow: var(--color-info) 1px 0 16px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
    width: 0;
    z-index: 1
}

div.item.svelte-sseg5c div.header:hover .search-title.svelte-sseg5c {
    opacity: 1;
    width: calc(100% - 16px)
}

@media (min-width: 0px) and (max-width: 599.95px) {
    div.item.svelte-sseg5c.svelte-sseg5c {
        width: 50%
    }
}

@media (min-width: 1024px) {
    div.item.svelte-sseg5c.svelte-sseg5c {
        width: 25%
    }
}

div.search-results.svelte-1l36pvh.svelte-1l36pvh {
    color: var(--color-info);
    margin: 0;
    padding: 0 2.5%;
    z-index: 9
}

div.search-results.svelte-1l36pvh h4.svelte-1l36pvh {
    font-size: 18px;
    margin: 8px 0;
    padding-left: 24px
}

div.search-results.svelte-1l36pvh div.results-content.svelte-1l36pvh {
    background: var(--color-secondary);
    border: 1px solid var(--color-tertiary);
    box-shadow: #00000040 0 14px 28px, #00000038 0 10px 10px;
    color: var(--color-info);
    max-width: 95%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

div.search-results.svelte-1l36pvh div.results-content.header.svelte-1l36pvh {
    align-items: center;
    display: flex;
    border-radius: 16px 16px 0 0;
    border-bottom: 0;
    height: 64px;
    justify-content: space-between;
    margin: 8px auto 0
}

div.search-results.svelte-1l36pvh div.results-content.svelte-1l36pvh:not(.header) {
    border-radius: 0 0 16px 16px;
    border-top: 0;
    margin: 0 auto;
    max-height: calc(100vh - var(--header-height) - 80px)
}

div.search-results.svelte-1l36pvh div.results-content.svelte-1l36pvh::-webkit-scrollbar {
    display: none
}

div.search-results.svelte-1l36pvh div.results-content div.items-footer.svelte-1l36pvh {
    text-align: center;
    padding: 16px 0 32px;
    width: 100%
}

div.search-results.svelte-1l36pvh div.items.svelte-1l36pvh {
    display: flex;
    flex-wrap: wrap;
    padding: 16px
}

div.search-results.header.svelte-1l36pvh.svelte-1l36pvh {
    background: rgba(0, 0, 0, .6);
    height: calc(100vh - var(--header-height) + 8px);
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: var(--header-height);
    width: 100%
}

@media (min-width: 1024px) {
    div.search-results.svelte-1l36pvh div.results-content.svelte-1l36pvh {
        max-height: calc(100vh - var(--header-height) - 50px);
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    div.search-results.svelte-1l36pvh div.results-content.svelte-1l36pvh {
        max-width: 900px
    }
}

header.svelte-14w8umz.svelte-14w8umz {
    background-color: #0d3d92f2;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

header.svelte-14w8umz div.header-content.svelte-14w8umz {
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f;
    display: flex;
    height: var(--header-height);
    position: relative
}

header.svelte-14w8umz div.header-content div.header-menu-button.svelte-14w8umz {
    z-index: 1
}

header.svelte-14w8umz div.header-content div.header-menu-button button.menu.svelte-14w8umz, header.svelte-14w8umz div.header-content div.header-menu-button button.menu-mobile.svelte-14w8umz {
    align-items: center;
    display: flex;
    background: transparent;
    border: navajowhite;
    justify-content: center;
    margin: 0;
    padding: 0 0 0 8px
}

header.svelte-14w8umz div.header-content div.header-logo.svelte-14w8umz {
    align-items: center;
    background: inherit;
    display: flex;
    height: 100%;
    padding: 0 0 0 32px;
    position: relative;
    z-index: 2
}

header.svelte-14w8umz div.header-content div.header-logo a.svelte-14w8umz {
    display: flex
}

header.svelte-14w8umz div.header-content div.header-logo a img.svelte-14w8umz {
    display: none;
    height: 40px;
    width: auto
}

header.svelte-14w8umz div.header-content div.search-content.svelte-14w8umz {
    left: calc(var(--side-menu-width-collapsed) / 2);
    position: absolute;
    width: 100%
}

@media (min-width: 0px) and (max-width: 500px) {
    header.svelte-14w8umz div.header-content div.search-content.svelte-14w8umz {
        left: 0;
        position: relative;
        width: auto
    }
}

@media (min-width: 0px) and (max-width: 900px) {
    header.svelte-14w8umz div.header-content div.header-menu-button button.menu.svelte-14w8umz {
        display: none
    }

    header.svelte-14w8umz div.header-content div.header-menu-button button.menu-mobile.svelte-14w8umz {
        display: flex
    }

    header.svelte-14w8umz div.header-content div.header-logo.svelte-14w8umz {
        padding: 0 0 0 8px
    }

    header.svelte-14w8umz div.header-content div.header-logo img.mobile.svelte-14w8umz {
        display: inline-flex
    }
}

@media (min-width: 901px) {
    header.svelte-14w8umz div.header-content div.header-menu-button button.menu-mobile.svelte-14w8umz {
        display: none
    }

    header.svelte-14w8umz div.header-content div.header-logo.svelte-14w8umz {
        padding: 0 40px 0 32px
    }

    header.svelte-14w8umz div.header-content div.header-logo img.desktop.svelte-14w8umz {
        display: inline-flex
    }
}

@media (min-width: 1024px) {
    header.svelte-14w8umz div.header-content div.header-logo.svelte-14w8umz {
        padding: 0 0 0 24px
    }
}

@media (min-width: 1920px) {
    header.svelte-14w8umz div.header-content div.search-content.svelte-14w8umz {
        left: calc(var(--side-menu-width) / 2)
    }

    header.svelte-14w8umz div.header-content div.header-logo.svelte-14w8umz {
        padding: 0 24px
    }
}

div.item.svelte-4oql5o.svelte-4oql5o {
    align-items: center;
    color: var(--color-info);
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    text-decoration: none;
    padding: 0 8px 0 16px;
    position: relative;
    white-space: nowrap;
    width: var(--side-menu-width)
}

div.item.svelte-4oql5o.svelte-4oql5o:hover {
    cursor: pointer
}

div.item.svelte-4oql5o:hover span.svelte-4oql5o {
    font-weight: 700;
    text-shadow: var(--color-secondary) 1px 0 16px
}

div.item.active.svelte-4oql5o.svelte-4oql5o {
    color: var(--color-success)
}

div.item.active.svelte-4oql5o.svelte-4oql5o:before {
    content: "";
    background: var(--color-success);
    box-shadow: var(--color-success) 2px 0 8px 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 2px
}

div.item.small.svelte-4oql5o.svelte-4oql5o {
    font-size: 14px;
    opacity: .4;
    height: 32px;
    padding: 0 8px;
    width: auto
}

aside.svelte-rmau92.svelte-rmau92 {
    height: 100%;
    left: 0;
    overflow: hidden auto;
    position: fixed;
    top: 0;
    z-index: 9
}

aside.svelte-rmau92 div.menu.svelte-rmau92 {
    background-color: var(--color-background);
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 16px;
    padding-top: calc(var(--header-height) + 8px);
    width: var(--side-menu-width-collapsed);
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: width .3s ease-in-out
}

aside.svelte-rmau92 div.menu hr.svelte-rmau92 {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .062745098);
    margin-left: 8px
}

aside.svelte-rmau92 div.menu div.footer.svelte-rmau92 {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0 16px 8px;
    width: var(--side-menu-width)
}

aside.svelte-rmau92 div.menu div.footer p.svelte-rmau92 {
    color: var(--color-tertiary);
    font-size: 12px;
    padding-left: 8px;
    width: max-content
}

aside.svelte-rmau92 div.menu.svelte-rmau92::-webkit-scrollbar {
    display: none
}

div.backdrop.svelte-rmau92.svelte-rmau92 {
    display: none;
    background: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8
}

@media (min-width: 0px) and (max-width: 900px) {
    aside.svelte-rmau92 div.menu.svelte-rmau92 {
        width: 0
    }

    aside.mobile-open.svelte-rmau92 div.menu.svelte-rmau92 {
        border-right: 1px solid var(--color-secondary);
        width: var(--side-menu-width)
    }

    aside.svelte-rmau92.svelte-rmau92:not(.mobile-open) {
        width: 0
    }

    div.backdrop.mobile-open.svelte-rmau92.svelte-rmau92 {
        display: block
    }
}

@media (min-width: 901px) {
    aside.svelte-rmau92 div.menu.svelte-rmau92 {
        width: 0
    }

    aside.svelte-rmau92 div.menu div.footer.svelte-rmau92 {
        margin-left: 40px;
        transition: margin-left .1s ease-in
    }

    aside.open.svelte-rmau92 div.menu.svelte-rmau92 {
        border-right: 1px solid var(--color-secondary);
        width: var(--side-menu-width-collapsed)
    }

    aside.open.svelte-rmau92:hover div.menu.svelte-rmau92 {
        width: var(--side-menu-width)
    }

    aside.open.svelte-rmau92:hover div.menu div.footer.svelte-rmau92 {
        margin-left: 0
    }
}

@media (min-width: 1024px) {
    aside.mobile.svelte-rmau92 div.menu.svelte-rmau92 {
        width: 0
    }

    aside.mobile.mobile-open.svelte-rmau92 div.menu.svelte-rmau92 {
        width: var(--side-menu-width)
    }
}

@media (min-width: 1920px) {
    aside.svelte-rmau92 div.menu.svelte-rmau92 {
        height: 100%;
        width: 0
    }

    aside.svelte-rmau92 div.menu div.footer.svelte-rmau92 {
        margin-left: 0
    }

    aside.open.svelte-rmau92 div.menu.svelte-rmau92 {
        border-right: 1px solid var(--color-secondary);
        width: var(--side-menu-width)
    }
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(./nunito-cyrillic-ext-400-normal.29a4d00e.woff2) format("woff2"), url(./nunito-cyrillic-ext-400-normal.1d745188.woff) format("woff");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(./nunito-cyrillic-400-normal.ce5142e3.woff2) format("woff2"), url(./nunito-cyrillic-400-normal.97bcb68f.woff) format("woff");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(./nunito-vietnamese-400-normal.7ed3b3e7.woff2) format("woff2"), url(./nunito-vietnamese-400-normal.75527a88.woff) format("woff");
    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-display: swap;
    font-weight: 400;
    src: url(../fonts/nunito-latin-ext-400-normal.a8aed46d.woff2) format("woff2"), url(../fonts/nunito-latin-ext-400-normal.2ab34252.woff) format("woff");
    unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/nunito-latin-400-normal.5e2f97ea.woff2) format("woff2"), url(../fonts/nunito-latin-400-normal.a83a13e0.woff) format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, 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-display: swap;
    font-weight: 700;
    src: url(./nunito-cyrillic-ext-700-normal.926ccc34.woff2) format("woff2"), url(./nunito-cyrillic-ext-700-normal.f93e9880.woff) format("woff");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(./nunito-cyrillic-700-normal.d728ba43.woff2) format("woff2"), url(./nunito-cyrillic-700-normal.aefb04a6.woff) format("woff");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(./nunito-vietnamese-700-normal.cd106164.woff2) format("woff2"), url(./nunito-vietnamese-700-normal.03206358.woff) format("woff");
    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-display: swap;
    font-weight: 700;
    src: url(../fonts/nunito-latin-ext-700-normal.3ea0b8a2.woff2) format("woff2"), url(../fonts/nunito-latin-ext-700-normal.4fbf9bd1.woff) format("woff");
    unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../fonts/nunito-latin-700-normal.923eb1ee.woff2) format("woff2"), url(../fonts/nunito-latin-700-normal.90d58b0b.woff) format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

*:root {
    --font-body: "Nunito", sans-serif;
    --color-background: #071543;
    --color-primary: #0b2167;
    --color-secondary: #0d3d92;
    --color-tertiary: #4587c5;
    --color-info: #84cbf2;
    --color-success: #34d834;
    --color-text-1: #e9f2fa;
    --color-text-2: #bed1e3;
    --color-warning: #f9ea00;
    --color-error: #FF0000;
    --column-width: 42rem;
    --column-margin-top: 4rem;
    --common-page-content-max-width: 1920px;
    --games-grid-item-min-height: 290px;
    --header-height: 60px;
    --footer-height: 56px;
    --side-menu-width: 220px;
    --side-menu-width-collapsed: 56px;
    --sticky-banner-height: 90px;
    --sticky-banner-height-mobile: 60px;
    --fontsource-display: swap
}

*.custom-scrollbar {
    scrollbar-width: auto;
    scrollbar-color: var(--color-tertiary) var(--color-primary)
}

*.custom-scrollbar:hover {
    scrollbar-width: thin
}

*.custom-scrollbar:hover::-webkit-scrollbar {
    display: block
}

*.custom-scrollbar::-webkit-scrollbar {
    display: none;
    width: 12px
}

*.custom-scrollbar::-webkit-scrollbar-track {
    background: var(--color-primary)
}

*.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--color-secondary);
    border-radius: 20px;
    border: 3px solid var(--color-primary)
}

body {
    background: var(--color-primary);
    font-family: var(--font-body);
    height: 100%;
    margin: 0
}

body.fullscreen, body.no-scroll {
    overflow: hidden
}

a {
    color: var(--color-success);
    font-weight: 700;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    color: var(--color-text-1);
    font-weight: 700
}

p {
    color: var(--color-text-2);
    font-size: 16px
}

p b, p strong {
    color: var(--color-text-1)
}

button {
    font-family: var(--font-body)
}

button.menu-icon {
    background: transparent;
    display: flex;
    border: 0;
    box-shadow: none;
    color: #fff;
    margin: 0;
    padding: 8px
}

button:hover {
    cursor: pointer
}

iframe#gameIframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

img:-moz-loading {
    visibility: hidden
}

main {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

main div#main-content.blur {
    filter: blur(8px)
}

div.game-image {
    background: rgba(255, 255, 255, .1);
    border-radius: 12px;
    box-shadow: 0 8px 12px #0000004d;
    position: relative
}

div.game-image img {
    border-radius: 12px;
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

div.game-image img:hover {
    cursor: pointer
}

div.game-image span.focus-highlight {
    background-color: #fff;
    border-radius: inherit;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0ms
}

div.game-image.small {
    height: var(--height);
    width: var(--width)
}

div.game-image:hover:not(.featured) span.focus-highlight {
    opacity: .05
}

ul.games-grid {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    padding: 0 2.5%;
    margin: 0
}

ul.games-grid li.load-more {
    width: 100%
}

ul.games-grid li.load-more button {
    background-color: var(--color-success);
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 2px 4px #ffffff61, inset 0 -3px 3px #0003, 0 8px 15px #061d6280, 0 -20px 20px #0d2267;
    color: #0b2167;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    margin: 16px auto;
    width: 100%
}

ul.games-grid li.load-more button:hover {
    background-color: #76ee52
}

li.games-grid-item {
    margin-bottom: 16px;
    width: 100%
}

li.games-grid-item div.header {
    padding: 0 8px;
    position: relative
}

li.games-grid-item div.header .game-title {
    background-image: linear-gradient(to bottom, rgba(11, 33, 103, 0), rgba(11, 33, 103, .9) 80%);
    border-radius: 0 0 10px 10px;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding: 20% 0 4px;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
    width: 0;
    z-index: 1
}

li.games-grid-item div.header .game-title.featured {
    padding: 8px;
    position: relative;
    text-align: left;
    text-shadow: none;
    width: auto
}

li.games-grid-item.desktop div.header:hover .game-title {
    opacity: 1;
    width: calc(100% - 16px)
}

li.games-grid-item.desktop div.header:hover .game-title.featured {
    text-shadow: 0 3px 4px var(--color-info), 0 0 1px #fff;
    width: 100%
}

li.games-grid-item.scroll {
    flex-shrink: 0;
    height: auto;
    position: relative;
    min-width: 120px;
    width: 8.3%
}

li.games-grid-item.small div.header .game-title {
    text-overflow: ellipsis;
    white-space: normal
}

div.gt-grid .title {
    font-size: 18px;
    padding: 8px 0 16px
}

div.gt-grid ul.gt-container {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

div.text-box {
    margin-bottom: 16px;
    padding-right: 2.5%;
    padding-left: 2.5%
}

div.text-box div.text-box-container {
    box-shadow: 0 6px 12px #061d62, inset 0 4px 10px #001f473b;
    border: solid 5px #183484;
    background-color: #0d2c7c;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding: 16px
}

div.text-box div.text-box-container a.link-all-games {
    color: var(--color-info);
    font-weight: 700
}

div.text-box div.text-box-container ul.text-breadcrumb {
    color: var(--color-info);
    display: flex;
    font-size: 10px;
    font-weight: 400;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

div.text-box div.text-box-container ul.text-breadcrumb li a {
    color: var(--color-info)
}

div.text-box div.text-box-container ul.text-breadcrumb li a:hover {
    cursor: pointer;
    opacity: .9
}

div.text-box div.text-box-container ul.text-breadcrumb li:not(:last-child):after {
    content: ">";
    padding-left: 8px
}

div.text-box div.text-box-container div.text-description iframe {
    max-width: 100%
}

div.text-box div.text-box-container.transparent {
    box-shadow: none;
    background: transparent;
    border: none
}

div.text-box.no-padding {
    padding: 0
}

div.title {
    padding: 0 2.5%
}

div.title h2 {
    font-size: 18px;
    text-shadow: var(--color-tertiary) 1px 0 24px
}

div.title.uppercase {
    text-transform: uppercase
}

.content-page-padding {
    padding-right: 2.5%;
    padding-left: 2.5%
}

div.iubenda_embed_policy {
    color: var(--color-text-2)
}

div.iubenda_embed_policy h1, div.iubenda_embed_policy h2, div.iubenda_embed_policy h3 {
    color: var(--color-text-1)
}

div.iubenda_embed_policy ul {
    padding-inline-start: 16px
}

.app.svelte-24obei.svelte-24obei {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 300px
}

.app.svelte-24obei main.svelte-24obei {
    margin-top: var(--header-height)
}

.app.svelte-24obei main div#main-content.svelte-24obei {
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: left top, right 100px;
    background-image: url(../images/background.png);
    width: 100%
}

.app.svelte-24obei main div#main-content.sticky.svelte-24obei {
    margin-bottom: var(--sticky-banner-height)
}

.app.svelte-24obei main div#main-content:not(.mobile).open.svelte-24obei {
    margin-left: var(--side-menu-width-collapsed);
    width: calc(100% - var(--side-menu-width-collapsed))
}

@media (min-width: 0px) and (max-width: 900px) {
    .app.svelte-24obei main div#main-content.svelte-24obei {
        background-size: 90% auto;
        margin-left: 0;
        width: 100%
    }

    .app.svelte-24obei main div#main-content.open.svelte-24obei, .app.svelte-24obei main div#main-content:not(.mobile).open.svelte-24obei {
        margin-left: 0;
        width: 100%
    }
}

@media (min-width: 1920px) {
    .app.svelte-24obei main div#main-content.desktop.open.svelte-24obei {
        margin-left: var(--side-menu-width);
        width: calc(100% - var(--side-menu-width))
    }
}

svg.background.svelte-bpq1qa {
    background-color: var(--backgroundColor);
    border-radius: 10px;
    fill: #fff !important;
    overflow: hidden;
    margin: 2px 8px 2px 2px;
    padding: 8px
}

svg.svelte-bpq1qa:not(.background):hover {
    fill: var(--hoverColor) !important
}

div.game-image.cover.svelte-1dskg5z:not(.small) {
    display: block;
    padding-top: 100%
}

li.item.svelte-9dpu18.svelte-9dpu18 {
    flex-shrink: 0;
    height: auto;
    position: relative;
    max-width: 150px;
    min-width: 112px;
    width: 8.333%
}

li.item.svelte-9dpu18 .game-title-logo.svelte-9dpu18 {
    bottom: 0;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d;
    position: absolute
}

li.item.svelte-9dpu18 .game-title-logo .title.svelte-9dpu18 {
    background-color: #0b2167cc;
    border-radius: 5px;
    bottom: 10%;
    box-shadow: 0 8px 12px #0000004d;
    color: #fff;
    font-size: .8rem;
    left: 50%;
    line-height: 1rem;
    margin: 0;
    padding: 5px;
    position: absolute;
    text-transform: capitalize;
    transform: scale(0);
    white-space: normal;
    width: 80%
}

li.item.svelte-9dpu18 .game-title-logo .game-logo.svelte-9dpu18, li.item.svelte-9dpu18 .game-title-logo .title.svelte-9dpu18 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

li.item.svelte-9dpu18 .game-title-logo .game-logo.svelte-9dpu18 {
    margin: 0 auto
}

li.item.svelte-9dpu18 .game-title-logo .game-logo img.svelte-9dpu18 {
    max-width: 100%;
    height: auto
}

li.item.desktop.svelte-9dpu18:hover .game-title-logo.svelte-9dpu18 {
    transform: rotateY(180deg)
}

li.item.desktop.svelte-9dpu18:hover .game-title-logo .game-logo.svelte-9dpu18 {
    -webkit-filter: blur(1px) brightness(.6);
    filter: blur(1px) brightness(.6)
}

li.item.desktop.svelte-9dpu18:hover .game-title-logo .title.svelte-9dpu18 {
    transform: rotateY(180deg) translate(50%)
}

@media (min-width: 0px) and (max-width: 599.95px) {
    li.item.svelte-9dpu18.svelte-9dpu18 {
        width: 12.5%
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    li.item.svelte-9dpu18.svelte-9dpu18 {
        width: 25%
    }
}

@media (min-width: 1024px) {
    li.item.svelte-9dpu18.svelte-9dpu18 {
        width: 12.5%
    }
}

.buttons-scroll.svelte-1u5tlnz.svelte-1u5tlnz {
    align-items: center;
    display: flex;
    gap: 8px
}

.buttons-scroll.svelte-1u5tlnz .menu-icon.svelte-1u5tlnz {
    padding: 0
}

.buttons-scroll.svelte-1u5tlnz .menu-icon.svelte-1u5tlnz:hover {
    cursor: pointer
}

@media (min-width: 0px) and (max-width: 599.95px) {
    .buttons-scroll.svelte-1u5tlnz.svelte-1u5tlnz {
        display: none
    }
}

div.title.svelte-1ydq1z6 {
    display: flex;
    justify-content: space-between
}

ul#gamesFeatured.svelte-1ydq1z6 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #083a8d 50%, #083a8d 100%);
    box-shadow: 0 5px 9px #00075c82;
    display: flex;
    gap: 8px;
    list-style-type: none;
    margin: 0 0 8px;
    overflow: auto;
    padding: 0 2.5%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

ul#gamesFeatured.svelte-1ydq1z6::-webkit-scrollbar {
    display: none
}

div.title.svelte-ckmerr {
    display: flex;
    justify-content: space-between
}

ul.row-scroll.svelte-ckmerr {
    display: flex;
    overflow: auto;
    list-style-type: none;
    margin: 0;
    padding: 0 2.5%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

ul.row-scroll.svelte-ckmerr::-webkit-scrollbar {
    display: none
}

div.home-footer.svelte-1muvi8.svelte-1muvi8 {
    content-visibility: auto
}

div.home-footer.svelte-1muvi8 p.svelte-1muvi8 {
    align-items: center;
    display: flex;
    font-size: 12px;
    gap: 8px;
    justify-content: center;
    padding: 0 2.5% 16px;
    text-shadow: var(--color-tertiary) 1px 0 16px
}

@media (min-width: 400px) {
    div.home-footer.svelte-1muvi8 p.svelte-1muvi8 {
        font-size: 14px
    }
}

@media (min-width: 768px) {
    div.home-footer.svelte-1muvi8 p.svelte-1muvi8 {
        font-size: 18px;
        gap: 16px
    }
}

div.game-title.svelte-2erdfi.svelte-2erdfi.svelte-2erdfi {
    text-shadow: var(--color-info) 1px 0 16px
}

div.game-title.svelte-2erdfi.svelte-2erdfi.svelte-2erdfi:not(.small) {
    font-size: 18px
}

ul.tags.svelte-2erdfi.svelte-2erdfi.svelte-2erdfi {
    list-style: none;
    margin: 0;
    padding: 0 16px 8px;
    text-align: left;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center
}

ul.tags.svelte-2erdfi li.svelte-2erdfi.svelte-2erdfi {
    font-size: 14px
}

ul.tags.svelte-2erdfi li.svelte-2erdfi a.svelte-2erdfi {
    color: var(--color-info)
}

@media (min-width: 0px) and (max-width: 599.95px) {
    li.games-grid-item.svelte-2erdfi.svelte-2erdfi.svelte-2erdfi {
        width: 50%
    }

    li.games-grid-item.small.svelte-2erdfi.svelte-2erdfi.svelte-2erdfi {
        flex-basis: 50%;
        width: 50%
    }

    li.games-grid-item.scroll.svelte-2erdfi.svelte-2erdfi.svelte-2erdfi {
        width: 60%
    }
}

@media (min-width: 600px) {
    li.games-grid-item.svelte-2erdfi.svelte-2erdfi.svelte-2erdfi {
        flex-basis: 50%;
        width: 50%
    }

    li.games-grid-item.small.svelte-2erdfi.svelte-2erdfi.svelte-2erdfi {
        flex-basis: 25%;
        width: 25%
    }
}

@media (min-width: 768px) {
    li.games-grid-item.svelte-2erdfi.svelte-2erdfi.svelte-2erdfi {
        flex-basis: 33.3%;
        width: 33.3%
    }
}

@media (min-width: 1024px) {
    li.games-grid-item.svelte-2erdfi.svelte-2erdfi.svelte-2erdfi {
        flex-basis: 16.6%;
        width: 16.6%
    }

    li.games-grid-item.small.svelte-2erdfi.svelte-2erdfi.svelte-2erdfi {
        flex-basis: 12.5%;
        width: 12.5%
    }
}

ul.games-grid.use-visibility.svelte-1wylo6k {
    content-visibility: auto
}

div.icon.svelte-1l2sh04.svelte-1l2sh04 {
    background: rgba(255, 255, 255, .1);
    border-radius: 12px;
    display: block;
    position: relative
}

div.icon.svelte-1l2sh04 img.svelte-1l2sh04 {
    width: var(--imageW) px;
    height: var(--imageH) px;
    border-radius: 10px;
    display: block
}

div.icon.svelte-1l2sh04 span.focus-highlight.svelte-1l2sh04 {
    background-color: #fff;
    border-radius: inherit;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0ms
}

div.icon.svelte-1l2sh04:hover span.focus-highlight.svelte-1l2sh04 {
    opacity: .05
}

li.item.svelte-1y0n5c6.svelte-1y0n5c6 {
    margin-bottom: 16px;
    width: 100%
}

li.item.svelte-1y0n5c6 div.header.svelte-1y0n5c6 {
    align-items: center;
    background-color: #0d2c7c;
    border-radius: 10px;
    box-shadow: 0 6px 12px #061d62, inset 0 4px 10px #001f473b;
    border: solid 3px #183484;
    color: #fff;
    display: flex;
    gap: 8px;
    height: 60px;
    margin: 0 8px;
    padding: 0 4px;
    position: relative
}

li.item.svelte-1y0n5c6 div.header .tag-title.svelte-1y0n5c6 {
    font-size: 14px;
    font-weight: 700;
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

li.item.svelte-1y0n5c6 div.header.svelte-1y0n5c6:hover {
    background-color: #183484
}

li.item.small.svelte-1y0n5c6 div.header .tag-title.svelte-1y0n5c6 {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: normal
}

@media (min-width: 0px) and (max-width: 599.95px) {
    li.item.svelte-1y0n5c6.svelte-1y0n5c6 {
        width: 50%
    }

    li.item.small.svelte-1y0n5c6.svelte-1y0n5c6 {
        flex-basis: 50%;
        width: 50%
    }
}

@media (min-width: 600px) {
    li.item.svelte-1y0n5c6.svelte-1y0n5c6 {
        flex-basis: 50%;
        width: 50%
    }

    li.item.small.svelte-1y0n5c6.svelte-1y0n5c6 {
        flex-basis: 25%;
        width: 25%
    }
}

@media (min-width: 1024px) {
    li.item.svelte-1y0n5c6.svelte-1y0n5c6 {
        flex-basis: 25%;
        width: 25%
    }

    li.item.small.svelte-1y0n5c6.svelte-1y0n5c6 {
        flex-basis: 16.6%;
        width: 16.6%
    }
}

@media (min-width: 1920px) {
    li.item.svelte-1y0n5c6.svelte-1y0n5c6 {
        flex-basis: 20%;
        width: 20%
    }

    li.item.small.svelte-1y0n5c6.svelte-1y0n5c6 {
        flex-basis: 12.5%;
        width: 12.5%
    }
}

div.game-image.icon.svelte-14xp7z4.svelte-14xp7z4:not(.small) {
    margin-bottom: 8px;
    padding-top: 100%
}

div.game-image.icon.featured.svelte-14xp7z4.svelte-14xp7z4 {
    background: transparent;
    box-shadow: none;
    margin: 0 0 0 8px;
    width: calc(100% - 24px)
}

div.game-image.icon.featured.svelte-14xp7z4 img.svelte-14xp7z4 {
    border-radius: 50%;
    margin-bottom: .5rem;
    border: solid 4px #0555b5;
    box-shadow: 0 8px 12px #0000004d
}

div.text-box.svelte-1vb2u1t.svelte-1vb2u1t {
    margin-top: 16px
}

div.text-box.svelte-1vb2u1t div.text-box-container.svelte-1vb2u1t {
    color: #fff
}

div.text-box.svelte-1vb2u1t div.text-box-container div.text-description.svelte-1vb2u1t {
    color: var(--color-text-2);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    position: relative;
    transition: all .5s ease-in-out
}

div.text-box.svelte-1vb2u1t div.text-box-container div.text-description.preview.svelte-1vb2u1t {
    overflow: hidden;
    display: block;
    height: 200px
}

div.text-box.svelte-1vb2u1t div.text-box-container div.text-description.preview.svelte-1vb2u1t:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #0d2c7c, transparent 20%)
}

div.text-box.svelte-1vb2u1t div.text-box-container div.text-description.preview.isExpanded.svelte-1vb2u1t {
    height: fit-content
}

div.text-box.svelte-1vb2u1t div.text-box-container div.text-description.preview.isExpanded.svelte-1vb2u1t:after {
    display: none
}

div.text-box.svelte-1vb2u1t footer.svelte-1vb2u1t {
    margin-top: 8px;
    text-align: right
}

div.text-box.svelte-1vb2u1t footer button.svelte-1vb2u1t {
    background: transparent;
    border: none;
    color: #8cd1f8;
    font-size: 14px;
    font-weight: 700;
    margin-right: 16px
}

div.text-box.svelte-1vb2u1t footer button.svelte-1vb2u1t:hover {
    color: #ceedff
}

div.text-box.use-visibility.svelte-1vb2u1t.svelte-1vb2u1t {
    content-visibility: auto
}

div.text-box.svelte-vua301.svelte-vua301 {
    align-items: center;
    box-shadow: 0 6px 12px #061d62, inset 0 4px 10px #001f473b;
    border: solid 5px #183484;
    background-color: #0d2c7c;
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 14px;
    padding: 32px;
    width: 80%
}

div.text-box.svelte-vua301 .error-title.svelte-vua301 {
    font-size: 22px
}

div.text-box.svelte-vua301 div.description.svelte-vua301 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px
}

div.text-box.svelte-vua301 div.description a.back-home.svelte-vua301 {
    color: var(--color-info);
    font-weight: 700
}

div.text-box.svelte-vua301 div.description a.back-home.svelte-vua301:hover {
    text-decoration: underline
}

@media (min-width: 0px) and (max-width: 799.95px) {
    div.text-box.svelte-vua301.svelte-vua301 {
        padding: 16px
    }

    div.text-box.svelte-vua301 .error-title.svelte-vua301 {
        font-size: 18px
    }

    div.text-box.svelte-vua301 img.svelte-vua301 {
        height: auto;
        width: 100px
    }

    div.text-box.svelte-vua301 div.description h3.svelte-vua301 {
        font-size: 12px
    }
}

@media (min-width: 800px) {
    div.text-box.svelte-vua301.svelte-vua301 {
        max-width: 800px;
        width: 70%
    }
}

div.page.svelte-nxrlgs {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 16px 0 var(--footer-height) 0;
    padding: 0 2.5%
}