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-qrgqvq.svelte-qrgqvq {
    align-items: center;
    display: flex;
    padding: 0 8px;
    position: relative;
    margin: 0 auto;
    width: 300px
}

div.search-input.svelte-qrgqvq input.svelte-qrgqvq {
    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-qrgqvq input.svelte-qrgqvq::placeholder {
    color: var(--color-info);
    opacity: 1
}

div.search-input.svelte-qrgqvq.svelte-qrgqvq.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: 539.95px) {
    div.search-input.svelte-qrgqvq.svelte-qrgqvq {
        width: auto
    }
}

@media (min-width: 1024px) {
    div.search-input.svelte-qrgqvq.svelte-qrgqvq {
        width: 400px
    }
}

@media (min-width: 1920px) {
    div.search-input.svelte-qrgqvq.svelte-qrgqvq {
        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, #0b216700, #0b2167cc 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)
}
div.header:hover .game-image-hov{
    /*border: 2px solid var(--color-info);*/
}

@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-xs67pv.svelte-xs67pv {
    color: var(--color-info);
    margin: 0;
    padding: 0 2.5%;
    z-index: 999
}

div.search-results.svelte-xs67pv h4.svelte-xs67pv {
    font-size: 18px;
    margin: 8px 0;
    padding-left: 24px
}

div.search-results.svelte-xs67pv div.results-content.svelte-xs67pv {
    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-xs67pv div.results-content.header.svelte-xs67pv {
    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-xs67pv div.results-content.svelte-xs67pv: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-xs67pv div.results-content.svelte-xs67pv::-webkit-scrollbar {
    display: none
}

div.search-results.svelte-xs67pv div.results-content div.items-footer.svelte-xs67pv {
    text-align: center;
    padding: 16px 0 32px;
    width: 100%
}

div.search-results.svelte-xs67pv div.items.svelte-xs67pv {
    display: flex;
    flex-wrap: wrap;
    padding: 16px
}

div.search-results.header.svelte-xs67pv.svelte-xs67pv {
    background: #0009;
    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-xs67pv div.results-content.svelte-xs67pv {
        max-height: calc(100vh - var(--header-height) - 50px);
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    div.search-results.svelte-xs67pv div.results-content.svelte-xs67pv {
        max-width: 900px
    }
}

header.svelte-14w8umz.svelte-14w8umz {
    background-color: #26284c;
    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: 61px;
    margin-top: 0;
    width: 200px;
    margin-left: -23px;
}

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;
            margin-left: -8px;
            /* display: none; */
            height: 64px;
            margin-top: 2px;
            width: auto;
    }
}

@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 {
    margin-left: 7px;
    transition: margin-left .1s ease-in;
    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: 13px;
    opacity: .4;
    height: 32px;
    padding: 0 8px;
    width: auto
}

aside.svelte-1jwrwkk.svelte-1jwrwkk {
    height: 100%;
    left: 0;
    overflow: hidden auto;
    position: fixed;
    top: 0;
    z-index: 9
}

aside.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
    background-color: var(--color-background);
    height: 100%;
    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-1jwrwkk div.menu hr.svelte-1jwrwkk {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .062745098);
    margin-left: 8px
}

aside.svelte-1jwrwkk div.menu div.footer.svelte-1jwrwkk {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0 16px 8px;
    width: var(--side-menu-width)
}

aside.svelte-1jwrwkk div.menu div.footer p.svelte-1jwrwkk {
    color: var(--color-tertiary);
    font-size: 12px;
    padding-left: 8px;
    width: max-content
}

aside.svelte-1jwrwkk div.menu.svelte-1jwrwkk::-webkit-scrollbar {
    display: none
}

div.backdrop.svelte-1jwrwkk.svelte-1jwrwkk {
    display: none;
    background: #0009;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8
}

@media (min-width: 0px) and (max-width: 900px) {
    aside.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        width: 0
    }

    aside.mobile-open.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        border-right: 1px solid var(--color-secondary);
        width: var(--side-menu-width)
    }

    aside.svelte-1jwrwkk.svelte-1jwrwkk:not(.mobile-open) {
        width: 0
    }

    div.backdrop.mobile-open.svelte-1jwrwkk.svelte-1jwrwkk {
        display: block
    }
}

@media (min-width: 901px) {
    aside.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        width: 0
    }

    aside.svelte-1jwrwkk div.menu div.footer.svelte-1jwrwkk {
        margin-left: 40px;
        transition: margin-left .1s ease-in
    }

    aside.open.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        border-right: 1px solid var(--color-secondary);
        width: var(--side-menu-width-collapsed)
    }

    aside.open.svelte-1jwrwkk:hover div.menu.svelte-1jwrwkk {
        width: var(--side-menu-width)
    }

    aside.open.svelte-1jwrwkk:hover div.menu div.footer.svelte-1jwrwkk {
        margin-left: 0
    }
}

@media (min-width: 1024px) {
    aside.mobile.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        width: 0
    }

    aside.mobile.mobile-open.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        width: var(--side-menu-width)
    }
}

@media (min-width: 1920px) {
    aside.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        height: 100%;
        width: 0
    }

    aside.svelte-1jwrwkk div.menu div.footer.svelte-1jwrwkk {
        margin-left: 0
    }

    aside.open.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
        border-right: 1px solid var(--color-secondary);
        width: var(--side-menu-width)
    }
}
*:root {
    --color-background: #071543;
    --color-primary: #191a32;
    --color-secondary: #191a32;
    --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 {
    height: 100%;
    margin: 0
}

body.fullscreen, body.no-scroll {
    overflow: hidden
}

a {
    color: #f5f5f5;
    font-weight: 700;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    color: var(--color-text-1);
    font-weight: 700
}

p {
    color: #f5f5f5;
    font-size: 16px
}

p b, p strong {
    color: #fff;
}

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: #ffffff1a;
    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: 20px 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, #0b216700, #0b2167e6 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))
    }
}
