﻿.site_message[data-v-536eabae]
{
    border-radius: 10px;
    border: 2px solid #000;
    -webkit-box-shadow: 0 2px 26px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 26px 0 rgba(0,0,0,.1);
    padding: 15px 30px 15px 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}
.site_message.full-width[data-v-536eabae]
{
    max-width: 100%!important;
}
.site_message .icon[data-v-536eabae]
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    margin-right: 10px;
    padding-top: 7px;
}
.site_message .cont strong[data-v-536eabae]
{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}
.site_message .cont a[data-v-536eabae]
{
    color: var(--q-color-seo-text);
}
.site_message .close[data-v-536eabae]
{
    position: absolute;
    top: 10px;
    right: 10px;
}
.site_message.success[data-v-536eabae]
{
    border-color: #6fcf97;
}
.site_message.error[data-v-536eabae]
{
    border-color: #eb5757;
}
.site_message.error a[data-v-536eabae]
{
    text-decoration: underline;
    cursor: pointer;
}
.site_message.warning[data-v-536eabae]
{
    border-color: #f2994a;
}
.site_message.notification[data-v-536eabae]
{
    border-color: #2d9cdb;
}
.promotional-iframe .iframe-container[data-v-b2973250]
{
    height: 90%;
}
.promotion-single[data-v-b8f75dbe] .q-img__image
{
    background-size: contain!important;
}
.new_game_listing[data-v-b8f75dbe]
{
    max-height: 700px;
    overflow-y: auto;
    max-width: 1300px;
    margin: auto;
    padding: 40px 2em;
}
@media(max-width: 1024px)
{
    .new_game_listing[data-v-b8f75dbe]
    {
        padding: 40px 1em;
        min-width: 0!important;
        max-width: unset;
        max-height: unset;
    }
}
.grid-layout[data-v-b8f75dbe]
{
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    width: 100%;
}
.grid-layout .grid-item[data-v-b8f75dbe]
{
    height: 125px;
    border-radius: 10px;
}
.grid-layout .grid-item .grid-item__hover[data-v-b8f75dbe]
{
    background: transparent;
}
@media(max-width: 1024px)
{
    .grid-layout .grid-item[data-v-b8f75dbe]
    {
        width: calc(33.33vw - 1em);
    }
}
@media(max-width: 640px)
{
    .grid-layout .grid-item[data-v-b8f75dbe]
    {
        height: 120px;
        width: calc(50vw - 1em);
    }
}
@media(max-width: 480px)
{
    .grid-layout .grid-item[data-v-b8f75dbe]
    {
        height: 115px;
    }
}
@media(max-width: 375px)
{
    .grid-layout .grid-item[data-v-b8f75dbe]
    {
        height: 100px;
    }
}
@media(max-width: 320px)
{
    .grid-layout .grid-item[data-v-b8f75dbe]
    {
        height: 88px;
    }
}
@media(max-width: 1024px)
{
    .grid-layout[data-v-b8f75dbe]
    {
        position: relative;
        grid-auto-flow: column dense;
        grid-template-rows: repeat(2,auto);
        grid-template-columns: unset;
    }
}
@media(min-width: 1024px)
{
    .grid-layout[data-v-b8f75dbe]
    {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.promotion-single__nav[data-v-b8f75dbe]
{
    position: relative;
    z-index: 1;
    background: #e5e5e5;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.25);
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    position: sticky;
    left: 0;
    top: 0;
}
.promotion-single__nav--container[data-v-b8f75dbe]
{
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    padding: 0 1em;
}
@media screen and (min-width: 768px)
{
    .promotion-single__nav--container[data-v-b8f75dbe]
    {
        padding: 0 2em;
    }
}
.promotion-single__nav--container h2[data-v-b8f75dbe]
{
    color: #424242;
    font-weight: 700;
    font-size: 18px;
    word-break: break-word;
}
.promotion-single__nav--container .close[data-v-b8f75dbe]
{
    position: absolute;
    left: 0;
    color: #606060;
    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;
}
@media screen and (min-width: 768px)
{
    .promotion-single__nav--container .close[data-v-b8f75dbe]
    {
        left: 11px;
    }
}
.promotion-single__banner[data-v-b8f75dbe]
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 165px;
    image-rendering: auto;
    background: var(--q-color-primary);
}
.promotion-single__banner .background-blur[data-v-b8f75dbe]
{
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
}
.promotion-single__banner--image[data-v-b8f75dbe]
{
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 145px;
    width: 95%;
}
@media screen and (min-width: 1024px)
{
    .promotion-single__banner--image[data-v-b8f75dbe]
    {
        height: 230px;
    }
}
@media screen and (min-width: 1300px)
{
    .promotion-single__banner--image[data-v-b8f75dbe]
    {
        height: 350px;
    }
}
@media screen and (min-width: 1024px)
{
    .promotion-single__banner[data-v-b8f75dbe]
    {
        height: 255px;
    }
}
@media screen and (min-width: 1300px)
{
    .promotion-single__banner[data-v-b8f75dbe]
    {
        height: 375px;
    }
}
.promotion-single__content--title[data-v-b8f75dbe]
{
    background: #f4f4f4;
}
.promotion-single__content--title h1[data-v-b8f75dbe]
{
    max-width: 1300px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.015em;
    text-align: left;
    color: #424242;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    margin: 0 auto;
    padding: 0 1em;
}
@media screen and (min-width: 768px)
{
    .promotion-single__content--title h1[data-v-b8f75dbe]
    {
        padding: 0 30px;
    }
}
.promotion-single__content--description[data-v-b8f75dbe]
{
    max-width: 1300px;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: -.015em;
    text-align: left;
    color: #646464;
    padding: 1em;
    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .promotion-single__content--description[data-v-b8f75dbe]
    {
        padding: 1em 2em;
    }
}
.promotion-single__content--description h3[data-v-b8f75dbe], .promotion-single__content--description h4[data-v-b8f75dbe], .promotion-single__content--description h5[data-v-b8f75dbe]
{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #646464;
}
.promotion-single__content--description p[data-v-b8f75dbe]
{
    font-weight: 400;
    font-size: 14px;
    color: #646464;
}
.promotion-single__content--description td[data-v-b8f75dbe]
{
    padding-right: 10px;
    color: #646464;
}
.promotion-single__content--description a[data-v-b8f75dbe]
{
    color: #646464;
    text-decoration: underline;
}
.promotion-single__content--actions[data-v-b8f75dbe]
{
    max-width: 1300px;
    padding: 1em;
    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .promotion-single__content--actions[data-v-b8f75dbe]
    {
        padding: 1em 30px;
    }
}
.promotion-single__content--actions .buttons[data-v-b8f75dbe]
{
    max-width: 580px;
    margin: auto;
}
.promotion-single__content--actions .buttons .btn-lg[data-v-b8f75dbe]
{
    height: 60px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}
.promotion-single__terms--title[data-v-b8f75dbe]
{
    background: #f4f4f4;
}
.promotion-single__terms--title h2[data-v-b8f75dbe]
{
    max-width: 1300px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.015em;
    text-align: left;
    color: #424242;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    margin: 0 auto;
    padding: 0 1em;
}
@media screen and (min-width: 768px)
{
    .promotion-single__terms--title h2[data-v-b8f75dbe]
    {
        padding: 0 2em;
    }
}
.promotion-single__terms--content[data-v-b8f75dbe]
{
    max-width: 1300px;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: -.015em;
    text-align: left;
    color: #646464;
    padding: 1em;
    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .promotion-single__terms--content[data-v-b8f75dbe]
    {
        padding: 1em 2em;
    }
}
.promotion-single__terms--content h3[data-v-b8f75dbe], .promotion-single__terms--content h4[data-v-b8f75dbe], .promotion-single__terms--content h5[data-v-b8f75dbe]
{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #646464;
}
.promotion-single__terms--content p[data-v-b8f75dbe]
{
    font-weight: 400;
    font-size: 14px;
    color: #646464!important;
}
.promotion-single__terms--content a[data-v-b8f75dbe]
{
    color: #646464;
    text-decoration: underline;
}
.promotion-single__terms--content table[data-v-b8f75dbe]
{
    margin-left: 0!important;
    width: 100%;
}
.promotion-single__terms--content ol[data-v-b8f75dbe]
{
    margin-left: 0!important;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
.promotion-single__terms--content ol li[data-v-b8f75dbe]
{
    padding-bottom: 5px;
}
.promotion-single__terms--content ul[data-v-b8f75dbe]
{
    margin-left: 0!important;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}
.promotion-single__terms--content ul li[data-v-b8f75dbe]
{
    padding-bottom: 5px;
}
@media screen and (max-width: 1023px)
{
    .international .header_verticals~.q-page-container .promotion-single .promotion-single__nav
    {
        top: 100px;
    }
}
.international .fixed_header:not(.header_verticals)~.q-page-container .promotion-single .promotion-single__nav
{
    top: 76px;
}
.mobile .promotion-single__nav
{
    top: 70px;
}
@media screen and (min-width: 1024px)
{
    .mobile .promotion-single__nav
    {
        top: 125px;
    }
}
.promotion-single-int[data-v-3530f579] .textW .btn-main
{
    display: none;
}
.promotion-single-int[data-v-3530f579] .textW .text1
{
    display: inline-block;
}
.promotion-single-int[data-v-3530f579] .textW .text1:first-child
{
    font-weight: 400;
    display: block;
}
.promotion-single-int[data-v-3530f579] .textW .text1:nth-child(3)
{
    display: none;
}
.promotion-single-int[data-v-3530f579] .textW .title
{
    font-weight: 800;
}
.new_game_listing[data-v-3530f579]
{
    max-height: 700px;
    overflow-y: auto;
    max-width: 1300px;
    margin: auto;
    padding: 40px 2em;
}
@media(max-width: 1024px)
{
    .new_game_listing[data-v-3530f579]
    {
        padding: 40px 1em;
        min-width: 0!important;
        max-width: unset;
        max-height: unset;
    }
}
.grid-layout[data-v-3530f579]
{
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    width: 100%;
}
.grid-layout .grid-item[data-v-3530f579]
{
    height: 125px;
    border-radius: 10px;
}
.grid-layout .grid-item .grid-item__hover[data-v-3530f579]
{
    background: transparent;
}
@media(max-width: 1024px)
{
    .grid-layout .grid-item[data-v-3530f579]
    {
        height: 115px;
        width: calc(33.33vw - 1em);
    }
}
@media(max-width: 640px)
{
    .grid-layout .grid-item[data-v-3530f579]
    {
        height: 120px;
        width: calc(50vw - 1em);
    }
}
@media(max-width: 480px)
{
    .grid-layout .grid-item[data-v-3530f579]
    {
        height: 115px;
    }
}
@media(max-width: 375px)
{
    .grid-layout .grid-item[data-v-3530f579]
    {
        height: 100px;
    }
}
@media(max-width: 320px)
{
    .grid-layout .grid-item[data-v-3530f579]
    {
        height: 88px;
    }
}
@media(max-width: 1024px)
{
    .grid-layout[data-v-3530f579]
    {
        position: relative;
        grid-auto-flow: column dense;
        grid-template-rows: repeat(2,auto);
        grid-template-columns: unset;
    }
}
@media(min-width: 1024px)
{
    .grid-layout[data-v-3530f579]
    {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.promotion-single-int[data-v-3530f579]
{
    margin: auto;
}
.promotion-single-int__nav[data-v-3530f579]
{
    position: relative;
    z-index: 2;
    background: #e5e5e5;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.25);
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    position: sticky;
    left: 0;
    top: 0;
}
.promotion-single-int__nav--container[data-v-3530f579]
{
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    padding: 0 1em;
}
@media screen and (min-width: 768px)
{
    .promotion-single-int__nav--container[data-v-3530f579]
    {
        padding: 0 2em;
    }
}
.promotion-single-int__nav--container h2[data-v-3530f579]
{
    color: #424242;
    font-weight: 700;
    font-size: 18px;
    word-break: break-word;
}
.promotion-single-int__nav--container .close[data-v-3530f579]
{
    position: absolute;
    left: 0;
    color: #606060;
    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;
}
@media screen and (min-width: 768px)
{
    .promotion-single-int__nav--container .close[data-v-3530f579]
    {
        left: 11px;
    }
}
.promotion-single-int__banner[data-v-3530f579]
{
    height: 400px!important;
    position: relative;
    background: var(--q-color-primary);
}
@media(max-width: 640px)
{
    .promotion-single-int__banner.no-salient[data-v-3530f579]
    {
        height: 300px!important;
    }
}
@media(min-width: 640px)
{
    .promotion-single-int__banner[data-v-3530f579]
    {
        height: 300px!important;
    }
}
@media(min-width: 1440px)
{
    .promotion-single-int__banner[data-v-3530f579]
    {
        height: 400px!important;
    }
}
.promotion-single-int__banner .background-blur[data-v-3530f579]
{
    width: 100%;
    height: 100%;
    position: absolute;
}
.promotion-single-int__banner .promotions__header[data-v-3530f579]
{
    max-width: 1300px;
    margin: auto;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
@media(min-width: 640px)
{
    .promotion-single-int__banner .promotions__header[data-v-3530f579]
    {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.promotion-single-int__banner .promotions__header--text[data-v-3530f579]
{
    color: #fff;
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    height: 100%;
    padding: 0 1em;
}
@media(min-width: 640px)
{
    .promotion-single-int__banner .promotions__header--text[data-v-3530f579]
    {
        width: 55%;
    }
}
@media(min-width: 768px)
{
    .promotion-single-int__banner .promotions__header--text[data-v-3530f579]
    {
        padding: 0 2em;
    }
}
.promotion-single-int__banner .promotions__header--text .button[data-v-3530f579]
{
    width: 100%;
}
@media(max-width: 414px)
{
    .promotion-single-int__banner .promotions__header--text .button[data-v-3530f579]
    {
        text-align: left;
        margin-left: 20px;
    }
}
.promotion-single-int__banner .promotions__header--text .button button[data-v-3530f579]
{
    margin-left: 0;
    font-size: 18px;
    padding: 5px 25px;
    font-weight: 700;
}
@media(max-width: 640px)
{
    .promotion-single-int__banner .promotions__header--text .button button[data-v-3530f579]
    {
        font-size: 16px;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.promotion-single-int__banner .promotions__header--text.has_button[data-v-3530f579]
{
    padding-bottom: 55px;
}
.promotion-single-int__banner .promotions__header--text.has_button h2.title[data-v-3530f579]
{
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 0;
}
@media(max-width: 640px)
{
    .promotion-single-int__banner .promotions__header--text.has_button h2.title[data-v-3530f579]
    {
        margin-bottom: 10px;
    }
}
.promotion-single-int__banner .promotions__header--text .mask[data-v-3530f579]
{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    mix-blend-mode: normal;
    opacity: .4;
}
@media(min-width: 640px)
{
    .promotion-single-int__banner .promotions__header--text .mask[data-v-3530f579]
    {
        display: none;
    }
}
.promotion-single-int__banner .promotions__header--text .title[data-v-3530f579]
{
    position: relative;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0,0,0,.25);
    padding: 20px 0;
}
@media(min-width: 375px)
{
    .promotion-single-int__banner .promotions__header--text .title[data-v-3530f579]
    {
        font-size: 18px;
        line-height: 24px;
    }
}
@media(min-width: 640px)
{
    .promotion-single-int__banner .promotions__header--text .title[data-v-3530f579]
    {
        font-size: 28px;
        line-height: 36px;
        width: 100%;
    }
}
@media(min-width: 768px)
{
    .promotion-single-int__banner .promotions__header--text .title[data-v-3530f579]
    {
        font-size: 28px;
        line-height: 36px;
    }
}
@media(min-width: 1024px)
{
    .promotion-single-int__banner .promotions__header--text .title[data-v-3530f579]
    {
        font-size: 30px;
        line-height: 36px;
    }
}
@media(min-width: 1440px)
{
    .promotion-single-int__banner .promotions__header--text .title[data-v-3530f579]
    {
        font-size: 30px;
        line-height: 36px;
    }
}
.promotion-single-int__banner .promotions__header--text .promotion-salient[data-v-3530f579]
{
    width: 93%;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    left: 3em;
}
@media(max-width: 640px)
{
    .promotion-single-int__banner .promotions__header--text .promotion-salient[data-v-3530f579]
    {
        left: 25px;
    }
}
.promotion-single-int__banner .promotions__header--image-1[data-v-3530f579]
{
    width: 100%;
    height: 50%;
    padding: 10px 10px 0;
    position: relative;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}
@media(min-width: 375px)
{
    .promotion-single-int__banner .promotions__header--image-1[data-v-3530f579]
    {
        width: 100%;
        height: 50%;
        padding: 10px 10px 0;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom;
        object-position: bottom;
    }
}
@media(min-width: 640px)
{
    .promotion-single-int__banner .promotions__header--image-1[data-v-3530f579]
    {
        padding: 0;
        width: 50%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left;
    }
}
@media(min-width: 768px)
{
    .promotion-single-int__banner .promotions__header--image-1[data-v-3530f579]
    {
        width: 50%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom left;
        object-position: bottom left;
    }
}
@media(min-width: 1024px)
{
    .promotion-single-int__banner .promotions__header--image-1[data-v-3530f579]
    {
        width: 45%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom;
        object-position: bottom;
    }
}
@media(min-width: 1440px)
{
    .promotion-single-int__banner .promotions__header--image-1[data-v-3530f579]
    {
        width: 45%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom;
        object-position: bottom;
    }
}
.promotion-single-int__banner .promotions__header--image-2[data-v-3530f579]
{
    position: relative;
    max-width: 100%;
}
.promotion-single-int__content--title[data-v-3530f579]
{
    background: #f4f4f4;
}
.promotion-single-int__content--title h1[data-v-3530f579]
{
    max-width: 1300px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.015em;
    text-align: left;
    color: #424242;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    margin: 0 auto;
    padding: 0 1em;
}
@media screen and (min-width: 768px)
{
    .promotion-single-int__content--title h1[data-v-3530f579]
    {
        padding: 0 30px;
    }
}
.promotion-single-int__content--description[data-v-3530f579]
{
    max-width: 1300px;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: -.015em;
    text-align: left;
    color: #646464;
    padding: 1em;
    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .promotion-single-int__content--description[data-v-3530f579]
    {
        padding: 1em 2em;
    }
}
.promotion-single-int__content--description h3[data-v-3530f579], .promotion-single-int__content--description h4[data-v-3530f579], .promotion-single-int__content--description h5[data-v-3530f579]
{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #646464;
}
.promotion-single-int__content--description p[data-v-3530f579]
{
    font-weight: 400;
    font-size: 14px;
    color: #646464;
}
.promotion-single-int__content--description td[data-v-3530f579]
{
    padding-right: 10px;
    color: #646464;
}
.promotion-single-int__content--description a[data-v-3530f579]
{
    color: #646464;
    text-decoration: underline;
}
.promotion-single-int__content--actions[data-v-3530f579]
{
    max-width: 1300px;
    padding: 1em;
    margin: 0 auto;
    margin-bottom: 50px;
}
@media screen and (min-width: 768px)
{
    .promotion-single-int__content--actions[data-v-3530f579]
    {
        padding: 1em 30px;
    }
}
.promotion-single-int__content--actions .buttons[data-v-3530f579]
{
    max-width: 580px;
    margin: auto;
}
.promotion-single-int__content--actions .buttons .btn-lg[data-v-3530f579]
{
    height: 60px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}
.promotion-single-int__terms--title[data-v-3530f579]
{
    background: #f4f4f4;
}
.promotion-single-int__terms--title h2[data-v-3530f579]
{
    max-width: 1300px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.015em;
    text-align: left;
    color: #424242;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    margin: 0 auto;
    padding: 0 1em;
}
@media screen and (min-width: 768px)
{
    .promotion-single-int__terms--title h2[data-v-3530f579]
    {
        padding: 0 2em;
    }
}
.promotion-single-int__terms--content[data-v-3530f579]
{
    max-width: 1300px;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: -.015em;
    text-align: left;
    color: #646464;
    padding: 1em;
    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    .promotion-single-int__terms--content[data-v-3530f579]
    {
        padding: 1em 2em;
    }
}
.promotion-single-int__terms--content h3[data-v-3530f579], .promotion-single-int__terms--content h4[data-v-3530f579], .promotion-single-int__terms--content h5[data-v-3530f579]
{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #646464;
}
.promotion-single-int__terms--content p[data-v-3530f579]
{
    font-weight: 400;
    font-size: 14px;
    color: #646464!important;
}
.promotion-single-int__terms--content a[data-v-3530f579]
{
    color: #646464;
    text-decoration: underline;
}
.promotion-single-int__terms--content table[data-v-3530f579]
{
    margin-left: 0!important;
    width: 100%;
}
.promotion-single-int__terms--content ol[data-v-3530f579]
{
    margin-left: 0!important;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
.promotion-single-int__terms--content ol li[data-v-3530f579]
{
    padding-bottom: 5px;
}
.promotion-single-int__terms--content ul[data-v-3530f579]
{
    margin-left: 0!important;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}
.promotion-single-int__terms--content ul li[data-v-3530f579]
{
    padding-bottom: 5px;
}
@media(min-width: 640px)
{
    .promotion-single-int__banner .promotions__header--text .title[data-v-3530f579]
    {
        font-size: 24px;
        line-height: 28px;
    }
}
@media(min-width: 768px)
{
    .promotion-single-int__banner .promotions__header--text .title[data-v-3530f579]
    {
        font-size: 26px;
        line-height: 30px;
    }
}
@media(min-width: 1024px)
{
    .promotion-single-int__banner .promotions__header--text .title[data-v-3530f579]
    {
        font-size: 28px;
        line-height: 36px;
    }
}
@media(max-width: 414px)
{
    .promotion-single-int__banner .promotions__header--text.has_button .button[data-v-3530f579]
    {
        margin-left: 0;
    }
}
@media(max-width: 640px)
{
    .promotion-single-int__banner .promotions__header--text .promotion-salient.has_button_salients[data-v-3530f579]
    {
        left: 15px;
        margin-bottom: 4px;
    }
}
@media(max-width: 768px)
{
    .promotion-single-int__banner .promotions__header--text.has_button h2.title[data-v-3530f579]
    {
        margin-bottom: .5em;
    }
}
@media(max-width: 640px)
{
    .promotion-single-int__banner .promotions__header--text.has_button[data-v-3530f579]
    {
        width: 100%;
    }
    .promotion-single-int__banner .promotions__header--text.has_button .button[data-v-3530f579], .promotion-single-int__banner .promotions__header--text.has_button .promotion-salient[data-v-3530f579], .promotion-single-int__banner .promotions__header--text.has_button h2.title[data-v-3530f579]
    {
        text-align: center;
    }
    .promotion-single-int__banner[data-v-3530f579]
    {
        height: 300px!important;
    }
}
.international .header_verticals~.q-page-container .promotion-single-int .promotion-single-int__nav
{
    top: 100px;
}
@media screen and (min-width: 1024px)
{
    .international .fixed_header:not(.header_verticals)~.q-page-container .promotion-single-int .promotion-single-int__nav
    {
        top: 80px;
    }
}
@media screen and (max-width: 1023px)
{
    .international .fixed_header:not(.header_verticals)~.q-page-container .promotion-single-int .promotion-single-int__nav
    {
        top: 60px;
    }
}
.mobile .promotion-single-int__nav
{
    top: 90px;
}
@media screen and (min-width: 1024px)
{
    .mobile .promotion-single-int__nav
    {
        top: 125px;
    }
}
.falcon-content
{
    margin: 2rem 0;
}
@media(min-width: 1024px)
{
    .falcon-content
    {
        margin: 4rem;
    }
}
.falcon-content .box
{
    min-width: 300px;
    -webkit-box-shadow: 0 0 30px #ddd;
    box-shadow: 0 0 30px #ddd;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem;
    margin-bottom: 4rem;
}
@media(min-width: 1024px)
{
    .falcon-content .box
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        padding: 4rem;
    }
}
.falcon-content .box .img
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem;
}
@media(min-width: 1024px)
{
    .falcon-content .box .img
    {
        margin-bottom: unset;
    }
}
.falcon-content .box .img img
{
    width: 100%;
}
@media(min-width: 500px)
{
    .falcon-content .box .img img
    {
        width: unset;
        max-height: 296px;
    }
}
.falcon-content .box .content
{
    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;
}
.falcon-content .box .content h3
{
    font-size: 25px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 1rem;
}
.falcon-content .box .content p
{
    font-size: 14px;
}
.falcon-content .box .content ol, .falcon-content .box .content ul
{
    padding: 0;
    margin: .5rem .25rem;
}
.falcon-content .box .cta-wr
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2rem 0 1rem 0;
}
@media(min-width: 1024px)
{
    .falcon-content .box .cta-wr
    {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin: 1rem 0;
    }
}
.falcon-content .box .cta-wr .cta
{
    background-color: var(--q-color-secondary);
    padding: 1rem 2rem;
    border-radius: 2rem;
    text-decoration: none;
}
@media(min-width: 1024px)
{
    .falcon-content .img-right
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.rewards-terms
{
    margin-bottom: 50px;
}
.rewards-terms .title
{
    font-weight: 700;
}
.rewards-terms ol
{
    margin: 0;
}
.rewards-terms ol li
{
    line-height: 160%;
}
.rewards-terms ol ul
{
    list-style: disc;
    margin-bottom: 8px;
}
.stdFormat *
{
    padding: 0;
    margin: 0;
}
.stdFormat p
{
    margin-top: 4px;
    margin-bottom: 8px;
}
.stdFormat ol
{
    margin-left: 24px;
    margin-bottom: 10px;
    list-style-position: outside;
}
.stdFormat ul
{
    list-style: disc;
    margin-left: 24px;
    margin-bottom: 20px;
}
.stdFormat li
{
    margin-bottom: 6px;
}
.stdFormat li ol, .stdFormat li ul
{
    margin-top: 10px;
}
.stdFormat img
{
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
@media(min-width: 640px)
{
    .stdFormat img
    {
        max-height: 360px;
    }
}
.stdFormat .text_right
{
    text-align: right;
}
.stdFormat .text_center
{
    text-align: center;
}
.stdFormat .text_left
{
    text-align: left;
}
.stdFormat .subHeading1
{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.long_desc li
{
    font-size: 95%;
}
.long_desc table
{
    border: 1px solid #ccc;
    width: 100%;
    margin: 16px 0;
}
@media(min-width: 640px)
{
    .long_desc table
    {
        width: 90%;
    }
}
.long_desc table td, .long_desc table th
{
    padding: 8px;
}
.long_desc table th
{
    text-align: center;
}
.long_desc table td, .long_desc table th
{
    border-bottom: 1px solid #ccc;
}
.long_desc table .heading
{
    font-weight: 700;
}
.promo_dialog .promo-terms[data-v-ccc4b754]
{
    max-width: none!important;
    width: 100%;
    border-radius: 10px!important;
    max-height: calc(100% - 40px)!important;
}
@media(min-width: 640px)
{
    .promo_dialog .promo-terms[data-v-ccc4b754]
    {
        width: 640px!important;
        height: calc(100% - 130px)!important;
    }
}
.promo_dialog .promo-terms .dialog-title[data-v-ccc4b754]
{
    padding: 15px 0 0;
    font-weight: 700;
    font-size: 14px;
    height: 60px;
}
.promo_dialog .promo-terms .actions .actionBtn[data-v-ccc4b754], .promo_dialog .promo-terms .actions[data-v-ccc4b754]
{
    padding: 0;
    margin: 0;
    background: var(--q-color-secondary)!important;
}
.promo_dialog .promo-terms .actions .actionBtn[data-v-ccc4b754]
{
    font-weight: 700;
    font-size: 14px;
    border-radius: 0 0 10px 10px;
    min-width: 100%;
    height: 60px;
}
.promo_dialog .promo-terms .max-768[data-v-ccc4b754]
{
    width: 100%;
    padding: 15px;
}
@media(min-width: 640px)
{
    .promo_dialog .promo-terms .max-768[data-v-ccc4b754]
    {
        padding: 20px;
    }
}
.promo_dialog .promo-terms .absolute-full[data-v-ccc4b754]
{
    right: 0!important;
}
.promo_dialog .promo-terms .absolute-full .scroll[data-v-ccc4b754]
{
    width: 100%!important;
}
.promo_dialog .promo-terms .terms-register[data-v-ccc4b754]
{
    height: auto;
    background-color: #fff;
    overflow-x: hidden;
}
.promo_dialog .promo-terms .terms-register[data-v-ccc4b754] .promotions
{
    margin-bottom: 0;
}
.promo_dialog .promo-terms .terms-register[data-v-ccc4b754] .promotions .promotions__banner
{
    display: none;
}
.promo_dialog .promo-terms .terms-register[data-v-ccc4b754] .promotions .promotions__list
{
    padding: 0;
}
.promo_dialog .promo-terms .terms-register[data-v-ccc4b754] .promotions .promotions__list .col-sm-6
{
    width: 100%;
}
.promo_dialog .promo-terms .terms-register[data-v-ccc4b754] .promotion-single-int__nav, .promo_dialog .promo-terms .terms-register[data-v-ccc4b754] .promotion-single__nav
{
    display: none;
}
.promo_dialog .promo-terms .terms-register[data-v-ccc4b754] .promotion-single-int__banner, .promo_dialog .promo-terms .terms-register[data-v-ccc4b754] .promotion-single__banner
{
    height: 300px!important;
}
.promo_dialog .promo-terms .terms-register[data-v-ccc4b754] .promotion-single-int__banner .promotions__header .promotions__header--image-1, .promo_dialog .promo-terms .terms-register[data-v-ccc4b754] .promotion-single__banner .promotions__header .promotions__header--image-1
{
    height: 55%;
}
.promo_dialog .promo-terms .terms-register[data-v-ccc4b754] .promotion-single-int__banner .promotions__header .promotion-salient, .promo_dialog .promo-terms .terms-register[data-v-ccc4b754] .promotion-single__banner .promotions__header .promotion-salient
{
    width: 96%;
    overflow: visible;
}
.iFrame[data-v-19849776]
{
    position: relative;
}
.cls_check[data-v-19849776]
{
    position: absolute;
    font-size: 13px;
    bottom: 0;
}
.cls_check[data-v-19849776], .gameDeposit .withdrawal_limit[data-v-19849776]
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.gameDeposit .withdrawal_limit[data-v-19849776]
{
    padding: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    height: 50px;
    font-size: 14px;
    margin-bottom: 1em;
    margin-top: 7px;
}
@media screen and (max-width: 1024px)
{
    .gameDeposit .withdrawal_limit[data-v-19849776]
    {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 414px)
{
    .gameDeposit .withdrawal_limit strong[data-v-19849776]
    {
        display: block;
    }
    .gameDeposit .withdrawal_limit .hm[data-v-19849776]
    {
        display: none;
    }
}
@media screen and (max-width: 320px)
{
    .gameDeposit .withdrawal_limit[data-v-19849776]
    {
        border: none;
        padding: 0;
        font-size: 13px;
        margin-top: 0;
    }
}
.gameDeposit .withdrawal_limit svg[data-v-19849776]
{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.gameDeposit .showDepDepStatus.success svg path[data-v-19849776], .gameDeposit .showDepDepStatus.success svg rect[data-v-19849776]
{
    fill: var(--q-color-secondary);
}
#cashier[data-v-19849776]
{
    position: relative;
}
.gameDeposit.bambora_deposit[data-v-19849776] .q-card
{
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.gameDeposit .terms_icon[data-v-19849776]
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.gameDeposit .terms_icon img[data-v-19849776]
{
    height: 16px;
    width: 16px;
    padding-top: 0;
}
.gameDeposit .terms_icon .terms_text[data-v-19849776]
{
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    padding-left: 3px;
    color: #5b5b5b;
}
.gameDeposit .footer[data-v-19849776]
{
    border-top: none!important;
}
.gameDeposit .popupDialogHeader[data-v-19849776]
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 0;
}
.gameDeposit .popupDialogHeader .main_image[data-v-19849776]
{
    padding-left: 0;
}
.gameDeposit .popupDialogHeader .main_image svg[data-v-19849776]
{
    margin: 5px 0 0 0;
    height: 30px;
}
.gameDeposit .popupDialogHeader .main_image svg path[data-v-19849776]
{
    fill: #fff;
}
.gameDeposit .popupDialogHeader .text-right[data-v-19849776]
{
    padding-right: 0;
}
.gameDeposit .popupDialogHeader .text-right button i[data-v-19849776]
{
    margin-right: 0;
    margin-top: 3px;
    margin-left: 1px;
}
.gameDeposit .popupDialogHeader .text-h6[data-v-19849776]
{
    font-weight: 700;
    font-size: 16px;
}
.gameDeposit .header_dep[data-v-19849776]
{
    padding: 0!important;
}
.gameDeposit[data-v-19849776] .q-card__section--vert
{
    padding: 0 15px 15px 15px;
}
.gameDeposit .showDepDepStatus svg path[data-v-19849776], .gameDeposit .showDepDepStatus svg rect[data-v-19849776]
{
    fill: red;
}
.gameDeposit .bonusSelect[data-v-19849776] .q-field__control:before
{
    background-color: #f6f6f6;
}
.gameDeposit .bonusSelect[data-v-19849776] .q-field__control .q-anchor--skip i
{
    height: 50px;
    margin-top: 10px;
    margin-right: -6px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon s-ion-icon' viewBox='0 0 512 512'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' fill='none' stroke='rgba(0, 0, 0, 0.8)' stroke-width='48' d='M112 184l144 144 144-144' class='ionicon-fill-none'/%3E%3C/svg%3E");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
}
.gameDeposit[data-v-19849776]
{
    background: transparent!important;
}
.gameDeposit .bambora_deposit[data-v-19849776]
{
    position: relative;
}
.desktop .gameDeposit .bambora_deposit[data-v-19849776]
{
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.desktop .gameDeposit .bambora_deposit[data-v-19849776]::-webkit-scrollbar
{
    width: 0;
    background: transparent;
}
.gameDeposit[data-v-19849776] .q-field--auto-height.q-field--dense .q-field__control
{
    min-height: 50px;
}
.gameDeposit .bambora_deposit[data-v-19849776]
{
    display: block;
    -webkit-padding-after: 0!important;
    padding-block-end: 0!important;
}
.gameDeposit .bambora_deposit .bonus_wrap[data-v-19849776]
{
    background: #fff!important;
    display: block;
}
@media screen and (min-width: 1024px)
{
    .gameDeposit .bambora_deposit .bonus_wrap[data-v-19849776]
    {
        padding-top: 2em;
    }
}
.gameDeposit .bambora_deposit .bambora[data-v-19849776]
{
    background: #fff!important;
    border-left: 0;
}
@media screen and (min-width: 1024px)
{
    .gameDeposit .bambora_deposit .bambora[data-v-19849776]
    {
        border-left: 1px solid #d2d2d2;
    }
}
.gameDeposit .bambora_deposit #cashier[data-v-19849776]
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 400px;
    padding: 0;
}
.gameDeposit .bambora_deposit iframe[data-v-19849776]
{
    width: 100%!important;
    height: 100%!important;
    min-height: 10px!important;
    padding: 0!important;
    background-color: #fff!important;
}
.gameDeposit .bambora_deposit .section-header.label[data-v-19849776]
{
    font-weight: 700!important;
    font-size: 26px!important;
    line-height: 31px;
    color: #274654;
}
@media screen and (max-width: 599px)
{
    .gameDeposit .bambora_deposit .section-header.label[data-v-19849776]
    {
        font-size: 16px!important;
        line-height: 20px!important;
    }
}
.gameDeposit .bambora_deposit[data-v-19849776]
{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 1024px)
{
    .gameDeposit .bambora_deposit[data-v-19849776]
    {
        border-bottom: 0;
    }
}
.gameDeposit .bambora_deposit .label[data-v-19849776]
{
    font-weight: 700!important;
}
.gameDeposit .bambora_deposit .bonusSelect[data-v-19849776]
{
    padding-top: 10px;
    min-height: 50px;
    margin-right: 0;
}
@media screen and (max-height: 810px)
{
    .gameDeposit .bambora_deposit .bonusSelect[data-v-19849776]
    {
        margin-right: 0!important;
    }
}
.gameDeposit .bambora_deposit .dropdown_bonus[data-v-19849776]
{
    height: 70px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}
.gameDeposit .bambora_deposit .bonus_list[data-v-19849776]
{
    width: 100%;
    border-radius: 2px;
    top: 70px;
    left: 5px;
    right: 0;
    margin: auto;
    z-index: 9999;
    display: none;
}
.gameDeposit .bambora_deposit .bonus_list.opened[data-v-19849776]
{
    display: block;
}
.gameDeposit .bambora_deposit .bonus_list .bonus[data-v-19849776]
{
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
    border: 1px solid #d9d9d9;
    border-radius: 0;
}
.gameDeposit .bambora_deposit .bonus_list .bonus.choiceSelected[data-v-19849776]
{
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #d9d9d9;
    background: #f6f6f6;
}
.gameDeposit .bambora_deposit .bonus_list .bonus.choiceSelected[data-v-19849776]:before
{
    background: var(--q-color-primary);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.bambora_deposit[data-v-19849776]
{
    border-radius: 20px!important;
}
@media screen and (max-width: 414px)
{
    .bambora_deposit[data-v-19849776]
    {
        height: 100vh!important;
        border-radius: 0!important;
    }
}
.bambora_deposit_header[data-v-19849776]
{
    border-bottom: 1px solid #c8c6c6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bambora_deposit_header_title[data-v-19849776]
{
    padding: 20px;
    font-weight: 700;
    color: #6c6c6c;
}
@media screen and (max-width: 414px)
{
    .bambora_deposit_header_title[data-v-19849776]
    {
        padding: 15px 20px;
    }
}
.bambora_deposit_header button.close_button[data-v-19849776]
{
    color: #777!important;
}
.bambora_deposit_content[data-v-19849776]
{
    padding: 15px;
    max-height: calc(100vh - 200px);
    overflow: auto;
}
.bambora_deposit_content.has_error[data-v-19849776]
{
    max-height: calc(100vh - 200px);
}
.mobile .bambora_deposit_content.has_error[data-v-19849776]
{
    max-height: unset;
}
.bambora_deposit_content_title[data-v-19849776]
{
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #464646;
    margin-bottom: .5em;
}
@media only screen and (max-width: 600px)
{
    .bambora_deposit_content_title[data-v-19849776]
    {
        font-size: 16px;
        font-weight: 700;
    }
}
.bambora_deposit_bottom[data-v-19849776]
{
    border-top: 1px solid #c8c6c6;
    padding: 15px 20px;
}
.bambora_deposit_bottom .continue[data-v-19849776]
{
    display: block;
    background: var(--q-color-secondary);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: var(--q-color-buttons-text);
    font-weight: 700;
    padding: 17px 20px;
}
.bambora_deposit_bottom svg path[data-v-19849776]
{
    fill: var(--q-color-buttons-text);
}
.bonus-dropdown[data-v-19849776]
{
    border: 1px solid #ccc;
}
.bonus-dropdown[data-v-19849776] .q-field__native
{
    overflow: hidden;
}
.mobile .praxis_deposit .praxis_deposit
{
    padding-bottom: 100px;
}
.praxis_deposit .praxis_deposit .praxis_deposit__content
{
    padding: 20px;
    max-height: calc(100vh - 135px);
    overflow: auto;
}
.mobile .praxis_deposit .praxis_deposit .praxis_deposit__content
{
    max-height: unset;
}
.praxis_deposit .praxis_deposit .praxis_deposit__content.praxis_deposit__content--has_error
{
    max-height: calc(100vh - 250px);
}
.mobile .praxis_deposit .praxis_deposit .praxis_deposit__content.praxis_deposit__content--has_error
{
    max-height: unset;
}
.bambora_deposit[data-v-4dde6ea6]
{
    border-radius: 20px!important;
}
.bambora_deposit.praxis[data-v-4dde6ea6]
{
    width: 100%;
    max-height: 100%;
    max-width: 540px!important;
    min-height: 300px;
}
.bambora_deposit .header_dep[data-v-4dde6ea6]
{
    padding: 0!important;
}
.bambora_deposit[data-v-4dde6ea6] .q-card__section--vert
{
    padding: 0 15px 15px 15px;
}
.bambora_deposit[data-v-4dde6ea6] .q-card
{
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 414px)
{
    .bambora_deposit[data-v-4dde6ea6]
    {
        height: 100%!important;
        border-radius: 0!important;
    }
}
.bambora_deposit .popup_deposit[data-v-4dde6ea6]
{
    max-width: 540px!important;
    width: 100%;
}
#div-action button
{
    color: #fff;
}
.accod_quas .q-card[data-v-a14a0004]
{
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.accod_quas[data-v-a14a0004] .q-expansion-item--standard .accordion-header
{
    background-color: #eee;
    border-radius: 8px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 14px;
}
.accod_quas[data-v-a14a0004] .q-expansion-item--standard .accordion-header .content-title h1
{
    font-style: normal;
    font-weight: 500!important;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
}
.accod_quas[data-v-a14a0004] .q-expansion-item--standard .q-expansion-item__container
{
    border: 1px solid #cccacc;
    border-radius: 8px;
    margin-bottom: 20px;
}
.accod_quas[data-v-a14a0004] .q-expansion-item--standard .q-expansion-item__content
{
    font-size: 14px;
}
.accod_quas[data-v-a14a0004] .q-expansion-item--standard .q-expansion-item__content .q-card
{
    border-radius: 8px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.015em;
    color: #6d6d6d;
}
.accod_quas[data-v-a14a0004] .q-expansion-item--standard .q-expansion-item__content .q-card h2
{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -.015em;
    color: #6d6d6d;
}
.accod_quas[data-v-a14a0004] .q-expansion-item--standard .q-expansion-item__content .q-card ol
{
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}
.accod_quas[data-v-a14a0004] .q-expansion-item--standard .q-expansion-item__content a
{
    color: #000!important;
    font-weight: 400;
}
.accod_quas[data-v-a14a0004] .q-expansion-item--expanded .accordion-header
{
    border-radius: 8px 8px 0 0;
}
.accod_quas[data-v-a14a0004] .q-expansion-item--expanded .q-expansion-item__content .q-card
{
    border-radius: 0 0 8px 8px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.label_txt[data-v-e6d427e8]
{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}
.bottom_txt[data-v-e6d427e8]
{
    color: #737373;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}
.pending-withdrawal-container .popup-header[data-v-426e841f]
{
    background: var(--q-color-primary);
    color: #fff;
    height: 50px;
}
.pending-withdrawal-container .popup-header .dialog-title span[data-v-426e841f]
{
    padding: 15px;
}
.pending-withdrawal-container .header[data-v-426e841f]
{
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0;
    text-align: center;
    padding: 12px;
}
.pending-withdrawal-container .bottom-content[data-v-426e841f]
{
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.8);
    box-shadow: 0 0 1px rgba(0,0,0,.8);
}
.pending-withdrawal-container .bottom-content .q-btn[data-v-426e841f]
{
    width: 200px;
    border: 1px solid var(--q-color-secondary);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
.pending-withdrawal-container .bottom-content[data-v-426e841f] .q-btn.btn--no-hover .q-focus-helper
{
    display: none;
}
.pending-withdrawal-container .nodata[data-v-426e841f]
{
    text-align: center;
}
.pending-withdrawal-container .history_table[data-v-426e841f]
{
    width: 100%;
    background-color: #eee;
    color: #00072b;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.pending-withdrawal-container .history_table .stable tr:last-child td[data-v-426e841f], .pending-withdrawal-container .history_table .stable tr[data-v-426e841f]:last-child
{
    border-color: transparent;
}
.pending-withdrawal-container .history_table .dummtTd>div:last-child>div[data-v-426e841f]
{
    border-color: transparent!important;
}
.pending-withdrawal-container .history_table.spTable .row[data-v-426e841f]
{
    min-height: 12px;
    padding: 1em;
}
.pending-withdrawal-container .history_table.spTable .row[data-v-426e841f]:first-child
{
    background-color: #f0f0f0;
}
.pending-withdrawal-container .history_table.spTable .row .tr.title[data-v-426e841f]
{
    border-bottom: transparent;
}
.pending-withdrawal-container .history_table.spTable .row .tr .td[data-v-426e841f]
{
    padding: 0;
}
.pending-withdrawal-container .history_table.spTable .row .tr .td.text-right[data-v-426e841f]
{
    text-align: right;
}
.pending-withdrawal-container .history_table .q-table__middle[data-v-426e841f]
{
    min-height: 0;
    margin-bottom: 0;
}
.pending-withdrawal-container .history_table .q-table__middle.scroll[data-v-426e841f]
{
    overflow-x: auto;
    position: relative;
}
.pending-withdrawal-container .history_table .q-table__middle.scroll td[data-v-426e841f], .pending-withdrawal-container .history_table .q-table__middle.scroll th[data-v-426e841f], .pending-withdrawal-container .history_table .q-table__middle.scroll thead[data-v-426e841f]
{
    border-style: unset;
}
.pending-withdrawal-container .history_table .q-table__middle.scroll tr[data-v-426e841f]
{
    position: relative;
}
.pending-withdrawal-container .history_table .q-table__middle.scroll tr .firstSpan[data-v-426e841f]
{
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
}
.pending-withdrawal-container .history_table .q-table__middle.scroll tr.first td.lastDiv .firstSpan[data-v-426e841f]
{
    left: unset;
    right: 0;
}
.pending-withdrawal-container .history_table .q-table__middle.scroll tr td[data-v-426e841f]:not(:first-of-type)
{
    position: relative;
}
.pending-withdrawal-container .history_table.q-table--no-wrap td[data-v-426e841f]
{
    white-space: none;
}
.pending-withdrawal-container .history_table.q-table--no-wrap th[data-v-426e841f]
{
    white-space: normal;
}
.pending-withdrawal-container .history_table .tr1[data-v-426e841f]:nth-child(2n)
{
    background-color: #f9f9f9;
}
.pending-withdrawal-container .history_table .tr1[data-v-426e841f]:nth-child(odd)
{
    background-color: #fff;
}
.pending-withdrawal-container .history_table .tr[data-v-426e841f]:nth-child(2n)
{
    background-color: #f9f9f9;
}
.pending-withdrawal-container .history_table .tr[data-v-426e841f]:nth-child(odd)
{
    background-color: #fff;
}
.pending-withdrawal-container .history_table .tr.title[data-v-426e841f]
{
    background-color: transparent;
    border-bottom: 1px solid #b5bac2;
}
.pending-withdrawal-container .history_table .tr.title .td[data-v-426e841f], .pending-withdrawal-container .history_table .tr.title td[data-v-426e841f]
{
    font-weight: 700;
}
.pending-withdrawal-container .history_table .tr .td[data-v-426e841f], .pending-withdrawal-container .history_table .tr td[data-v-426e841f]
{
    text-align: left;
}
.pending-withdrawal-container .history_table .tr .td.center[data-v-426e841f], .pending-withdrawal-container .history_table .tr td.center[data-v-426e841f]
{
    text-align: center;
}
.pending-withdrawal-container .history_table .tr .td .pill[data-v-426e841f], .pending-withdrawal-container .history_table .tr td .pill[data-v-426e841f]
{
    border-radius: 3px;
    color: #454d59;
    border: 1px solid #dfe2e9;
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    text-transform: capitalize;
}
.pending-withdrawal-container .history_table .tr .td .pill.active[data-v-426e841f], .pending-withdrawal-container .history_table .tr .td .pill.success[data-v-426e841f], .pending-withdrawal-container .history_table .tr td .pill.active[data-v-426e841f], .pending-withdrawal-container .history_table .tr td .pill.success[data-v-426e841f]
{
    border-color: #7fc008;
    color: #7fc008;
}
.pending-withdrawal-container .history_table .tr .td .pill.cancelled[data-v-426e841f], .pending-withdrawal-container .history_table .tr .td .pill.expired[data-v-426e841f], .pending-withdrawal-container .history_table .tr td .pill.cancelled[data-v-426e841f], .pending-withdrawal-container .history_table .tr td .pill.expired[data-v-426e841f]
{
    border-color: #db303f;
    color: #db303f;
}
.pending-withdrawal-container .history_table .tr .td .pill.consumed[data-v-426e841f], .pending-withdrawal-container .history_table .tr .td .pill.converted[data-v-426e841f], .pending-withdrawal-container .history_table .tr .td .pill.pending[data-v-426e841f], .pending-withdrawal-container .history_table .tr td .pill.consumed[data-v-426e841f], .pending-withdrawal-container .history_table .tr td .pill.converted[data-v-426e841f], .pending-withdrawal-container .history_table .tr td .pill.pending[data-v-426e841f]
{
    border-color: #db8c28;
    color: #db8c28;
}
.pending-withdrawal-container .history_table .q-table__grid-content[data-v-426e841f]
{
    padding: 0!important;
}
.pending-withdrawal-container .history_table .q-table__grid-content .q-pa-sm[data-v-426e841f]
{
    padding: 0;
}
.pending-withdrawal-container .history_table .q-table__grid-content .bg-primary[data-v-426e841f]
{
    background: #fff!important;
    border-radius: 0!important;
}
.pending-withdrawal-container .history_table .q-table__grid-content .data-item[data-v-426e841f]:first-child
{
    background: #eaeaea!important;
}
.pending-withdrawal-container .history_table .q-table__grid-content .row-card-cash .q-list[data-v-426e841f]
{
    border-radius: 0!important;
    width: 100%;
    margin-top: 10px;
}
.pending-withdrawal-container .history_table .q-table__grid-content.bg-primary-lighten[data-v-426e841f]
{
    background: #fff!important;
}
.pending-withdrawal-container .history_table .q-table__grid-content.bg-primary-darken[data-v-426e841f]
{
    background: #f9f9f9!important;
}
.pending-withdrawal-container .history_table .q-table__bottom[data-v-426e841f]:not(.q-table__bottom--nodata)
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2em;
    padding-bottom: 2em;
}
.pending-withdrawal-container .history_table .q-table__bottom:not(.q-table__bottom--nodata) .q-table__separator[data-v-426e841f]
{
    display: none;
}
@media(max-width: 767px)
{
    .pending-withdrawal-container .history_table .q-table__bottom[data-v-426e841f]:not(.q-table__bottom--nodata)
    {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.popup_dialog[data-v-01112330]
{
    height: 100%;
}
.popup_dialog .q-dialog__inner--minimized>div[data-v-01112330]
{
    width: 900px;
    max-width: 900px;
}
.popup_dialog .pending-withdrawal-container .popup-header[data-v-01112330]
{
    background: var(--q-color-primary);
    color: #fff;
    height: 50px;
}
.popup_dialog .pending-withdrawal-container .popup-header .dialog-title span[data-v-01112330]
{
    padding: 15px;
}
.popup_dialog .pending-withdrawal-container .header[data-v-01112330]
{
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0;
    text-align: center;
    padding: 12px;
}
.popup_dialog .pending-withdrawal-container .bottom-content[data-v-01112330]
{
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.8);
    box-shadow: 0 0 1px rgba(0,0,0,.8);
}
.popup_dialog .pending-withdrawal-container .bottom-content .q-btn[data-v-01112330]
{
    width: 200px;
    border: 1px solid var(--q-color-secondary);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
.popup_dialog .pending-withdrawal-container .bottom-content[data-v-01112330] .q-btn.btn--no-hover .q-focus-helper
{
    display: none;
}
.dialog-title i
{
    margin-right: unset!important;
}
.deposit-uk[data-v-4c693291]
{
    padding: 24px 12px;
}
#submitForm button[data-v-4c693291]
{
    background-color: var(--q-color-secondary);
    color: #fff;
}
#submitForm .btn-close[data-v-4c693291]
{
    background-color: var(--q-color-primary);
    color: #fff!important;
}
#submitForm #selectedPresetAmount button.active[data-v-4c693291]
{
    color: #fff!important;
}
#paymentNote[data-v-4c693291]
{
    font-size: 12px;
    padding: 4px 12px;
    margin-top: 4px;
    color: rgba(0,0,0,.54);
}
.gameDeposit .withdrawal_limit[data-v-4c693291]
{
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    height: 50px;
    font-size: 14px;
    margin-bottom: 1em;
    margin-top: 7px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 1024px)
{
    .gameDeposit .withdrawal_limit[data-v-4c693291]
    {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 414px)
{
    .gameDeposit .withdrawal_limit strong[data-v-4c693291]
    {
        display: block;
    }
    .gameDeposit .withdrawal_limit .hm[data-v-4c693291]
    {
        display: none;
    }
}
@media screen and (max-width: 320px)
{
    .gameDeposit .withdrawal_limit[data-v-4c693291]
    {
        border: none;
        padding: 0;
        font-size: 13px;
        margin-top: 0;
    }
}
.gameDeposit .withdrawal_limit svg[data-v-4c693291]
{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.gameDeposit .showDepDepStatus.success svg path[data-v-4c693291], .gameDeposit .showDepDepStatus.success svg rect[data-v-4c693291]
{
    fill: var(--q-color-secondary);
}
.gameDeposit .terms_icon[data-v-4c693291]
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.gameDeposit .terms_icon img[data-v-4c693291]
{
    height: 16px;
    width: 16px;
    padding-top: 0;
}
.gameDeposit .terms_icon .terms_text[data-v-4c693291]
{
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    padding-left: 3px;
    color: #5b5b5b;
}
.gameDeposit .footer[data-v-4c693291]
{
    border-top: none!important;
}
.gameDeposit .hide_dep[data-v-4c693291]
{
    height: 0!important;
    width: 0!important;
    min-height: unset;
}
.gameDeposit .popupDialogHeader[data-v-4c693291]
{
    height: 60px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
}
.gameDeposit .popupDialogHeader .main_image[data-v-4c693291]
{
    padding-left: 0;
}
.gameDeposit .popupDialogHeader .main_image svg[data-v-4c693291]
{
    margin: 5px 0 0 0;
    height: 30px;
}
.gameDeposit .popupDialogHeader .main_image svg path[data-v-4c693291]
{
    fill: #fff;
}
.gameDeposit .popupDialogHeader .text-right[data-v-4c693291]
{
    padding-right: 0;
}
.gameDeposit .popupDialogHeader .text-right button i[data-v-4c693291]
{
    margin-right: 0;
    margin-top: 3px;
    margin-left: 1px;
}
.gameDeposit .popupDialogHeader .text-h6[data-v-4c693291]
{
    font-weight: 700;
    font-size: 16px;
}
.gameDeposit .header_dep[data-v-4c693291]
{
    padding: 0!important;
}
.gameDeposit[data-v-4c693291] .q-card__section--vert
{
    padding: 0 15px 15px 15px;
}
.gameDeposit .showDepDepStatus svg path[data-v-4c693291], .gameDeposit .showDepDepStatus svg rect[data-v-4c693291]
{
    fill: red;
}
.gameDeposit .bonusSelect[data-v-4c693291] .q-field__control:before
{
    background-color: #f6f6f6;
}
.gameDeposit .bonusSelect[data-v-4c693291] .q-field__control .q-anchor--skip i
{
    height: 50px;
    margin-top: 10px;
    margin-right: -6px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon s-ion-icon' viewBox='0 0 512 512'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' fill='none' stroke='rgba(0, 0, 0, 0.8)' stroke-width='48' d='M112 184l144 144 144-144' class='ionicon-fill-none'/%3E%3C/svg%3E");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
}
.gameDeposit[data-v-4c693291]
{
    background: transparent!important;
}
.gameDeposit[data-v-4c693291] .q-field--auto-height.q-field--dense .q-field__control
{
    min-height: 50px;
}
.payment-selector[data-v-4c693291]
{
    min-height: unset!important;
    height: 48px;
}
.payment-selector-image[data-v-4c693291]
{
    width: 90px;
    padding-left: 0;
}
.payment-selector-image img[data-v-4c693291]
{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.payment-image[data-v-4c693291]
{
    width: 82px;
}