﻿@font-face
{
    font-family: Khand;
    src: url(https://www.metalcasino.com/fonts/Khand-Regular.ttf);
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face
{
    font-family: Khand;
    src: url(https://www.metalcasino.com/fonts/Khand-SemiBold.ttf);
    font-style: medium;
    font-weight: 600;
    font-display: swap;
}
*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#__next, body, html
{
    padding: 0;
    margin: 0;
    height: 100%;
}
body
{
    color: #f8f8f8;
    background-color: #242424;
    font-size: 18px;
    font-family: Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    margin: 0 0 40px;
}
@media(max-width: 540px)
{
    body
    {
        font-size: 14px;
    }
}
h1
{
    font-size: 3em;
    padding-bottom: 50px;
}
h1:after
{
    background-size: 177px 45px;
}
h2
{
    font-size: 2.25em;
    padding-bottom: 30px;
}
h2:after
{
    background-size: 126px 24px;
}
h3
{
    font-size: 1.75em;
    padding-bottom: 20px;
}
h3:after
{
    background-size: 60px 13px;
}
h1, h2, h3, h4, h5, h6
{
    color: #f1c554;
    position: relative;
    margin: 0 0 40px;
    line-height: 1em;
}
@media(max-width: 540px)
{
    h1, h2, h3, h4, h5, h6
    {
        margin: 0 0 20px;
    }
}
h1:after, h2:after, h3:after, h4:after, h5:after, h6:after
{
    position: absolute;
    content: "";
    background-image: url(../../gambling/image/bolt.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p
{
    margin: 0 0 40px;
}
@media(max-width: 540px)
{
    p
    {
        margin: 0 0 20px;
    }
}
a
{
    text-decoration: none;
    color: #f1c554;
}
a:hover
{
    text-decoration: underline;
}
.container
{
    position: relative;
    margin: 0 auto;
    max-width: 2500px;
    width: 100%;
}
.Custom500, .FourOhFour
{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
}
@media(max-width: 540px)
{
    .Custom500, .FourOhFour
    {
        padding: 20px;
    }
}
.Custom500 h1, .Custom500 h2, .FourOhFour h1, .FourOhFour h2
{
    padding: 0;
}
.Custom500 h1:after, .Custom500 h2:after, .FourOhFour h1:after, .FourOhFour h2:after
{
    display: none;
}
.Button
{
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    height: 50px;
    line-height: -webkit-calc(50px + 4px);
    line-height: calc(50px + 4px);
    padding: 0 20px;
    color: #2f2719;
    background: -webkit-gradient(linear,left top,right top,from(#e49929),to(#feef62));
    background: -webkit-linear-gradient(left,#e49929,#feef62);
    background: linear-gradient(90deg,#e49929,#feef62);
    display: inline-block;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 700;
}
.Button:hover
{
    text-decoration: none;
}
.Button.primary
{
    color: #f8f8f8;
    background: -webkit-gradient(linear,left top,right top,from(#af1917),to(#77100f));
    background: -webkit-linear-gradient(left,#af1917,#77100f);
    background: linear-gradient(90deg,#af1917,#77100f);
}
.Button.secondary
{
    color: #2f2719;
    background: -webkit-gradient(linear,left top,right top,from(#e49929),to(#feef62));
    background: -webkit-linear-gradient(left,#e49929,#feef62);
    background: linear-gradient(90deg,#e49929,#feef62);
}
.Button.small
{
    height: 30px;
    line-height: -webkit-calc(30px + 4px);
    line-height: calc(30px + 4px);
    font-size: 1em;
}
.Button.rounded
{
    border-radius: 99px;
}
.Button.icon
{
    width: 50px;
    padding: 0;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: normal;
}
.Button.flat
{
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.Footer
{
    background-color: #000;
    text-align: center;
}
.Footer, .Footer__wrapper
{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.Footer__wrapper
{
    width: 100%;
    position: relative;
}
.Footer__wrapper__symbol-wrapper
{
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-top: calc(-45px);
    background-color: #000;
    border-radius: 50%;
    padding: 10px;
}
.Footer__wrapper__content
{
    padding: 40px;
    margin: 0 auto;
    max-width: 800px;
}
.Footer__wrapper__content .Container
{
    -webkit-flex-direction: column;
    flex-direction: column;
}
.Footer__wrapper__content .Container .Container__items
{
    margin-bottom: 40px;
}
.Footer__wrapper__content .Container img
{
    margin: 10px;
}
.Footer__wrapper__content .Container .Section:last-child
{
    margin-bottom: 0;
}
.Footer__wrapper__content nav
{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.Footer__wrapper__content nav:after
{
    position: absolute;
    content: "";
    background-image: url(../../gambling/image/bolt.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 126px 24px;
    height: 24px;
    width: 126px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.Footer__wrapper__content nav ul
{
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.Footer__wrapper__content nav ul li
{
    margin: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
@media(max-width: 540px)
{
    .Footer__wrapper__content
    {
        padding: 20px;
    }
    .Footer
    {
        padding-bottom: 60px;
    }
}
:root
{
    --license-text-padding: 0;
    --license-text-margin: 0;
    --license-text-background: transparent;
    --license-text-color: #fff;
    --license-text-align: center;
    --license-text-size: 1em;
    --license-text-link-color: #f1c554;
    --license-text-link-decoration: underline;
    --license-text-link-hover-color: #fff;
    --license-text-link-hover-decoration: none;
}
:root
{
    --license-logo-padding: 0;
    --license-logo-margin: 20px;
    --license-logo-background: transparent;
    --license-logo-item-margin: 20px;
}
.Header
{
    background-color: #000;
    height: 56px;
    padding: 0 10px;
    position: fixed;
    z-index: 100;
    width: 100%;
}
.Header__wrapper
{
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.Header__wrapper__section
{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.Header__wrapper__section img
{
    cursor: pointer;
}
.Header__wrapper__section .Button:last-child
{
    margin-left: 20px;
}
@media(max-width: 540px)
{
    .Header
    {
        display: none;
    }
}
.LanguageSelector
{
    top: -20px;
    left: 40px;
    position: absolute;
    color: #f8f8f8;
    border: none;
    outline: none;
    padding: 10px;
    font-family: inherit;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font-weight: 700;
}
@media(max-width: 540px)
{
    .LanguageSelector
    {
        position: relative;
        left: unset;
        top: unset;
    }
}
.LanguageSelector ul
{
    z-index: 10;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 60px;
}
.LanguageSelector__item
{
    background-color: #600d0c;
    display: -webkit-flex;
    display: flex;
    padding: 10px;
    cursor: pointer;
    height: 50px;
    width: 150px;
    -webkit-align-items: center;
    align-items: center;
}
.LanguageSelector__item__icon
{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-position: 50%;
    background-size: 50px auto;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.LanguageSelector__item__arrow
{
    width: 15px;
    height: auto;
    margin-left: auto;
}
.LanguageSelector__item__arrow--up
{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.LanguageSelector__item--selected
{
    border-radius: 4px;
    background-color: #77100f;
}
.LanguageSelector--expanded ul
{
    display: inline;
    display: initial;
}
.LanguageSelector--expanded .LanguageSelector__item.LanguageSelector__item--selected
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.LanguageSelector--expanded .LanguageSelector__item:last-child:not(.LanguageSelector__item--selected)
{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.PageBuilder--content>:not(.Slideshow), .PageBuilder--index>:not(.Slideshow), .PageBuilder--landing-page>:not(.Slideshow), .PageBuilder--promotion>:not(.Slideshow)
{
    padding: 40px;
}
@media(max-width: 540px)
{
    .PageBuilder--content>:not(.Slideshow), .PageBuilder--index>:not(.Slideshow), .PageBuilder--landing-page>:not(.Slideshow), .PageBuilder--promotion>:not(.Slideshow)
    {
        padding: 20px;
    }
}
@media(max-width: 540px)
{
    .PageBuilder--index>:not(.Slideshow) h1, .PageBuilder--index>:not(.Slideshow) h2, .PageBuilder--index>:not(.Slideshow) h3, .PageBuilder--index>:not(.Slideshow) h4, .PageBuilder--index>:not(.Slideshow) h5, .PageBuilder--index>:not(.Slideshow) h6, .PageBuilder--landing-page>:not(.Slideshow) h1, .PageBuilder--landing-page>:not(.Slideshow) h2, .PageBuilder--landing-page>:not(.Slideshow) h3, .PageBuilder--landing-page>:not(.Slideshow) h4, .PageBuilder--landing-page>:not(.Slideshow) h5, .PageBuilder--landing-page>:not(.Slideshow) h6
    {
        text-align: center;
    }
}
@media(max-width: 540px)
{
    .PageBuilder--index .Container.features, .PageBuilder--index .Container.games, .PageBuilder--landing-page .Container.features, .PageBuilder--landing-page .Container.games
    {
        padding-right: 0;
    }
}
.PageBuilder--content>* h1, .PageBuilder--content>* h2, .PageBuilder--content>* h3, .PageBuilder--content>* h4, .PageBuilder--content>* h5, .PageBuilder--content>* h6
{
    padding-bottom: 0;
}
.PageBuilder--content>* h1:after, .PageBuilder--content>* h2:after, .PageBuilder--content>* h3:after, .PageBuilder--content>* h4:after, .PageBuilder--content>* h5:after, .PageBuilder--content>* h6:after
{
    display: none;
}
.PageBuilder--promotion>:not(.Banner) h1, .PageBuilder--promotion>:not(.Banner) h2, .PageBuilder--promotion>:not(.Banner) h3, .PageBuilder--promotion>:not(.Banner) h4, .PageBuilder--promotion>:not(.Banner) h5, .PageBuilder--promotion>:not(.Banner) h6
{
    padding-bottom: 0;
}
.PageBuilder--promotion>:not(.Banner) h1:after, .PageBuilder--promotion>:not(.Banner) h2:after, .PageBuilder--promotion>:not(.Banner) h3:after, .PageBuilder--promotion>:not(.Banner) h4:after, .PageBuilder--promotion>:not(.Banner) h5:after, .PageBuilder--promotion>:not(.Banner) h6:after
{
    display: none;
}
.PageBuilder--footer img
{
    margin: 15px;
}
.Page
{
    position: relative;
    background-color: #242424;
    overflow: hidden;
}
.Page--sidebar-is-open
{
    height: 100vh;
}
.Page--has-responsible-gaming-bar .Header
{
    top: 49px;
}
.Page--has-responsible-gaming-bar .Page__content
{
    padding-top: 105px;
}
@media(max-width: 540px)
{
    .Page--has-responsible-gaming-bar .Page__content
    {
        padding-top: 99px;
    }
}
.Page--has-responsible-gaming-bar .Banner
{
    min-height: -webkit-calc(100vh - 56px - 49px);
    min-height: calc(100vh - 56px - 49px);
}
@media(max-width: 540px)
{
    .Page--has-responsible-gaming-bar .Banner
    {
        min-height: -webkit-calc(100vh - 99px);
        min-height: calc(100vh - 99px);
    }
}
.Page--has-responsible-gaming-bar .Sidebar
{
    height: -webkit-calc(100% - 49px);
    height: calc(100% - 49px);
    margin-top: 49px;
}
@media(max-width: 540px)
{
    .Page--has-responsible-gaming-bar .Sidebar
    {
        height: -webkit-calc(100% - 99px);
        height: calc(100% - 99px);
        margin-top: 99px;
    }
}
.Page--pop-under-is-open .StickyFooter
{
    display: none;
}
.Page__content
{
    padding-bottom: 60px;
    position: relative;
    padding-top: 56px;
}
.Page__content ul
{
    list-style: none;
}
.Page__content ul li:before
{
    content: "•";
    color: #f1c554;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.Page.index .Page__content
{
    padding-bottom: 250px;
}
.Page.index .Page__content .ScrollToTop
{
    display: block;
}
.Page.promotion .PromotionHeader
{
    margin: 0 40px 40px;
    padding: 10px 40px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-weight: 700;
    font-size: 2.5em;
    background-color: #77100f;
}
.Page.promotion .PromotionHeader .container
{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.Page.promotion .PromotionHeader img
{
    cursor: pointer;
}
@media(max-width: 540px)
{
    .Page.promotion .PromotionHeader
    {
        padding: 20px;
        margin: 0 20px 20px;
    }
}
.Page.gameplay .StickyFooter
{
    display: none;
}
.Page.gameplay .CookieNotice
{
    bottom: env(safe-area-inset-bottom);
}
@media(max-width: 540px)
{
    .Page.gameplay .Page__content
    {
        padding-bottom: 0;
    }
    .Page.gameplay .Footer
    {
        display: none;
    }
}
.Sidebar, .Sidebar__content
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Sidebar__content
{
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 120;
    max-width: 375px;
    background-color: #000;
    padding: 220px 20px 20px;
}
@media(max-width: 540px)
{
    .Sidebar__content
    {
        max-width: none;
    }
}
.Sidebar__content__header
{
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 100%;
    background: -webkit-gradient(linear,left top,right top,from(#e49929),to(#feef62));
    background: -webkit-linear-gradient(left,#e49929,#feef62);
    background: linear-gradient(90deg,#e49929,#feef62);
}
.Sidebar__content__header__image
{
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.Sidebar__content__header__close
{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    margin: 20px;
}
.Sidebar__content__buttons
{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
}
.Sidebar__content__buttons .Button
{
    width: 50%;
    font-size: 1em;
}
.Sidebar__content__buttons .Button:last-child
{
    margin-left: 20px;
}
.Sidebar__content nav.primary li
{
    font-size: 1.4em;
}
.Sidebar__content ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.Sidebar__content ul li
{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 700;
}
.Sidebar__content ul li .icon
{
    margin-right: 20px;
}
.Sidebar--open .Sidebar__content
{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow: auto;
}
.Sidebar__overlay
{
    pointer-events: none;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    z-index: 110;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.7);
}
.Sidebar__overlay--show
{
    pointer-events: all;
    opacity: 1;
}
.StickyFooter
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: env(safe-area-inset-bottom);
    background: -webkit-gradient(linear,left top,right top,from(#af1917),to(#77100f));
    background: -webkit-linear-gradient(left,#af1917,#77100f);
    background: linear-gradient(90deg,#af1917,#77100f);
    padding: 10px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    max-width: -webkit-calc(400px - 60px);
    max-width: calc(400px - 60px);
    -webkit-box-shadow: 0 6px 10px -2px rgba(0,0,0,.5);
    box-shadow: 0 6px 10px -2px rgba(0,0,0,.5);
    z-index: 100;
    display: none;
    margin: 20px auto 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.StickyFooter--hide
{
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
}
@media(max-width: 540px)
{
    .StickyFooter
    {
        display: block;
    }
}
.StickyFooter .close
{
    -webkit-filter: brightness(255);
    filter: brightness(255);
}
.StickyFooter__wrapper
{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.StickyFooter__wrapper>*
{
    -webkit-box-shadow: 0 6px 10px -2px rgba(0,0,0,.5);
    box-shadow: 0 6px 10px -2px rgba(0,0,0,.5);
    padding: 0 10px;
}
.slider
{
    width: 100%;
}
.slider .arrow
{
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: 50px;
    border-radius: 0;
    bottom: 0;
    color: #f1c554;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 10;
    opacity: 0;
    padding: 0;
    cursor: auto;
}
.slider .arrow--next
{
    right: 10px;
}
.slider .arrow--prev
{
    left: 10px;
}
@media(max-width: 1025px)
{
    .slider .arrow
    {
        display: none;
    }
}
.slider:hover .arrow--show
{
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}
@media(min-width: 1025px)
{
    .slider
    {
        position: relative;
        display: -webkit-flex;
        display: flex;
        overflow: visible;
    }
    .slider .list
    {
        width: 100%;
    }
    .slider .list .track
    {
        display: -webkit-flex;
        display: flex;
        overflow-x: hidden;
        width: 100%;
        pointer-events: none;
    }
    .slider .list .track .items
    {
        display: -webkit-flex;
        display: flex;
        overflow: visible;
        -webkit-align-items: center;
        align-items: center;
        pointer-events: auto;
        width: 100%;
    }
    .slider .list .track .items .slide-item
    {
        min-width: -webkit-calc(100% / 5);
        min-width: calc(100% / 5);
        height: 100%;
        -webkit-transition: .3s cubic-bezier(.5,0,.1,1);
        transition: .3s cubic-bezier(.5,0,.1,1);
        padding: 0 10px;
    }
}
@media(max-width: 1025px)
{
    .slider .list .track .items
    {
        display: -webkit-flex;
        display: flex;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 10px 0;
        -webkit-overflow-scrolling: touch;
    }
    .slider .list .track .items .slide-item
    {
        margin-right: 10px;
        min-width: 60vw;
    }
}
.GameFrame
{
    position: relative;
    height: -webkit-calc(100vh - 56px);
    height: calc(100vh - 56px);
    width: 100%;
}
@media(max-width: 540px)
{
    .GameFrame
    {
        position: fixed;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
}
.GameFrame__iframe
{
    width: 100%;
    height: 100%;
}
.GameFrame__desktop-iframe, .GameFrame__mobile-iframe
{
    border: 0;
}
.GameFrame__desktop-iframe
{
    width: 100%;
    height: 100%;
}
.GameFrame__mobile-iframe
{
    height: var(--inner-height);
    width: var(--inner-width);
}
.AspectRatio
{
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.Page--has-responsible-gaming-bar .GameFrame
{
    height: -webkit-calc(-webkit-calc(100vh - 56px) - 49px);
    height: calc(calc(100vh - 56px) - 49px);
}
.Page--has-responsible-gaming-bar .GameFrame__mobile-iframe
{
    height: -webkit-calc(var(--inner-height) - 99px);
    height: calc(var(--inner-height) - 99px);
}
.ScrollToTop
{
    display: none;
    position: absolute;
    cursor: pointer;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 100px;
}
.CookieNotice
{
    display: none!important;
    position: fixed;
    margin: 40px;
    padding: 20px;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    background-color: #77100f;
    z-index: 99;
    font-size: .8em;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 10px -2px rgba(0,0,0,.5);
    box-shadow: 0 6px 10px -2px rgba(0,0,0,.5);
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.CookieNotice>div
{
    margin-right: 40px;
}
.CookieNotice *
{
    margin: 0;
}
@media(max-width: 540px)
{
    .CookieNotice
    {
        margin: 20px;
        bottom: -webkit-calc(env(safe-area-inset-bottom) + 70px);
        bottom: calc(env(safe-area-inset-bottom) + 70px);
    }
    .CookieNotice .Button
    {
        margin-top: 10px;
    }
    .CookieNotice>div
    {
        margin-right: 20px;
    }
}
.ResponsibleGaming
{
    background-color: #000;
    height: 49px;
    position: fixed;
    z-index: 110;
    width: 100%;
    top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media(max-width: 540px)
{
    .ResponsibleGaming
    {
        height: 99px;
    }
}
.ContentPreview
{
    font-family: Arial,Helvetica,sans-serif;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    background-color: #000;
    border: 1px solid #fff;
    min-height: 30px;
}
.ContentPreview__toggle
{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.ContentPreview__settings
{
    border-left: 1px solid #fff;
    display: none;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
}
.ContentPreview__settings *
{
    max-height: 30px;
}
.ContentPreview__settings label
{
    margin-right: 5px;
}
.ContentPreview__settings input
{
    margin-right: 10px;
    width: 50px;
}
.ContentPreview--expanded .ContentPreview__settings
{
    display: -webkit-flex;
    display: flex;
}
.PopUnder
{
    z-index: 300;
}
.PopUnder__overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.PopUnder__content
{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.PopUnder--closed .PopUnder__overlay
{
    opacity: 0;
    pointer-events: none;
}
.GameActions
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px;
}
.GameActions h1, .GameActions h2
{
    color: #f8f8f8;
    margin: 0;
    padding: 0;
}
.GameActions h1:after, .GameActions h2:after
{
    display: none;
}
.GameActions h1
{
    font-size: 1.2em;
    margin-bottom: 5px;
}
.GameActions h2
{
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 20px;
}
.GameActions .Button
{
    width: 100%;
}
.GameActions .Button:first-of-type
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.GameActions .Button:nth-of-type(2)
{
    border-radius: 0;
    margin: 5px 0;
}
.GameActions .Button:nth-of-type(3)
{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.GameActions .Button:last-child
{
    margin-top: 20px;
}
.Banner
{
    background-color: #000;
    position: relative;
    min-height: -webkit-calc(100vh - 56px);
    min-height: calc(100vh - 56px);
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 40px;
}
@media(max-width: 540px)
{
    .Banner
    {
        padding: 20px;
    }
}
.Banner__background img
{
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: bottom;
    object-position: bottom;
}
.Banner__wrapper
{
    max-width: 500px;
    z-index: 0;
    text-align: center;
    margin-bottom: 80px;
}
.Banner__wrapper__content
{
    text-align: left;
    margin-bottom: 40px;
}
.Banner__wrapper__disclaimer
{
    margin-top: 40px;
    font-size: .7em;
    bottom: 120px;
    max-width: 700px;
}
.Banner__wrapper__disclaimer *
{
    margin: 0;
}
.Banner.promotion
{
    padding: 40px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 8px 10px -2px rgba(0,0,0,.5);
    box-shadow: 0 8px 10px -2px rgba(0,0,0,.5);
    border-radius: 8px;
    margin: 40px;
    width: auto;
    min-height: 280px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
}
@media(max-width: 540px)
{
    .Banner.promotion
    {
        margin: 20px;
        padding: 20px;
    }
}
.Banner.promotion .Banner__background img
{
    border-radius: 8px;
}
.Banner.promotion .Banner__wrapper__content
{
    margin-bottom: 0;
}
.Container, .Container__items
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.Container__items
{
    -webkit-align-items: center;
    align-items: center;
}
.Container.features
{
    text-align: center;
}
.Container.features .Container__items
{
    width: 100%;
}
@media(max-width: 540px)
{
    .Container.features .Container__items
    {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .Container.features .Container__items:after
    {
        width: 20px;
        visibility: hidden;
        content: "div";
    }
}
.Container.features .Container__items .Section
{
    padding: 40px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 8px 10px -2px rgba(0,0,0,.5);
    box-shadow: 0 8px 10px -2px rgba(0,0,0,.5);
    border-radius: 8px;
    margin: 40px;
    -webkit-flex-basis: 350px;
    flex-basis: 350px;
    text-align: center;
    min-height: 550px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}
@media(max-width: 540px)
{
    .Container.features .Container__items .Section
    {
        margin: 20px;
        padding: 20px;
        min-height: 400px;
    }
}
.Container.features .Container__items .Section p
{
    font-weight: 700;
    font-size: 1.3em;
}
.Container.features .Container__items .Section__image
{
    margin-bottom: 20px;
    height: 70px;
}
.Container.features .Container__items .Section :last-child
{
    margin-bottom: 0;
}
@media(max-width: 540px)
{
    .Container.features .Container__items .Section
    {
        min-width: -webkit-calc(100% - 50px);
        min-width: calc(100% - 50px);
        margin: 0 20px 0 0;
    }
    .Container.features .Container__items .Section:last-child
    {
        margin-right: 0;
    }
}
.Container.promotions .Container__items .Section
{
    padding: 40px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 8px 10px -2px rgba(0,0,0,.5);
    box-shadow: 0 8px 10px -2px rgba(0,0,0,.5);
    border-radius: 8px;
    position: relative;
    -webkit-flex-basis: -webkit-calc(50% - (40px * 2));
    flex-basis: calc(50% - (40px * 2));
    -webkit-flex-grow: 0;
    flex-grow: 0;
    min-height: 350px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 40px auto 40px 40px;
}
@media(max-width: 540px)
{
    .Container.promotions .Container__items .Section
    {
        margin: 20px;
        padding: 20px;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
}
.Container.promotions .Container__items .Section .container
{
    z-index: 1;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
}
.Container.promotions .Container__items .Section__content
{
    font-weight: 700;
    margin-bottom: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    max-width: 350px;
}
.Container.promotions .Container__items .Section .Button
{
    margin-left: auto;
}
.Container.promotions .Container__items .Section:before
{
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(6deg,#000,rgba(0,0,0,.71) 59%,transparent 89%);
    background-image: linear-gradient(84deg,#000,rgba(0,0,0,.71) 59%,transparent 89%);
}
.Container.games
{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    text-align: center;
}
.Container.games .Container__items
{
    text-align: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
}
.Game
{
    position: relative;
}
@media(min-width: 1025px)
{
    .Game__buttons:hover
    {
        opacity: 1;
    }
}
.Game__buttons
{
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background-color: rgba(0,0,0,.5);
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.Game__buttons>:last-child
{
    margin-top: 15px;
}
@media(max-width: 540px)
{
    .Game__buttons
    {
        pointer-events: none;
    }
}
.Game__thumbnail
{
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 10px -2px rgba(0,0,0,.5);
    box-shadow: 0 8px 10px -2px rgba(0,0,0,.5);
}
.Game__thumbnail:after
{
    position: absolute;
    display: block;
    content: "";
    height: 100px;
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(80%,#000));
    background: -webkit-linear-gradient(transparent,#000 80%);
    background: linear-gradient(transparent,#000 80%);
    bottom: 0;
    left: 0;
}
.Game__thumbnail img
{
    position: absolute;
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center;
    object-position: center;
}
.Game__info
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
}
.Jackpot
{
    position: relative;
    background-color: #af1917;
    min-height: 420px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.Jackpot__background
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.Jackpot__background img
{
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center;
    object-position: center;
}
.Jackpot__content>:first-child
{
    color: #f8f8f8;
    font-size: 4em;
    margin: 0;
    padding: 0;
}
.Jackpot__content>:first-child:after
{
    display: none;
}
.Jackpot__value
{
    font-weight: 700;
    font-size: 4em;
    color: #f1c554;
}
@media(max-width: 540px)
{
    .Jackpot__value
    {
        font-size: 3em;
    }
}
.Promotion
{
    position: relative;
    background-color: #af1917;
}
.Promotion__background
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.Promotion__background img
{
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center;
    object-position: center;
}
.Promotion__wrapper
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.Promotion__wrapper__content
{
    padding: 40px;
    max-width: 600px;
}
.Promotion__wrapper__content h1, .Promotion__wrapper__content h2, .Promotion__wrapper__content h3, .Promotion__wrapper__content h4, .Promotion__wrapper__content h5, .Promotion__wrapper__content h6
{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
@media(max-width: 540px)
{
    .Promotion__wrapper__content
    {
        padding: 20px;
        text-align: center;
    }
    .Promotion__wrapper__content h1, .Promotion__wrapper__content h2, .Promotion__wrapper__content h3, .Promotion__wrapper__content h4, .Promotion__wrapper__content h5, .Promotion__wrapper__content h6
    {
        width: auto;
    }
}
.Promotion__wrapper__image, .Promotion__wrapper__video
{
    max-width: 700px;
}
.Promotion__wrapper__image>*, .Promotion__wrapper__video>*
{
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 10px -2px rgba(0,0,0,.5);
    box-shadow: 0 6px 10px -2px rgba(0,0,0,.5);
    outline: none;
}
.Slideshow
{
    position: relative;
    width: 100%;
    background-color: #000;
}
.Slideshow__slide
{
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
.Slideshow__dots
{
    display: -webkit-flex;
    display: flex;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 60px;
}
.Slideshow__dots__dot
{
    width: 25px;
    height: 25px;
    margin: 0 8px;
    border: 2px solid #f1c554;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    background-color: #000;
}
.Slideshow__dots__dot--active
{
    background: #af1917;
    cursor: default;
}
@-webkit-keyframes fade-in
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes fade-in
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
.GameRow
{
    width: 100%;
}
.GameRow__header
{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 40px;
}
.GameRow__header__icon
{
    margin-right: 20px;
}
.GameRow__header__name
{
    font-weight: 700;
    color: #f1c554;
    font-size: 2em;
}
.GameRow__games
{
    margin-bottom: 40px;
    width: 100%;
}
@media(max-width: 540px)
{
    .GameRow__games .slider .items:after
    {
        width: 20px;
        visibility: hidden;
        content: "div";
    }
    .GameRow__games .slider .items .slide-item:last-child
    {
        margin-right: 0;
    }
}
.Section
{
    position: relative;
    overflow: hidden;
}
.Section:before
{
    z-index: 1;
}
.Section__background
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.Section__background img
{
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center;
    object-position: center;
}
.Section .Button, .Section__content, .Section__image
{
    z-index: 2;
}