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

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

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@keyframes frameOpen {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes frameOpen {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@keyframes frameCollapse {
    0% {
        width: 835px
    }
    98% {
        width: 835px
    }
    100% {
        width: 422px
    }
}

@-webkit-keyframes frameCollapse {
    0% {
        width: 835px
    }
    98% {
        width: 835px
    }
    100% {
        width: 422px
    }
}

@keyframes faqExpand {
    0% {
        width: 384px
    }
    100% {
        width: 800px
    }
}

@-webkit-keyframes faqExpand {
    0% {
        width: 384px
    }
    100% {
        width: 800px
    }
}

@keyframes faqCollapseNormal {
    from {
        width: 800px
    }
    to {
        width: 384px
    }
}

@-webkit-keyframes faqCollapseNormal {
    from {
        width: 800px
    }
    to {
        width: 384px
    }
}

@keyframes faqCollapseSmall {
    from {
        width: 800px
    }
    to {
        width: 326px
    }
}

@-webkit-keyframes faqCollapseSmall {
    from {
        width: 800px
    }
    to {
        width: 326px
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.delay {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.animated.delay-1 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.animated.speed {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms
}

@-webkit-keyframes category {
    from {
        height: 10rem
    }
    to {
        height: 8rem
    }
}

@keyframes category {
    from {
        height: 10rem
    }
    to {
        height: 8rem
    }
}

@-webkit-keyframes article {
    from {
        height: 8rem
    }
    to {
        height: 10rem
    }
}

@keyframes article {
    from {
        height: 8rem
    }
    to {
        height: 10rem
    }
}

@-webkit-keyframes articleView {
    from {
        height: 10rem
    }
    to {
        height: 5.5rem
    }
}

@keyframes articleView {
    from {
        height: 10rem
    }
    to {
        height: 5.5rem
    }
}

@-webkit-keyframes logo {
    from {
        margin-left: 0%;
        transform: translateX(0%)
    }
    to {
        margin-left: 50%;
        transform: translateX(-50%)
    }
}

@keyframes logo {
    from {
        margin-left: 0%;
        transform: translateX(0%)
    }
    to {
        margin-left: 50%;
        transform: translateX(-50%)
    }
}

@keyframes rtlLogo {
    from {
        margin-right: 0%;
        transform: translateX(0%)
    }
    to {
        margin-right: 50%;
        transform: translateX(50%)
    }
}

@-webkit-keyframes homeLogo {
    from {
        margin-left: 50%;
        transform: translateX(-50%)
    }
    to {
        margin-left: 0%;
        transform: translateX(0%)
    }
}

@keyframes homeLogo {
    from {
        margin-left: 50%;
        transform: translateX(-50%)
    }
    to {
        margin-left: 0%;
        transform: translateX(0%)
    }
}

@-webkit-keyframes homeHeader {
    from {
        height: 10rem
    }
    to {
        height: 5.5rem
    }
}

@keyframes homeHeader {
    from {
        height: 10rem
    }
    to {
        height: 5.5rem
    }
}

@-webkit-keyframes bar {
    from {
        height: 0
    }
    to {
        height: 1.5rem
    }
}

@keyframes bar {
    from {
        height: 0
    }
    to {
        height: 1.5rem
    }
}

@-webkit-keyframes closeFadeIn {
    0% {
        opacity: 0
    }
    70% {
        opacity: 0
    }
    100% {
        opacity: .7
    }
}

@keyframes closeFadeIn {
    0% {
        opacity: 0
    }
    70% {
        opacity: 0
    }
    100% {
        opacity: .7
    }
}

@keyframes closeFadeOut {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: .7
    }
}

@-webkit-keyframes closeFadeOut {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: .7
    }
}

@media only screen and (max-device-width: 667px), only screen and (max-device-width: 900px)and (min-device-width: 668px)and (orientation: landscape) {
    .fc-widget-open {
        height: 100%;
        overflow: hidden;
        width: 100%
    }
}

#fc_push_frame {
    border: none;
    display: none;
    height: 1px;
    width: 1px
}

#fc_widget {
    border: 0;
    display: block;
    min-height: auto;
    min-width: auto;
    height: 100%;
    width: 100%
}

#fc_frame {
    width: 70px
}

#fc_frame, #fc_frame.fc-widget-normal {
    bottom: 15px;
    height: 75px;
    min-height: 73px;
    min-width: 65px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    z-index: 2147483600
}

#fc_frame.fc_l2r, #fc_frame.fc-widget-normal.fc_l2r {
    left: 15px
}

#fc_frame.fc_dn, #fc_frame.fc-widget-normal.fc_dn {
    height: 0;
    min-height: 0;
    min-width: 0;
    opacity: 0;
    width: 0
}

#fc_frame.hide, #fc_frame.fc-widget-normal.hide {
    display: none
}

#fc_frame.fc-launcher-text, #fc_frame.fc-widget-normal.fc-launcher-text {
    min-height: 50px;
    height: 50px
}

#fc_frame.h-open-notify, #fc_frame.fc-widget-normal.h-open-notify {
    opacity: 1;
    transition: none;
    height: 400px;
    width: 332px
}

#fc_frame.h-open-container, #fc_frame.fc-widget-normal.h-open-container {
    max-height: calc(100% - 100px);
    opacity: 1;
    height: 720px;
    width: 422px
}

#fc_frame.h-open-container.expanded-modal, #fc_frame.fc-widget-normal.h-open-container.expanded-modal {
    bottom: 0;
    max-height: unset;
    opacity: 1;
    right: 0;
    transition: none;
    height: 100%;
    width: 100%
}

#fc_frame.h-open-container.avoid-jitter, #fc_frame.fc-widget-normal.h-open-container.avoid-jitter {
    transition: height .3s ease-out
}

#fc_frame.widget-open-animate, #fc_frame.fc-widget-normal.widget-open-animate {
    -webkit-animation: frameOpen;
    animation: frameOpen;
    animation-duration: .3s;
    animation-timing-function: ease-out;
    transform-origin: right bottom
}

#fc_frame.expanded-article_view, #fc_frame.fc-widget-normal.expanded-article_view {
    width: 835px
}

#fc_frame.expand-article-left, #fc_frame.fc-widget-normal.expand-article-left {
    transition: left .3s ease-in
}

#fc_frame.collapse-article-left, #fc_frame.fc-widget-normal.collapse-article-left {
    transition: left .3s ease-out
}

#fc_frame.expand-article-right, #fc_frame.fc-widget-normal.expand-article-right {
    transition: right .3s ease-in
}

#fc_frame.collapse-article-right, #fc_frame.fc-widget-normal.collapse-article-right {
    transition: right .3s ease-out
}

#fc_frame.collapsed-article_view, #fc_frame.fc-widget-normal.collapsed-article_view {
    -webkit-animation: frameCollapse;
    animation: frameCollapse;
    animation-duration: .3s;
    animation-timing-function: ease-out
}

#fc_frame, #fc_frame.fc-widget-small {
    bottom: 15px;
    min-height: 73px;
    min-width: 65px;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    right: 15px;
    z-index: 2147483600
}

#fc_frame.fc_dn, #fc_frame.fc-widget-small.fc_dn {
    height: 0;
    min-height: 0;
    min-width: 0;
    opacity: 0;
    width: 0
}

#fc_frame.h-open-notify, #fc_frame.fc-widget-small.h-open-notify {
    opacity: 1;
    transition: none;
    height: 520px;
    width: 332px
}

#fc_frame.fc-widget-left, #fc_frame.fc-widget-small.fc-widget-left {
    left: 15px;
    right: unset;
    transform-origin: left bottom !important
}

#fc_frame.fc-launcher-text, #fc_frame.fc-widget-small.fc-launcher-text {
    min-height: 50px;
    height: 50px
}

#fc_frame.h-open-container, #fc_frame.fc-widget-small.h-open-container {
    max-height: calc(100% - 100px);
    opacity: 1;
    height: 572px;
    width: 366px
}

#fc_frame.h-open-container.expanded-modal, #fc_frame.fc-widget-small.h-open-container.expanded-modal {
    bottom: 0 !important;
    max-height: unset;
    opacity: 1;
    right: 0 !important;
    left: unset !important;
    transition: none;
    height: 100%;
    width: 100%
}

#fc_frame.h-open-container.avoid-jitter, #fc_frame.fc-widget-small.h-open-container.avoid-jitter {
    transition: height .3s ease-out
}

#fc_frame.widget-open-animate, #fc_frame.fc-widget-small.widget-open-animate {
    -webkit-animation: frameOpen;
    animation: frameOpen;
    animation-duration: .3s;
    animation-timing-function: ease-out;
    transform-origin: right bottom
}

#fc_frame.expanded-article_view, #fc_frame.fc-widget-small.expanded-article_view {
    width: 835px
}

#fc_frame.collapsed-article_view, #fc_frame.fc-widget-small.collapsed-article_view {
    -webkit-animation: frameCollapse;
    animation: frameCollapse;
    animation-duration: .3s;
    animation-timing-function: ease-out
}

#fc_frame.fc-mobile-view.h-open-container {
    bottom: 0 !important;
    max-height: 100%;
    overflow: hidden;
    right: 0 !important;
    left: 0 !important;
    height: 100%;
    width: 100%
}

#fc_frame.fc-mobile-view.h-open-container.fc_l2r {
    left: 0
}

#fc_frame.fc-widget-fullscreen.fc-widget-normal, #fc_frame.fc-widget-fullscreen.fc-widget-small {
    bottom: 0 !important;
    max-height: 100%;
    overflow: hidden;
    right: 0 !important;
    min-height: 73px;
    min-width: 65px
}

#fc_frame.fc-widget-fullscreen.fc-widget-normal.fc_l2r, #fc_frame.fc-widget-fullscreen.fc-widget-small.fc_l2r {
    left: 0
}

#fc_frame.fc-widget-fullscreen.fc-widget-normal.h-open-container, #fc_frame.fc-widget-fullscreen.fc-widget-small.h-open-container {
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%
}

@media (max-height: 300px) {
    #fc_frame.h-open-container, #fc_frame.fc-widget-small.h-open-container, #fc_frame.fc-widget-normal.h-open-container, #fc_frame.fc-widget-normal.expanded-modal.h-open-container {
        bottom: 0;
        max-height: 98%;
        right: 0;
        width: 100%
    }
}

.compact-nav {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    display: none;
    padding: 0 24px;
    height: 40px;
    z-index: 5019
}

@media screen and (min-width: 992px) {
    .compact-nav_show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.compact-nav_sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.compact-nav__max-width, .compact-nav__navigation-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.compact-nav__max-width {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    width: 100%;
    max-width: 1200px
}

.compact-nav__navigation-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.compact-nav .user-controls__button {
    height: 28px
}

.compact-nav .user-session-bar {
    -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .5)
}

.modal-vue__overlay {
    background: rgba(0, 0, 0, .85);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: height 0s .3s, opacity .3s;
    transition: height 0s .3s, opacity .3s;
    width: 100%;
    height: 0;
    z-index: 5020
}

.modal-vue__container {
    display: none;
    margin: auto;
    position: absolute;
    top: 15%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 960px;
    z-index: 5020
}

@media only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
    .modal-vue__container {
        max-width: 720px
    }
}

@media only screen and (max-width: 767px), only screen and (orientation: landscape) and (max-width: 850px) {
    .modal-vue__container {
        overflow-y: auto;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0
    }
}

.modal-vue__background {
    background-color: #fff
}

@media only screen and (max-width: 767px), only screen and (orientation: landscape) and (max-width: 850px) {
    .modal-vue__background {
        min-height: 100%
    }
}

.modal-vue__close-button {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px
}

.modal-vue__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 767px), only screen and (orientation: landscape) and (max-width: 850px) {
    .modal-vue__content {
        height: 100%
    }
}

.modal-vue__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-vue_show .modal-vue__overlay {
    opacity: 1;
    -webkit-transition: height 0s 0s, opacity 325ms;
    transition: height 0s 0s, opacity 325ms;
    height: 100%
}

.modal-vue_show .modal-vue__container {
    display: block
}

.modal-vue_full-screen, .modal-vue_full-screen .modal-vue__container {
    margin: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: initial;
    min-height: 100%
}

.modal-vue_full-screen .modal-vue__background {
    bottom: 0;
    min-height: 100%
}

.modal-vue_fixed-viewport .modal-vue__container {
    position: fixed
}

.notification-modal {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.notification-modal .modal-vue__background {
    background-color: #f9f9f9
}

.notification-modal .modal-vue__container {
    max-width: 500px
}

@media only screen and (max-width: 767px), only screen and (max-width: 850px) and (orientation: landscape) {
    .notification-modal .modal-vue__container {
        max-width: 100%
    }
}

.notification-modal__loading-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin: auto;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 5000ms;
    animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    min-height: 50vh
}

.round-radius {
    border-radius: 8px
}

.round-radius .modal-vue__background {
    min-height: auto;
    border-radius: 8px
}

@media only screen and (max-width: 767px) {
    .round-radius .modal-vue__container {
        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: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        z-index: 9999999
    }

    .round-radius .modal-vue__background {
        min-height: auto;
        border-radius: 8px 8px 0 0
    }
}

.nav-bar {
    background-color: #fff;
    border-bottom: 2px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto
}

.nav-bar, .nav-bar__links, .nav-bar__links_wrap .nav-bar__link-bounds {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-bar__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 24px;
    width: 100%;
    max-width: 1200px;
    height: 80px
}

.nav-bar__links_wrap {
    height: auto
}

.nav-bar__links_wrap .nav-bar__link-bounds {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: initial
}

.nav-bar__link-bounds, .nav-bar__links_wrap .nav-bar__link-container_hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav-bar__link-bounds {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    overflow: hidden;
    max-width: 1200px
}

.nav-bar__link {
    border-bottom: 3px solid transparent;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 30px 0 27px;
    text-decoration: none;
    white-space: nowrap
}

.nav-bar__link:hover {
    color: #b31b34
}

.nav-bar__link:active {
    color: #940117
}

.nav-bar__link-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 16px
}

.nav-bar__link-container:first-of-type {
    margin-left: 0
}

.nav-bar__link-container:last-of-type {
    margin-right: 0
}

.nav-bar__link-container_hidden {
    display: none
}

.nav-bar__link-container_active .nav-bar__link {
    border-bottom: 3px solid #b31b34;
    color: #b31b34
}

.nav-bar__link-container.nav-bar__link-container_my-games .nav-bar__link > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-bar__link-container.nav-bar__link-container_my-games img {
    max-width: none;
    translate: 0 -1px
}

.nav-bar__link-container.nav-bar__link-container_my-games span span {
    margin: 0 10px
}

.nav-bar__overflow {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 16px;
    position: relative
}

.nav-bar__overflow-links:hover, .nav-bar__overflow:hover .nav-bar__overflow-links {
    display: block
}

.nav-bar__more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-bar__more p {
    border-bottom: 3px solid transparent;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 4px 0 0;
    padding: 30px 0 27px;
    text-decoration: none
}

.nav-bar__chevron-down-icon {
    margin-bottom: 4px;
    width: 12px;
    height: 14px
}

.nav-bar__overflow-links {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
    display: none;
    padding: 24px;
    position: absolute;
    top: 64px;
    right: 0;
    z-index: 2
}

.nav-bar__overflow-link-container {
    margin: 8px 0
}

.nav-bar__overflow-link-container:first-of-type {
    margin-top: 0
}

.nav-bar__overflow-link-container:last-of-type {
    margin-bottom: 0
}

.nav-bar__overflow-link {
    color: #20252b;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin: 8px 0;
    text-decoration: none;
    white-space: nowrap
}

.nav-bar__overflow-link:hover {
    text-decoration: underline
}

.nav-bar__overflow-link:active {
    color: #4a4a4a
}

@media (max-width: 991px) {
    .casino_games + .playnow-carousel {
        margin-top: 32px
    }
}

.playnow-carousel + #ecasino-encore-rewards {
    padding-top: 32px
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loading-spinner {
    -webkit-animation-duration: 5000ms;
    animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    overflow: visible;
    width: 100px;
    height: 100px
}

.casino-games__interstitial__image-container {
    overflow: hidden
}

.game-tile-slide-in {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3
}

.game-tile-slide-in.slide-in-desktop {
    background: -webkit-gradient(linear, left top, left bottom, from(#c12922), to(rgba(193, 41, 34, 0)));
    background: linear-gradient(180deg, #c12922 0, rgba(193, 41, 34, 0) 100%);
    height: 32px;
    top: 0;
    -webkit-transition: .3s ease .2s;
    transition: .3s ease .2s;
    translate: 0 -100%
}

.game-tile-slide-in.slide-in-interstitial {
    background-color: rgba(0, 0, 0, .8);
    border-bottom: 3px solid #c12922;
    border-radius: 4px 4px 0 0;
    height: 37px;
    margin: 0 auto;
    max-width: 240px;
    bottom: 0;
    -webkit-transition: .3s ease .2s;
    transition: .3s ease .2s;
    translate: 0 100%
}

.game-tile-slide-in.slide-in-interstitial.show {
    translate: 0 0
}

.game-tile-slide-in.slide-in-modal {
    background-color: rgba(0, 0, 0, .8);
    border-left: 3px solid #c12922;
    border-radius: 0 4px 4px 0;
    padding: 10px 10px 7px;
    top: 10px;
    right: auto;
    left: 10px
}

.game-tile-slide-in .game-tile-slide-in__message {
    color: #fff;
    font-weight: 700;
    line-height: 14px;
    margin: 0;
    text-transform: uppercase
}

.game-tile-slide-in.slide-in-desktop .game-tile-slide-in__message {
    font-size: 12px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.game-tile-slide-in.slide-in-desktop .game-tile-slide-in__message:hover, .game-tile-slide-in.slide-in-interstitial .game-tile-slide-in__message {
    font-size: 14px
}

.game-tile-slide-in.slide-in-modal .game-tile-slide-in__message {
    font-size: 12px
}

.game-tile-slide-in .game-tile-slide-in__left-svg, .game-tile-slide-in .game-tile-slide-in__right-svg {
    translate: 0 -2px
}

.game-tile-slide-in .game-tile-slide-in__left-svg {
    height: 15px;
    margin-right: 6px;
    width: 14px
}

.game-tile-slide-in .game-tile-slide-in__right-svg {
    margin-left: 8px
}

.casino-game-tile:hover .game-tile-slide-in, .casino_games__tile:hover .game-tile-slide-in {
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
    translate: 0 0
}

.action-button[data-v-31b3dc01] {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    background: 0 0;
    outline: 0;
    border: 0;
    cursor: pointer
}

@media (min-width: 320px) {
    .casino_games__row {
        gap: 3px 3px;
        grid-template-columns:repeat(2, 1fr)
    }

    .casino-game-tile .casino-game-tile__img {
        aspect-ratio: 1.42857143
    }

    .casino-game-tile .casino_games__tile__title {
        font-size: 14px;
        padding: 8px 10px
    }
}

@media (min-width: 544px) {
    .casino_games__row {
        gap: 3px 3px;
        grid-template-columns:repeat(2, 1fr)
    }

    .casino-game-tile .casino-game-tile__img {
        aspect-ratio: 1.33333333
    }

    .casino-game-tile .casino_games__tile__title {
        font-size: 14px;
        padding: 8px 0
    }
}

@media (min-width: 768px) {
    .casino_games__row {
        gap: 14px 3px
    }

    .casino_games__row, .casino_games__row.recommendations_inner_list {
        grid-template-columns:repeat(4, 1fr)
    }

    .casino-game-tile .casino-game-tile__img {
        aspect-ratio: 1.35294118
    }

    .casino-game-tile .casino_games__tile__title {
        font-size: 14px;
        padding: 8px 0
    }
}

@media (min-width: 992px) {
    .casino_games__row {
        gap: 18px 4px;
        grid-template-columns:repeat(5, 1fr)
    }

    .casino_games__row.recommendations_inner_list {
        grid-template-columns:repeat(4, 1fr)
    }

    .casino-game-tile .casino-game-tile__img {
        aspect-ratio: 1.4
    }

    .casino-game-tile .casino_games__tile__title {
        font-size: 14px;
        padding: 14px 0
    }
}

@media (min-width: 1440px) {
    .casino_games__row {
        gap: 18px 4px;
        grid-template-columns:repeat(6, 1fr)
    }

    .casino_games__row.recommendations_inner_list {
        grid-template-columns:repeat(4, 1fr)
    }

    .casino-game-tile .casino-game-tile__img {
        aspect-ratio: 1.37857143
    }

    .casino-game-tile .casino_games__tile__title {
        font-size: 14px;
        padding: 14px 0
    }
}

@media (min-width: 320px) and (max-width: 543px) {
    .casino-game-tile:nth-of-type(2n+2) .casino_games__tile__favourite:before {
        translate: -94px 0
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .casino-game-tile:nth-of-type(3n+3) .casino_games__tile__favourite:before {
        translate: -94px 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .casino-game-tile:nth-of-type(4n+4) .casino_games__tile__favourite:before {
        translate: -94px 0
    }
}

@media (min-width: 992px) and (max-width: 1439px) {
    .casino-game-tile:nth-of-type(5n+5) .casino_games__tile__favourite:before {
        translate: -94px 0
    }
}

@media (min-width: 1440px) {
    .casino-game-tile:nth-of-type(6n+6) .casino_games__tile__favourite:before {
        translate: -94px 0
    }
}

.casino_games__row {
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.high-risk-feature__popup .casino_games__row {
    gap: 8px;
    grid-template-columns:repeat(2, 1fr)
}

.casino-game-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 0;
    position: relative
}

.casino-game-tile.viewing-on-mobile .casino-game-tile__button-container, .casino-game-tile.viewing-on-mobile .casino-game-tile__overlay, .casino-game-tile.viewing-on-mobile .casino_games__tile__favourite, .casino-game-tile.viewing-on-mobile .casino_games__tile__favourite.off {
    display: none
}

.casino-game-tile.keyboard-focus.keyboard-focus-hover .casino-game-tile__button-container, .casino-game-tile.keyboard-focus.keyboard-focus-hover .casino-game-tile__overlay, .casino-game-tile.keyboard-focus.keyboard-focus-hover .casino_games__tile__favourite, .casino-game-tile:hover .casino-game-tile__button-container, .casino-game-tile:hover .casino-game-tile__overlay, .casino-game-tile:hover .casino_games__tile__favourite, .casino_games__tile__favourite:hover:after, .casino_games__tile__favourite:hover:before {
    opacity: 1;
    visibility: visible
}

.casino-game-tile:focus-visible {
    outline: auto 2px #a1dff3
}

.casino-game-tile__inner {
    border-radius: 4px 4px 0 0;
    position: relative;
    width: 100%
}

.casino-game-tile__img {
    border-radius: 4px;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.casino-game-tile__inner__content, .casino-game-tile__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.casino-game-tile__overlay {
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    visibility: hidden;
    z-index: 2
}

.casino-game-tile__button-container {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 3
}

.casino-game-tile__button {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .14px;
    outline: 2px solid transparent;
    outline-offset: 3px !important;
    padding: 6px 10px;
    position: relative;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    width: 100%
}

.casino-game-tile__button + .casino-game-tile__button {
    margin-top: 8px
}

.keyboard-focus .casino-game-tile__button:focus, .keyboard-focus .casino-game-tile__button:focus-visible, .keyboard-focus .casino-game-tile__button:hover {
    outline: 2px solid #a1dff3 !important
}

.casino-game-tile__new-game {
    position: absolute;
    top: 11px;
    left: 11px
}

.casino-game-tile__new-game svg {
    height: 28px;
    width: 39px
}

.casino-game-tile__jackpot {
    background-color: rgba(27, 28, 30, .8);
    border-radius: 0 0 4px 4px;
    color: #fff;
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.2em;
    margin: 0;
    padding: 9px;
    position: absolute;
    bottom: 0;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    visibility: visible;
    width: 100%;
    z-index: 1
}

.casino-game-tile__jackpot.loading {
    opacity: 0;
    visibility: hidden
}

.casino_games__tile__title {
    color: #1b1c1e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.2em;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.casino_games__tile__title.scrolling {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.recommendations .casino_games__tile__title {
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    padding: 0;
    text-align: center
}

@media (max-width: 767px) {
    .casino_games__tile__title {
        display: none
    }
}

.casino_games__tile__title__label {
    color: #1b1c1e;
    display: inline;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: nowrap
}

.casino_games__tile__title__label.scrolling {
    overflow: visible
}

.casino_games__tile__title__label.grey {
    color: #ccc
}

.casino_games__tile__favourite {
    background-color: transparent;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    opacity: 0;
    outline: 2px solid transparent;
    outline-offset: 3px !important;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    z-index: 2
}

@media (min-width: 320px) {
    .casino_games__tile__favourite {
        top: 10px;
        right: 12px
    }
}

@media (min-width: 544px) {
    .casino_games__tile__favourite {
        top: 8px;
        right: 10px
    }
}

@media (min-width: 768px) {
    .casino_games__tile__favourite {
        top: 8px;
        right: 10px
    }
}

@media (min-width: 992px) {
    .casino_games__tile__favourite {
        top: 14px;
        right: 16px
    }
}

.casino_games__tile__favourite:after, .casino_games__tile__favourite:before {
    opacity: 0;
    position: absolute;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    visibility: hidden
}

.casino_games__tile__favourite:after {
    border-top: 8px solid #f2f2f2;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    bottom: calc(100% + 12px);
    right: 3px;
    width: 0
}

.casino_games__tile__favourite:before {
    background-color: #f2f2f2;
    border-radius: 4px;
    content: "Add to My Games";
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2em;
    padding: 13px 14px 12px;
    bottom: calc(100% + 20px);
    translate: -56px 0;
    width: 102px;
    z-index: 3
}

.casino_games__tile__favourite:focus, .casino_games__tile__favourite:focus-visible {
    outline: 2px solid #a1dff3 !important
}

.casino_games__tile__favourite svg {
    height: 14px;
    width: 14px
}

@media (min-width: 544px) {
    .casino_games__tile__favourite svg {
        height: 12px;
        width: 12px
    }
}

@media (min-width: 768px) {
    .casino_games__tile__favourite svg {
        height: 14px;
        width: 14px
    }
}

@media (min-width: 992px) {
    .casino_games__tile__favourite svg {
        height: 20px;
        width: 20px
    }
}

.casino_games__tile__favourite svg path {
    fill: transparent;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    stroke: #fff
}

.casino_games__tile__favourite.is-auth.on:before {
    content: "Remove from My Games"
}

.casino_games__tile__favourite.is-auth.on svg path {
    fill: #ffc363;
    stroke: #ffc363
}

.new-menu-tag {
    border: 2px solid #940117;
    border-radius: 3px;
    color: #940117;
    font-size: 9px;
    padding: 2px 3px;
    line-height: 10.8px;
    margin-left: 5px
}

.undo-window {
    aspect-ratio: 1.37857143;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100
}

.undo-window_first {
    font-size: 16px;
    margin: 0
}

.undo-window_button {
    cursor: pointer;
    margin-top: 5px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.undo-window_button:hover {
    opacity: .7
}

.undo-window_button_icon {
    width: 12px;
    height: 12px;
    translate: 0 1px
}

.undo-window_button_text {
    font-size: 14px;
    color: #b31b34;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 14.4px;
    margin-left: 4px
}

#high-risk-feature.high-risk-feature__popup-container {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 100011
}

#high-risk-feature.high-risk-feature__popup-container.active {
    opacity: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    visibility: visible
}

#high-risk-feature .high-risk-feature__popup {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    height: 640px;
    max-height: calc(100vh - 160px);
    max-width: calc(100% - 160px);
    overflow-y: scroll;
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 588px;
    z-index: 100001
}

@media (max-width: 767px) {
    #high-risk-feature .high-risk-feature__popup {
        max-height: none;
        max-width: none;
        top: 0;
        left: 0;
        translate: 0 0;
        height: 100%;
        width: 100%
    }
}

#high-risk-feature .high-risk-feature__popup .high-risk-feature__popup__anim {
    margin-top: 15px;
    position: static;
    width: 310px
}

#high-risk-feature .high-risk-feature__popup .high-risk-feature__popup__lower, #high-risk-feature .high-risk-feature__popup .high-risk-feature__popup__lower__games, #high-risk-feature .high-risk-feature__popup .high-risk-feature__popup__upper {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    height: auto
}

#high-risk-feature .high-risk-feature__popup .high-risk-feature__popup__lower__games {
    margin-top: 30px
}

#high-risk-feature .high-risk-feature__popup__upper {
    padding: 0 48px 48px;
    text-align: center
}

#high-risk-feature .high-risk-feature__popup__upper * {
    margin: 0
}

#high-risk-feature .high-risk-feature__popup__upper * + * {
    margin-top: 16px
}

#high-risk-feature .high-risk-feature__popup__upper p {
    font-size: 14px;
    line-height: 20px
}

@media (max-width: 767px) {
    #high-risk-feature .high-risk-feature__popup__upper {
        padding: 0 24px 48px
    }
}

#high-risk-feature .high-risk-feature__popup__lower {
    background-color: rgba(240, 240, 240, .5) !important;
    padding: 48px
}

#high-risk-feature .high-risk-feature__popup__lower .high-risk-feature__popup__lower__title, #high-risk-feature .high-risk-feature__popup__lower p {
    margin-top: 0;
    margin-bottom: 16px
}

@media (max-width: 767px) {
    #high-risk-feature .high-risk-feature__popup__lower {
        padding: 48px 16px
    }
}

#high-risk-feature .high-risk-feature__popup__title {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 64px;
    margin: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1
}

#high-risk-feature .high-risk-feature__popup__close {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 24px;
    translate: 0 -50%
}

#high-risk-feature .high-risk-feature__button {
    background-color: transparent;
    border: 2px solid #c12922;
    border-radius: 4px;
    color: #c12922;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    padding: 10px 57px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

#high-risk-feature .high-risk-feature__button:hover {
    background-color: #c12922;
    color: #fff
}

#high-risk-feature .high-risk-feature__popup-off {
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100vw;
    z-index: 100000
}

#high-risk-feature .high-risk-feature__popup .casino_games__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0
}

#high-risk-feature .high-risk-feature__popup .casino_games__tile {
    -ms-flex-preferred-size: calc(50% - 4px);
    flex-basis: calc(50% - 4px);
    margin: 0 0 8px
}

#high-risk-feature .high-risk-feature__popup .casino_games__tile__inner {
    aspect-ratio: 1.36363636;
    height: auto
}

#casino-game-tile-modal {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 100001
}

#casino-game-tile-modal.active, #casino-game-tile-modal.active .casino-game-tile-modal__container {
    opacity: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    visibility: visible
}

#casino-game-tile-modal.active .casino-game-tile-modal__container {
    translate: -50% -50%
}

.casino-game-tile-modal__container {
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .3);
    display: block;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% 50%;
    -webkit-transition: .3s ease .3s;
    transition: .3s ease .3s;
    visibility: visible;
    width: 320px;
    z-index: 100001
}

@media (max-width: 545px) {
    .casino-game-tile-modal__container {
        width: 100%
    }
}

.casino-game-tile-modal__click-off {
    backdrop-filter: blur(14px);
    background-color: rgba(0, 0, 0, .6);
    height: 100vh;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: .75s ease;
    transition: .75s ease;
    visibility: hidden;
    width: 100vw;
    z-index: 100000
}

#casino-game-tile-modal.active .casino-game-tile-modal__click-off {
    opacity: 1;
    visibility: visible
}

.casino-game-tile-modal__img-container {
    position: relative
}

.casino-game-tile-modal__img {
    display: block;
    height: 221px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.casino-game-tile-modal__jackpot {
    background-color: rgba(27, 28, 30, .8);
    color: #fff;
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 0;
    padding: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    paint-order: stroke fill;
    text-align: center;
    -webkit-text-stroke: 2px #000;
    text-stroke: 2px black;
    width: 100%;
    z-index: 1
}

.casino-game-tile-modal__close {
    cursor: pointer;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 10px
}

.casino-game-tile-modal__content {
    padding: 16px
}

.casino-game-tile-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.casino-game-tile-modal__new-game, .casino-game-tile-modal__new-game svg {
    height: 28px;
    width: 39px
}

.casino-game-tile-modal__title {
    color: #1b1c1e;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 24px;
    padding-right: 30px;
    position: relative;
    translate: 0 -2px;
    width: 100%
}

.casino-game-tile-modal__favourite {
    background-color: transparent;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    outline: 2px solid transparent;
    outline-offset: 3px !important;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -2px;
    right: 0
}

.casino-game-tile-modal__favourite:focus, .casino-game-tile-modal__favourite:focus-visible {
    outline: 2px solid #a1dff3 !important
}

.casino-game-tile-modal__favourite svg {
    height: 24px;
    width: 24px
}

.casino-game-tile-modal__favourite.on svg path {
    fill: #ffc363;
    stroke: #ffc363
}

.casino-game-tile-modal__high-risk {
    color: #707070;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 12px
}

.casino-game-tile-modal__button-container {
    margin-top: 5px;
    padding-top: 16px;
    position: relative
}

.casino-game-tile-modal__button-container:before {
    background-color: #e8e8e8;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    right: -16px;
    left: -16px
}

.casino-game-tile-modal__button-container .casino-game-tile__button {
    padding: 10px 12px;
    width: 100%
}

@media (min-width: 543px) {
    .experience-icon {
        margin-right: 9px
    }
}

.ecasino-encore-rewards-banner__container {
    width: 100%;
    height: 500px;
    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;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 80px
}

@media (max-width: 990px) {
    .ecasino-encore-rewards-banner__container {
        margin-top: 80px;
        margin-bottom: 48px
    }
}

@media (max-width: 543px) {
    .ecasino-encore-rewards-banner__container {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.ecasino-encore-rewards-banner__divider {
    height: 25px;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 30px
}

.ecasino-encore-rewards-banner__divider_side {
    border-bottom: 1px solid #f2f2f2;
    width: 35%
}

@media (max-width: 767px) {
    .ecasino-encore-rewards-banner__divider_side {
        width: 30%
    }
}

.ecasino-encore-rewards-banner__divider_encore-icon_icon {
    max-width: 150px
}

.ecasino-encore-rewards-banner__inner-container {
    width: 90%;
    max-width: 800px;
    height: 100%;
    margin-top: 40px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.ecasino-encore-rewards-banner__inner-container_title {
    min-width: 100%;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    line-height: 38px;
    margin-bottom: 32px
}

@media (max-width: 1199px) {
    .ecasino-encore-rewards-banner__inner-container_title {
        font-size: 26px;
        line-height: 30px
    }
}

.ecasino-encore-rewards-banner__inner-container_tile {
    width: 30%;
    height: auto;
    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;
    text-align: center
}

@media (min-width: 767px) {
    .ecasino-encore-rewards-banner__inner-container_tile {
        -ms-flex-item-align: start;
        align-self: start
    }
}

.ecasino-encore-rewards-banner__inner-container_tile_title {
    min-width: 100%;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Proxima Nova";
    font-size: 20px
}

@media (max-width: 543px) {
    .ecasino-encore-rewards-banner__inner-container_tile_title {
        min-width: auto
    }
}

.ecasino-encore-rewards-banner__inner-container_tile_icon {
    min-width: 50px;
    margin-bottom: 20px
}

@media (max-width: 543px) {
    .ecasino-encore-rewards-banner__inner-container_tile {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
        min-height: 100px;
        margin-top: 16px
    }

    .ecasino-encore-rewards-banner__inner-container_tile:last-child {
        margin-bottom: 50px
    }

    .ecasino-encore-rewards-banner__inner-container_tile_text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ecasino-encore-rewards-banner__inner-container_tile_icon {
        margin-bottom: 0;
        margin-right: 20px
    }
}

.ecasino-encore-rewards-banner__inner-container_under-text {
    width: 100%;
    text-align: center;
    margin-top: 25px
}

@media (min-width: 767px) {
    .ecasino-encore-rewards-banner__inner-container_under-text {
        margin-top: 0
    }
}

.ecasino-encore-rewards-banner__inner-container_under-text_bold {
    font-weight: 700
}

.ecasino-encore-rewards-banner__inner-container_button {
    font-weight: 500
}

.ecasino-encore-rewards-banner__inner-container_button button {
    height: 48px;
    width: 286px
}

@media (max-width: 543px) {
    .ecasino-encore-rewards-banner__inner-container_button, .ecasino-encore-rewards-banner__inner-container_button button {
        width: 100%
    }
}

.ecasino-encore-rewards-banner__bottom-divider {
    height: 1px;
    width: 90%;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 50px
}

@-webkit-keyframes bounce-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.recommendations-popup {
    position: fixed;
    bottom: 32px;
    z-index: 5;
    color: #fff;
    right: 32px
}

@media (max-width: 992px) {
    .recommendations-popup {
        bottom: calc(60px + 32px)
    }
}

@media (max-width: 544px) {
    .recommendations-popup {
        bottom: calc(60px + 16px);
        width: 100%;
        right: 0
    }
}

.recommendations-popup_inner {
    cursor: pointer;
    width: 380px;
    height: 100px;
    margin: 0 auto;
    background-color: #940117;
    border-radius: 4px;
    color: #fff;
    background-image: url(/resources/images/casino/recommended/bg_img_popup.png);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px
}

@media (max-width: 544px) {
    .recommendations-popup_inner {
        width: 90%;
        padding: 16px;
        height: 64px;
        background-image: url(/resources/images/casino/recommended/bg_img_popup_mobile_left.png), url(/resources/images/casino/recommended/bg_img_popup_mobile_right.png);
        background-position: left, right;
        background-size: contain;
        background-repeat: no-repeat
    }
}

.recommendations-popup_inner_left_title {
    font-family: Fort;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 4px;
    margin-top: 5px
}

@media (max-width: 544px) {
    .recommendations-popup_inner_left_title {
        margin-top: 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 14.4px
    }
}

.recommendations-popup_inner_left_desc {
    font-family: Fort;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 0
}

@media (max-width: 544px) {
    .recommendations-popup_inner_left_desc {
        font-size: 12px;
        line-height: 14.4px
    }
}

.recommendations-popup_inner_right {
    border-radius: 64%;
    background-color: #00000033;
    width: 56px;
    height: 56px;
    text-align: center;
    margin-left: auto
}

@media (max-width: 544px) {
    .recommendations-popup_inner_right {
        width: 32px;
        height: 32px
    }
}

.recommendations-popup_inner_right img {
    margin-top: 15px;
    width: 20px;
    height: 24px
}

@media (max-width: 544px) {
    .recommendations-popup_inner_right img {
        width: 12px;
        height: 16px;
        margin-top: 7px
    }
}

.bounce-up {
    opacity: 0;
    -webkit-animation: bounce-up .4s ease;
    animation: bounce-up .4s ease;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.recommendations_outer {
    background-image: url(/resources/images/casino/recommended/bg_img_left_desktop.png), url(/resources/images/casino/recommended/bg_img_right_desktop.png), radial-gradient(50% 50% at 50% 50%, #d03d53 0, #940117 100%);
    background-position: 0 133px, right 0, center;
    background-repeat: no-repeat;
    background-size: auto 87%, contain, contain;
    margin-bottom: 100px
}

@media (max-width: 992px) {
    .recommendations_outer {
        background-size: 180px, 180px, 100%;
        background-image: url(/resources/images/casino/recommended/bg_img_left_tablet.png), url(/resources/images/casino/recommended/bg_img_right_tablet.png), radial-gradient(50% 50% at 50% 50%, #d03d53 0, #940117 100%);
        margin-top: 10px
    }
}

@media (max-width: 544px) {
    .recommendations_outer {
        margin-top: 8px;
        background-image: url(/resources/images/casino/recommended/bg_img_mobile.png), radial-gradient(50% 50% at 50% 50%, #d03d53 0, #940117 100%);
        background-size: cover;
        background-position: top;
        margin-bottom: 160px
    }
}

.recommendations {
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 110px;
    padding-bottom: 78px;
    color: #fff
}

@media (max-width: 992px) {
    .recommendations {
        padding: 56px 24px
    }
}

@media (max-width: 544px) {
    .recommendations {
        padding: 56px 16px
    }
}

.recommendations_inner {
    background-color: rgba(255, 255, 255, .05);
    margin: 0;
    padding: 39px 46px;
    -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .15);
    border-radius: 20px
}

@media (max-width: 992px) {
    .recommendations_inner {
        padding: 28px 32px
    }
}

@media (max-width: 544px) {
    .recommendations_inner {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border-radius: unset;
        padding: 0;
        margin: 0
    }
}

.recommendations_inner_list {
    display: grid;
    row-gap: 32px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px
}

.recommendations_inner_list.casino_games__row {
    padding: 0
}

@media (max-width: 992px) {
    .recommendations_inner_list {
        row-gap: 18px
    }
}

@media (max-width: 544px) {
    .recommendations_inner_list {
        row-gap: unset;
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset;
        gap: 8px
    }
}

.recommendations_inner_list .casino_games__tile {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0
}

.recommendations_inner_list .casino_games__tile__title__label {
    color: #fff
}

@media (max-width: 992px) {
    .recommendations_inner_list .casino_games__tile__bottom-title {
        display: block;
        font-size: 16px;
        font-weight: 500;
        text-align: center
    }
}

@media (max-width: 544px) {
    .recommendations_inner_list .casino_games__tile__bottom-title {
        display: none
    }
}

.recommendations_inner_list .casino_games__tile div {
    height: 165px
}

@media (max-width: 992px) {
    .recommendations_inner_list .casino_games__tile div {
        height: calc(15vw - .5px)
    }
}

@media (max-width: 768px) {
    .recommendations_inner_list .casino_games__tile div {
        height: calc(19.33333333vw - .5px)
    }
}

@media (max-width: 544px) {
    .recommendations_inner_list .casino_games__tile div {
        height: calc(32vw - .5px)
    }
}

.recommendations_inner_list .casino_games__tile h3 {
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 19.5px
}

.recommendations_inner_btncontainer {
    display: none;
    margin-top: 20px
}

@media (max-width: 544px) {
    .recommendations_inner_btncontainer {
        display: block
    }
}

.recommendations_inner_btncontainer_btn {
    border: 4px solid #fff;
    background-color: unset;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    width: 140px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    font-size: 16px
}

.recommendations_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px
}

@media (max-width: 992px) {
    .recommendations_text {
        display: block
    }
}

.recommendations_text_title {
    font-size: 32px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: 0;
    margin-bottom: 0
}

@media (max-width: 992px) {
    .recommendations_text_title {
        margin-bottom: 16px
    }
}

.recommendations_text_description {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    max-width: 375px;
    margin-left: auto;
    margin-bottom: 0
}

@media (max-width: 992px) {
    .recommendations_text_description {
        margin-left: unset;
        margin-top: unset;
        max-width: unset;
        margin-bottom: 32px
    }
}

.my-games-menus {
    border-bottom: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    margin: 24px auto 0;
    max-width: 1600px;
    padding-top: 20px;
    width: calc(100% - 64px)
}

@media (max-width: 991px) {
    .my-games-menus {
        padding-top: 17px
    }
}

@media (max-width: 767px) {
    .my-games-menus {
        margin: 0 auto;
        padding-top: 12px;
        width: 100%
    }
}

.games-loading-container {
    padding: 48px 0
}

.my-games-menus_title {
    cursor: pointer;
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.2em;
    margin-right: 10px;
    padding: 0 30px 20px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.my-games-menus_title:hover {
    color: #d03d53
}

@media (max-width: 991px) {
    .my-games-menus_title {
        font-size: 18px;
        line-height: 1.22em;
        text-align: center;
        padding: 0 15px 17px;
        width: 50%
    }
}

@media (max-width: 767px) {
    .my-games-menus_title {
        font-size: 14px;
        line-height: 1.42em;
        padding: 0 15px 12px
    }
}

.my-games-menus_selected {
    color: #b31b34;
    position: relative
}

.my-games-menus_selected:after {
    border-radius: 5px;
    content: "";
    position: absolute;
    inset: auto 0 -2px 0;
    width: 100%;
    height: 4px;
    background-color: #b31b34;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.my-games-menus_selected:hover:after {
    background-color: #d03d53
}

@media (max-width: 991px) {
    .my-games-menus_selected:after {
        height: 3px
    }
}

.not-loggedin {
    text-align: center;
    padding: 80px 0
}

@media (max-width: 991px) {
    .not-loggedin {
        padding: 48px 0
    }
}

.not-loggedin_primarytxt {
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.22em;
    margin-top: 32px
}

@media (max-width: 991px) {
    .not-loggedin_primarytxt {
        font-size: 18px
    }
}

.not-loggedin_secondarytxt {
    font-size: 16px;
    color: #707070;
    margin-top: 10px
}

.not-loggedin_buttons {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.not-loggedin_buttons_join, .not-loggedin_buttons_login {
    border-radius: 4px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 30px 9px;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    width: 180px
}

@media (max-width: 767px) {
    .not-loggedin_buttons_join, .not-loggedin_buttons_login {
        padding: 7px 30px 5px
    }
}

.not-loggedin_buttons_join {
    background-color: #fff;
    color: #b31b34;
    border: 2px solid #b31b34;
    margin-right: 10px
}

.not-loggedin_buttons_join:hover {
    color: #fff
}

.not-loggedin_buttons_login {
    background-color: #b31b34;
    color: #fff;
    border: 2px solid #b31b34
}

.not-loggedin_buttons_join:hover, .not-loggedin_buttons_login:hover {
    background-color: #d03d53;
    border: 2px solid #d03d53
}

.casino_games__show-more {
    background-color: transparent;
    border: 2px solid #b31b34;
    border-radius: 4px;
    color: #b31b34;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    grid-column: 1/-1;
    margin-top: 16px;
    padding: 13px 24px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    width: 100%
}

.casino_games__show-more:hover {
    border-color: #d03d53;
    color: #d03d53
}

.casino_games__show-more:focus {
    border-color: #940117;
    color: #940117
}

.casino_games__show-more.hide-now {
    display: none
}

@media (max-width: 768px) {
    .casino_games__show-more {
        padding: 9px 24px
    }
}

.casino_games__recent-recap {
    border: 1px solid #e8e8e8;
    grid-column: 1/-1;
    margin-top: 22px;
    padding: 24px;
    text-align: center
}

.casino_games__recent-recap .casino_games__recent-recap__row, .my-games-coming-soon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.casino_games__recent-recap .casino_games__recent-recap__row {
    color: #707070;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    margin: 0
}

.casino_games__recent-recap .casino_games__recent-recap__row svg {
    position: absolute
}

.casino_games__recent-recap .casino_games__recent-recap__row strong {
    color: #333;
    padding-left: 28px;
    font-weight: 700
}

.casino_games__recent-recap .casino_games__recent-recap__row span {
    margin-right: 16px
}

.casino_games__recent-recap .casino_games__recent-recap__row a {
    font-weight: 700
}

@media (max-width: 991px) {
    .casino_games__recent-recap .casino_games__recent-recap__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }

    .casino_games__recent-recap .casino_games__recent-recap__row span {
        margin-top: 8px;
        margin-right: 0
    }

    .casino_games__recent-recap .casino_games__recent-recap__row a {
        margin-top: 8px
    }
}

.casino_games__recent-recap .casino_games__recent-recap__row__left {
    margin-right: 10px
}

@media (max-width: 991px) {
    .casino_games__recent-recap .casino_games__recent-recap__row__left {
        margin-top: 10px;
        margin-right: 0
    }
}

.my-games-coming-soon {
    margin-bottom: 50px
}

.all-toasts {
    opacity: 1;
    position: fixed;
    top: 25px;
    right: 0;
    left: 0;
    padding: 10px;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    visibility: visible;
    z-index: 100020
}

.all-toasts:empty {
    opacity: 0;
    visibility: hidden
}

.top-toast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px
}

.top-toast_message {
    background-color: #1b1c1ee5;
    border-radius: 4px;
    color: #fff;
    margin: 0 auto;
    padding: 18px 24px;
    font-size: 14px
}

.games-loading-container img {
    margin: 50px auto
}

.high-risk-message-container {
    margin: 24px 0
}

.high-risk-message, .high-risk-message-container .announcement {
    background: #fafafa;
    margin: 16px auto 0;
    max-width: calc(100% - 64px);
    padding: 10px;
    width: 1200px
}

@media (max-width: 543px) {
    .high-risk-message-container .announcement {
        max-width: 100%
    }
}

.high-risk-message-container .announcement p {
    font-weight: 500
}

.high-risk-message-container p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.high-risk-message {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin: 0 auto;
    padding: 20px
}

.high-risk-message + .high-risk-message {
    margin-top: 16px
}

.high-risk-message p {
    font-weight: 700
}

@media (max-width: 543px) {
    .high-risk-message {
        display: none
    }
}

.casino-games__interstitial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    z-index: 3002
}

.casino-games__interstitial__fade {
    background: rgba(0, 0, 0, .85);
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5020;
    opacity: 0;
    -webkit-transition: height 0s .3s, opacity .3s;
    transition: height 0s .3s, opacity .3s
}

.casino-games__interstitial__fade_in {
    opacity: 1;
    height: 100%;
    -webkit-transition: height, opacity 325ms;
    transition: height, opacity 325ms
}

.casino-games__interstitial_background {
    background: center center;
    background-size: cover;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    position: fixed;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    z-index: 3001
}

@media screen and (orientation: landscape) {
    .casino-games__interstitial {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        top: 15vh
    }
}

.casino-games__interstitial img:not(.casino-games__interstitial__close), .casino-games__interstitial picture {
    display: block;
    width: 100%
}

.casino-games__interstitial__image-container {
    position: relative
}

@media screen and (orientation: landscape) {
    .casino-games__interstitial__image-container {
        margin-right: 20px;
        width: 50%
    }
}

.casino-games__interstitial__image-container picture {
    overflow: hidden;
    position: relative
}

@media screen and (orientation: landscape) {
    .casino-games__interstitial__text-container {
        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;
        width: 50%
    }
}

.casino-games__interstitial__close {
    color: #fff;
    padding: 5px 5px 10px 10px;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    z-index: 1
}

@media screen and (orientation: landscape) {
    .casino-games__interstitial__close {
        position: fixed;
        top: 10px;
        right: 10px
    }
}

.casino-games__interstitial__play {
    margin: 16px 0 0
}

.casino-games__interstitial__play .btn-white {
    background: #fff;
    color: #b31b34
}

.casino-games__interstitial__info {
    color: #fff;
    font-weight: 500;
    margin: 16px 0 0;
    text-align: center
}

.casino-games__interstitial__info ul {
    list-style-position: inside;
    padding: 0
}

.casino-games__interstitial__more-info {
    font-weight: 500;
    margin: 16px 0 0;
    text-align: center;
    text-transform: uppercase
}

.casino-games__interstitial__more-info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-decoration: none
}

.mobile-drawer-help {
    overflow: hidden;
    padding: 0 32px 24px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .mobile-drawer-help {
        padding: 0 24px
    }
}

.mobile-drawer-help__help {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .mobile-drawer-help__help {
        font-size: 14px;
        line-height: 20px
    }
}

.mobile-drawer-help__caret-down-icon {
    margin-left: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear;
    width: 8px;
    height: 13px
}

.mobile-drawer-help__caret-down-icon_rotate {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.mobile-drawer-help__links {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    -webkit-transition: max-height .6s;
    transition: max-height .6s;
    width: 100%;
    height: 100%;
    max-height: 0
}

.mobile-drawer-help__links_show {
    max-height: 300px
}

.mobile-drawer-help__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #20252b;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 16px 0;
    text-decoration: none
}

.mobile-drawer-help__link:first-of-type {
    margin-top: 16px
}

.mobile-drawer-help__link:active {
    color: #b31b34
}

.mobile-drawer-help__line-separator {
    border-bottom: 1px solid #eee;
    width: 100%
}

.mobile-drawer-help__live-chat-icon {
    margin-right: 8px
}

.mobile-drawer-gamesense {
    background-color: #f4f6f5;
    padding: 54px 32px;
    text-decoration: none;
    width: 100%
}

@media screen and (max-width: 767px) {
    .mobile-drawer-gamesense {
        padding: 54px 24px
    }
}

.mobile-drawer-gamesense:hover {
    background-color: #f1f7ec
}

.mobile-drawer-gamesense:active {
    background-color: #e2f0d9
}

.mobile-drawer-gamesense p {
    color: #144634;
    font-size: 14px;
    font-weight: 300
}

@media only screen and (max-width: 767px) {
    .mobile-drawer-gamesense p {
        font-size: 12px
    }
}

.mobile-drawer-gamesense__image {
    width: 40px
}

.mobile-drawer-gamesense__logo {
    width: 100px
}

.mobile-drawer-main, .mobile-drawer-main__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-drawer-main {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mobile-drawer-main__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 48px;
    padding: 24px 24px 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    .mobile-drawer-main__header {
        margin-bottom: 20px;
        padding: 20px 24px 0
    }
}

.mobile-drawer-main__home-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-drawer-main__playnow-logo {
    width: 150px
}

.mobile-drawer-main__close-icon {
    cursor: pointer;
    width: 24px;
    height: 24px
}

.mobile-drawer-main__category-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 3px solid #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 32px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .mobile-drawer-main__category-link {
        padding: 12px 24px
    }
}

.mobile-drawer-main__category-link:hover, .mobile-drawer-main__category-link_active {
    border-left: 3px solid #b31b34
}

.mobile-drawer-main__category-link:hover .mobile-drawer-main__category-label, .mobile-drawer-main__category-link_active .mobile-drawer-main__category-label {
    color: #b31b34
}

.mobile-drawer-main__category-link:hover .mobile-drawer-main__chevron-right-icon, .mobile-drawer-main__category-link_active .mobile-drawer-main__chevron-right-icon {
    -webkit-filter: invert(15%) sepia(32%) saturate(7199%) hue-rotate(336deg) brightness(105%) contrast(96%);
    filter: invert(15%) sepia(32%) saturate(7199%) hue-rotate(336deg) brightness(105%) contrast(96%)
}

.mobile-drawer-main__category-link:active {
    border-left: 3px solid #940117;
    color: #940117
}

.mobile-drawer-main__category-label {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .mobile-drawer-main__category-label {
        font-size: 20px;
        line-height: 29px
    }
}

.mobile-drawer-main__chevron-right-icon {
    width: 7px
}

.mobile-drawer-main__join {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin-top: 36px;
    padding: 32px 32px 40px
}

@media only screen and (max-width: 767px) {
    .mobile-drawer-main__join {
        margin-top: 24px;
        padding: 26px 24px 40px
    }
}

.mobile-drawer-main__join p {
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .mobile-drawer-main__join p {
        font-size: 16px;
        line-height: 24px
    }
}

.mobile-drawer-main__join-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
    text-transform: capitalize;
    width: 100%;
    height: 40px
}

@media only screen and (max-width: 767px) {
    .mobile-drawer-main__join-button {
        margin-top: 16px
    }
}

.mobile-drawer-main__join-button:hover {
    background-color: #d03d53
}

.mobile-drawer-main__join-button:active {
    background-color: #940117
}

.mobile-drawer-main__user-plus-icon {
    -webkit-filter: invert(100%) sepia(0%) saturate(7427%) hue-rotate(23deg) brightness(118%) contrast(118%);
    filter: invert(100%) sepia(0%) saturate(7427%) hue-rotate(23deg) brightness(118%) contrast(118%);
    margin-right: 4px;
    width: 13px;
    height: 10px
}

.mobile-drawer-main__sub-links-container {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
    width: 100%
}

.mobile-drawer-main__link {
    color: #20252b;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 32px;
    text-decoration: none
}

@media only screen and (max-width: 767px) {
    .mobile-drawer-main__link {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 24px
    }
}

.mobile-drawer-main__link_winners {
    padding-bottom: 16px
}

.mobile-drawer-main__link:first-of-type {
    margin-top: 16px
}

.mobile-drawer-main .mobile-drawer-help {
    background: #fff;
    padding-bottom: 24px
}

.global-head__side-drawer {
    background: #f8f9fa;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: -372px;
    -webkit-transition: -webkit-transform .65s ease-out, -webkit-box-shadow .45s ease-out .2s;
    transition: transform .65s ease-out, box-shadow .45s ease-out .2s;
    transition: transform .65s ease-out, box-shadow .45s ease-out .2s, -webkit-transform .65s ease-out, -webkit-box-shadow .45s ease-out .2s;
    width: 100%;
    max-width: 372px;
    min-width: 262px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 5020
}

@media screen and (max-width: 767px) {
    .global-head__side-drawer {
        left: -320px;
        max-width: 320px
    }
}

@media (hover: none) {
    .global-head__side-drawer {
        overflow-y: auto
    }
}

.global-head__side-drawer_open {
    -webkit-transform: translateX(372px);
    transform: translateX(372px)
}

@media screen and (max-width: 767px) {
    .global-head__side-drawer_open {
        -webkit-transform: translateX(320px);
        transform: translateX(320px)
    }
}

.global-head__side-drawer__sign-up {
    padding: 16px 24px;
    position: relative;
    text-align: center
}

.global-head__side-drawer__sign-up__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.global-head__side-drawer__sign-up__background img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 543px) {
    .global-head__side-drawer__sign-up {
        padding: 16px 15px
    }
}

.global-head__side-drawer__sign-up p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .28px;
    line-height: 18px;
    width: 100%
}

.global-head__side-drawer__sign-up__button {
    font-size: 16px;
    padding: 13px;
    width: 100%;
    height: 48px
}

.global-head__side-drawer__content {
    padding: 0 24px
}

@media only screen and (max-width: 543px) {
    .global-head__side-drawer__content {
        padding: 0 16px
    }
}

.global-head__side-drawer__main-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px;
    padding: 16px 0
}

.global-head__side-drawer__category {
    background-color: #fff;
    border-radius: 50%;
    color: #333;
    margin: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: calc(33.3333% - 8px)
}

.global-head__side-drawer__category::before {
    content: "";
    display: block;
    padding-top: 100%
}

.global-head__side-drawer__category_active {
    color: #b31b34
}

.global-head__side-drawer__category_active img, .global-head__side-drawer__link_active img {
    -webkit-filter: invert(26%) sepia(69%) saturate(4122%) hue-rotate(336deg) brightness(70%) contrast(100%);
    filter: invert(26%) sepia(69%) saturate(4122%) hue-rotate(336deg) brightness(70%) contrast(100%)
}

.global-head__side-drawer__category_active svg, .global-head__side-drawer__link_active svg {
    fill: #b31b34
}

.global-head__side-drawer__category-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.global-head__side-drawer__category__image {
    margin-bottom: 4px;
    width: 24px;
    height: auto
}

.global-head__side-drawer__category__image_lotto {
    margin: 0;
    width: 45%
}

.global-head__side-drawer__category__image_keno {
    margin: 0;
    width: 60%
}

.global-head__side-drawer__category p {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .25px;
    line-height: 12px;
    margin: 0
}

.global-head__side-drawer__category__new-tag {
    background-color: #b31b34;
    border-radius: 100%;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 6px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px
}

.global-head__side-drawer__side-category {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0
}

.global-head__side-drawer__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 8px 0;
    text-decoration: none
}

.global-head__side-drawer__link_active {
    color: #b31b34
}

.global-head__side-drawer__link_gamesense img {
    -webkit-filter: none;
    filter: none
}

.global-head__side-drawer__link__logo {
    margin-right: 24px;
    width: 24px;
    height: auto
}

.global-head__side-drawer__link p {
    font-size: 17px;
    letter-spacing: .34px;
    line-height: 18px;
    margin: 0
}

.global-head__side-drawer__link_live-chat-closed, .global-head__side-drawer__link_live-chat-open {
    white-space: nowrap
}

.global-head__side-drawer__link_live-chat-open span {
    color: #97d700
}

.global-head__side-drawer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0
}

.global-head__side-drawer-overlay {
    background: #0000007a;
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5019;
    backdrop-filter: blur(2px)
}

@media (hover: hover) {
    .global-head__side-drawer::-webkit-scrollbar {
        -webkit-appearance: none;
        appearance: none
    }

    .global-head__side-drawer::-webkit-scrollbar:vertical {
        width: 12px
    }

    .global-head__side-drawer::-webkit-scrollbar:horizontal {
        height: 12px
    }

    .global-head__side-drawer::-webkit-scrollbar-thumb {
        background-color: #aeaeae;
        border: 2px solid #fff;
        border-radius: 10px
    }

    .global-head__side-drawer::-webkit-scrollbar-track {
        background-color: #fff;
        border-radius: 10px
    }
}

.mobile-drawer__component {
    position: absolute;
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 544px) {
    .mobile-drawer__component {
        -webkit-transform: translateX(372px);
        transform: translateX(372px)
    }

    .mobile-drawer__component_main {
        -webkit-transform: translateX(-372px);
        transform: translateX(-372px)
    }
}

.mobile-drawer__component_main {
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px)
}

.mobile-drawer__component_show {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

body.open-side-drawer {
    overflow: hidden
}

body.open-side-drawer #body, body.open-side-drawer #footer {
    opacity: .4
}

body.open-side-drawer .global-head__mobile-sub-nav {
    display: none
}

body.open-side-drawer .global-head__side-drawer-overlay {
    display: block
}

.mobile-drawer-template {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.mobile-drawer-template__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 32px
}

@media screen and (max-width: 767px) {
    .mobile-drawer-template__header {
        padding: 16px 24px
    }
}

.mobile-drawer-template__header p {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 0 16px;
    text-transform: capitalize
}

@media screen and (max-width: 767px) {
    .mobile-drawer-template__header p {
        font-size: 18px;
        line-height: 20px
    }
}

.mobile-drawer-template__back-icon {
    cursor: pointer;
    margin-right: calc(25% - 9px);
    width: 9px;
    height: 24px
}

.mobile-drawer-template__playnow-logo {
    width: 52px;
    height: 24px
}

.mobile-drawer-template__body {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

.mobile-drawer-template__category-title, .mobile-drawer-template__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-drawer-template__category-title {
    color: #333;
    text-decoration: none
}

.mobile-drawer-template__footer {
    background: #f8f9fa;
    border-radius: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: auto;
    padding: 32px
}

@media screen and (max-width: 767px) {
    .mobile-drawer-template__footer {
        padding: 24px
    }
}

.mobile-drawer-template__footer .mobile-drawer-help {
    padding: 0
}

.mobile-drawer-nav-accordion__main-link-icon.mobile-drawer-nav-accordion__main-link-icon_Lotto {
    -webkit-filter: unset;
    filter: unset;
    width: 28px
}

@media screen and (max-width: 767px) {
    .mobile-drawer-nav-accordion__main-link-icon.mobile-drawer-nav-accordion__main-link-icon_Lotto {
        width: 18px
    }
}

.mobile-drawer-nav-accordion {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 48px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .mobile-drawer-nav-accordion {
        margin-top: 32px
    }
}

.mobile-drawer-nav-accordion:first-of-type {
    margin: 0
}

.mobile-drawer-nav-accordion__main-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    width: 100%
}

.mobile-drawer-nav-accordion__main-link-icon {
    -webkit-filter: invert(16%) sepia(55%) saturate(4910%) hue-rotate(338deg) brightness(87%) contrast(93%);
    filter: invert(16%) sepia(55%) saturate(4910%) hue-rotate(338deg) brightness(87%) contrast(93%);
    interpolation-mode: nearest-neighbor;
    width: 14px;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges
}

.mobile-drawer-nav-accordion__main-link-icon_bingo-icon {
    -webkit-filter: none;
    filter: none
}

.mobile-drawer-nav-accordion__main-link-icon_lightbulb {
    width: 10px
}

.mobile-drawer-nav-accordion__main-link-inline-svg {
    margin-left: 10px
}

.mobile-drawer-nav-accordion__main-link p {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    margin: 0 0 0 16px
}

@media screen and (max-width: 767px) {
    .mobile-drawer-nav-accordion__main-link p {
        font-size: 16px;
        line-height: 18px
    }
}

.mobile-drawer-nav-accordion__icon-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7e8ea;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    width: 30px;
    height: 30px
}

@media screen and (max-width: 767px) {
    .mobile-drawer-nav-accordion__icon-container {
        padding: 5px;
        width: 24px;
        height: 24px
    }
}

.mobile-drawer-nav-accordion__sub-links {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.mobile-drawer-nav-accordion__sub-links_games {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px
}

.mobile-drawer-nav-accordion__sub-link-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.mobile-drawer-nav-accordion__sub-link-container:first-of-type {
    margin-top: 8px
}

.mobile-drawer-nav-accordion__sub-link {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 16px 0;
    text-decoration: none
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-drawer-nav-accordion__sub-link {
        font-size: 16px;
        line-height: 23px
    }
}

.mobile-drawer-nav-accordion__sub-link:active {
    color: #b31b34
}

.mobile-drawer-nav-accordion__line-separator {
    border-bottom: 1px solid #eee;
    width: 100%
}

.mobile-drawer-nav-accordion__chevron-right-icon {
    margin-left: auto;
    width: 7px
}

.mobile-drawer-tertiary-menu {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 48px;
    width: 100%
}

.mobile-drawer-tertiary-menu:first-of-type {
    margin: 0
}

.mobile-drawer-tertiary-menu__main-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #20252b;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 29px;
    margin-bottom: 24px;
    text-decoration: none
}

.mobile-drawer-tertiary-menu__sub-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0
}

.mobile-drawer-tertiary-menu__sub-link-container, .mobile-drawer-tertiary-menu__sub-links {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.mobile-drawer-tertiary-menu__sub-link-container:first-of-type .mobile-drawer-tertiary-menu__sub-link {
    padding-top: 0
}

.mobile-drawer-tertiary-menu__sub-link-container.top-padding {
    padding-top: 28px
}

@media screen and (max-width: 991px) {
    .mobile-drawer-tertiary-menu__sub-link-container.top-padding {
        padding-top: 32px
    }
}

@media screen and (max-width: 767px) {
    .mobile-drawer-tertiary-menu__sub-link-container.top-padding {
        padding-top: 16px
    }
}

.mobile-drawer-tertiary-menu__sub-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #20252b;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    padding: 16px 0
}

@media screen and (max-width: 991px) {
    .mobile-drawer-tertiary-menu__sub-link {
        line-height: 28px;
        padding: 13px 0
    }
}

@media screen and (max-width: 767px) {
    .mobile-drawer-tertiary-menu__sub-link {
        font-size: 14px;
        line-height: 28px;
        padding: 10px 0
    }
}

.mobile-drawer-tertiary-menu__sub-link__inline-icon {
    margin-bottom: -4px;
    margin-left: 10px
}

.mobile-drawer-tertiary-menu__sub-link__inline-icon_my-games {
    margin-bottom: 0
}

.mobile-drawer-tertiary-menu__line-separator {
    border-bottom: 1px solid #eee;
    width: 100%
}

.mobile-drawer-tertiary-menu__icon-container {
    width: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-drawer-tertiary-menu__main-link-icon {
    width: 35px
}

.mobile-drawer-tertiary-menu__main-link-icon_phep {
    width: 28px
}

.mobile-drawer-tertiary-menu__main-link-icon_pulltabs {
    width: 31px
}

.mobile-drawer-sub-links {
    background-color: #fff;
    height: 100%
}

.mobile-drawer-sub-links__home-icon {
    width: 16px;
    height: 14px
}

.mobile-drawer-sub-links__main, .mobile-drawer-sub-links__tertiary {
    padding: 32px;
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%
}

@media screen and (max-width: 767px) {
    .mobile-drawer-sub-links__main, .mobile-drawer-sub-links__tertiary {
        padding: 24px 24px 48px
    }
}

.mobile-drawer-sub-links__main {
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px)
}

@media screen and (min-width: 544px) {
    .mobile-drawer-sub-links__main {
        -webkit-transform: translateX(-372px);
        transform: translateX(-372px)
    }
}

.mobile-drawer-sub-links__main_show {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mobile-drawer-sub-links__tertiary {
    -webkit-transform: translateX(320px);
    transform: translateX(320px)
}

@media screen and (min-width: 544px) {
    .mobile-drawer-sub-links__tertiary {
        -webkit-transform: translateX(372px);
        transform: translateX(372px)
    }
}

.mobile-drawer-sub-links__tertiary_show {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mobile-drawer-promotion-card__container {
    margin-top: 48px;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    max-width: 544px
}

.mobile-drawer-promotion-card__container_promotion {
    background: #f8f9fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px
}

@media screen and (max-width: 767px) {
    .mobile-drawer-promotion-card__container_promotion {
        padding: 24px
    }
}

.mobile-drawer-promotion-card__app-icon {
    border-radius: 12px;
    margin-bottom: 20px;
    width: 100px;
    height: 100px
}

.mobile-drawer-promotion-card__promotion-title {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.mobile-drawer-promotion-card__promotion-text {
    color: #333;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px
}

.mobile-drawer-promotion-card__learn-more-link {
    color: #b31b34;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap
}

.mobile-drawer-promotion-card__learn-more-link:hover {
    color: #d03d53;
    text-decoration: underline
}

.mobile-drawer-promotion-card__learn-more-link:active {
    color: #940117;
    text-decoration: underline
}

.mobile-drawer-promotion-card__chevron-right-icon {
    -webkit-filter: invert(14%) sepia(54%) saturate(5735%) hue-rotate(340deg) brightness(88%) contrast(90%);
    filter: invert(14%) sepia(54%) saturate(5735%) hue-rotate(340deg) brightness(88%) contrast(90%);
    margin-left: 8px;
    width: 6px
}

.mobile-drawer-lottery {
    background-color: #fff
}

.mobile-drawer-lottery__content {
    padding: 32px
}

@media screen and (max-width: 767px) {
    .mobile-drawer-lottery__content {
        padding: 24px
    }
}

.mobile-drawer-lottery__main-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 48px
}

.mobile-drawer-lottery__main-link:first-of-type {
    margin: 0
}

.mobile-drawer-lottery__main-link-icon {
    -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(55%) saturate(4910%) hue-rotate(338deg) brightness(87%) contrast(93%);
    filter: brightness(0) saturate(100%) invert(16%) sepia(55%) saturate(4910%) hue-rotate(338deg) brightness(87%) contrast(93%);
    interpolation-mode: nearest-neighbor;
    height: 7px;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges
}

.mb .mobile-drawer-lottery__main-link-icon {
    height: 14px
}

.mobile-drawer-lottery__main-link p {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    margin: 0 0 0 16px
}

@media screen and (max-width: 767px) {
    .mobile-drawer-lottery__main-link p {
        font-size: 16px;
        line-height: 18px
    }
}

.mobile-drawer-lottery__icon-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7e8ea;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    width: 30px;
    height: 30px
}

@media screen and (max-width: 767px) {
    .mobile-drawer-lottery__icon-container {
        width: 24px;
        height: 24px
    }
}

.mobile-drawer-lottery__sub-links {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 8px;
    width: 100%
}

.mobile-drawer-lottery__sub-links_games {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px
}

.mobile-drawer-lottery__sub-link {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    margin: 16px 0;
    text-decoration: none
}

.mobile-drawer-lottery__game-tile {
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 12px);
    flex: 0 1 calc(50% - 12px);
    text-decoration: none
}

.mobile-drawer-lottery__game-tile:active {
    color: #333;
    text-decoration: underline
}

.mobile-drawer-lottery__game-tile:nth-of-type(odd) {
    margin-right: 12px
}

.mobile-drawer-lottery__game-tile:nth-of-type(even) {
    margin-left: 12px
}

.mobile-drawer-lottery__game-tile_lmax .mobile-drawer-lottery__game-image-container {
    background-color: #edf5d9
}

.mobile-drawer-lottery__game-tile_six49 .mobile-drawer-lottery__game-image-container {
    background-color: #d9e1e8
}

.mobile-drawer-lottery__game-tile_bc49 .mobile-drawer-lottery__game-image-container {
    background-color: #f6dfde
}

.mobile-drawer-lottery__game-tile_dgrd .mobile-drawer-lottery__game-image-container {
    background-color: #fef4d9
}

.mobile-drawer-lottery__game-tile_keno .mobile-drawer-lottery__game-image-container {
    background-color: #f4dedc
}

.mobile-drawer-lottery__game-tile_wmax .mobile-drawer-lottery__game-image-container {
    background-color: #f1e7d9
}

.mobile-drawer-lottery__game-tile_w649 .mobile-drawer-lottery__game-image-container {
    background-color: #fbf4d9
}

.mobile-drawer-lottery__game-tile p {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    margin: 0 16px 20px
}

@media screen and (max-width: 767px) {
    .mobile-drawer-lottery__game-tile p {
        font-size: 14px;
        line-height: 16px
    }
}

.mobile-drawer-lottery__game-image-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
    position: relative;
    width: 100%;
    height: 70px
}

.mobile-drawer-lottery__game-image {
    height: 34px
}

.mobile-drawer-lottery__line-separator {
    border-bottom: 1px solid #eee;
    width: 100%
}

.mobile-drawer-lottery__home-icon {
    width: 16px;
    height: 14px
}

.mobile-drawer-casino .mobile-drawer-tertiary-menu__sub-link_featured, .mobile-drawer-casino .mobile-drawer-tertiary-menu__sub-link_slots, .mobile-drawer-casino .mobile-drawer-tertiary-menu__sub-link_tables {
    margin-top: 48px
}