:root {
    --game-width: 156px;
    --game-height: 150px;
    --game-img-height: 95px;
    --games-gap: 8px
}

@media (min-width:768px) {
    :root {
        --game-width: 176px;
        --game-height: 170px;
        --game-img-height: 108px
    }
}

@media (min-width:992px) {
    :root {
        --game-width: 180px;
        --game-height: 182px;
        --game-img-height: 114px;
        --games-gap: 11px
    }
}

@media (min-width:1200px) {
    :root {
        --game-width: 220px;
        --game-height: 208px;
        --game-img-height: 139px;
        --games-gap: 15px
    }
}

:root {
    --provider-card-width: 156px;
    --provider-card-height: 80px;
    --providers-gap: 8px;
    --providers-section-width: var(--provider-card-width)
}

@media (min-width:360px) {
    :root {
        --providers-gap: 10px;
        --providers-section-width: calc(var(--provider-card-width)*2 + var(--providers-gap))
    }
}

@media (min-width:525px) {
    :root {
        --providers-section-width: calc(var(--provider-card-width)*3 + var(--providers-gap)*2)
    }
}

@media (min-width:690px) {
    :root {
        --providers-section-width: calc(var(--provider-card-width)*4 + var(--providers-gap)*3);
        --provider-card-width: 176px
    }
}

@media (min-width:992px) {
    :root {
        --providers-section-width: calc(var(--provider-card-width)*5 + var(--providers-gap)*4);
        --provider-card-width: 180px;
        --provider-card-height: 114px
    }
}

@media (min-width:1200px) {
    :root {
        --provider-card-width: 220px;
        --provider-card-height: 114px;
        --providers-gap: 10px
    }
}

html {
    -webkit-overflow-scrolling: touch
}

@-webkit-keyframes autofill {
    to {
        color: inherit;
        background-color: transparent !important
    }
}

@media (max-width:599.98px) {}

@media (max-width:992px) {}

@media (min-width:1024px) {}

@media (min-width:768px) {}

@media (max-width:767px) {}

@media (forced-colors:active) {}

[_nghost-ng-c2945431797] {
    display: block
}

.simple-notification-wrapper {
    position: fixed;
    width: 300px;
    z-index: 1000
}

.simple-notification-wrapper.left {
    left: 20px
}

.simple-notification-wrapper.top {
    top: 20px
}

@media (max-width:340px) {
    .simple-notification-wrapper {
        width: auto;
        left: 20px;
        right: 20px
    }
}

.banners-yield[_ngcontent-ng-c3710302814] {
    height: 100%
}

@media (min-width:320px) {}

@media (min-width:420px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

.page-header {
    position: sticky;
    top: 0;
    z-index: 112;
    transform: none;
    background-color: var(--secondary-bg-color)
}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

.pd-page__seo[_ngcontent-ng-c1291166534] {
    width: 100%;
    background-color: var(--accent-1-bg-color);
    position: relative
}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

.footer-wrapper[_ngcontent-ng-c905281228] {
    background-color: var(--secondary-bg-color);
    position: relative;
    min-height: 300px;
    content-visibility: auto;
    contain-intrinsic-size: 0 300px
}

.footer[_ngcontent-ng-c905281228] {
    padding: 20px;
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right))
}

.footer[_ngcontent-ng-c905281228] .section[_ngcontent-ng-c905281228] {
    margin-bottom: 35px
}

.footer[_ngcontent-ng-c905281228] .section[_ngcontent-ng-c905281228]:last-child {
    margin: 0
}

.footer[_ngcontent-ng-c905281228] .menu-wrapper[_ngcontent-ng-c905281228] {
    width: 100%;
    margin-top: -15px;
    margin-bottom: 15px
}

.footer[_ngcontent-ng-c905281228] .extra-info-wrapper[_ngcontent-ng-c905281228] {
    width: 100%
}

.footer[_ngcontent-ng-c905281228] .info[_ngcontent-ng-c905281228] {
    display: block;
    margin-bottom: 40px;
    flex-basis: auto
}

.footer[_ngcontent-ng-c905281228] .info__title[_ngcontent-ng-c905281228] {
    color: var(--accent-1-title-color);
    font-weight: 400;
    font-family: var(--main-fonts);
    font-size: var(--text-size--xs);
    line-height: 1.4;
    text-transform: uppercase;
    margin: 15px 0
}

.footer[_ngcontent-ng-c905281228] .info__social[_ngcontent-ng-c905281228] {
    display: flex
}

.footer[_ngcontent-ng-c905281228] .info__item[_ngcontent-ng-c905281228] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: var(--accent-1-button-hover-bg);
    border-radius: 50%
}

.footer[_ngcontent-ng-c905281228] .info__item[_ngcontent-ng-c905281228]:last-child,
.footer[_ngcontent-ng-c905281228] .partner__item[_ngcontent-ng-c905281228]:last-child {
    margin: 0
}

.footer[_ngcontent-ng-c905281228] .info__item[_ngcontent-ng-c905281228]:hover,
.footer[_ngcontent-ng-c905281228] .partner__item[_ngcontent-ng-c905281228]:hover {
    background: var(--color-white-transparency-3)
}

.footer[_ngcontent-ng-c905281228] .info__img[_ngcontent-ng-c905281228] {
    opacity: .6
}

@media (min-width:768px) {
    .footer[_ngcontent-ng-c905281228] .info__title[_ngcontent-ng-c905281228] {
        font-size: var(--text-size--sm)
    }
}

@media (min-width:992px) {}

@media (min-width:992px) {}

.footer[_ngcontent-ng-c905281228] .extra-info__items[_ngcontent-ng-c905281228] {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap
}

.footer[_ngcontent-ng-c905281228] .extra-info__item[_ngcontent-ng-c905281228] img[_ngcontent-ng-c905281228] {
    min-width: 35px;
    max-width: 150px;
    height: auto
}

.footer[_ngcontent-ng-c905281228] .extra-info__item[_ngcontent-ng-c905281228] .gamingLabs[_ngcontent-ng-c905281228] {
    width: 86px;
    height: 30px
}

.footer[_ngcontent-ng-c905281228] .extra-info_description[_ngcontent-ng-c905281228] {
    display: grid
}

.footer[_ngcontent-ng-c905281228] .extra-info__text[_ngcontent-ng-c905281228] {
    font-size: var(--text-size--xxs);
    color: var(--tertiary-text-color);
    line-height: 1.5;
    margin-bottom: 10px
}

.footer[_ngcontent-ng-c905281228] .extra-info__icon[_ngcontent-ng-c905281228] {
    cursor: pointer
}

@media (min-width:768px) {
    .footer[_ngcontent-ng-c905281228] .section[_ngcontent-ng-c905281228] {
        margin-bottom: 60px
    }

    .footer[_ngcontent-ng-c905281228] .menu-wrapper[_ngcontent-ng-c905281228] {
        margin-bottom: 20px;
        margin-top: -20px
    }
}

@media (min-width:992px) {
    .footer[_ngcontent-ng-c905281228] {
        max-width: 1160px;
        margin: 0 auto;
        padding: 40px 40px 50px
    }

    .footer__menu-block[_ngcontent-ng-c905281228] {
        display: flex;
        justify-content: space-between;
        align-items: normal;
        margin-bottom: 40px
    }

    .footer[_ngcontent-ng-c905281228] .menu-wrapper[_ngcontent-ng-c905281228] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 50px 0 0;
        min-width: auto
    }

    .footer[_ngcontent-ng-c905281228] .info[_ngcontent-ng-c905281228] {
        min-width: max-content
    }

    .footer[_ngcontent-ng-c905281228] .info__title[_ngcontent-ng-c905281228] {
        margin: 0 0 15px
    }
}

@media (min-width:1200px) {
    .footer[_ngcontent-ng-c905281228] {
        margin: 0 auto;
        padding: 70px 0
    }
}

@media (min-width:1200px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:1200px) {}

@media (min-width:992px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:992px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:768px) {}

@keyframes _ngcontent-ng-c370841237_shimmer {
    0% {
        background-position: 200%0
    }

    to {
        background-position: -200%0
    }
}

@media (min-width:1200px) {}

.page-header[_ngcontent-ng-c2572576984] {
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: column
}

.page-header__container[_ngcontent-ng-c2572576984] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 20px
}

@media (min-width:768px) {
    .page-header__container[_ngcontent-ng-c2572576984] {
        height: 90px;
        padding: 0 30px
    }
}

.page-header__navigation[_ngcontent-ng-c2572576984] {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.page-header__rewards-icon[_ngcontent-ng-c2572576984] {
    display: block
}

@media (min-width:768px) {
    .page-header__rewards-icon[_ngcontent-ng-c2572576984] {
        margin-right: 15px
    }
}

.page-header__authorization[_ngcontent-ng-c2572576984] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .page-header__authorization[_ngcontent-ng-c2572576984] {
        margin-right: 20px
    }
}

@media (min-width:768px) {}

.rewards__icon[_ngcontent-ng-c3790188122] {
    width: 40px;
    height: 40px;
    display: block
}

.authorization[_ngcontent-ng-c479877049] {
    display: flex
}

.authorization__sign-in[_ngcontent-ng-c479877049] {
    display: block;
    margin-right: 10px
}

@media (min-width:992px) {
    .authorization__sign-in[_ngcontent-ng-c479877049] {
        margin-right: 20px
    }
}

.button--md[_ngcontent-ng-c44422944] {
    position: relative;
    border-radius: var(--button-border-radius);
    line-height: 1;
    box-sizing: border-box;
    font-family: var(--button-font);
    font-weight: var(--button-font-weight);
    cursor: pointer
}

.button--md[_ngcontent-ng-c44422944] {
    min-width: 110px;
    min-height: 40px;
    padding: 11px 25px 9px;
    font-size: var(--text-size--sm)
}

.button[_ngcontent-ng-c44422944] {
    color: var(--primary-button-text-color);
    background-color: var(--primary-button-bg);
    border: none;
    box-shadow: none;
    text-transform: var(--button-text-transform)
}

.button--green[_ngcontent-ng-c44422944]:hover,
.button[_ngcontent-ng-c44422944]:hover {
    background-color: var(--primary-button-hover-bg)
}

.button--green[_ngcontent-ng-c44422944]:active,
.button[_ngcontent-ng-c44422944]:active {
    background-color: var(--primary-button-pressed-bg);
    color: var(--primary-button-pressed-color);
    box-shadow: none
}

.button--green[_ngcontent-ng-c44422944]:disabled,
.button[_ngcontent-ng-c44422944]:disabled {
    background-color: var(--primary-button-disabled-bg) !important;
    color: var(--primary-button-disabled-color) !important;
    border-color: transparent !important;
    box-shadow: none !important;
    cursor: default;
    opacity: var(--opacity-button-disabled)
}

.button--gray[_ngcontent-ng-c44422944] {
    color: var(--secondary-button-text-color);
    background-color: var(--secondary-button-bg);
    border: var(--secondary-button-border);
    box-shadow: none;
    text-transform: var(--button-text-transform)
}

.button--gray[_ngcontent-ng-c44422944]:hover {
    background-color: var(--secondary-button-hover-bg)
}

.button--gray[_ngcontent-ng-c44422944]:active {
    background-color: var(--secondary-button-pressed-bg);
    color: var(--secondary-button-pressed-color);
    box-shadow: none
}

.button--gray[_ngcontent-ng-c44422944]:disabled {
    background-color: var(--secondary-button-disabled-bg) !important;
    color: var(--secondary-button-disabled-color) !important;
    border-color: var(--secondary-button-disabled-border) !important;
    box-shadow: none !important;
    cursor: default;
    opacity: var(--opacity-button-disabled)
}

.button--white[_ngcontent-ng-c44422944] {
    color: var(--accent-1-button-text-color);
    border: var(--accent-1-button-border);
    text-transform: var(--button-text-transform)
}

.button--white[_ngcontent-ng-c44422944]:hover {
    background-color: var(--accent-1-button-hover-bg)
}

.button--white[_ngcontent-ng-c44422944]:active {
    background-color: var(--accent-1-button-pressed-bg);
    color: var(--accent-1-button-pressed-color);
    box-shadow: none
}

.button--white[_ngcontent-ng-c44422944]:disabled {
    background-color: var(--accent-1-button-disabled-bg) !important;
    color: var(--accent-1-button-disabled-color) !important;
    border-color: transparent !important;
    box-shadow: none !important;
    cursor: default;
    opacity: var(--opacity-button-disabled)
}

.button[_ngcontent-ng-c44422944] .transparent-div[_ngcontent-ng-c44422944] {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.button__loader[_ngcontent-ng-c44422944] {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block
}

@media (min-width:992px) {}

.menu[_ngcontent-ng-c2820782079] {
    border-bottom: 1px solid var(--accent-1-button-hover-bg)
}

.menu__title[_ngcontent-ng-c2820782079] {
    color: var(--accent-1-title-color);
    font-weight: 400;
    font-family: var(--main-fonts);
    font-size: var(--text-size--xs);
    line-height: 1.4;
    text-transform: uppercase;
    margin: 15px 0
}

.menu__item[_ngcontent-ng-c2820782079] {
    margin-bottom: 10px
}

.menu__item[_ngcontent-ng-c2820782079] a[_ngcontent-ng-c2820782079] {
    color: var(--tertiary-text-color);
    font-weight: 400;
    font-family: var(--main-fonts);
    font-size: var(--text-size--xs);
    line-height: 1.4;
    word-break: break-word
}

.menu__item[_ngcontent-ng-c2820782079]:last-child {
    margin-bottom: 20px
}

.menu__item[_ngcontent-ng-c2820782079]:hover a[_ngcontent-ng-c2820782079] {
    color: var(--accent-1-text-color)
}

.menu__header[_ngcontent-ng-c2820782079] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.menu[_ngcontent-ng-c2820782079] .contacts__item[_ngcontent-ng-c2820782079] {
    padding: 10px;
    background: var(--footer-contacts-bg);
    border-radius: 10px;
    margin-bottom: 15px
}

.menu[_ngcontent-ng-c2820782079] .contacts__item[_ngcontent-ng-c2820782079]:last-child {
    margin-bottom: 20px
}

.menu[_ngcontent-ng-c2820782079] .contacts__item[_ngcontent-ng-c2820782079]:hover {
    background: var(--accent-1-button-hover-bg)
}

.menu[_ngcontent-ng-c2820782079] .contacts__item[_ngcontent-ng-c2820782079]:hover .contacts__info-text[_ngcontent-ng-c2820782079] {
    color: var(--accent-1-text-color)
}

.menu[_ngcontent-ng-c2820782079] .contacts__link[_ngcontent-ng-c2820782079] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%
}

.menu[_ngcontent-ng-c2820782079] .contacts__icon-box[_ngcontent-ng-c2820782079] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: var(--accent-1-button-hover-bg);
    border-radius: 50%
}

.menu[_ngcontent-ng-c2820782079] .contacts__text-box[_ngcontent-ng-c2820782079] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column
}

.menu[_ngcontent-ng-c2820782079] .contacts__title[_ngcontent-ng-c2820782079] {
    color: var(--accent-1-text-color);
    font-weight: 400;
    font-family: var(--main-fonts);
    font-size: var(--text-size--xs);
    line-height: 1.4
}

.menu[_ngcontent-ng-c2820782079] .contacts__info-text[_ngcontent-ng-c2820782079] {
    color: var(--tertiary-text-color);
    font-weight: 400;
    font-family: var(--main-fonts);
    font-size: var(--text-size--xs);
    line-height: 1.4
}

@media (min-width:768px) {
    .menu[_ngcontent-ng-c2820782079] .contacts__item[_ngcontent-ng-c2820782079]:last-child {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .menu[_ngcontent-ng-c2820782079] .contacts__item[_ngcontent-ng-c2820782079]:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {

    .menu__title[_ngcontent-ng-c2820782079],
    .menu__item[_ngcontent-ng-c2820782079] {
        font-size: var(--text-size--sm)
    }

    .menu__title[_ngcontent-ng-c2820782079] {
        margin: 20px 0
    }

    .menu__item[_ngcontent-ng-c2820782079] a[_ngcontent-ng-c2820782079] {
        font-size: var(--text-size--sm)
    }

    .menu__item[_ngcontent-ng-c2820782079]:last-child {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .menu[_ngcontent-ng-c2820782079] {
        border: none;
        min-width: auto
    }

    .menu__title[_ngcontent-ng-c2820782079] {
        margin: 0 0 15px
    }

    .menu__item[_ngcontent-ng-c2820782079]:last-child {
        margin: 0
    }
}

.swiper[_ngcontent-ng-c3520473236] {
    margin-bottom: 40px;
    position: relative;
    width: 100vw;
    margin-left: -20px
}

.swiper__link[_ngcontent-ng-c3520473236] {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.swiper__title[_ngcontent-ng-c3520473236] {
    color: var(--accent-1-text-color);
    font-weight: 400;
    font-family: var(--main-fonts);
    font-size: var(--text-size--xs);
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 15px
}

.swiper__icon[_ngcontent-ng-c3520473236] {
    height: auto;
    opacity: .6;
    max-width: 80%
}

@media (min-width:768px) {
    .swiper__icon[_ngcontent-ng-c3520473236] {
        max-width: unset
    }
}

.swiper__item[_ngcontent-ng-c3520473236] {
    width: 90px !important;
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--footer-contacts-bg)
}

.swiper__item[_ngcontent-ng-c3520473236]:hover {
    background: var(--footer-contacts-bg-hover)
}

.swiper__item[_ngcontent-ng-c3520473236]:hover .swiper__icon[_ngcontent-ng-c3520473236] {
    opacity: 1
}

.swiper__item[_ngcontent-ng-c3520473236]:first-child {
    margin-left: 20px
}

.swiper__btn[_ngcontent-ng-c3520473236] {
    display: none
}

@media (min-width:768px) {
    .swiper__title[_ngcontent-ng-c3520473236] {
        font-size: var(--text-size--sm)
    }

    .swiper__item[_ngcontent-ng-c3520473236] {
        width: 146px !important;
        height: 80px !important
    }
}

.swiper__btn-icon[_ngcontent-ng-c3520473236] {
    border: solid var(--footer-slider-arrow-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg)
}

@media (min-width:992px) {
    .swiper[_ngcontent-ng-c3520473236] {
        width: auto;
        margin-left: 0
    }

    .swiper__btn[_ngcontent-ng-c3520473236] {
        width: 61px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--footer-contacts-bg);
        position: absolute;
        top: 0;
        cursor: pointer
    }

    .swiper__btn[_ngcontent-ng-c3520473236]:hover {
        background: var(--footer-contacts-bg-hover)
    }

    .swiper__btn[_ngcontent-ng-c3520473236]:hover .swiper__btn-icon[_ngcontent-ng-c3520473236] {
        border-color: var(--footer-slider-arrow-hover-color)
    }

    .swiper__btn--prev-providers[_ngcontent-ng-c3520473236],
    .swiper__btn--prev-payments[_ngcontent-ng-c3520473236] {
        border-radius: 15px 0 0 15px
    }

    .swiper__btn--prev-providers[_ngcontent-ng-c3520473236] .swiper__btn-icon[_ngcontent-ng-c3520473236],
    .swiper__btn--prev-payments[_ngcontent-ng-c3520473236] .swiper__btn-icon[_ngcontent-ng-c3520473236] {
        transform: rotate(135deg)
    }

    .swiper__btn--next-providers[_ngcontent-ng-c3520473236],
    .swiper__btn--next-payments[_ngcontent-ng-c3520473236] {
        border-radius: 0 15px 15px 0;
        right: 0
    }

    .swiper__btn--disabled[_ngcontent-ng-c3520473236] {
        cursor: default
    }

    .swiper__btn--disabled[_ngcontent-ng-c3520473236]:hover .swiper__btn-icon[_ngcontent-ng-c3520473236],
    .swiper__btn--disabled[_ngcontent-ng-c3520473236] .swiper__btn-icon[_ngcontent-ng-c3520473236] {
        border-color: var(--footer-slider-arrow-disabled-color)
    }

    .swiper__item[_ngcontent-ng-c3520473236]:first-child {
        margin-left: 0
    }

    .swiper__items[_ngcontent-ng-c3520473236] {
        display: block;
        width: calc(100% - 126px);
        margin-left: 63px
    }
}

.banners-slider[_ngcontent-ng-c1093134204] {
    display: block
}

.banners-slider--silver[_ngcontent-ng-c1093134204] {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .banners-slider--silver[_ngcontent-ng-c1093134204] {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .banners-slider--silver[_ngcontent-ng-c1093134204] {
        margin: 0 auto 40px;
        max-width: 1160px
    }
}

.games__section[_ngcontent-ng-c1093134204] {
    margin-bottom: 15px;
    display: block
}

@media (min-width:768px) {
    .games__section[_ngcontent-ng-c1093134204] {
        margin-bottom: 25px
    }
}

@media (min-width:992px) {
    .games__section[_ngcontent-ng-c1093134204] {
        overflow: hidden;
        padding-bottom: 4px
    }
}

.games__wrapper[_ngcontent-ng-c1093134204] {
    background: var(--main-bg)
}

.games__body[_ngcontent-ng-c1093134204] {
    padding: 20px 20px 50px;
    overflow: hidden
}

@media (min-width:768px) {
    .games__body[_ngcontent-ng-c1093134204] {
        padding-top: 30px;
        overflow: unset
    }
}

@media (min-width:992px) {
    .games__body[_ngcontent-ng-c1093134204] {
        padding: 30px 40px 50px
    }
}

@media (min-width:1200px) {
    .games__body[_ngcontent-ng-c1093134204] {
        padding: 30px 0 50px
    }

    .games__body[_ngcontent-ng-c1093134204] .games__section[_ngcontent-ng-c1093134204] {
        max-width: 1166px;
        margin: 0 auto 25px
    }
}

.games__body[_ngcontent-ng-c1093134204] .quest[_ngcontent-ng-c1093134204] {
    margin: 0 auto 20px;
    max-width: 1160px;
    height: 40px
}

.games-header[_ngcontent-ng-c1093134204] {
    --games-header-items-padding-horizontal: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.games-header[_ngcontent-ng-c1093134204]::-webkit-scrollbar {
    display: none
}

@media (min-width:768px) {
    .games-header[_ngcontent-ng-c1093134204] {
        --games-header-items-padding-horizontal: 0;
        gap: 20px;
        margin-left: 0;
        margin-bottom: 25px
    }
}

@media (min-width:992px) {
    .games-header[_ngcontent-ng-c1093134204] {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .games-header[_ngcontent-ng-c1093134204] {
        margin-left: auto;
        margin-right: auto;
        max-width: 1166px
    }
}

[_nghost-ng-c1511564347] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px
}

[_nghost-ng-c1511564347] .games-header__container[_ngcontent-ng-c1511564347] {
    --accent-1-button-bg: var(--games-header-button-bg);
    --accent-1-button-text-color: var(--games-header-button-text-color);
    --accent-1-button-border: 1px solid var(--games-header-button-bg);
    --accent-1-button-hover-bg: var(--games-header-button-hover-bg);
    --button-border-radius: var(--game-button-radius);
    --text-size--xs: 12px;
    --text-size--sm: 14px;
    white-space: nowrap;
    gap: 5px;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

[_nghost-ng-c1511564347] .games-header__container[_ngcontent-ng-c1511564347]::-webkit-scrollbar {
    display: none
}

[_nghost-ng-c1511564347] .games-header__container-search[_ngcontent-ng-c1511564347] {
    background: var(--games-header-bg);
    border-radius: var(--game-button-radius);
    box-shadow: inset var(--sm-shadow);
    padding: 5px;
    overflow: visible
}

@media (min-width:320px) {
    [_nghost-ng-c1511564347] .games-header__container-search[_ngcontent-ng-c1511564347] {
        display: none
    }
}

@media (min-width:768px) {
    [_nghost-ng-c1511564347] .games-header__container-search[_ngcontent-ng-c1511564347] {
        display: block
    }
}

@media (min-width:992px) {
    [_nghost-ng-c1511564347] .games-header__container-items[_ngcontent-ng-c1511564347] {
        background: var(--games-header-bg);
        border-radius: var(--game-button-radius);
        box-shadow: inset var(--sm-shadow);
        padding-left: 5px;
        padding-right: 5px
    }
}

[_nghost-ng-c1511564347] .games-header__container-items[_ngcontent-ng-c1511564347]:has(.game-arrow__left[disabled=true]):before {
    display: none
}

[_nghost-ng-c1511564347] .games-header__container-items[_ngcontent-ng-c1511564347]:has(.game-arrow__right[disabled=true]):after {
    display: none
}

[_nghost-ng-c1511564347] .games-header__container-items[_ngcontent-ng-c1511564347]:before,
[_nghost-ng-c1511564347] .games-header__container-items[_ngcontent-ng-c1511564347]:after {
    content: "";
    position: absolute;
    height: calc(100% - 10px);
    width: 100px;
    z-index: 1;
    display: none
}

@media (min-width:992px) {

    [_nghost-ng-c1511564347] .games-header__container-items[_ngcontent-ng-c1511564347]:before,
    [_nghost-ng-c1511564347] .games-header__container-items[_ngcontent-ng-c1511564347]:after {
        display: block
    }
}

[_nghost-ng-c1511564347] .games-header__container-items[_ngcontent-ng-c1511564347]:before {
    left: 5px;
    border-bottom-left-radius: var(--game-button-radius);
    border-top-left-radius: var(--game-button-radius);
    background: linear-gradient(270deg, rgba(245, 245, 245, 0) 22.22%, var(--games-header-bg) 43.51%, var(--games-header-bg) 92.44%)
}

[_nghost-ng-c1511564347] .games-header__container-items[_ngcontent-ng-c1511564347]:after {
    right: 5px;
    border-bottom-right-radius: var(--game-button-radius);
    border-top-right-radius: var(--game-button-radius);
    background: linear-gradient(90deg, rgba(245, 245, 245, 0) 22.22%, var(--games-header-bg) 43.51%, var(--games-header-bg) 92.44%)
}

[_nghost-ng-c1511564347] .games-header__arrow[_ngcontent-ng-c1511564347] {
    z-index: 2;
    display: none
}

@media (min-width:992px) {
    [_nghost-ng-c1511564347] .games-header__arrow[_ngcontent-ng-c1511564347] {
        display: flex
    }
}

[_nghost-ng-c1511564347] .games-header__items[_ngcontent-ng-c1511564347] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
    scrollbar-width: none;
    gap: 5px;
    padding: 5px var(--games-header-items-padding-horizontal, 0)
}

[_nghost-ng-c1511564347] .games-header__items[_ngcontent-ng-c1511564347]::-webkit-scrollbar {
    display: none
}

@media (min-width:768px) {
    [_nghost-ng-c1511564347] .games-header__items[_ngcontent-ng-c1511564347] {
        gap: 12px
    }
}

@media (min-width:992px) {
    [_nghost-ng-c1511564347] .games-header__items[_ngcontent-ng-c1511564347] {
        padding-left: 5px;
        padding-right: 5px
    }
}

[_nghost-ng-c1511564347] .games-header__item[_ngcontent-ng-c1511564347] {
    -webkit-user-select: none;
    user-select: none
}

[_nghost-ng-c1511564347] .games-header__item[_ngcontent-ng-c1511564347] button {
    box-shadow: var(--sm-shadow);
    padding: 0 15px 0 8px;
    min-width: auto;
    background-color: var(--main-page-section-button-bg)
}

[_nghost-ng-c1511564347] .games-header__item[_ngcontent-ng-c1511564347] button:hover {
    background: var(--main-page-section-button-hover-bg)
}

[_nghost-ng-c1511564347] .games-header__item[_ngcontent-ng-c1511564347] button:active {
    box-shadow: var(--main-page-section-button-pressed-shadow);
    background: var(--main-page-section-button-pressed-bg)
}

[_nghost-ng-c1511564347] .games-header__item[_ngcontent-ng-c1511564347] button:active div {
    color: var(--main-page-section-button-pressed-color)
}

@media (min-width:768px) {
    [_nghost-ng-c1511564347] .games-header__item[_ngcontent-ng-c1511564347] button {
        padding: 0 15px 0 10px
    }
}

[_nghost-ng-c1511564347] .games-header__item-search[_ngcontent-ng-c1511564347] button {
    min-width: 180px
}

[_nghost-ng-c1511564347] .games-header__item-search[_ngcontent-ng-c1511564347] button:active {
    box-shadow: var(--main-page-search-button-pressed-shadow)
}

[_nghost-ng-c1511564347] .games-header__item-content[_ngcontent-ng-c1511564347] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--main-fonts);
    font-size: var(--text-size--xs);
    color: var(--main-page-section-button-color);
    font-weight: 600;
    line-height: 16px;
    gap: 5px
}

@media (min-width:768px) {
    [_nghost-ng-c1511564347] .games-header__item-content[_ngcontent-ng-c1511564347] {
        gap: 8px;
        font-size: var(--text-size--sm);
        line-height: 20px
    }
}

@media (min-width:320px) {
    [_nghost-ng-c1511564347] .games-header__item-content[_ngcontent-ng-c1511564347] img[_ngcontent-ng-c1511564347] {
        max-width: 16px;
        max-height: 16px
    }
}

@media (min-width:768px) {
    [_nghost-ng-c1511564347] .games-header__item-content[_ngcontent-ng-c1511564347] img[_ngcontent-ng-c1511564347] {
        max-width: 22px;
        max-height: 22px
    }
}

@media (min-width:768px) {
    [_nghost-ng-c1511564347] .games-header__item[_ngcontent-ng-c1511564347]:last-child:not(.games-header__item-search) {
        margin-right: 20px
    }
}

@media (min-width:992px) {
    [_nghost-ng-c1511564347] .games-header__item[_ngcontent-ng-c1511564347]:last-child:not(.games-header__item-search) {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .banner-slider {
        height: 100%
    }
}

.banners-slider-container {
    padding: 0 20px;
    overflow: hidden
}

@media (min-width:768px) {
    .banners-slider-container {
        border-radius: 0;
        padding: 0
    }
}

@media (min-width:1200px) {
    .banners-slider-container {
        width: 1160px
    }
}

.silver-main-banner {
    height: 145px;
    width: 100vw;
    margin-left: -20px;
    overflow: hidden;
    border-radius: var(--main-banner-border-radius)
}

.silver-main-banner__container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    touch-action: none
}

@media (min-width:768px) {
    .silver-main-banner {
        width: 100%;
        height: 100%;
        margin-left: 0
    }

    .silver-main-banner__container {
        position: relative
    }
}

.swiper-pagination {
    display: none
}

@media (min-width:768px) {
    .swiper-pagination {
        display: flex;
        height: 30px;
        max-width: 728px;
        justify-content: end;
        margin: 0 auto;
        position: absolute;
        bottom: 25px;
        right: 40px;
        z-index: 10;
        width: max-content
    }
}

@media (min-width:880px) {
    .swiper-pagination {
        max-width: 840px
    }
}

@media (min-width:992px) {
    .swiper-pagination {
        max-width: 944px
    }
}

@media (min-width:1200px) {
    .swiper-pagination {
        max-width: 1160px
    }
}

.swiper-pagination-bullet {
    width: 100%;
    height: 1px;
    background: var(--color-white-transparency-5);
    border-radius: 100%;
    border: none !important;
    cursor: pointer;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: var(--accent-1-title-color)
}

@media (min-width:768px) {
    .swiper-pagination-bullet {
        width: 13px;
        height: 13px
    }
}

@media (min-width:768px) {
    .swiper-pagination-bullet {
        right: 50px;
        visibility: visible;
        margin-right: 10px
    }
}

@media (min-width:992px) {
    .swiper-pagination-bullet {
        bottom: 30px
    }
}

@media (min-width:1200px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width:420px) {}

@media (min-width:768px) {}

[_nghost-ng-c2120848486] {
    display: flex;
    flex-direction: column
}

@media (min-width:320px) {
    [_nghost-ng-c2120848486] {
        gap: 15px
    }
}

@media (min-width:768px) {
    [_nghost-ng-c2120848486] {
        gap: 20px
    }
}

[_nghost-ng-c2120848486] .search-dialog__section__header[_ngcontent-ng-c2120848486] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

[_nghost-ng-c2120848486] .search-dialog__section__title[_ngcontent-ng-c2120848486] {
    color: var(--search-body-title-text-color);
    text-transform: uppercase;
    -webkit-user-select: none;
    user-select: none
}

@media (min-width:320px) {
    [_nghost-ng-c2120848486] .search-dialog__section__title[_ngcontent-ng-c2120848486] {
        font-size: var(--text-size--sm)
    }
}

@media (min-width:768px) {
    [_nghost-ng-c2120848486] .search-dialog__section__title[_ngcontent-ng-c2120848486] {
        font-size: var(--text-size--l)
    }
}

[_nghost-ng-c2120848486] .search-dialog__section__navigation-group[_ngcontent-ng-c2120848486] {
    display: flex;
    align-items: center;
    gap: 10px
}

[_nghost-ng-c2120848486] .search-dialog__section__show-all[_ngcontent-ng-c2120848486] {
    color: var(--game-show-all-button-text);
    font-family: var(--main-fonts);
    font-size: var(--text-size--xs);
    line-height: 1.4;
    -webkit-user-select: none;
    user-select: none;
    font-weight: 600;
    background-color: var(--game-show-all-button-bg);
    box-shadow: var(--sm-shadow);
    border-radius: var(--game-button-radius);
    display: block;
    transition: color .3s, background-color .3s
}

[_nghost-ng-c2120848486] .search-dialog__section__show-all[_ngcontent-ng-c2120848486]:hover {
    color: var(--game-show-all-button-hover-text);
    background-color: var(--game-show-all-button-hover-bg)
}

[_nghost-ng-c2120848486] .search-dialog__section__show-all[_ngcontent-ng-c2120848486]:active {
    color: var(--game-show-all-button-active-text);
    background-image: var(--game-show-all-button-active-bg)
}

@media (min-width:320px) {
    [_nghost-ng-c2120848486] .search-dialog__section__show-all[_ngcontent-ng-c2120848486] {
        padding: 4px 10px;
        line-height: 16px;
        font-size: var(--text-size--xs)
    }
}

@media (min-width:768px) {
    [_nghost-ng-c2120848486] .search-dialog__section__show-all[_ngcontent-ng-c2120848486] {
        padding: 10px 25px;
        line-height: 20px;
        font-size: var(--text-size--sm)
    }
}

@media (min-width:768px) {}

@media (min-width:992px) {}

.providers-header[_ngcontent-ng-c2120848486] {
    display: flex;
    align-items: center
}

.providers-header__title[_ngcontent-ng-c2120848486] {
    font-weight: 400;
    font-family: var(--main-fonts);
    font-size: var(--text-size--sm);
    margin-left: 5px;
    line-height: 1
}

.providers-header__icon[_ngcontent-ng-c2120848486] {
    height: 33px
}

@media (max-width:768px) {
    .providers-header__icon[_ngcontent-ng-c2120848486] {
        height: 20px
    }

    .providers-header__title[_ngcontent-ng-c2120848486] {
        margin-left: 5px
    }
}

@media (min-width:768px) {
    .providers-header__icon[_ngcontent-ng-c2120848486] {
        height: 28px
    }

    .providers-header__title[_ngcontent-ng-c2120848486] {
        font-size: var(--text-size--l) !important;
        margin-left: 10px
    }
}

@media (min-width:992px) {
    .providers-header__title[_ngcontent-ng-c2120848486] {
        font-size: var(--h4-size) !important;
        margin-left: 15px
    }

    .providers-header__icon[_ngcontent-ng-c2120848486] {
        height: 36px
    }
}

.providers-header__show-all[_ngcontent-ng-c2120848486] {
    padding: 4px 10px;
    margin-right: 3px
}

@media (min-width:768px) and (max-width:991px) {
    .providers-header__show-all[_ngcontent-ng-c2120848486] {
        padding: 5px 25px !important
    }
}

.providers-header__show-all[_ngcontent-ng-c2120848486]:hover {
    color: var(--game-show-all-button-hover-text);
    background-color: var(--game-show-all-button-hover-bg)
}

.providers-header__show-all[_ngcontent-ng-c2120848486]:active {
    color: var(--game-show-all-button-active-text);
    background-image: var(--game-show-all-button-active-bg)
}

.games-arrows[_ngcontent-ng-c583729541] {
    display: none
}

@media (min-width:992px) {
    .games-arrows[_ngcontent-ng-c583729541] {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px
    }
}

[_nghost-ng-c1540274607]:not(.section):not(.grid-wrapper) {
    height: calc(var(--provider-card-height) + 6px)
}

[_nghost-ng-c1540274607]:not(.section) .providers-grid[_ngcontent-ng-c1540274607] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: var(--providers-gap);
    height: calc(var(--provider-card-height) + 6px);
    max-width: unset;
    width: auto;
    padding: 0 20px 4px;
    position: static;
    left: 0;
    flex-wrap: unset;
    margin: 0-20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    overflow-y: hidden;
    overflow-x: scroll
}

[_nghost-ng-c1540274607]:not(.section) .providers-grid[_ngcontent-ng-c1540274607]::-webkit-scrollbar {
    display: none
}

[_nghost-ng-c1540274607]:not(.section) .providers-grid__main[_ngcontent-ng-c1540274607] {
    height: unset;
    gap: 10px
}

@media (min-width:992px) {
    [_nghost-ng-c1540274607]:not(.section) .providers-grid__main[_ngcontent-ng-c1540274607] {
        gap: 15px
    }
}

@media (min-width:768px) {
    [_nghost-ng-c1540274607]:not(.section) .providers-grid[_ngcontent-ng-c1540274607] {
        margin: 0-30px;
        padding: 0 30px 4px
    }
}

@media (min-width:992px) {
    [_nghost-ng-c1540274607]:not(.section) .providers-grid[_ngcontent-ng-c1540274607] {
        padding: 0 0 4px;
        width: auto;
        position: relative;
        margin: 0
    }
}

@media (max-width:767px) {
    [_nghost-ng-c1540274607]:not(.section)[class*=mobile-rows-] .providers-grid[_ngcontent-ng-c1540274607] {
        height: auto;
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: auto;
        padding-bottom: 4px
    }

    [_nghost-ng-c1540274607]:not(.section).mobile-rows-3 {
        height: calc(var(--provider-card-height)*3 + var(--providers-gap)*2)
    }

    [_nghost-ng-c1540274607]:not(.section).mobile-rows-3__main {
        height: unset
    }

    [_nghost-ng-c1540274607]:not(.section).mobile-rows-3 .providers-grid[_ngcontent-ng-c1540274607] {
        grid-template-rows: repeat(3, 1fr)
    }

    [_nghost-ng-c1540274607]:not(.section).mobile-rows-3 .providers-grid__main[_ngcontent-ng-c1540274607] {
        display: flex;
        flex-direction: row
    }
}

@media (max-width:1800px) {}

@media (max-width:1024px) {}

@media (max-width:767px) {}

@keyframes _ngcontent-ng-c1540274607_shimmer {
    0% {
        background-position: 200%0
    }

    to {
        background-position: -200%0
    }
}

[_nghost-ng-c1864524324] {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    touch-action: manipulation;
    position: relative;
    margin: 0;
    box-shadow: var(--sm-shadow);
    background-color: var(--games-arrow-button-bg);
    border: 1px solid var(--games-arrow-button-bg);
    border-radius: var(--game-button-radius);
    cursor: pointer;
    transition: box-shadow .3s, background-color .3s
}

[_nghost-ng-c1864524324] svg[_ngcontent-ng-c1864524324] {
    transition: opacity .3s
}

[_nghost-ng-c1864524324] svg[_ngcontent-ng-c1864524324] path[_ngcontent-ng-c1864524324] {
    transition: stroke .3s;
    stroke: var(--games-arrow-color)
}

[disabled=true][_nghost-ng-c1864524324],
[_nghost-ng-c1864524324]:active {
    box-shadow: none
}

[disabled=true][_nghost-ng-c1864524324] svg[_ngcontent-ng-c1864524324] {
    opacity: .3
}

[disabled=true][_nghost-ng-c1864524324] {
    cursor: unset
}

[_nghost-ng-c1864524324]:not([disabled=true]):hover {
    background-color: var(--games-arrow-button-hover-bg);
    border-color: var(--games-arrow-button-bg)
}

[_nghost-ng-c1864524324]:not([disabled=true]):hover svg[_ngcontent-ng-c1864524324] path[_ngcontent-ng-c1864524324] {
    stroke: var(--games-arrow-hover-color)
}

.game-arrow__left[_nghost-ng-c1864524324] svg[_ngcontent-ng-c1864524324] {
    transform: rotate(180deg)
}

.game-arrow__right[_nghost-ng-c1864524324] svg[_ngcontent-ng-c1864524324] {
    transform: rotate(0)
}

.slide-banner__additional-button {
    position: relative;
    box-sizing: border-box;
    font-family: var(--button-font);
    text-transform: var(--button-text-transform)
}

.slide-banner__button:hover {
    background-color: var(--primary-button-hover-bg)
}

.slide-banner__button:active {
    background-color: var(--primary-button-pressed-bg);
    color: var(--primary-button-pressed-color);
    box-shadow: none
}

.slide-banner__button:disabled {
    background-color: var(--primary-button-disabled-bg) !important;
    color: var(--primary-button-disabled-color) !important;
    border-color: transparent !important;
    box-shadow: none !important;
    cursor: default;
    opacity: var(--opacity-button-disabled)
}

.slide-banner {
    position: relative;
    min-height: 145px;
    height: 145px;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
    display: block
}

.slide-banner__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.slide-banner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: var(--main-banner-border-radius)
}

.slide-banner__info-body {
    padding: 20px 15px 20px 20px;
    display: flex;
    height: 100%
}

.slide-banner__info {
    position: relative;
    z-index: 1;
    text-align: start;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    padding-bottom: 0
}

.slide-banner__with-title {
    justify-content: space-between
}

.slide-banner__title {
    color: var(--accent-1-title-color);
    font-weight: 400;
    font-family: var(--main-fonts-bold);
    font-size: var(--text-size--sm);
    line-height: 1.4;
    text-align: start;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .3)
}

@media (min-width:992px) {
    .slide-banner__title {
        max-width: 50%
    }
}

.slide-banner__button-group {
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
    gap: 10px
}

.slide-banner__additional-button {
    width: fit-content;
    min-width: unset !important;
    color: var(--primary-text-color);
    font-weight: 400;
    line-height: 16px;
    border-radius: var(--game-button-radius);
    border: solid 1px var(--primary-border-color);
    background: #000000b3;
    padding: 7px 20px;
    font-size: var(--text-size--xs);
    min-height: 30px;
    height: 30px;
    transition: background-color .3s, border-color .3s, color .3s;
    cursor: pointer
}

.slide-banner__additional-button:hover {
    border-color: var(--main-banner-add-btn-border-hover);
    color: var(--main-banner-add-btn-text-hover);
    background: var(--main-banner-add-btn-bg-hover)
}

.slide-banner__button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px !important;
    height: 30px !important;
    min-width: unset !important;
    white-space: nowrap;
    padding: 7px 20px !important;
    width: fit-content;
    font-size: var(--text-size--xs) !important;
    border-radius: var(--game-button-radius) !important
}

@media (min-width:768px) {
    .slide-banner {
        min-height: 320px;
        height: 320px;
        width: auto;
        justify-content: flex-start
    }

    .slide-banner__info {
        position: relative;
        z-index: 1;
        align-items: start;
        padding-bottom: 40px;
        margin: 0
    }

    .slide-banner__info-body {
        padding: 40px
    }

    .slide-banner__with-title {
        justify-content: space-between;
        min-height: unset;
        height: 100%;
        padding: unset
    }

    .slide-banner__button-group {
        flex-direction: row;
        align-items: baseline;
        gap: 15px
    }

    .slide-banner__additional-button {
        min-height: 50px;
        font-size: var(--text-size--sm);
        padding: 13px 30px
    }

    .slide-banner__button {
        min-height: 50px !important;
        padding: 13px 30px !important;
        font-size: var(--text-size--sm) !important
    }

    .slide-banner__title {
        text-align: start;
        font-size: var(--h3-size)
    }
}

@media (min-width:992px) {
    .slide-banner__title {
        font-size: var(--h2-size);
        line-height: 36px
    }
}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

.provider-card[_ngcontent-ng-c2741665611] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--providers-card-bg);
    box-shadow: var(--providers-card-shadow);
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden;
    box-sizing: border-box
}

.provider-card__main[_ngcontent-ng-c2741665611] {
    width: 146px;
    height: 58px;
    border-radius: 15px;
    min-width: 146px
}

@media (min-width:768px) {
    .provider-card__main[_ngcontent-ng-c2741665611] {
        width: 156px;
        height: 80px
    }
}

@media (min-width:992px) {
    .provider-card__main[_ngcontent-ng-c2741665611] {
        width: 180px;
        height: 96px
    }
}

@media (min-width:1200px) {
    .provider-card__main[_ngcontent-ng-c2741665611] {
        width: 220px;
        height: 118px
    }
}

.provider-card[_ngcontent-ng-c2741665611] img[_ngcontent-ng-c2741665611] {
    display: inline-block;
    max-width: 100%;
    max-height: 90%
}

.games-section__header[_ngcontent-ng-c934223269] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-top: 5px
}

.games-section__header__block[_ngcontent-ng-c934223269] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-user-select: none;
    user-select: none
}

.games-section__arrows[_ngcontent-ng-c934223269] {
    display: none
}

.games-section__title[_ngcontent-ng-c934223269] {
    color: var(--secondary-text-color);
    font-weight: 400;
    font-family: var(--main-fonts);
    font-size: var(--text-size--sm);
    text-transform: uppercase;
    margin-left: 5px;
    line-height: 1
}

.games-section__show-all[_ngcontent-ng-c934223269] {
    color: var(--game-show-all-button-text);
    font-family: var(--main-fonts);
    font-size: var(--text-size--xs);
    font-weight: 600;
    line-height: 16px;
    background-color: var(--game-show-all-button-bg);
    box-shadow: var(--sm-shadow);
    border-radius: var(--game-button-radius);
    display: block;
    padding: 4px 10px;
    margin-right: 3px;
    transition: color .3s, background-color .3s
}

.games-section__show-all[_ngcontent-ng-c934223269]:hover {
    color: var(--game-show-all-button-hover-text);
    background-color: var(--game-show-all-button-hover-bg)
}

.games-section__show-all[_ngcontent-ng-c934223269]:active {
    color: var(--game-show-all-button-active-text);
    background-image: var(--game-show-all-button-active-bg)
}

@media (min-width:768px) {
    .games-section__show-all[_ngcontent-ng-c934223269] {
        padding: 5px 25px;
        font-size: var(--text-size--sm);
        line-height: 20px
    }

    .games-section__header[_ngcontent-ng-c934223269] {
        margin-bottom: 25px
    }

    .games-section__title[_ngcontent-ng-c934223269] {
        font-size: var(--text-size--l);
        margin-left: 10px
    }
}

@media (min-width:992px) {
    .games-section__arrows[_ngcontent-ng-c934223269] {
        display: block
    }

    .games-section__show-all[_ngcontent-ng-c934223269] {
        padding: 10px 25px;
        font-size: var(--text-size--sm);
        line-height: 20px;
        margin-left: 10px
    }

    .games-section__title[_ngcontent-ng-c934223269] {
        margin-left: 15px;
        font-size: var(--h4-size)
    }
}

@media (min-width:1200px) {
    .games-section__show-all[_ngcontent-ng-c934223269] {
        margin-left: 45px
    }
}

.silver-games-section[_ngcontent-ng-c934223269] .games-section__icon[_ngcontent-ng-c934223269] {
    height: 20px
}

@media (min-width:768px) {
    .silver-games-section[_ngcontent-ng-c934223269] .games-section__icon[_ngcontent-ng-c934223269] {
        height: 28px
    }
}

@media (min-width:992px) {
    .silver-games-section[_ngcontent-ng-c934223269] .games-section__icon[_ngcontent-ng-c934223269] {
        height: 33px
    }
}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width:992px) {}

@media (min-width:992px) {}

@media (min-width:992px) {}

@media (min-width:992px) {}

@media (min-width:992px) {}

[_nghost-ng-c959836743] {
    display: block;
    width: 100%
}

.mobile-nav[_ngcontent-ng-c959836743] {
    width: 100%;
    height: 34px;
    background-color: var(--header-sections-bg);
    box-shadow: var(--sm-shadow)
}

@media (min-width:768px) {
    .mobile-nav[_ngcontent-ng-c959836743] {
        height: 40px
    }
}

.mobile-nav__wrapper[_ngcontent-ng-c959836743] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

@media (min-width:768px) {
    .mobile-nav__wrapper[_ngcontent-ng-c959836743] {
        padding: 0 30px
    }
}

@media (min-width:992px) {
    .mobile-nav__wrapper[_ngcontent-ng-c959836743] {
        padding: 0 40px
    }
}

@media (min-width:1200px) {
    .mobile-nav__wrapper[_ngcontent-ng-c959836743] {
        max-width: 1160px;
        margin: 0 auto;
        padding: 0
    }
}

.mobile-nav__item[_ngcontent-ng-c959836743] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-family: var(--main-fonts);
    font-size: var(--text-size--xs);
    line-height: 1.4;
    width: 100%;
    height: 100%;
    color: var(--header-nav-text-color);
    border-right: var(--header-nav-items-separator-bg);
    text-transform: uppercase;
    cursor: pointer
}

@media (min-width:768px) {
    .mobile-nav__item[_ngcontent-ng-c959836743] {
        font-size: var(--main-font-size)
    }
}

.mobile-nav__item[_ngcontent-ng-c959836743]:hover {
    font-weight: 700;
    color: var(--header-nav-text-active-color)
}

.mobile-nav__item[_ngcontent-ng-c959836743]:last-child {
    border: none
}

.mobile-nav__item[_ngcontent-ng-c959836743] img[_ngcontent-ng-c959836743] {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

@media (min-width:768px) {
    .mobile-nav__item[_ngcontent-ng-c959836743] img[_ngcontent-ng-c959836743] {
        width: 20px;
        height: 20px;
        margin-right: 6px
    }
}

@keyframes _ngcontent-ng-c2871435817_swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:0) and (max-width:1023px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@media screen and (max-width:768px) and (orientation:landscape) {}

@media screen and (min-width:568px) and (orientation:portrait) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (max-width:440px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c2871435817_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

@media screen and (orientation:landscape) {}

@media screen and (orientation:landscape) {}

@media screen and (orientation:landscape) {}

@media screen and (orientation:landscape) {}

@media screen and (orientation:landscape) and (min-width:1280px) {}

@media screen and (orientation:landscape) {}

@media screen and (orientation:landscape) {}

@keyframes _ngcontent-ng-c3431196065_swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:0) and (max-width:1023px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@media screen and (max-width:768px) and (orientation:landscape) {}

@media screen and (min-width:568px) and (orientation:portrait) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (max-width:440px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c3431196065_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c421357696_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:0) and (max-width:1023px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@media screen and (max-width:768px) and (orientation:landscape) {}

@media screen and (min-width:568px) and (orientation:portrait) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (max-width:440px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c2179325936_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

@keyframes _ngcontent-ng-c2179325936_swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@media screen and (min-width:575px) {}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@keyframes _ngcontent-ng-c2179325936_zoom-in-zoom-out {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes _ngcontent-ng-c1369835200_swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:0) and (max-width:1023px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@media screen and (max-width:768px) and (orientation:landscape) {}

@media screen and (min-width:568px) and (orientation:portrait) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (max-width:440px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c1369835200_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c3684183208_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

@keyframes _ngcontent-ng-c3684183208_rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes _ngcontent-ng-c3684183208_clipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100%0, 100%0, 100%0, 100%0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100%0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100%0, 100% 100%, 0 100%, 0 100%)
    }

    to {
        clip-path: polygon(50% 50%, 0 0, 100%0, 100% 100%, 0 100%, 0 0)
    }
}

.main[_ngcontent-ng-c970309811] .games-grid[_ngcontent-ng-c970309811] {
    will-change: scroll-position;
    -webkit-user-select: none;
    user-select: none;
    cursor: grab
}

@media (min-width:768px) {
    .main[_ngcontent-ng-c970309811] .games-grid[_ngcontent-ng-c970309811] {
        justify-content: flex-start;
        max-width: calc(var(--game-width)*4 + var(--games-gap)*3)
    }
}

@media (min-width:992px) {
    .main[_ngcontent-ng-c970309811] .games-grid[_ngcontent-ng-c970309811] {
        max-width: calc(var(--game-width)*5 + var(--games-gap)*4)
    }
}

.main[_ngcontent-ng-c970309811] .games-grid__game[_ngcontent-ng-c970309811] {
    width: var(--game-width);
    height: var(--game-height);
    position: relative;
    overflow: hidden;
    border-radius: var(--game-border-radius);
    box-shadow: var(--sm-shadow);
    background: var(--extra-2-bg-color)
}

@media (min-width:992px) {}

@media (min-width:620px) {}

@media (min-width:992px) {}

.main[_ngcontent-ng-c970309811] {
    box-sizing: content-box
}

.main[_ngcontent-ng-c970309811] .games-grid[_ngcontent-ng-c970309811] {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    max-width: unset;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    left: 0;
    flex-wrap: unset;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    overflow-x: scroll
}

.main[_ngcontent-ng-c970309811] .games-grid[_ngcontent-ng-c970309811]::-webkit-scrollbar {
    display: none
}

.main[_ngcontent-ng-c970309811] .games-grid__game[_ngcontent-ng-c970309811] {
    min-width: var(--game-width)
}

@media (min-width:992px) {
    .main[_ngcontent-ng-c970309811] .games-grid[_ngcontent-ng-c970309811] {
        gap: var(--games-gap, 11px);
        padding: 0;
        width: auto;
        position: relative
    }
}

@media (min-width:1200px) {
    .main[_ngcontent-ng-c970309811] .games-grid[_ngcontent-ng-c970309811] {
        gap: var(--games-gap, 15px)
    }
}

.main.mobile-rows-2[_ngcontent-ng-c970309811] {
    height: calc(var(--game-height)*2 + var(--games-gap))
}

.main.mobile-rows-2[_ngcontent-ng-c970309811] .games-grid[_ngcontent-ng-c970309811] {
    height: auto;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: auto;
    padding-bottom: 4px;
    margin: unset
}

@media (min-width:992px) {
    .main.desktop-rows-2[_ngcontent-ng-c970309811] {
        height: calc(var(--game-height)*2 + var(--games-gap))
    }

    .main.desktop-rows-2[_ngcontent-ng-c970309811] .games-grid[_ngcontent-ng-c970309811] {
        height: auto;
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: auto;
        padding-bottom: 4px;
        margin: unset
    }
}

@media (min-width:768px) {}

@media (min-width:992px) {}

.game[_ngcontent-ng-c4003711132] {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer
}

.game__img[_ngcontent-ng-c4003711132] {
    width: var(--game-width);
    height: var(--game-img-height);
    display: block
}

.game__operator[_ngcontent-ng-c4003711132] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2px;
    height: 16px;
    font-size: 12px
}

.game__operator__img[_ngcontent-ng-c4003711132] {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    box-shadow: var(--sm-shadow);
    border-radius: 3px
}

.game__operator__img[_ngcontent-ng-c4003711132] img[_ngcontent-ng-c4003711132] {
    width: 100%;
    height: 100%
}

@media (min-width:768px) {
    .game__operator[_ngcontent-ng-c4003711132] {
        margin-bottom: 3px
    }
}

@media (min-width:992px) {
    .game__operator[_ngcontent-ng-c4003711132] {
        height: 22px;
        font-size: 14px
    }

    .game__operator__img[_ngcontent-ng-c4003711132] {
        width: 22px;
        height: 22px;
        margin-right: 6px
    }
}

.game__title[_ngcontent-ng-c4003711132] {
    font-weight: 400;
    font-family: var(--main-fonts-bold);
    font-size: var(--text-size--sm);
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .game__title[_ngcontent-ng-c4003711132] {
        margin-bottom: 16px
    }
}

@media (min-width:992px) {
    .game__title[_ngcontent-ng-c4003711132] {
        font-size: var(--main-font-size)
    }
}

.game__overlay[_ngcontent-ng-c4003711132] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--accent-1-bg-color);
    border-radius: 0 0 var(--game-border-radius) var(--game-border-radius);
    padding: 8px 10px 12px;
    max-height: calc(var(--game-height) - var(--game-img-height));
    transition: max-height .3s linear
}

@media (min-width:992px) {
    .game__overlay[_ngcontent-ng-c4003711132] {
        padding: 10px 10px 16px
    }
}

@media (min-width:1200px) {
    .game__overlay[_ngcontent-ng-c4003711132] {
        padding: 10px 15px 16px
    }
}

.game[_ngcontent-ng-c4003711132]:not(.game_mobile):hover .game__overlay[_ngcontent-ng-c4003711132] {
    max-height: var(--game-height)
}

.game[_ngcontent-ng-c4003711132]:not(.game_mobile):hover .game__title[_ngcontent-ng-c4003711132] {
    white-space: normal
}

.game__actions[_ngcontent-ng-c4003711132] {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.game__demo[_ngcontent-ng-c4003711132] {
    color: var(--primary-text-color);
    font-weight: 400;
    font-family: var(--main-fonts);
    font-size: var(--text-size--xs);
    line-height: 1.4;
    text-transform: uppercase
}

.game__demo[_ngcontent-ng-c4003711132]:hover {
    text-decoration: underline
}

.game__button[_ngcontent-ng-c4003711132] {
    margin-right: 17px
}

@media (min-width:1200px) {
    .game__button[_ngcontent-ng-c4003711132] {
        margin-right: 24px
    }
}

.game__button[_ngcontent-ng-c4003711132] .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 30px;
    padding: 7px 17px
}

@media (min-width:1200px) {
    .game__button[_ngcontent-ng-c4003711132] .button {
        height: 40px;
        padding: 10px 33px;
        font-size: var(--text-size--sm)
    }
}

.game-image[_ngcontent-ng-c2239140044] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none
}

.button,
.button--sm {
    min-width: 152px;
    min-height: var(--button-min-heigth);
    position: relative;
    padding: 19px 38px 18px;
    border-radius: var(--button-border-radius);
    line-height: 1;
    box-sizing: border-box;
    font-family: var(--button-font);
    font-size: var(--main-font-size);
    font-weight: var(--button-font-weight);
    cursor: pointer
}

.button--sm {
    min-width: 80px;
    min-height: 30px;
    font-size: var(--text-size--xs)
}

.button {
    color: var(--primary-button-text-color);
    background-color: var(--primary-button-bg);
    border: none;
    box-shadow: none;
    text-transform: var(--button-text-transform)
}

.button--green:hover,
.button:hover {
    background-color: var(--primary-button-hover-bg)
}

.button--green:active,
.button:active {
    background-color: var(--primary-button-pressed-bg);
    color: var(--primary-button-pressed-color);
    box-shadow: none
}

.button--green:disabled,
.button:disabled {
    background-color: var(--primary-button-disabled-bg) !important;
    color: var(--primary-button-disabled-color) !important;
    border-color: transparent !important;
    box-shadow: none !important;
    cursor: default;
    opacity: var(--opacity-button-disabled)
}

.button--gray:hover {
    background-color: var(--secondary-button-hover-bg)
}

.button--gray:active {
    background-color: var(--secondary-button-pressed-bg);
    color: var(--secondary-button-pressed-color);
    box-shadow: none
}

.button--gray:disabled {
    background-color: var(--secondary-button-disabled-bg) !important;
    color: var(--secondary-button-disabled-color) !important;
    border-color: var(--secondary-button-disabled-border) !important;
    box-shadow: none !important;
    cursor: default;
    opacity: var(--opacity-button-disabled)
}

.button--white:hover {
    background-color: var(--accent-1-button-hover-bg)
}

.button--white:active {
    background-color: var(--accent-1-button-pressed-bg);
    color: var(--accent-1-button-pressed-color);
    box-shadow: none
}

.button--white:disabled {
    background-color: var(--accent-1-button-disabled-bg) !important;
    color: var(--accent-1-button-disabled-color) !important;
    border-color: transparent !important;
    box-shadow: none !important;
    cursor: default;
    opacity: var(--opacity-button-disabled)
}

.button__loader {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c4276083766_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

@keyframes _ngcontent-ng-c4276083766_anim-bg {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 1000% 1000%
    }
}

@keyframes _ngcontent-ng-c4276083766_ping {
    0% {
        filter: drop-shadow(0 0 6px currentColor)
    }

    50% {
        filter: drop-shadow(0 0 10px currentColor)
    }

    to {
        filter: drop-shadow(0 0 6px currentColor)
    }
}

@media screen and (max-width:1023px) and (orientation:portrait) {}

@media screen and (max-width:768px) and (orientation:landscape) {}

@media screen and (max-width:1023px) and (orientation:portrait) {}

@media screen and (max-width:768px) and (orientation:landscape) {}

@keyframes _ngcontent-ng-c1607323724_swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:0) and (max-width:1023px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@media screen and (max-width:768px) and (orientation:landscape) {}

@media screen and (min-width:568px) and (orientation:portrait) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (max-width:440px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c1607323724_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@media screen and (max-width:768px) and (orientation:portrait) {}

@keyframes _ngcontent-ng-c1220466861_swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:0) and (max-width:1023px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@media screen and (max-width:768px) and (orientation:landscape) {}

@media screen and (min-width:568px) and (orientation:portrait) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (max-width:440px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c1220466861_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

@media screen and (min-width:768px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@keyframes _ngcontent-ng-c3376617276_swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:0) and (max-width:1023px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@media screen and (max-width:768px) and (orientation:landscape) {}

@media screen and (min-width:568px) and (orientation:portrait) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (max-width:440px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c3376617276_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

@media screen and (min-width:768px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@keyframes _ngcontent-ng-c3739393618_swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:0) and (max-width:1023px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@media screen and (max-width:768px) and (orientation:landscape) {}

@media screen and (min-width:568px) and (orientation:portrait) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (max-width:440px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c3739393618_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

@media not all and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@keyframes _ngcontent-ng-c1543565671_swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:0) and (max-width:1023px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@media screen and (max-width:768px) and (orientation:landscape) {}

@media screen and (min-width:568px) and (orientation:portrait) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (max-width:440px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c1543565671_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {}

@media screen and (min-width:1024px) {}

@media screen and (min-width:1280px) {}

@keyframes _ngcontent-ng-c1024693588_swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:0) and (max-width:1023px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@media screen and (max-width:768px) and (orientation:landscape) {}

@media screen and (min-width:568px) and (orientation:portrait) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (max-width:440px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c1024693588_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

@keyframes _ngcontent-ng-c1121958622_swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:0) and (max-width:1023px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@media screen and (max-width:768px) and (orientation:landscape) {}

@media screen and (min-width:568px) and (orientation:portrait) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (max-width:440px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c1121958622_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

@media screen and (min-width:1024px) {}

@keyframes _ngcontent-ng-c3874909934_swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:0) and (max-width:1023px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@media screen and (max-width:768px) and (orientation:landscape) {}

@media screen and (min-width:568px) and (orientation:portrait) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (max-width:440px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@media screen and (min-width:441px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {}

@media screen and (min-width:768px) {}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c3874909934_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

@font-face {
    font-family: Inter;
    src:
        /* original URL: /play/gpwc/pg-game-page/media/Inter-Variable.ttf */
        url(../fonts/34.ttf)format("truetype");
    font-weight: 125 950;
    font-style: normal
}

@keyframes _ngcontent-ng-c1698176946_pulse {
    0% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }

    50% {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #d1f5e0, 0 0 0 5px #000, 0 0 0 6px #7ee2a8
    }

    to {
        box-shadow: 0 0 0 2px #000, 0 0 0 3px #69dd9a, 0 0 0 5px #000, 0 0 0 6px #bcf0d2
    }
}

.sidebar-icon-container[_ngcontent-ng-c768438454] {
    display: flex;
    position: relative;
    cursor: pointer
}

.sidebar-icon-container[_ngcontent-ng-c768438454] .sidebar-icon[_ngcontent-ng-c768438454] {
    display: block
}

.sidebar-icon-container[_ngcontent-ng-c768438454] .sidebar-icon-hover[_ngcontent-ng-c768438454],
.sidebar-icon-container[_ngcontent-ng-c768438454]:hover .sidebar-icon[_ngcontent-ng-c768438454] {
    /* display: none */
}

.sf-hidden {
    display: none !important
}

img[src="data:,"],
source[src="data:,"] {
    display: none !important
}

.textSeo {
    padding: 60px 0;
}
.textSeo .container {
 max-width: 1160px;  
 margin: 0 auto 
}
.textSeo p {
    line-height: 1.4;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
.game__operator__img {
    display: none
}
@media (max-width: 767px) {
    .textSeo {
        padding: 0 20px!important;
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}
@media (max-width: 575px) {
    .page-header__rewards-icon {
        display: none!important;
    }
    .button--md[_ngcontent-ng-c44422944] {
        min-width: 50px;
        min-height: 36px;
        padding: 5px 10px;
        font-size: 12px;
    }
    gg-layout-logo img {
        max-width: 100%;
    }
    .page-header__container {
        gap: 10px;
    }
}
