@keyframes lm_fadeIn {
           0% {
               opacity: 0
           }
           100% {
               opacity: 1
           }
       }

@keyframes lm_fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes lm_entrance {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2") format("woff2")
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

.glide__slide {
     -webkit-touch-callout: none;
     -webkit-tap-highlight-color: transparent
 }

.glide__slide a {
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__bullets {
    -webkit-touch-callout: none
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@-webkit-keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0
    }
    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1
    }
}

@keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0
    }
    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1
    }
}

@-webkit-keyframes _entrance {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes _entrance {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes _entrance2 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-30%, 0);
        transform: translate(-30%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes _entrance2 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-30%, 0);
        transform: translate(-30%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes _exit {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes _exit {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes _fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes _fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes _fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes _fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes _attention {
    0% {
        background-color: orange
    }
    to {
        background-color: red
    }
}

@keyframes _attention {
    0% {
        background-color: orange
    }
    to {
        background-color: red
    }
}

@-webkit-keyframes _anim_down {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes _anim_down {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes _hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    99% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        display: none;
        overflow: hidden;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0
    }
}

@keyframes _hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    99% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        display: none;
        overflow: hidden;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0
    }
}

@-webkit-keyframes zdw_fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes zdw_fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes lm_fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes lm_fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes lm_fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes lm_fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes lm_entrance {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes lm_entrance {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

footer {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    background-color: #15181F
}

footer .primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #E3173D;
    padding: 0px 20px
}

footer .primary .welcome {
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 70%;
    margin: 2em auto 0 auto
}

footer .primary .logo {
    display: block;
    width: 45%;
    max-width: 250px;
    margin: 1em auto
}

footer .primary .copyright {
    color: #ffffff;
    font-size: 0.7em;
    text-transform: uppercase;
    text-align: center
}

footer .primary nav {
    padding: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .primary nav a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0.5em 0
}

footer .primary nav a:hover {
    color: #E3173D
}

footer .primary nav > div {
    width: 50%;
    margin-bottom: 1em
}

footer .primary nav div a:first-child {
    color: #E3173D;
    font-family: "Montserrat", sans-serif
}

@media screen and (min-width: 768px) {
    footer .primary {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .primary > div {
        width: 50%
    }

    footer .primary nav {
        width: 50%
    }

    footer .primary .welcome {
        font-size: 1.5em;
        margin: 0 auto
    }

    footer .primary .copyright {
        padding: 0 6em
    }
}

@media screen and (min-width: 1024px) {
    footer .primary {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    footer .primary > div {
        width: 35%
    }

    footer .primary .welcome {
        font-size: 1.5em
    }

    footer .primary .copyright {
        padding: 0
    }

    footer .primary .logo {
        width: 70%;
        margin-top: 0
    }

    footer .primary nav > div {
        width: 33%
    }
}

footer .bottom {
    font-family: "Montserrat", sans-serif;
    background-color: #15181F;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 700
}

footer .bottom a {
    font-weight: 900;
    color: #fff
}

footer .bottom i {
    vertical-align: middle
}

footer .bottom i.icon-ga:before {
    font-size: 2em;
    width: 2em
}

footer .bottom i.icon-gt {
    font-size: 2em;
    margin-left: 1em
}

footer .bottom i.icon-gt:before {
    width: 1.5em
}

footer .bottom .over18 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1em;
    margin: 1em 0;
    text-align: left
}

footer .bottom .over18 i {
    font-size: 2em;
    float: left;
    margin-right: 5px
}

footer .bottom .banking {
    padding: 1em
}

footer .bottom .banking img {
    display: block;
    width: 100%;
    max-height: 40px
}

footer .bottom .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 568px) {
    footer .bottom .over18 {
        padding: 0.5em;
        text-align: center
    }

    footer .bottom .over18 i {
        float: none
    }
}

@media screen and (min-width: 1024px) {
    footer .bottom .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    footer .bottom .wrapper > div {
        padding-left: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.5em
    }

    footer .bottom .over18 {
        border: none;
        margin: 0 0 0 2em;
        padding: 0;
        display: inline;
        width: 210px;
        text-align: left;
        font-size: 11px
    }

    footer .bottom .over18 i {
        float: left
    }
}

@media screen and (min-width: 1300px) {
    footer .bottom .over18 {
        width: auto;
        font-size: 12px
    }

    footer .bottom .over18 i {
        float: none
    }

    footer .bottom .wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    footer .bottom .banking {
        margin-left: auto
    }
}

.btn-to-top {
    position: fixed;
    right: 1.4rem;
    bottom: 3rem;
    height: 55px;
    width: 55px;
    padding: 0.6rem;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    background: #E3173D;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.gameslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0 0 1em 0
}

.gamebox {
    width: 48%;
    margin: 0.5em 1% 0.5em 1%
}

.gamebox img {
    display: block;
    width: 100%
}

.gamebox .preview {
    position: relative;
    overflow: hidden
}

.gamebox .preview .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.3s
}

.gamebox .gameinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    overflow: hidden;
    color: #FFF
}

.gamebox .gameinfo h5 {
    overflow: hidden;
    line-height: 1em;
    white-space: nowrap;
    overflow-x: hidden;
    background-color: transparent;
    text-overflow: ellipsis;
    width: 100%;
    padding: 3px 10px
}

@media screen and (min-width: 375px) {
    .gamebox .gameinfo h5 {
        font-size: 0.8em
    }
}

@media screen and (min-width: 568px) {
    .gamebox {
        width: 24%;
        margin: 0.5em 0.5% 0.5em 0.5%
    }
}

@media screen and (min-width: 768px) {
    .gamebox .gameinfo h5 {
        font-size: 1.3em
    }
}

.jackpot {
    position: absolute;
    background-color: red;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 6px;
    top: 5%;
    right: 2%;
    font-size: 11px;
    line-height: 18px;
    font-weight: 401;
    padding: 0px 5px
}

@media screen and (min-width: 568px) {
    .jackpot {
        right: 3%;
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
        padding: 0 9px
    }
}

@-webkit-keyframes popintro {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    80% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes popintro {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    80% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lock_fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes lock_fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes lock_fadeIn2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes lock_fadeIn2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes __fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes __fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes __fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes __fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@font-face {
    font-family: "abigcandy";
    src: url("../../fonts/abigcandy.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: "abigcandy";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-18:before {
    content: ""
}

.icon-faq:before {
    content: ""
}

.icon-games:before {
    content: ""
}

.icon-privacy:before {
    content: ""
}

.icon-promotions:before {
    content: ""
}

.icon-terms:before {
    content: ""
}

.icon-contact:before {
    content: ""
}

.icon-banking:before {
    content: ""
}

.icon-ga:before {
    content: ""
}

.icon-gt:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-vip-new:before {
    content: ""
}

header {
    font-weight: bold;
    font-style: normal;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

header a {
    color: #fff;
    text-decoration: none;
    display: block
}

header .top {
    display: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.5em;
    background: #232528;
    -webkit-box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.25);
    color: #fff;
    line-height: 22px;
    font-weight: 600;
    text-transform: none;
    z-index: 1
}

header .links {
    line-height: 50px;
    display: inherit
}

@media screen and (max-width: 530px) {
    header .links {
        width: 30%
    }
}

header .links .menu {
    display: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .links .menu:hover {
    cursor: pointer
}

header .links .menu .material-icons {
    display: inline-block;
    font-size: 1.75em;
    line-height: 50px;
    margin-right: 0.5em
}

header .links .menu .material-icons:before {
    display: none
}

header .links nav {
    display: none
}

header .links nav a {
    text-align: center;
    padding: 0 1em;
    position: relative
}

header .links nav a:hover {
    color: #E3173D
}

header .links nav a:before {
    position: absolute;
    bottom: 21px;
    left: 50%;
    width: 95%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    content: "";
    height: 2px
}

header .links nav a:hover:before {
    height: 3px;
    background-color: #E3173D
}

@media screen and (min-width: 1200px) {
    header .links {
        line-height: 80px
    }

    header .links nav {
        display: inherit
    }
}

@media screen and (min-width: 1400px) {
    header .links nav a {
        width: 130px;
        padding: 0
    }
}

header .logo {
    padding: 0;
    width: 100%;
    max-width: 267px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

header .logo img {
    display: block;
    width: 100%;
    max-height: 40px
}

header .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

header .actions .icon-search {
    margin: 0 0 0 0.5em;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    font-style: normal;
    padding: 0;
    opacity: 0.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .actions .icon-search span {
    display: none;
    font-size: 13px;
    line-height: 35px;
    padding-left: 0.5em;
    vertical-align: middle;
    text-transform: none
}

header .actions .icon-search:before {
    vertical-align: middle;
    width: 90%
}

header .actions .icon-search:hover {
    opacity: 1;
    cursor: pointer
}

header .actions .buttons {
    display: inherit
}

header .actions .buttons a {
    padding: 0 0.6em
}

header .actions .buttons a.login {
    margin: 0 0.3em;
    background-color: #C8C0BB;
    color: #000000;
    border: 2px solid #C8C0BB
}

header .actions .buttons a:hover {
    color: white;
    background-color: #15181F;
    border: 2px solid white
}

header .actions .buttons .signup {
    color: #ffffff;
    background-color: #E3173D;
    border: 2px solid #E3173D
}

@media screen and (min-width: 360px) {
    header .actions .buttons a {
        padding: 0 1em
    }
}

@media screen and (min-width: 568px) {
    header .actions .icon-search {
        width: auto;
        padding: 0 0.4em;
        margin-right: 15px
    }

    header .actions .icon-search:before {
        width: auto
    }
}

@media screen and (min-width: 1024px) {
    header .actions .icon-search {
        width: 182px;
        height: 36px;
        border: 1px solid #FFFFFF;
        border-radius: 5px;
        margin: 0 15px
    }

    header .actions .icon-search span {
        display: inline-block
    }
}

@media screen and (min-width: 1200px) {
    header .actions .buttons a {
        line-height: 2.5em;
        padding: 0 2em;
        padding-top: 1px
    }
}

header #mainnav {
    overflow: hidden;
    height: 0
}

header #mainnav ul {
    margin: 0;
    padding: 0;
    overflow: auto;
    list-style: none;
    height: calc(100vh - 50px);
    background: #15181F
}

header #mainnav ul li a {
    line-height: 4em;
    padding: 0 1em;
    text-transform: uppercase;
    font-weight: 700
}

header #mainnav ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #E3173D
}

header #mainnav ul i {
    vertical-align: middle;
    margin-right: 9px;
    font-size: 2.2em
}

@media screen and (min-width: 768px) {
    header #mainnav {
        height: calc(100vh - 50px);
        width: 330px;
        position: absolute;
        top: 50px;
        left: -330px
    }

    header #mainnav ul {
        overflow: hidden;
        min-width: 330px
    }
}

@media screen and (min-width: 1200px) {
    header #mainnav {
        top: 80px
    }
}

* {
    -webkit-box-sizing: border-box
}

body {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column
}

@media screen and (min-width: 568px) {
    .gamesslider {
        max-width: 1750px
    }
}

.wrapper .gameslistheader h2 {
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
    min-width: 300px;
    padding: 10px;
    margin: 1em 0 1em 0.5em
}

.wrapper .gameslist .gamebox {
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
    -webkit-filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.25))
}

.wrapper .gameslist .gamebox .preview {
    margin-bottom: 0;
    border-radius: 20px 20px 0px 0px
}

.wrapper .gameslist .gamebox .preview .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.wrapper .gameslist .gamebox .preview .overlay.show {
    opacity: 1;
}

.wrapper .gameslist .gamebox .preview .overlay.show a {
    display: block;
}

.wrapper .gameslist .gamebox .preview .overlay .loginandplay {
    font-size: 20px;
    padding: 0px 0.5em;
    color: #ffffff;
}

.wrapper .gameslist .gamebox .preview .overlay .loginandplay:hover {
    color: #000000;
}

.wrapper .gameslist .gamebox .gameinfo {
    background: none;
    border-radius: 0;
    padding: 0
}

.wrapper .gameslist .gamebox .gameinfo h5 {
    font-size: 10px;
    font-weight: 400;
    margin: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background-color: #282C35
}

article {
    padding-top: 50px;
    overflow-x: hidden
}

@media screen and (min-width: 1200px) {
    article {
        padding-top: 80px
    }
}

img {
    margin: 0;
    display: block
}

a {
    color: #E3173D
}

.wrapper {
    width: 95%;
    max-width: 1748px;
    margin: 0 auto;
    padding: 0
}

.button {
    display: inline-block;
    line-height: 2em;
    background: #E3173D;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-size: 1.05em;
    border-radius: 20px;
    text-transform: uppercase
}

.button:hover, .contactform .contactform-button:hover {
    cursor: pointer;
    background-color: #ffffff;
    color: #000000
}

.button--light:hover {
    background-color: transparent;
    color: black
}

.gameslistheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gameslistheader h2 {
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 2em;
    background: #15181F;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media screen and (min-width: 768px) {
    .gameslistheader {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

h2 {
    font-weight: 700
}

@-webkit-keyframes swing-in-top-fwd {
           0% {
               -webkit-transform: rotateX(-100deg);
               transform: rotateX(-100deg);
               -webkit-transform-origin: top;
               transform-origin: top;
               opacity: 0
           }
           100% {
               -webkit-transform: rotateX(0deg);
               transform: rotateX(0deg);
               -webkit-transform-origin: top;
               transform-origin: top;
               opacity: 1
           }
       }

@keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1
    }
}

@-webkit-keyframes _entrance {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes _entrance {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes _entrance2 {
    from {
        opacity: 0;
        -webkit-transform: translate(-30%, 0);
        transform: translate(-30%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes _entrance2 {
    from {
        opacity: 0;
        -webkit-transform: translate(-30%, 0);
        transform: translate(-30%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes _exit {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes _exit {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes _fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes _fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes _fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes _fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes _attention {
    from {
        background-color: orange
    }
    to {
        background-color: red
    }
}

@keyframes _attention {
    from {
        background-color: orange
    }
    to {
        background-color: red
    }
}

@-webkit-keyframes _anim_down {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes _anim_down {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes _hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    99% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        display: none;
        overflow: hidden;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0
    }
}

@keyframes _hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    99% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        display: none;
        overflow: hidden;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0
    }
}

@media screen and (max-width: 767px) {
    #topgames, #winners {
        background-image: url("../../img/mobile-bc.webp");
        background-size: cover
    }
}

.welcome {
    max-width: 600px;
    position: relative;
    overflow: hidden;
    font-family: "Montserrat"
}

@media screen and (min-width: 568px) {
    .welcome {
        max-width: 1750px
    }
}

@media screen and (min-width: 1024px) {
    .welcome {
        margin: 2em auto
    }
}

#winners {
    text-align: center;
    color: #fff
}

@media screen and (min-width: 568px) {
    #winners {
        color: #000
    }

    #winners .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1em 0
    }
}

@media screen and (min-width: 1024px) {
    #winners {
        margin: 50px auto
    }

    #winners .wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
        background-color: #15181F;
        position: relative;
        border: 2px solid #E3173D;
        border-radius: 20px;
        max-width: 700px
    }
}
.glide__track {
     overflow: hidden
 }

.glide__slides {
    position: relative;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide {
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none
}

.gamesslider {
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
    position: relative
}

@media screen and (min-width: 568px) {
    .gamesslider {
        max-width: 1750px
    }
}

.gamesslider .glide__bullets {
    padding: 0.5em;
    text-align: right;
    height: 36px
}

.gamesslider .glide__slides {
    margin: 0
}

.gamesslider .glide__slide {
    position: relative
}

.gamesslider .glide__slide img {
    display: block;
    width: 100%;
    border-radius: 15px 0 15px 0
}

.gamesslider .letsplay {
    text-align: center;
    max-width: 1750px;
    width: 100%;
}

.sf-hidden {
     display: none !important
 }

img[src="data:,"], source[src="data:,"] {
     display: none !important
 }

#wp-admin-bar-aioseo-main .ab-item {
    display: flex !important;
    align-items: center;
}

#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg {
    height: 21px !important;
}

.s-block-content {
    height: auto;
    overflow: hidden;
    position: relative;
    max-height: 700px;
    color: #ffffff;
}

.s-block-content.height-auto {
    max-height: none !important;
}

.s-block-content.toggle-active:before {
    display: block;
}

.s-block-content:before {
    display: none;
    bottom: 0;
    box-shadow: 0 0 20px 25px #15181F;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.s-block-content.toggle-active:before {
    display: block;
}

.description li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    line-height: 1rem;
    font-weight: 400;
    padding-left: 0.75rem;
    position: relative;
    color: #ffffff;
}

.description li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background: #ffffff;
}

.nav_menu li {
    font-size: 18px;
    list-style: none;
    margin: 0;
}

.description p {
    margin: 10px 0;
    color: #ffffff;
    line-height: 22px;
    text-align: justify;
}

.description h2 {
    padding: 8px;
}

.nav_menu, .dropdown_nav_menu {
    margin-left: 0;
    list-style: none;
    padding: 15px;
    border: 1px solid var(--color-sidebar-line);
    box-sizing: border-box;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.nav_menu li, .dropdown_nav_menu li {
    margin-bottom: 10px;
}

.nav_menu a {
    text-decoration:none;
    font-size: 1rem;
}

table td {
    padding: 5px;
    border: 1px solid #ffffff;
    font-size: 14px;
}

.ref_button {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-size: 1.05em;
    border-radius: 20px;
    text-transform: uppercase;
    line-height: 2.5em;
    padding: 0 2em;
    padding-top: 1px;

    margin: 10px 0.3em;
    background-color: #C8C0BB;
    color: #000000;
    border: 2px solid #C8C0BB;
}

.ref_button:hover , .desc__more .btn--primary:hover {
    color: white;
    background-color: #15181F;
    border: 2px solid white;

}

#winners .wrapper {
    display: block;
    max-width: 900px;
    padding: 12px;
}

.desc__more .btn--primary {
    color: #ffffff;
    background-color: #E3173D;
    border: 2px solid #E3173D;
    line-height: 2.5em;
    padding: 0 2em;
    padding-top: 1px;
}

.desc__more {
    margin-top: 20px;
}

.mobile-menu {
    display: none;
}

@media screen and (max-width: 767px) {
    .mobile-menu {
        display: block;
    }

    .mobile-menu .mobile-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 38px;
        margin: 1em 0 2em 0;
        background: #232528;
        -webkit-box-shadow: 0px -9px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0px -9px 10px rgba(0, 0, 0, 0.25);
    }

    .mobile-menu .mobile-links nav {
        display: block;
    }

    .mobile-menu .mobile-links nav a {
        color: #ffffff;
        text-align: center;
        padding: 0 1em;
        position: relative;
        text-decoration: none;
        font-size: 1em;
        font-weight: 800;
    }
}

.decbanner {
    content: url('../../img/game-bonus.webp');
}

@media screen and (max-width: 568px) {
    .decbanner {
        content: url('../../img/game-bonus-m.webp');
    }
}