a,
body,
div,
form,
h1,
header,
html,
img,
ins,
p,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Roboto, sans-serif;
    vertical-align: baseline
}

header {
    display: block
}

h1 {
    font-weight: 400
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: none
}

*,
:after,
:before {
    box-sizing: inherit
}

input {
    -webkit-appearance: none
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

body {
    font-family: Exo\ 2, sans-serif;
    background: #fff;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 600;
    color: #1e1e1e
}

@media only screen and (min-width:640px) {
    body {
        font-size: 16px
    }
}

.page {
    min-height: 100vh;
    min-width: 320px
}

.content,
.page {
    display: flex;
    flex-direction: column
}

.content {
    flex-grow: 1
}

.page-wrapper {
    width: 100%;
    flex: 100%;
    padding: 0 15px;
    max-width: 1280px;
    margin: 0 auto
}

.hide {
    display: none !important
}

.flex-hr {
    width: 100%;
    flex-basis: 100%
}

@media screen and (min-width:600px) and (max-width:1023.5px) {
    .tablet-hide {
        display: none !important
    }
}

@media screen and (min-width:1024px) and (max-width:1364.5px) {
    .laptop-hide {
        display: none !important
    }
}

@media screen and (max-width:599.5px) {
    .mobile-hide {
        display: none !important
    }
}

@media screen and (min-width:1365px) {
    .desktop-hide {
        display: none !important
    }
}

.img-loading {
    background: #f7f7f7 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMTI4IDEyOCI+PGc+PHBhdGggZD0iTTc1LjQgMTI2LjYzYTExLjQzIDExLjQzIDAgMCAxLTIuMS0yMi42NSA0MC45IDQwLjkgMCAwIDAgMzAuNS0zMC42IDExLjQgMTEuNCAwIDEgMSAyMi4yNyA0Ljg3aC4wMmE2My43NyA2My43NyAwIDAgMS00Ny44IDQ4LjA1di0uMDJhMTEuMzggMTEuMzggMCAwIDEtMi45My4zN3oiIGZpbGw9IiMwMGM4YmUiLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCA2NCA2NCIgdG89IjM2MCA2NCA2NCIgZHVyPSIyMDAwbXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9nPjwvc3ZnPg==) no-repeat 50%
}

.thumb-wrapper {
    width: auto;
    height: auto;
    min-width: 0;
    max-width: none;
    padding-top: 46.25%;
    position: relative
}

.thumb-wrapper.square {
    padding-top: 56.25%
}

.thumb-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

.show-more {
    display: flex;
    justify-content: center;
    height: 32px;
    width: 100%;
    margin-bottom: 16px
}

.header {
    display: block;
    background: #f9729e;
    box-shadow: 0 3px 6px rgba(87, 183, 235, .15);
    padding: 0 15px;
    position: relative
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: center;
    flex-wrap: nowrap;
    height: 50px
}

.header__menu-btn {
    border: none;
    background: none;
    cursor: pointer
}

.header__menu-btn svg {
    height: 15px
}

.header__logo svg {
    width: 200px;
    height: 18px
}

.header__spacer {
    width: 31px
}

@media only screen and (min-width:1280px) {
    .header__menu-btn {
        margin-left: 80px
    }
    .header__spacer {
        margin-right: 80px
    }
}

.drawer {
    position: fixed;
    top: 0;
    left: -100%;
    width: 25vw;
    height: 100vh;
    background-color: rgba(11, 98, 116, .95);
    z-index: 1000;
    transition: left .3s;
    min-width: 320px;
    overflow: auto
}

.drawer.is-active {
    left: 0
}

.drawer__close {
    margin-top: 35px;
    margin-left: 60px;
    cursor: pointer
}

.drawer__list {
    margin-top: 50px;
    margin-left: 60px;
    padding-left: 0;
    overflow: auto
}

.drawer__item {
    list-style: none;
    line-height: 1.5em;
    margin-bottom: 20px
}

.drawer__link {
    font-size: 26px
}

.drawer__link,
.drawer__sublink {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.drawer__sublink {
    font-size: 18px;
    padding-left: 30px
}

.cookie-banner {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    font-size: 10px
}

.cookie-banner__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    min-height: 40px;
    background: rgba(33, 40, 50, .92)
}

.cookie-banner__text {
    padding: 5px
}

.about a:hover,
.cookie-banner__link {
    color: #ff603c
}

.cookie-banner__btn-wrap {
    padding-right: 8px
}

.cookie-banner__btn {
    vertical-align: top;
    margin: 0;
    padding: 5px;
    border: 0;
    border-radius: 5px;
    background: #41d63f;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0
}

.footer {
    background-color: #f9729e;
    padding: 0;
    visibility: visible;
    position: static;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.footer__toggle {
    text-align: center;
    margin: 15px 0 10px;
    cursor: pointer
}

.footer__toggle.is-active {
    margin-bottom: 0
}

.footer__menu_icon {
    width: 20px;
    height: 20px
}

.footer__menu_icon path {
    fill: #fff !important
}

.footer__in {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 20px 15px
}

@media screen and (max-width:1364.5px) {
    .footer__in {
        display: none
    }
}

.footer__in.is-active {
    display: flex
}

@media screen and (max-width:1364.5px) {
    .footer__in.is-active {
        justify-content: center
    }
}

.footer__copyright {
    background-color: #f9729e;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    height: 32px;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
    padding: 0 15px
}

.footer__copyright a {
    color: #fff
}

.footer__logopath {
    fill: #0d5aa7 !important
}

@media screen and (max-width:600px) {
    .footer__logo {
        margin: 0;
        width: 100%;
        text-align: center
    }
}

.footer__nav {
    align-items: center;
    font-size: 10.42px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    padding-top: 3px
}

@media screen and (min-width:1364.5px) {
    .footer__nav {
        max-width: 39%;
        width: 39%
    }
}

.footer__nav-item {
    margin-bottom: 7px;
    flex: 50%;
    width: 50%
}

@media screen and (max-width:1364.5px) {
    .footer__nav-item {
        flex: 100%;
        width: 100%;
        text-align: center
    }
}

.footer__nav-link {
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.footer__nav-link:hover {
    text-decoration: underline
}

@media only screen and (min-width:640px) and (max-width:1023px) {
    .footer__logo {
        margin-right: auto
    }
    .footer__nav {
        font-size: 18px;
        margin-top: 3px
    }
    .footer__nav-item {
        margin-bottom: 17px
    }
}

@media only screen and (min-width:640px) {
    .footer__in {
        align-items: center
    }
    .footer__logo {
        margin-right: 7%
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .footer__logo {
        margin-right: auto
    }
}

@media only screen and (min-width:1024px) {
    .footer__logo,
    .footer__nav {
        margin-right: auto
    }
    .footer__nav {
        font-size: 15px;
        padding-top: 0;
        width: 100%
    }
    .footer__nav-item {
        margin-bottom: 0;
        line-height: 28px;
        flex: 33%;
        width: 33%
    }
}

.game-page {
    display: flex;
    position: relative
}

@media screen and (max-width:1023.5px) {
    .game-page {
        flex-wrap: wrap
    }
}

@media screen and (max-width:599.5px) {
    .game-page {
        padding: 0
    }
}

.game-section {
    width: 66.66%;
    min-width: 0;
    margin: 0 auto;
    padding-right: 15px;
    z-index: 1
}

@media screen and (max-width:1023.5px) {
    .game-section {
        width: 100%;
        padding-right: 0
    }
}

@media screen and (min-width:600px) and (max-width:1023.5px) and (orientation:landscape) {
    .game-section {
        width: 55%
    }
}

.game-section__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: .5rem
}

.main-container {
    position: relative
}

.main-container--fullscreen {
    position: fixed !important;
    z-index: 10000;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
    background-color: #000
}

.opacity-80 {
    opacity: .8
}

.main-container__play-btn {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -75px
}

.main-container__play-btn svg {
    width: 150px;
    height: 150px;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7))
}

#game-container {
    cursor: pointer;
    z-index: 2;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

#game-container,
#preroll-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#preroll-container {
    visibility: hidden;
    z-index: 10
}

#enter-fullscreen-button {
    right: 10px;
    bottom: 10px
}

#enter-fullscreen-button,
#exit-fullscreen-button {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 3;
    cursor: pointer
}

#exit-fullscreen-button {
    left: -10px;
    top: 60px
}

.info-container {
    padding: 5px 15px 10px
}

.info-container__head {
    display: flex;
    align-items: center
}

.info-container__title {
    flex-grow: 1;
    color: #0b6274;
    font-size: 18px;
    font-weight: 550
}

.info-container__btn {
    background-color: #fff;
    color: #595959;
    border: 1px solid #595959;
    border-radius: 5px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 10px;
    cursor: pointer;
    white-space: nowrap
}

.info-container__description {
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #595959
}

.info-container__tags {
    display: flex
}

.info-container__tags button {
    background: #fff;
    border: 1.5px solid #0b6274;
    border-radius: 6px;
    color: #0b6274;
    font-size: 16px;
    padding: 3px 22px;
    margin-right: 16px;
    cursor: pointer
}

.banner-container {
    padding-bottom: 5px;
    width: 100%
}

.last-banner {
    margin-bottom: 10px
}

.game-info-extra {
    display: flex
}

.game-info-extra.is-active {
    display: none
}

@media screen and (max-width:1365.5px) {
    .game-info-extra {
        display: none
    }
    .game-info-extra.is-active {
        display: flex
    }
}

.related-section {
    width: 33.33%;
    margin-top: 8px;
    z-index: 0
}

.related-section a {
    text-decoration: none
}

@media screen and (max-width:1023.5px) {
    .related-section {
        width: 100%
    }
}

@media screen and (min-width:600px) and (max-width:1023.5px) and (orientation:landscape) {
    .related-section {
        width: 45%
    }
}

.related__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 15px
}

.related__banner {
    min-height: 100px;
    margin: 4px 0
}

.related__banner_spec__res {
    display: none;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding-left: 0
}

@media screen and (min-width:960px) and (max-width:1280px) and (orientation:landscape) {
    .related__banner_spec__res {
        display: block
    }
}

.related__thumb {
    width: 50%
}

.related__thumb img {
    border-radius: 6px
}

.related__info {
    width: 50%;
    padding: 10px
}

.related__title {
    font-weight: 700;
    font-size: 14px;
    color: #0b6274;
    margin-bottom: 8px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.related__description {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #595959;
    height: 2rem;
    overflow: hidden
}

.related__description p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical
}

@media screen and (min-width:600px) and (max-width:1023.5px) and (orientation:portrait) {
    .related__description {
        height: 5rem
    }
    .related__description p {
        -webkit-line-clamp: 4
    }
}
