@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;600;700&display=swap');

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 {
    color: black;
    background-color: var(--color-background);
    border: solid 1px #9A9A9A54;
    border-radius: 20px;
    color-scheme: dark;
    display: flex;
    font-size: 16px;
    height: 42px;
    margin: 0;
    outline: 0;
    font-family: var(--font-body);
    padding: 8px 16px 8px 48px;
    width: 100%;
    -webkit-tap-highlight-color: transparent
}

div.search-input.svelte-qrgqvq input.svelte-qrgqvq::placeholder {
    color: var(--color-text-2);
    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, #00000000, #000000b8 80%);
    border-radius: 0 0 6px 6px;
    bottom: -2px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding: 20px 12px 6px 12px;
    position: absolute;
    text-shadow: 2px 2px 5px #c9c9c9ad;
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
    opacity: 0;
    z-index: 1
}

div.item.svelte-sseg5c div.header:hover .search-title.svelte-sseg5c {
    opacity: 1;
    width: calc(100% - 40px)
}

@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);
    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%;
    display: none;
}

@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: var(--color-secondary);
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999
}

header.svelte-14w8umz div.header-content.svelte-14w8umz {
    align-items: center;
    border-radius: 8px;
    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;
    color: black;
}

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 {
    margin-left: auto;
}

@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;
	max-width: 100%; 
    text-shadow: 2px 2px 10px #cfc6c6;
	overflow: hidden;
    text-overflow: ellipsis; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

div.item.svelte-4oql5o.svelte-4oql5o:hover {
    cursor: pointer
}

div.item.svelte-4oql5o span.svelte-4oql5o {
    transition: font-weight .3s ease-out;
    font-weight: 500;
}

div.item.svelte-4oql5o:hover span.svelte-4oql5o {
    font-weight: 700;
    text-shadow: 2px 2px 5px #c9c9c9ad
}

div.item.active.svelte-4oql5o.svelte-4oql5o {
    color: var(--color-link)
}

div.item.active.svelte-4oql5o.svelte-4oql5o:before {
    content: "";
    background: var(--color-link);
    box-shadow: var(--color-link) 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-1jwrwkk.svelte-1jwrwkk {
    height: 100%;
    left: 0;
    overflow: hidden auto;
    position: fixed;
    top: 0;
    z-index: 9
}

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

aside.svelte-1jwrwkk div.menu.svelte-1jwrwkk {
    background-color: var(--color-secondary);
    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: all .3s ease-in-out
}

aside.svelte-1jwrwkk div.menu hr.svelte-1jwrwkk {
    border: 0;
    border-bottom: 1px solid #f3f5f6;
    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 {
    --font-body: 'Chakra Petch', sans-serif;;
    --color-background: #f3f5f6;
    --color-primary: #f3f5f6;
    --color-secondary: #fff;
    --color-tertiary: #940900;
    --color-info: black;
    --color-link: #ff4f0f;
    --color-text-1: black;
    --color-text-2: #8697a2;
    --color-warning: #ffc107;
    --color-error: #dc3545;
    --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-background);
    font-family: var(--font-body);
    font-weight: 400;
    height: 100%;
    margin: 0;
    position: relative;
}

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

a {
    color: var(--color-text-2);
    text-decoration: none
}

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

p {
    color: var(--color-text-1);
    font-size: 16px
}

p b, p strong {
    color: var(--color-link)
}

button {
    font-family: var(--font-body)
}

button.menu-icon {
    background: transparent;
    display: flex;
    border: 0;
    box-shadow: none;
    color: black;
    margin: 0 24px 0 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: 6px;
    box-shadow: rgb(0 0 0 / 24%) 0 6px 12px 0;
    position: relative
}

div.game-image img {
    border-radius: 6px;
    height: auto;
    inset: 0;
    position: absolute;
    width: 100%
}

div.game-image img:hover {
    cursor: pointer
}

div.game-image span.focus-highlight {
    background-color: #fff;
    border-radius: inherit;
    inset: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    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-link);
    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, #00000000, #000000b8 80%);
    border-radius: 0 0 6px 6px;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    padding: 20px 12px 4px 12px;
    position: absolute;
    text-shadow: 2px 2px 5px #c9c9c9ad;
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
    opacity: 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% - 40px)
}

li.games-grid-item.desktop div.header:hover .game-title.featured {
    text-shadow: 2px 2px 5px #c9c9c9ad, 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
}

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 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: 12px;
    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%;
    display: flex;
    align-items: center;
    gap: 10px;
}

div.title h2, div.title h3, div.title h4 {
    font-size: 22px;
    margin: 12px 0;
    text-shadow: 2px 2px 5px #c9c9c9ad
}

.titleLink {
    font-size: 14px;
    color: var(--color-link);;
    font-weight: 600;
}

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 {
    width: 100%;
    transition: all .3s ease-out;
}

.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));

}

.show_more {
    display: none;
    font-size: 16px;
    padding: 8px 0;
    color: #8cd1f8;
    border: 0;
    background: unset;
    width: 100%;
    text-align: right;
}

@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: 56.5%
}

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.svelte-1u5tlnz button.menu-icon:last-child {
    margin: 0;
}

.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, #fff0 50%, #083a8d 50% 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: 2px 2px 5px #c9c9c9ad
}

@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
    }
}

ul.games-grid-col.svelte-1p5p1iu {
    display: grid;
    grid-template-columns: 50% 50%;
    list-style-type: none;
    margin: 16px 0 0;
    padding: 0
}

div#gpx-adv-video.svelte-js4cdw {
    position: absolute;
    inset: 0;
    pointer-events: auto;
    background-color: #063483;
    background-size: 100px 50px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2
}

div.game-iframe-item.svelte-li3b1p.svelte-li3b1p {
    align-items: center;
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

div.game-iframe-item.svelte-li3b1p a.continue-play-link.svelte-li3b1p {
    color: var(--color-info);
    font-size: 14px;
    font-weight: 700
}

div.game-iframe-item.svelte-li3b1p a.continue-play-link.svelte-li3b1p:hover {
    cursor: pointer;
    text-decoration: underline
}

div.game-iframe-item.svelte-li3b1p button.play-now-button.svelte-li3b1p {
    background: var(--color-link);
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 2px 4px #ffffff60, inset 0 -3px 3px #00000031, 0 8px 15px #061d6280;
    color: #0b2167;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    margin-top: 32px;
    padding: 0 30px;
    text-transform: uppercase;
    width: 200px
}

div.game-iframe-item.svelte-li3b1p button.play-now-button.svelte-li3b1p:hover {
    background-color: #76ee52;
    color: #0b2167;
    cursor: pointer
}

div.game-iframe-item.svelte-li3b1p img.svelte-li3b1p {
    border-radius: 6px;
    box-shadow: 0 4px 6px #1312308f;
    margin-top: 8px
}

div.game-iframe-item.svelte-li3b1p span.title.svelte-li3b1p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

div.game-iframe-item.svelte-li3b1p span.subtitle.svelte-li3b1p {
    color: #fff;
    font-size: 20px
}

div.game-iframe-item.alternative.svelte-li3b1p.svelte-li3b1p, div.game-iframe-item.linkedout.svelte-li3b1p.svelte-li3b1p {
    width: 50%
}

div.logo.svelte-t9xkxv.svelte-t9xkxv {
    height: auto;
    width: 201px
}

div.logo.svelte-t9xkxv img.svelte-t9xkxv {
    height: auto;
    width: 100%
}

div.game-iframe.svelte-7qmbuh.svelte-7qmbuh {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0
}

div.game-iframe.svelte-7qmbuh div.bg-linkedout-game.svelte-7qmbuh {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1
}

div.game-iframe.svelte-7qmbuh div.bg-linkedout-game.svelte-7qmbuh:before {
    content: "";
    border-radius: 6%;
    background-image: radial-gradient(circle at 100% 0, #020d23, #0b4c9e 50%);
    position: absolute;
    transform: rotate(45deg);
    opacity: .5;
    filter: blur(15px);
    width: 1000px;
    height: 1000px;
    top: 50%;
    left: 50%;
    margin-left: -1050px;
    margin-top: -500px
}

div.game-iframe.svelte-7qmbuh div.bg-linkedout-game.svelte-7qmbuh:after {
    content: "";
    border-radius: 6%;
    background-image: radial-gradient(circle at 100% 0, #020d23, #0b4c9e 50%);
    position: absolute;
    transform: rotate(45deg);
    opacity: .9;
    filter: blur(15px);
    width: 1000px;
    height: 1000px;
    top: 50%;
    left: 50%;
    margin-left: -1125px;
    margin-top: -500px
}

div.game-iframe.svelte-7qmbuh div.background.svelte-7qmbuh {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    filter: blur(8px);
    inset: 0;
    opacity: .8;
    position: absolute;
    transform: scale(1.4);
    transition: background 1s;
    z-index: -1
}

div.game-iframe.svelte-7qmbuh div.main-content.svelte-7qmbuh {
    display: flex;
    flex-direction: row;
    height: 100%;
    position: relative
}

div.game-iframe.svelte-7qmbuh div.main-content div.game.svelte-7qmbuh {
    position: absolute;
    inset: 0;
    pointer-events: auto;
    background-color: #063483;
    background-size: 100px 50px;
    background-position: center;
    background-repeat: no-repeat
}

div.game-iframe.svelte-7qmbuh div.main-content div.game.playing.svelte-7qmbuh {
    z-index: 1
}

div.game-iframe.svelte-7qmbuh div.main-content div.game.play-logo.svelte-7qmbuh {
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 3
}

div.game-iframe.mobile.svelte-7qmbuh.svelte-7qmbuh {
    min-height: 260px;
    border-radius: 8px
}

div.game-iframe.linkedout.svelte-7qmbuh div.background.svelte-7qmbuh {
    opacity: .6
}

button.menu-icon.svelte-yiuojt {
    align-items: center;
    background: var(--color-secondary);
    border-radius: 40px;
    bottom: 16px;
    display: flex;
    font-weight: 600;
    padding: 8px 16px;
    position: absolute;
    right: 2.5%
}

button.menu-icon.svelte-yiuojt:hover {
    background: var(--color-tertiary)
}

@media (min-width: 1200px) {
    button.menu-icon.svelte-yiuojt {
        bottom: 32px
    }
}

button.item.svelte-62iyop {
    align-items: center;
    background: transparent;
    border: none;
    color: black;
    display: flex;
    gap: 4px;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    padding: 0;
    transition: all .3s ease-in-out
}

button.item.disabled.svelte-62iyop {
    cursor: auto
}

div.game-actions.svelte-1crgfvy.svelte-1crgfvy {
    align-items: center;
    display: flex;
    gap: 16px
}

div.game-actions.svelte-1crgfvy span.separator.svelte-1crgfvy {
    border-left: 1px solid rgba(216, 216, 216, .2980392157);
    height: 32px
}

@media (min-width: 1024px) {
    div.game-actions.svelte-1crgfvy.svelte-1crgfvy {
        margin-right: 8px
    }
}

div.footer.svelte-elclo3.svelte-elclo3 {
    align-items: center;
    background: var(--color-secondary);
    display: flex;
    height: 72px;
    justify-content: space-between
}

div.footer.svelte-elclo3 div.info.svelte-elclo3 {
    align-items: center;
    display: flex;
    padding-left: 8px
}

div.footer.svelte-elclo3 div.info img.svelte-elclo3 {
    border-radius: 8px;
    display: flex;
    height: 40px;
    margin-right: 8px;
    width: 40px
}

div.footer.svelte-elclo3 div.info .title.svelte-elclo3 {
    font-size: 18px;
    margin: 0
}

div.footer.svelte-elclo3 div.actions.svelte-elclo3 {
    align-items: center;
    display: flex
}

div#gpx-adv-video.svelte-17xcnoh {
    background-color: #063483;
    height: 100%;
    left: 0;
    pointer-events: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

div.draggable.svelte-1oh9vms {
    user-select: none;
    cursor: move;
    position: absolute;
    z-index: 9
}

button.back-button.svelte-rtxkkw {
    align-items: center;
    background-color: #fffc;
    border: none;
    border-radius: 0 10px 12px 0;
    box-shadow: 0 4px 10px #00000080;
    cursor: pointer;
    display: flex;
    padding: 3px 0 3px 3px;
    z-index: 9
}

div.mobile-player.svelte-1e7489l {
    background-color: #063483;
    height: 100%;
    left: 0;
    pointer-events: auto;
    position: fixed;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 999
}

div.mobile-not-available.svelte-1a73pfk.svelte-1a73pfk {
    align-items: center;
    background: #0009;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 101%;
    justify-content: center;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1
}

div.mobile-not-available.svelte-1a73pfk a.continue-play-link.svelte-1a73pfk {
    color: var(--color-info);
    font-size: 14px;
    font-weight: 700
}

div.mobile-not-available.svelte-1a73pfk a.continue-play-link.svelte-1a73pfk:hover {
    cursor: pointer;
    text-decoration: underline
}

div.mobile-not-available.svelte-1a73pfk div.store-links.svelte-1a73pfk {
    display: flex;
    gap: 8px
}

div.mobile-not-available.svelte-1a73pfk div.store-links a.svelte-1a73pfk {
    display: none
}

div.mobile-not-available.svelte-1a73pfk div.store-links a.visible.svelte-1a73pfk {
    display: block
}

div.mobile-not-available.svelte-1a73pfk p.svelte-1a73pfk {
    margin: 0
}

div.game-mobile.svelte-1r4xdqf div.info.svelte-1r4xdqf {
    display: grid;
    grid-template-columns: 25% 1fr;
    margin-top: 16px
}

div.game-mobile.svelte-1r4xdqf div.info div.actions.svelte-1r4xdqf {
    display: grid;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0
}

div.game-mobile.svelte-1r4xdqf div.info div.actions .title.svelte-1r4xdqf {
    font-size: 16px;
    margin: 0
}

div.game-mobile.svelte-1r4xdqf div.info div.icon.svelte-1r4xdqf {
    margin-right: 16px
}

div.game-mobile.svelte-1r4xdqf div.game-mobile-cover.svelte-1r4xdqf {
    position: relative
}

div.game-mobile.svelte-1r4xdqf button.play-now-button.svelte-1r4xdqf {
    background: var(--color-link);
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 2px 4px #ffffff60, inset 0 -3px 3px #00000031, 0 8px 15px #061d6280;
    color: #0b2167;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    margin: 16px auto 0;
    max-width: 300px;
    padding: 0 30px;
    text-transform: uppercase;
    width: 100%
}

div.game-mobile.svelte-1r4xdqf button.play-now-button.svelte-1r4xdqf:hover {
    background-color: #76ee52;
    color: #0b2167;
    cursor: pointer
}

@media (min-width: 768px) {
    div.game-mobile.svelte-1r4xdqf div.info.svelte-1r4xdqf {
        grid-template-columns: 15% 1fr
    }

    div.game-mobile.svelte-1r4xdqf div.info div.actions .title.svelte-1r4xdqf {
        font-size: 20px
    }
}

div.text-box.svelte-1ermw0e.svelte-1ermw0e {
    content-visibility: auto;
    margin-top: 16px;
    /*box-shadow: 0 6px 12px #061d62, inset 0 4px 10px #001f473b;
    border: solid 5px #342eaf;*/
    box-shadow: rgb(0 0 0 / 24%) 0 6px 12px 0;
    background-color: var(--color-secondary);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding: 16px;
    text-shadow: 2px 2px 10px #cfc6c6;
}

div.text-box.svelte-1ermw0e div.text-box-container .title.svelte-1ermw0e {
    font-size: 18px;
    margin: 16px 0 12px;
    text-transform: uppercase
}

div.text-box.svelte-1ermw0e div.text-box-container ul.text-breadcrumb.svelte-1ermw0e {
    letter-spacing: 1px;
    text-transform: uppercase
}

div.text-box.svelte-1ermw0e div.text-box-container div.rating.svelte-1ermw0e {
    align-items: end;
    display: flex;
    margin-bottom: 16px;
    color: black;
    font-size: 14px;
}

div.text-box.svelte-1ermw0e div.text-box-container div.rating div.stars.svelte-1ermw0e {
    align-items: center;
    display: flex
}

div.text-box.svelte-1ermw0e div.text-box-container div.rating p.votes.svelte-1ermw0e {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 12px;
    margin: 0 0 0 10px;
    opacity: .6
}

div.text-box.svelte-1ermw0e div.text-box-container div.text-description.svelte-1ermw0e {
    color: var(--color-text-1);
    font-size: 16px
}

div.page.svelte-1u5qeye.svelte-1u5qeye {
    display: block;
    max-width: 1920px;
    position: relative;
    padding: 16px 2.5% 64px
}

div.page.svelte-1u5qeye div.player-container.svelte-1u5qeye {
    display: flex;
    gap: 16px;
    justify-content: center
}

div.page.svelte-1u5qeye div.player-container div.container-left.svelte-1u5qeye {
    width: 100%
}

div.page.svelte-1u5qeye div.player-container div.container-right.svelte-1u5qeye {
    width: 100%
}

div.page.svelte-1u5qeye div.player-container div.container-right div.adv.svelte-1u5qeye {
    height: 280px;
    text-align: center
}

div.page.svelte-1u5qeye div.player-container div.container-right div.adv.svelte-1u5qeye:first-child {
    padding-bottom: 16px
}

div.page.svelte-1u5qeye div.player-container div.banner-row.svelte-1u5qeye {
    display: block;
    height: 90px;
    margin: 16px 0;
    position: relative;
    text-align: center
}

div.page.svelte-1u5qeye div.banner-row-mobile.svelte-1u5qeye {
    display: flex;
    flex-wrap: wrap;
    margin: 16px auto;
    position: relative;
    text-align: center
}

div.page.svelte-1u5qeye div.banner-row-mobile div#gpx-banner-mobile.svelte-1u5qeye {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%
}

@media (min-width: 1200px) {
    div.page.svelte-1u5qeye div.player-container div.container-left.svelte-1u5qeye {
        min-width: calc(80% - 320px);
        width: calc(100% - 320px)
    }

    div.page.svelte-1u5qeye div.player-container div.container-right.svelte-1u5qeye {
        display: block;
        width: 320px
    }
}

@media (min-width: 1920px) {
    div.page.svelte-1u5qeye div.player-container div.container-left.svelte-1u5qeye {
        min-width: calc(80% - 400px);
        width: calc(100% - 400px)
    }

    div.page.svelte-1u5qeye div.player-container div.container-right.svelte-1u5qeye {
        display: block;
        width: 400px
    }
}

@media (max-width: 1200px) {
    div.page.svelte-1u5qeye div.player-container.svelte-1u5qeye {
        flex-direction: column;
    }

    ul.games-grid-col.svelte-1p5p1iu {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 892px) {
    ul.games-grid-col.svelte-1p5p1iu {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    ul.games-grid-col.svelte-1p5p1iu {
        grid-template-columns: repeat(2, 1fr);
    }
}

div.text-box.svelte-vua301.svelte-vua301 {
    align-items: center;
    /*box-shadow: 0 6px 12px #061d62, inset 0 4px 10px #001f473b;
    border: solid 5px #342eaf;*/
    background-color: #000;
    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%
}

ul.svelte-21t53f.svelte-21t53f {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 8px;
    padding: 0
}

ul.svelte-21t53f li.svelte-21t53f {
    background-color: #e3eaed;
    box-shadow: 0 5px 5px -5px #04033d4d;
    color: #8697a2;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
}

/*ul.svelte-21t53f li a.svelte-21t53f {
    color: #fff;
    line-height: 40px;
    width: 32px;
    display: block
}*/

ul.svelte-21t53f li span.svelte-21t53f {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

ul.svelte-21t53f li span.current-item.svelte-21t53f {
    background-color: var(--color-link);
    color: var(--color-secondary);
}

/*ul.svelte-21t53f li.svelte-21t53f:first-child, ul.svelte-21t53f li.svelte-21t53f:last-child {
    align-items: center;
    background-image: linear-gradient(to bottom, #2720b5 -8%, #342eaf 122%);
    background-color: transparent;
    color: #84cbf2;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px
}*/

/*ul.svelte-21t53f li:first-child a.svelte-21t53f, ul.svelte-21t53f li:last-child a.svelte-21t53f {
    align-items: center;
    display: flex;
    justify-content: center
}*/

/*ul.svelte-21t53f li:first-child span.svelte-21t53f, ul.svelte-21t53f li:last-child span.svelte-21t53f {
    font-size: 18px;
    width: 20px
}*/

/*ul.svelte-21t53f li.svelte-21t53f:first-child {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}*/
/*
ul.svelte-21t53f li:first-child span.svelte-21t53f {
    padding-left: 16px
}*/

/*
ul.svelte-21t53f li.svelte-21t53f:last-child {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}
*/

/*ul.svelte-21t53f li:last-child span.svelte-21t53f {
    padding-left: 8px
}*/

ul.svelte-21t53f li.svelte-21t53f:not(.exclude):hover {
    background-color: var(--color-link);
}

ul.svelte-21t53f li:not(.exclude):hover a.svelte-21t53f {
    color: var(--color-secondary);
}

div.game-title.svelte-ooccqm.svelte-ooccqm.svelte-ooccqm {
    /*text-shadow: 2px 2px 5px #c9c9c9ad*/
}

div.game-title.svelte-ooccqm.svelte-ooccqm.svelte-ooccqm:not(.small) {
    font-size: 18px
}

ul.tags.svelte-ooccqm.svelte-ooccqm.svelte-ooccqm {
    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-ooccqm li.svelte-ooccqm.svelte-ooccqm {
    font-size: 14px
}

ul.tags.svelte-ooccqm li.svelte-ooccqm a.svelte-ooccqm {
    color: var(--color-info)
}

@media (min-width: 0px) and (max-width: 599.95px) {
    li.games-grid-item.svelte-ooccqm.svelte-ooccqm.svelte-ooccqm {
        width: 50%
    }

    li.games-grid-item.small.svelte-ooccqm.svelte-ooccqm.svelte-ooccqm {
        flex-basis: 50%;
        width: 50%
    }

    li.games-grid-item.scroll.svelte-ooccqm.svelte-ooccqm.svelte-ooccqm {
        width: 60%
    }
}

@media (min-width: 600px) {
    li.games-grid-item.svelte-ooccqm.svelte-ooccqm.svelte-ooccqm {
        flex-basis: 50%;
        width: 50%
    }

    li.games-grid-item.small.svelte-ooccqm.svelte-ooccqm.svelte-ooccqm {
        flex-basis: 25%;
        width: 25%
    }
}

@media (min-width: 768px) {
    li.games-grid-item.svelte-ooccqm.svelte-ooccqm.svelte-ooccqm {
        flex-basis: 33.3%;
        width: 33.3%
    }
}

@media (min-width: 1024px) {
    li.games-grid-item.svelte-ooccqm.svelte-ooccqm.svelte-ooccqm, li.games-grid-item.small.svelte-ooccqm.svelte-ooccqm.svelte-ooccqm {
        flex-basis: 16.6%;
        width: 16.6%
    }
}

@media (min-width: 1280px) {
    li.games-grid-item.svelte-ooccqm.svelte-ooccqm.svelte-ooccqm {
        flex-basis: 16.6%;
        width: 16.6%
    }

    li.games-grid-item.small.svelte-ooccqm.svelte-ooccqm.svelte-ooccqm {
        flex-basis: 12.5%;
        width: 12.5%
    }
}

ul.games-grid.use-visibility.svelte-1wylo6k {
    content-visibility: auto
}

div.icon.svelte-1l2sh04.svelte-1l2sh04 {
    background: #ffffff1a;
    border-radius: 6px;
    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;
    inset: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    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: var(--color-secondary);
    border-radius: 10px;
    /*box-shadow: 0 6px 12px #061d62, inset 0 4px 10px #001f473b;
    border: solid 3px #342eaf;*/
    box-shadow: 0 0.0625rem 0.0625rem 0 rgb(0 0 0/50%), -0.0625rem -0.0625rem 0.3125rem rgb(0 0 0/30%) inset, 0.0625rem 0.0625rem 0.3125rem rgb(255 255 255/30%) inset;
    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: #342eaf
}

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.gt-grid.svelte-pnpyil h2.title.svelte-pnpyil {
    padding: 0
}

div.gt-grid.svelte-pnpyil.svelte-pnpyil:not(.container) {
    border-radius: 10px;
    box-shadow: 0 2px 3px #ffffff1a;
    background-color: #0b2167;
    margin: 16px 0;
    padding: 0 16px
}

div.gt-grid.svelte-pnpyil:not(.container) h2.title.svelte-pnpyil {
    padding: 16px 8px 0
}

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: 100px;

}

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, #fff, transparent 33%);
}

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: var(--color-text-1);
    font-size: 14px;
    font-weight: 700;
    margin-right: 16px
}

div.text-box.svelte-1vb2u1t footer button.svelte-1vb2u1t:hover {
    color: var(--color-link);
}

div.text-box.use-visibility.svelte-1vb2u1t.svelte-1vb2u1t {
    content-visibility: auto
}

.games-grid-item .svelte-ooccqm:nth-child(2) {
    margin-top: 16px;
}

.game_hots_slide .game_item_slide {
    display: flex;
    flex-direction: column;
}

.main-svg-sprite {
    display: none
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}

button.menu-icon .svg-icon {
    width: 18px;
    height: 18px;
}

.game-content-page {
    position: relative;
    overflow: hidden;
}

.show_content {
    position: absolute;
    max-width: 98%;
    width: 100%;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
    z-index: 12;
    background: transparent;
}

.ShowMore_button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0;
    background: 0 0;
    color: black;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    cursor: pointer;
    gap: 12px;
    padding: 6px 12px;
}

.cats__list {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px
}

.cat-btn {
    background-color: var(--color-link);
    border-radius: 10px;
    /*box-shadow: 0 6px 12px #061d62, inset 0 4px 10px #001f473b;
    border: solid 3px #342eaf;*/
    box-shadow: 0 0.0625rem 0.0625rem 0 rgb(0 0 0/50%), -0.0625rem -0.0625rem 0.3125rem rgb(0 0 0/30%) inset, 0.0625rem 0.0625rem 0.3125rem rgb(255 255 255/30%) inset;
    color: white;
    padding: 10px 14px;
    transition: all .2s linear;
    font-weight: 500;
}

.cat-btn:hover {
    transform: translateY(-4px);
}

.cats_list {
    padding: 0 2.5%;
}

.no_result_text {
    padding: 12px 24px;
    font-size: 16px;
    margin: 0;
}

.heading_left {
    display: flex;
    gap: 10px;
    align-items: center;
}

.title_related {
    margin: 20px 0 16px;
}

.heading_left h5, .heading_left h4 {
    margin: 0;
    font-size: 22px;
}

.page-text {
    line-height: 1.5;
}

.page-text p {
    margin: 0 0 10px;
}

.page-text a {
    color: var(--color-link);
}

.page-text h2 {
    color: #fc0;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.page-text h3, .page-text h4 {
    font-size: 20px;
    margin: 0 0 10px;
    color: var(--color-text-1);
}

.page-text ul, .page-text ol {
    padding-left: 24px
}

.page-text ul li, .page-text ol li {
    list-style: disc;
    margin: 0 0 10px;
    font-size: 16px;
}

.BlogCard_container {
    display: block;
    background: var(--color-background);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    will-change: transform;
}

.BlogCard_cardImageContainer {
    overflow: hidden;
}

.BlogCard_cardImage {
    width: 100%;
    height: 157px;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform .3s ease-in;
}

.BlogCard_description {
    padding: 16px 16px 32px;
}

.BlogCard_infoBlock {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}


.Category_category {
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px;
    color: var(--color-info);
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    background: #ffffff52;
    border-radius: 6px;
}

.Date_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--color-info);
}

.BlogCard_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 8px;
    word-wrap: break-word;
}

.BlogCard_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--color-text-2);
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Blog_containerCards {
    display: grid;
    grid-template-columns: repeat(5, minmax(322px, 337px));
    grid-gap: 16px;
    gap: 16px;
    margin-bottom: 44px;
    padding: 0 2.5%;
}

@media (max-width: 1024px) {
    .Blog_containerCards {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 892px) {
    .Blog_containerCards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .Blog_containerCards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .Blog_containerCards {
        grid-template-columns: repeat(1, 1fr);
    }
}

.SinglePost_backButton {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
    color: var(--color-text-2);
    padding-left: 23px;
    opacity: .9;
    cursor: pointer;
}

.SinglePost_backButton a {
    display: flex;
    align-items: center;
    gap: 3px;
}

.SinglePost_backButton a span.svg-icon {
    width: 12px;
    height: 12px;
}

.SinglePost_infoBlock {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.SinglePost_title {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    letter-spacing: -.5px;
    color: #fff;
    margin: 0 0 12px;
}

.SinglePost_postImage {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 48px;
}

.SinglePost_postImage img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.SinglePost_textBlock {
    color: #fff;
    line-height: 150%;
    word-wrap: break-word;
}

.SinglePost_textBlock img {
    margin: 24px auto;
    display: block;
}

.SinglePost_textBlock a {
    color: #fdd401
}

.SinglePost_textBlock ul, .SinglePost_textBlock ol {
    padding-left: 24px;
}

.SinglePost_textBlock ul li, .SinglePost_textBlock ol li {
    list-style: disc;
    magin: 0 0 10px;
}

.articleBox {
    position: relative;
    font-size: 14px;
    padding: 24px;
    color: #fff;
    /*box-shadow: 0 6px 12px #061d62, inset 0 4px 10px #001f473b;
    border: solid 5px #342eaf;
    background-color: #000;*/
    box-shadow: 0 0.0625rem 0.0625rem 0 rgb(0 0 0/50%), -0.0625rem -0.0625rem 0.3125rem rgb(0 0 0/30%) inset, 0.0625rem 0.0625rem 0.3125rem rgb(255 255 255/30%) inset;
    background-color: var(--color-secondary);
    border-radius: 20px;
}

.relNews {
    padding-bottom: 32px;
}

.relNewsItem:last-child {
    margin: 0;
}

.relNewsItem {
    width: 100%;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sectionLink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.relNewsImg {
    object-fit: cover;
    border-radius: 8px;
    max-width: 40%;
    width: 100%
}

.artSideTitle {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.newsItem {
    width: 100%;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.relNewsInfo {
    justify-content: flex-start;
    display: flex;
    gap: 8px;
    margin: 8px 0 0;
}

.relNewsInfo_cat {
    background: #4a0570;
    padding: 15px 30px 20px;
    margin: -60px 20px 0;
    position: relative;
}

.dateNew {
    color: #ffffffc4;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.cat_item {
    color: #ffffffc4;
    font-size: 12px;
    text-decoration: none
}

.dateNew span.svg-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

.relNewsTitle {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    color: #fff;
}

.newsItem .relNewsTitle {
    font-size: 22px;
}

.newsTitle {
    font-size: 32px;
    color: #fbc401;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 600;
}

.shortDes {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffffc4
}

.newsDes {
    margin-bottom: 24px;
}

.attr_name {
    text-decoration: none
}

.attr_name h2, .attr_name h3, .attr_name * {
    font-size: inherit !important;
    text-transform: lowercase !important;
    margin: 0 !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important
}

.game-content-page p a, .game-content-page ul li a, .game-content-page ol li a {
    color: var(--color-link);
    text-decoration: none;
}

.game-content-page p a:hover, .game-content-page ul li a:hover, .game-content-page ol li a:hover {
    text-decoration: none;
}

.game-content-page p {
    margin: 0 0 10px
}

.game-content-page h2 {
    color: var(--color-text-1);
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 12px
}

.game-content-page h3, .game-content-page h4, .game-content-page h5 {
    font-size: 20px;
    color: var(--color-text-1);
    margin: 0 0 10px
}

.results-bottom {
    padding: 0 16px 16px;
}

.results_more {
    font-size: 14px;
    border-radius: 4px;
    font-weight: 400;
    line-height: 44px;
    padding: 12px 16px;
    background: var(--color-link);
    color: var(--color-secondary)
}

.game-iframe iframe {
    width: 100%;
    min-height: 500px;
}

.clown {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("../images/clown.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 367px;
}