.bonus,
.bonus p,
.bonusBox .bonus,
.sectionTitle {
    -webkit-box-orient: vertical
}

.bonus p,
.bonusBox .bonus p {
    max-height: 80px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

#startingPLAY .tabs,
#startingPLAY .tabs .iconTab,
.bonus,
.bonusBox .bonus,
.flexContainer__rating .mainRatingContainer,
.flexContainer__rating .ratingContainer,
.sectionTitle,
.userBox,
.userTest,
.userTest .top .main {
    -webkit-box-direction: normal
}

.articleSection .article__content ol,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
    font-family: 'Microsoft YaHei', sans-serif, Arial, Helvetica
}

html {
    line-height: 1
}

.articleSection .article__content ol,
ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

.ani {
    -webkit-transition: all .5s!important;
    transition: all .5s!important
}

body,
html {
    background-color: #000;
    -webkit-text-size-adjust: none
}

.mobileEmpty {
    width: 100%;
    height: 55px
}

@media (max-width:480px) {
    .mainCarousel.slick-dotted.slick-slider {
        margin-bottom: 0
    }
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

@font-face {
    font-family: iconfont;
    src: url(/build/css/iconfont.eot);
    src: url(/build/css/iconfont/.eot) format("embedded-opentype"), url(/build/css/iconfont.woff2) format("woff2"), url(/build/css/iconfont.woff) format("woff"), url(/build/css/iconfont.ttf) format("truetype"), url(/build/css/iconfont.svg) format("svg")
}

.iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.success {
    color: #0091ff;
}

.failure {
    color: #f70000;
}

.orange {
    color: #f77462;
}

.itemResult {
    width: 100%;
    border-top: 1px solid #979797;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slick-next,
.slick-prev {
    position: absolute;
    height: 60px;
    width: 40px;
    z-index: 100
}

.itemResult div {
    color: #828282
}

.itemContent {
    display: none;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0
}

.itemContent.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.itemContent .item {
    font-size: .875rem;
    color: #828282;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 5px 0;
    text-align: left
}

.slick-next:before,
.slick-prev:before {
    display: block;
    color: #ccc;
    font-size: 40px;
    font-family: fontawesome;
    padding: 10px;
    background-color: #000
}

.slick-prev {
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slick-prev:before {
    content: '\f104'
}

.slick-next {
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slick-next:before {
    content: '\f105'
}

.sectionTitle,
.sectionTitle .titleGroup {
    display: -webkit-box;
    display: -ms-flexbox
}

.slick-dots li button:before {
    font-size: 12px;
    color: #fff;
    opacity: 1
}

.slick-dots li.slick-active button:before {
    font-size: 12px;
    color: #c1c1c1
}

.slick-dots li {
    margin: 0
}

.slick-dots {
    bottom: 8px
}

.slick-list,
.slick-slide {
    outline: 0!important
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.sectionTitle {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sectionTitle .titleGroup {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768px) {
    .sectionTitle {
        margin-bottom: 0
    }
    .sectionTitle .titleGroup {
        margin-bottom: 20px
    }
}

.sectionTitle .titleGroup .subject {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 30px;
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: .04em
}

.sectionTitle .titleGroup .subject__withRed {
    display: block
}

.sectionTitle .titleGroup .subject br {
    display: none
}

.sectionTitle .titleGroup .subject--white {
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .65)
}

#startingPLAY .tabs .iconTab p,
#startingPLAY .tabs .iconTab.active p {
    text-shadow: 0 0 3px rgba(0, 0, 0, .8);
    color: #fff3a7
}

.sectionTitle .titleGroup .subject--solidBox {
    background-color: #000;
    padding: 20px;
    color: #0091ff;
    font-size: 2rem;
    font-weight: 100
}

@media (max-width:768px) {
    .sectionTitle .titleGroup .subject br {
        display: block
    }
    .sectionTitle .titleGroup .subject {
        font-size: 1.65rem;
        line-height: 1.25;
        text-align: center;
        padding: 0 10px
    }
}

@media (max-width:480px) {
    .sectionTitle .titleGroup .subject {
        margin: 0 auto;
        font-size: 1.25rem;
        padding: 6px;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%
    }
}

.sectionTitle .titleGroup .subject small {
    font-size: .8rem
}

.sectionTitle .titleGroup bar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    border: 1px solid #000;
    height: 1px;
    width: 100%
}

@media (max-width:991px) {
    .sectionTitle .titleGroup bar {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%
    }
}

.sectionTitle p {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 60px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5
}

.sectionTitle p br {
    display: none
}

.sectionTitle svg {
    margin-right: 15px
}

@media (max-width:768px) {
    .sectionTitle p {
        font-size: 1.2rem
    }
    .sectionTitle p br {
        display: block
    }
    .sectionTitle svg {
        margin: 0 auto 15px
    }
}

h1.red,
span.red {
    color: red
}

.mainBG {
    position: relative;
    z-index: 0;
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #6e41c4), to(#000));
    background: linear-gradient(90deg, #000 0, #6e41c4 50%, #000 100%);
    overflow: auto;
}

@media (max-width:480px) {
    .mainBG {
        padding-bottom: 68px;
    }
}

.bonus,
.bonusBox__innerpage {
    background-color: rgba(0, 0, 0, .5)
}

.mainBG::after {
    content: '';
    background-image: url(/build/images/stary_sky.png);
    background-repeat: repeat;
    background-size: 30%;
    -webkit-filter: contrast(100%);
    filter: contrast(100%);
    opacity: .32;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1
}


/*.displayMobile {
    display: none
}*/

.displayDesktop {
    display: block
}

@media (max-width:480px) {
    .sectionTitle .titleGroup bar {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 15%;
        flex: 1 1 15%
    }
    .sectionTitle p {
        font-size: .9rem
    }
    /*.displayMobile {
        display: block
    }
    .displayDesktop {
        display: none
    }*/
}

.bonus {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 25px;
    margin: 10px
}

.bonus img {
    width: 100%;
    margin: 0 auto
}

.bonus .title {
    padding: 10px 0;
    color: #fff;
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bonus p {
    color: #fff;
    width: 100%;
    font-weight: 300;
    display: -webkit-box;
    line-height: 22px
}

.bonus .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.bonus .bottom .time {
    color: #fff;
    font-size: .8rem;
    margin-bottom: 0
}

.bonus .bottom a {
    color: #fff;
    text-decoration: none
}

.bonusBox {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
   
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bonusBox__innerpage {
    padding: 20px
}

@media (max-width:480px) {
    .bonusBox {
        background-color: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        /*padding-bottom: 20%;*/
    }
    .bonusBox .bonusTitle {
        color: #d7ae3e;
        font-size: 18px;
        margin: 15px 0
    }
    .bonusBox .bonusContext {
        color: #fff;
        line-height: 1.875;
        margin-bottom: 30px
    }
}

.bonusBox .bonusTitle {
    color: #d7ae3e;
    font-size: 24px;
    margin: 15px 0
}

.bonusBox .bonusContext {
    color: #fff;
    line-height: 1.875;
    margin-bottom: 30px
}

.bonusBox .bonus {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 25px;
    background-color: rgba(0,0,0,.5);
    margin: 0
}

@media (max-width:480px) {
    .bonusBox .bonus {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        padding: 15px 20px;
        margin: 10px 0 0
    }
}

@media (max-width:1024px) {
    .bonusBox .bonus {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%
    }
}

.bonusBox .bonus img {
    width: 100%;
    margin: 0 auto
}

.bonusBox .bonus .title {
    padding: 10px 0;
    color: #fff;
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width:480px) {
    .bonusBox .bonus img {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
        flex: 0 1 35%;
        width: 125px;
        height: 67.92px;
        margin: 0;
    }
    .bonusBox .bonus .title {
        margin-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 55%;
        flex: 0 1 55%;
        font-size: 1.2rem
    }
}

.bonusBox .bonus p {
    color: #fff;
    width: 100%;
    font-weight: 300;
    display: -webkit-box;
    line-height: 22px;
    -webkit-box-orient: vertical
}

@media (max-width:480px) {
    .bonusBox .bonus p {
        display: none
    }
    .bonusBox .bonus .bottom {
        position: absolute;
        right: 20px;
        bottom: 15px
    }
}

.bonusBox .bonus .bottom,
.flexContainer {
    display: -webkit-box;
    display: -ms-flexbox
}

.bonusBox .bonus .bottom {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bonusBox .bonus .bottom .time {
    color: #fff;
    font-size: .8rem;
    margin-bottom: 0
}

.bonusBox .bonus .bottom a {
    color: #fff;
    text-decoration: none
}

.flexContainer {
    display: flex;
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.flexContainer__rating {
    padding: 20px 40px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768px) {
    .flexContainer__rating {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.flexContainer__rating .ratingContainer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media (max-width:480px) {
    .flexContainer__rating {
        padding: 20px
    }
    .flexContainer__rating .ratingContainer {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .flexContainer__rating .ratingContainer .ratingItem {
        margin-bottom: 10px
    }
}

.flexContainer__rating .ratingContainer .ratingItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flexContainer__rating .ratingContainer .ratingItem .progress {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

@media (max-width:480px) {
    .flexContainer__rating .ratingContainer .ratingItem .progress {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%
    }
}

.flexContainer__rating .ratingContainer .ratingItem .percentage {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
    color: #fff;
    margin-left: 15px;
    width: 32.5px
}

.flexContainer__rating .mainRatingContainer .starsGroup,
.flexContainer__rating .ratingContainer .ratingItem .starsGroup span {
    color: #ffcf4c
}

@media (max-width:480px) {
    .flexContainer__rating .ratingContainer .ratingItem .percentage {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 5%;
        flex: 0 1 5%
    }
}

.flexContainer__rating .ratingContainer .ratingItem .starsGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
    margin-left: 10px
}

.flexContainer__rating .mainRatingContainer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    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
}

@media (max-width:768px) {
    .flexContainer__rating .mainRatingContainer {
        margin-bottom: 20px
    }
    .flexContainer__userEvaluation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width:480px) {
    .flexContainer__rating .mainRatingContainer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .flexContainer__rating .mainRatingContainer .starsGroup {
        margin-right: 10px
    }
}

.flexContainer__rating .mainRatingContainer .starsGroup span {
    font-size: 1.2rem;
    margin: 2px
}

.flexContainer__rating .mainRatingContainer .ratingValue {
    color: #fff;
    font-size: 5.4375rem;
    line-height: 1.25;
    font-weight: 300
}

.flexContainer__rating .mainRatingContainer .commentSum {
    margin-top: 8px;
    color: #fff
}

.flexContainer__userEvaluation {
    padding: 20px
}

@media (max-width:768px) {
    .flexContainer__userEvaluation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:480px) {
    .flexContainer__rating .mainRatingContainer .ratingValue {
        font-size: 2.125rem;
        margin-right: 10px
    }
    .flexContainer__rating .mainRatingContainer .commentSum {
        margin-top: 0
    }
    .flexContainer__userEvaluation {
        padding: 0
    }
    .flexContainer__userEvaluation .profile {
        background-color: rgba(0, 0, 0, .5)
    }
}

.flexContainer__userEvaluation .profile {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flexContainer__userEvaluation .profile img {
    max-width: 270px
}

@media (max-width:768px) {
    .flexContainer__userEvaluation .profile {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .flexContainer__userEvaluation .profile img {
        max-width: 100%
    }
}

.flexContainer__userEvaluation .profile .profileContainer {
    margin-top: 20px;
    max-width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flexContainer__userEvaluation .profile .profileContainer div {
    margin-bottom: 5px;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.flexContainer__userEvaluation .profile .profileContainer div:nth-child(2) {
    text-align: right
}

@media (max-width:768px) {
    .flexContainer__userEvaluation .profile .profileContainer {
        max-width: 100%
    }
    .flexContainer__userEvaluation .profile .profileContainer div:nth-child(2) {
        text-align: left
    }
}

.flexContainer__userEvaluation .profile .profileContainer div span {
    color: #fff3a7
}

@media (max-width:480px) {
    .flexContainer__userEvaluation .profile .profileContainer {
        margin-top: 0
    }
    .flexContainer__userEvaluation .profile .profileContainer div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        font-size: .875rem
    }
    .flexContainer__userEvaluation .content .title {
        font-size: 1.325em
    }
    .flexContainer__userEvaluation .content p {
        font-size: .75rem;
        text-align: justify
    }
}

@media (max-width:768px) {
    .flexContainer__userEvaluation .profile .profileContainer {
        max-width: 100%;
    }
    .flexContainer__userEvaluation .profile .profileContainer div:nth-child(2) {
        text-align: left;
    }
    .flexContainer__userEvaluation .profile .profileContainer div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%
    }
}

.flexContainer__userEvaluation .content {
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%
}

.flexContainer__userEvaluation .content .title {
    max-width: 585px;
    color: #fff;
    font-size: 1.625em;
    margin-bottom: 15px
}

.flexContainer__userEvaluation .content p {
    max-width: 585px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6
}

#GOTOP,

/*#startingPLAY .tabs:nth-child(1) .iconTab.active p,
#startingPLAY .tabs:nth-child(2) .iconTab.active p,
#startingPLAY .tabs:nth-child(3) .iconTab.active p,
#startingPLAY .tabs:nth-child(4) .iconTab.active p,
#startingPLAY .tabs:nth-child(5) .iconTab.active p,
#startingPLAY .tabs:nth-child(6) .iconTab.active p,*/

.TrapezoidTag {
    color: #000 .flexContainer__status svg {
        margin-left: 20px
    }
    .flexContainer__status .userLevel span {
        font-size: 1.2rem
    }
    @media (max-width:1024px) {
        .flexContainer__status .userLevel span {
            font-size: .85rem;
            line-height: .85rem
        }
    }
    @media (max-width:768px) {
        .flexContainer__status svg {
            margin-left: 5px
        }
        .flexContainer__status .userLevel span {
            font-size: .6rem;
            line-height: .2rem
        }
    }
}

.flexContainer__status .ml30 {
    margin-left: 30px
}

.flexContainer__status .ml60 {
    margin-left: 60px
}

@media (max-width:768px) {
    .flexContainer__status .ml60 {
        margin-left: 40px
    }
}

.flexContainer__status span {
    position: relative;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    font-size: 1.6rem;
    cursor: pointer
}

.flexContainer__status span .text {
    position: absolute;
    white-space: nowrap;
    font-size: .687rem;
    bottom: -68%
}

.flexContainer__status svg {
    font-size: 1.6rem;
    cursor: pointer
}

.flexContainer .icon_bell-light.messages {
    position: relative
}

.flexContainer .icon_bell-light.messages:after {
    font-family: fontawesome;
    position: absolute;
    content: '\f111';
    font-size: .6rem;
    right: .1rem;
    color: #f70000
}

#startingPLAY {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0 0 30px
}

#startingPLAY .tabs,
#startingPLAY .tabs .iconTab {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
}

@media (max-width:1024px) {
    #startingPLAY {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0
    }
}

#startingPLAY .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

#startingPLAY .tabs:nth-child(1) .iconTab {
    border-radius: 5px 0 0 5px
}

#startingPLAY .tabs:nth-child(1) .iconBtn {
    background-image: linear-gradient(1deg, rgba(255, 82, 243, .98) 0, rgba(13, 0, 61, .33) 19%, rgba(31, 5, 121, .19) 45%, rgba(28, 0, 50, .12) 94%)
}

#startingPLAY .tabs:nth-child(1) .iconBtn:hover {
    background-color: #ff52f3;
    background-image: unset
}

#startingPLAY .tabs:nth-child(2) .iconTab span {
    font-size: 3rem;
    line-height: 4rem
}

@media (max-width:1024px) {
    #startingPLAY .tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #startingPLAY .tabs:nth-child(1) .iconTab {
        border-radius: 5px 5px 0 0
    }
    #startingPLAY .tabs:nth-child(2) .iconTab span {
        font-size: 2rem;
        line-height: 2rem
    }
}

#startingPLAY .tabs:nth-child(2) .iconBtn {
    background-image: linear-gradient(1deg, rgba(78, 240, 255, .98) 0, rgba(13, 0, 61, .33) 19%, rgba(31, 5, 121, .19) 45%, rgba(28, 0, 50, .12) 94%)
}

#startingPLAY .tabs:nth-child(2) .iconBtn:hover {
    background-color: #4ef0ff;
    background-image: unset
}

#startingPLAY .tabs:nth-child(3) .iconTab span {
    font-size: 3rem;
    line-height: 4rem
}

@media (max-width:1024px) {
    #startingPLAY .tabs:nth-child(3) .iconTab span {
        font-size: 2rem;
        line-height: 2rem
    }
}

#startingPLAY .tabs:nth-child(3) .iconBtn {
    background-image: linear-gradient(1deg, rgba(255, 69, 124, .98) 0, rgba(13, 0, 61, .33) 24%, rgba(31, 5, 121, .19) 45%, rgba(28, 0, 50, .12) 94%)
}

#startingPLAY .tabs:nth-child(3) .iconBtn:hover {
    background-color: #ff1e74;
    background-image: unset
}

#startingPLAY .tabs:nth-child(4) .iconTab span {
    font-size: 3rem;
    line-height: 4rem
}

@media (max-width:1024px) {
    #startingPLAY .tabs:nth-child(4) .iconTab span {
        font-size: 2rem;
        line-height: 2rem
    }
}

#startingPLAY .tabs:nth-child(4) .iconBtn {
    background-image: linear-gradient(1deg, rgba(255, 196, 14, .98) 0, rgba(13, 0, 61, .33) 16%, rgba(31, 5, 121, .19) 45%, rgba(28, 0, 50, .12) 94%)
}

#startingPLAY .tabs:nth-child(4) .iconBtn:hover {
    background-color: #ffc40e;
    background-image: unset
}

#startingPLAY .tabs:nth-child(5) .iconTab span {
    font-size: 3rem;
    line-height: 4rem
}

#startingPLAY .tabs:nth-child(5) .iconBtn {
    background-image: linear-gradient(1deg, rgba(68, 255, 0, .98) 0, rgba(13, 0, 61, .33) 19%, rgba(31, 5, 121, .19) 45%, rgba(28, 0, 50, .12) 94%)
}

#startingPLAY .tabs:nth-child(5) .iconBtn:hover {
    background-color: rgba(68, 255, 0, .98);
    background-image: unset
}

#startingPLAY .tabs:nth-child(6) .contentBox {
    border-radius: 0 8px 8px 0
}

@media (max-width:1024px) {
    #startingPLAY .tabs:nth-child(5) .iconTab span {
        font-size: 2rem;
        line-height: 2rem
    }
    #startingPLAY .tabs:nth-child(6) .contentBox {
        border-radius: 0 0 8px 8px
    }
}

#startingPLAY .tabs:nth-child(6) .iconTab {
    border-radius: 0 5px 5px 0
}

#startingPLAY .tabs:nth-child(6) .iconTab span {
    font-size: 3rem;
    line-height: 4rem
}

#startingPLAY .tabs:nth-child(6) .iconBtn {
    background-image: linear-gradient(1deg, rgba(69, 187, 255, .98) 0, rgba(13, 0, 61, .33) 19%, rgba(31, 5, 121, .19) 45%, rgba(28, 0, 50, .12) 94%)
}

#startingPLAY .tabs:nth-child(6) .iconBtn:hover {
    background-color: #45bbff;
    background-image: unset
}

#startingPLAY .tabs .iconTab {
    padding: 20px;
    background-image: url(/build/images/itemTag.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px
}

@media (max-width:1024px) {
    #startingPLAY .tabs:nth-child(6) .iconTab {
        border-radius: 0 0 5px 5px
    }
    #startingPLAY .tabs:nth-child(6) .iconTab span {
        font-size: 2rem;
        line-height: 2rem
    }
    #startingPLAY .tabs .iconTab {
        background-image: url(/build/images/patternBG_l.png), url(/build/images/patternBG_r.png), -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), color-stop(48%, #616161), color-stop(48%, #000), to(#000));
        background-image: url(/build/images/patternBG_l.png), url(/build/images/patternBG_r.png), linear-gradient(to bottom, #bfbfbf 0, #616161 48%, #000 48%, #000 100%);
        background-size: contain;
        background-position: left, right;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        border-width: 2px;
        border-style: solid;
        -o-border-image: linear-gradient(to bottom, #fff 0, #ffe5a0 47%, #ffe5a0 48%, #341607 48%, #381607 56%, #c79346 83%, #ffeab5 100%);
        border-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(47%, #ffe5a0), color-stop(48%, #ffe5a0), color-stop(48%, #341607), color-stop(56%, #381607), color-stop(83%, #c79346), to(#ffeab5));
        border-image: linear-gradient(to bottom, #fff 0, #ffe5a0 47%, #ffe5a0 48%, #341607 48%, #381607 56%, #c79346 83%, #ffeab5 100%);
        border-image-slice: 1
    }
}

#startingPLAY .tabs .iconTab.active {
    border: unset;
    background-image: url(/build/images/itemTag.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%
}

@media (max-width:1024px) {
    #startingPLAY .tabs .iconTab.active {
        background-image: url(/build/images/patternBG_l.png), url(/build/images/patternBG_r.png), -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), color-stop(48%, #616161), color-stop(48%, #000), to(#000));
        background-image: url(/build/images/patternBG_l.png), url(/build/images/patternBG_r.png), linear-gradient(to bottom, #bfbfbf 0, #616161 48%, #000 48%, #000 100%);
        background-size: contain;
        background-position: left, right;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        border-width: 2px;
        border-style: solid;
        -o-border-image: linear-gradient(to bottom, #fff 0, #ffe5a0 47%, #ffe5a0 48%, #341607 48%, #381607 56%, #c79346 83%, #ffeab5 100%);
        border-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(47%, #ffe5a0), color-stop(48%, #ffe5a0), color-stop(48%, #341607), color-stop(56%, #381607), color-stop(83%, #c79346), to(#ffeab5));
        border-image: linear-gradient(to bottom, #fff 0, #ffe5a0 47%, #ffe5a0 48%, #341607 48%, #381607 56%, #c79346 83%, #ffeab5 100%);
        border-image-slice: 1
    }
    #startingPLAY .tabs .iconTab {
        padding: 6px;
        max-width: 100%;
        -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;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.TrapezoidTag,
.drawerBox,
.infoBox,
.menu,
.userBox,
.userTest,
.userTest .top .main {
    -webkit-box-orient: vertical
}

.userTest,
.userTest .top .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

#startingPLAY .tabs .iconTab p {
    font-size: 24px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

@media (max-width:1024px) {
    #startingPLAY .tabs .iconTab p {
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        margin-bottom: 0
    }
}

#startingPLAY .tabs .iconTab span {
    margin-bottom: 10px;
    color: #fff3a7;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    max-width: 64px;
    font-size: 4rem
}

#startingPLAY .tabs .contentBox {
    border: 1px solid #f2f42d;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #000;
    padding: 5px 0 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1024px) {
    #startingPLAY .tabs .iconTab span {
        font-size: 2rem;
        margin-bottom: unset;
        text-shadow: 0 0 3px rgba(0, 0, 0, .8)
    }
    #startingPLAY .tabs .contentBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%
    }
}

#startingPLAY .tabs .contentBox .contentIMG {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 68%;
    flex: 1 1 68%
}

@media (max-width:1024px) {
    #startingPLAY .tabs .contentBox .contentIMG {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%
    }
}

#startingPLAY .tabs .contentBox .iconBox {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #000
}

@media (max-width:1024px) {
    #startingPLAY .tabs .contentBox .iconBox {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

#startingPLAY .tabs .contentBox .iconBox .iconBtn {
    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;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-height: 100px;
    padding: 20px 5px;
    margin: 3px;
    border: 1px solid #828282;
    border-radius: 8px
}

.userTest,
.userTest .top {
    display: -webkit-box;
    display: -ms-flexbox
}

#startingPLAY .tabs .contentBox .iconBox .iconBtn span {
    color: #a68322;
    font-size: 6rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#startingPLAY .tabs .contentBox .iconBox .iconBtn span:hover {
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset
}

.AboutSec .subTitle,
.AboutSec p {
    text-align: center;
    text-shadow: 0 2px 4px #000
}

.BottomNav a span:hover,
.footer span.iconfont,
.navBarFlex span,
.userTest .top .main .starBox span,
header span.icon_bars-light {
    -webkit-text-fill-color: transparent
}

.userTest {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column
}

.userTest .top,
.userTest .top .main {
    display: -webkit-box;
    display: -ms-flexbox;
}

.userTest .top {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1024px) {
    .userTest .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.userTest .top img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 272px;
    height: auto
}

@media (max-width:1024px) {
    .userTest .top img {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%
    }
}

.userTest .top .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.userBox,
.userTest .top .main .starBox {
    display: -webkit-box;
    display: -ms-flexbox;
}

.userTest .top .main p {
    color: #fff
}

.userTest .top .main .starBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.AboutSec .flex,
.userBox {
    display: -webkit-box;
    display: -ms-flexbox
}

.drawerBox,
.userBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.userTest .top .main .starBox p {
    color: #fff;
    margin-bottom: 0;
    padding-right: 10px
}

.userTest .top .main .starBox span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    margin-right: 3px
}

.useEvaluationSec,
.userBox {
    background: rgba(0, 0, 0, .65)
}

.userTest .paragraph {
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    line-height: 38px;
    font-weight: 300
}

@media (max-width:768px) {
    .userTest .paragraph {
        margin-top: 0;
        font-size: 1rem;
        line-height: 1.8
    }
}

.userTest_title {
    font-weight: 100;
    font-size: 2.125rem;
    color: #fff
}

.userFeedBackBox {
    overflow-y: scroll
}

.userFeedBackBox::-webkit-scrollbar {
    width: 12.34px
}

.userFeedBackBox::-webkit-scrollbar-track {
    background-color: rgba(151, 151, 151, .45)
}

.userFeedBackBox::-webkit-scrollbar-thumb {
    background: #332875;
    /*outline: #654321 solid 1px*/
}

.useEvaluationSec,
.userBox {
    background: rgba(0, 0, 0, .65)
}

.userBox {
    padding: 18px 50px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.AboutSec .flex,
.footer .iconBox {
    display: -webkit-box;
    display: -ms-flexbox;
}

.userBox .userNumber {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 5px;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.125rem
}

.DDWallet:before,
.menu:before {
    border-right: 8px solid transparent
}

.userBox .starBox {
    margin: 10px
}

.userBox .starBox span {
    color: #f70000;
    font-size: 20px;
    margin: 0 2px
}

.userBox p {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0
}

.AboutSec p,
.footer p {
    font-weight: 300;
    line-height: 1.8
}

.useEvaluationSec {
    margin-top: 20px;
    padding: 0 0 25px;
    position: relative;
    z-index: 0
}

.AboutSec::after,
.useEvaluationSec::after {
    opacity: .32;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.useEvaluationSec::after {
    content: "";
    background: url(/build/images/userEvaluationSecBg.png) no-repeat;
    background-size: cover;
    -webkit-filter: contrast(100%);
    filter: contrast(100%)
}

.AboutSec::after,
.DDWallet:before,
.footer::after,
.menu:before {
    content: ''
}

.AboutSec::after {
    background: url(/build/images/AboutSecBG.png) no-repeat;
    background-size: cover;
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.AboutSec,
.footer {
    position: relative;
    z-index: 0
}

.AboutSec {
    padding: 0 0 78px;
    background: rgba(0, 0, 0, .65)
}

.AboutSec p {
    letter-spacing: 1px;
    max-width: 620px;
    margin: 0 auto 38px;
    color: #fff
}

.AboutSec .flex {
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.drawerBox,
.footer .iconBox,
.infoBox {
    display: -webkit-box
}

.AboutSec .subTitle {
    color: #fff;
    font-size: 2.125rem;
    margin: -10px auto 20px;
    letter-spacing: 0
}

@media (max-width:480px) {
    .AboutSec .subTitle {
        font-size: 1.5rem!important;
        margin-top: 20px
    }
}

.footerLink,
.securityLogoBox {
    margin: 0 auto;
    text-align: center
}

.footerLink {
    color: #fff
}

.footerLink a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px
}

.securityLogoBox img {
    margin: 0 10px
}

.footer {
    padding: 0 0 78px;
    background: unset
}

.footer .iconBox {
    margin: 0 auto;
    max-width: 1100px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 120px
}

.drawerBox,
.drawerBox .TrapezoidTag {
    display: -webkit-box;
    display: -ms-flexbox;
}

.footer .iconBox:first-child {
    margin-top: -30px
}

.footer .iconBox:last-child {
    margin-bottom: 30px
}

.footer span.iconfont {
    font-size: 6rem;
    margin: 0 20px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#6236ff), to(#9a5fc9));
    background-image: linear-gradient(0deg, #6236ff 0, #9a5fc9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width:480px) {
    .footer span.iconfont {
        font-size: 3rem!important;
        margin: 0;
        padding: 0
    }
}

.drawerBox,
.infoBox {
    padding: 20px;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -webkit-box-direction: normal
}

.footer span.iconfont:hover {
    color: #ce70ff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .65);
    background-image: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset
}

.footer .subTitle,
.footer p {
    text-shadow: 0 2px 4px #000;
    color: #fff;
    text-align: center
}

.BottomNav a span:hover,
.navBarFlex span,
header span.icon_bars-light {
    -webkit-text-fill-color: transparent;
}

.footer p {
    letter-spacing: 1px;
    max-width: 760px;
    margin: 10px auto 38px
}

.footer .subTitle {
    font-size: 2.125rem;
    margin: -10px auto 20px;
    letter-spacing: 0
}

.footer::after {
    background: url(/build/images/bg_section_cooperation.png) no-repeat;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1
}

.drawerBox {
    max-width: 182px;
    padding: 20px;
    position: fixed;
    z-index: 999;
    background-color: #000;
    right: -182px;
    top: 8%;
    display: flex;
    flex-direction: column;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.drawerBox .TrapezoidTag,
.drawerBox .infoBox {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.drawerBox.active {
    right: 0
}

.drawerBox .TrapezoidTag {
    padding: 5px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -44px;
    background-color: #00adff;
    height: calc(223px - 44px);
    width: 44px;
    color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #827610), color-stop(47%, #ebdb5a), to(#805d24));
    background-image: linear-gradient(180deg, #827610 3%, #ebdb5a 47%, #805d24 100%)
}

.drawerBox .TrapezoidTag .triangleTopRight {
    position: absolute;
    bottom: -30px;
    width: 0;
    height: 0;
    border-top: 30px solid #805d24;
    border-left: 44px solid transparent
}

.drawerBox .TrapezoidTag .triangleBottomRight {
    position: absolute;
    top: -30px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #827610;
    border-left: 44px solid transparent
}

.DDWallet:before,
.UpMenu:before,
.menu:before {
    border-left: 8px solid transparent
}

.drawerBox .TrapezoidTag p {
    color: #000;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

.drawerBox .TrapezoidTag span {
    font-size: 2rem
}

.drawerBox .infoBox {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #979797
}

.drawerBox .infoBox:last-child {
    border-bottom: unset
}

.drawerBox .infoBox img {
    margin-bottom: 10px;
    max-width: 64px
}

.drawerBox .infoBox p {
    color: #fff;
    text-align: center;
    margin-bottom: 10px
}

.drawerBox #feedBackBtn {
    cursor: pointer
}

#GOTOP,
#GOTOP i {
    text-align: center
}

#GOTOP {
    border-radius: 3px;
    display: none;
    width: 0;
    height: 40px;
    cursor: pointer;
    right: 10px;
    bottom: 10px;
    background-color: rgba(255, 255, 255, .5);
    color: #000;
    position: fixed;
    z-index: 9999
}

#GOTOP:hover {
    background-color: #fff
}

#GOTOP span {
    line-height: 40px
}

#GOTOP .fa-chevron-up {
    width: 100%;
    height: 40px
}

#GOTOP i {
    display: block;
    vertical-align: middle;
    font-size: 24px;
    margin-top: 6px;
    opacity: .1
}

.headerBG .flexContainer,
.menu {
    display: -webkit-box;
    display: -ms-flexbox
}

#GOTOP.active {
    width: 40px
}

#GOTOP.active i {
    opacity: 1
}

.menu {
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #d8d8d8;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .2);
    width: 120px;
    height: auto;
    position: absolute;
    padding: 20px;
    border-radius: 3px;
    z-index: 100;
    left: -20px;
    line-height: 20px;
}

.menu:before {
    position: absolute;
    top: -10px;
    left: 30px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #d8d8d8;
    z-index: 10
}

.menu a {
    cursor: pointer;
    color: #343434;
    margin-bottom: 15px
}

.UpMenu a:hover,
.menu a:hover {
    color: #75006c
}

.menu a:last-child {
    margin-bottom: 0
}

.menu a:link {
    text-decoration: none
}

.headerBG {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background-image: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%)
}

.headerBG .flexContainer {
    height: 45px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1100px;
    margin: 0 auto
}

@media (max-width:1024px) {
    .headerBG .flexContainer {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%
    }
}

.headerBG .flexContainer .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.headerBG .flexContainer .flex button {
    white-space: nowrap
}

@media (max-width:768px) {
    .headerBG .flexContainer .flex {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%
    }
}

.headerBG .flexContainer .flex .input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #d7ae3e;
    background-clip: padding-box;
    border: unset;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (max-width:768px) {
    .headerBG .flexContainer .flex .input {
        width: 45%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

.headerBG .flexContainer .flex .input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.headerBG .flexContainer .flex .input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.headerBG .flexContainer .flex .input::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.headerBG .flexContainer .flex .input::placeholder {
    color: #fff;
    opacity: 1
}

.headerBG .flexContainer .flex .input:focus {
    color: #fff;
    background-color: #a68322;
    outline: 0;
    outline-offset: -2px;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.fixed-nav .headerBG {
    position: fixed;
    -webkit-box-shadow: 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 5px rgba(0, 0, 0, .1);
    z-index: 1000;
    width: 100%
}

.card {
    border: none;
    background-color: unset;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .65);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .65)
}

.card .card-body {
    background: rgba(0, 0, 0, .65);
    text-align: center
}

.card .card-body .title {
    text-decoration: none;
    color: #FFF3A7;
    font-size: 1.25rem
}

header {
    background-image: -webkit-gradient(linear, right top, left top, from(#402f80), color-stop(33%, #472265), color-stop(77%, #1e1549));
    background-image: linear-gradient(270deg, #402f80 0, #472265 33%, #1e1549 77%)
}

header .nav-link {
    font-size: 18px;
    color: #fff!important;
    letter-spacing: 0
}

header .logo {
    max-width: 310px
}

@media (min-width:480px) and (max-width:1024px) {
    header .logo {
        margin: 0 auto
    }
}

header span.icon_bars-light {
    display: none;
    margin-left: 10px;
    font-size: 1.875rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    -webkit-background-clip: text
}

@media (max-width:991px) {
    header span.icon_bars-light {
        display: block
    }
}

.headerFlex,
.navBarFlex {
    display: -webkit-box;
    display: -ms-flexbox
}

.headerFlex {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.BottomNav a,
.DDWallet,
.DDWallet .bottomBox,
.startingPlayMobile,
.startingPlayMobile_1st .play02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

@media (min-width:480px) and (max-width:1024px) {
    .headerFlex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.logo_m {
    max-width: 165px
}

.navBarFlex {
    background-image: -webkit-gradient(linear, right top, left top, from(#402f80), color-stop(33%, #472265), color-stop(77%, #1e1549));
    background-image: linear-gradient(270deg, #402f80 0, #472265 33%, #1e1549 77%);
    width: 100%;
    padding: 8px 10px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navBarFlex .btnGroup,
.navBarFlex span {
    display: -webkit-box;
    display: -ms-flexbox
}

.navBarFlex .title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff3a7;
    font-size: 1.875rem
}

.navBarFlex .logo,
.navBarFlex .logoisUser {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.navBarFlex span {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background-image: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    -webkit-background-clip: text;
    font-size: 2rem;
    /*display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navBarFlex span div {
    font-size: 1rem;
    margin-left: 5px
}

.navBarFlex .btnGroup {
    display: flex;
    max-width: 116px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navBarFlex .btnGroup .btnOutLine,
.startingPlayMobile_1st {
    -webkit-box-flex: 0;
    display: -webkit-box;
    display: -ms-flexbox
}

.navBarFlex .btnGroup .btnOutLine {
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    border: 1px solid #fff3a7;
    padding: 8px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: .85rem;
    color: #fff3a7;
    background-color: unset;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.startingPlayMobile {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 15px 10px;
}

.startingPlayMobile_1st {
    width: 100%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.startingPlayMobile_1st .play01 {
    border-radius: 12px;
    height: 280px;
    background-position: center;
    background-size: 200%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    margin: 0;
    position: relative
}

.startingPlayMobile_1st .play01 .playerBox {
    position: absolute;
    overflow: hidden;
    height: 296px;
    width: 184px;
    bottom: 0;
    right: 0;
    border-radius: 12px;
}

@media (max-width:375px) {
    .startingPlayMobile_1st .play01 .playerBox {
        width: 166px
    }
}

@media (max-width:320px) {
    .startingPlayMobile_1st .play01 .playerBox {
        width: 139px
    }
}

.startingPlayMobile_1st .play01 .playerBox #player-container {
    width: 70vw;
    height: 70vh;
    position: absolute;
    bottom: -126px;
    left: 50%;
    -webkit-transform: translateX(-41%);
    transform: translateX(-41%)
}

@media (max-width:411px) {
    .startingPlayMobile_1st .play01 .playerBox #player-container {
        width: 75vw;
        bottom: -165px
    }
}

@media (max-width:375px) {
    .startingPlayMobile_1st .play01 .playerBox #player-container {
        width: 75vw;
        bottom: -96px
    }
}

@media (min-height:812px) {
    .startingPlayMobile_1st .play01 .playerBox #player-container {
        bottom: -144px
    }
}

@media (max-width:320px) {
    .startingPlayMobile_1st .play01 .playerBox #player-container {
        width: 85vw;
        bottom: -58px
    }
}

.startingPlayMobile_1st .play01 .fanBingBing {
    bottom: 0;
    height: 288px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.startingPlayMobile_1st .play01 .fanBingBing .body {
    height: 100%
}

.startingPlayMobile_1st .play01 .fanBingBing .head {
    height: 220px;
    width: 197.06px;
    top: -70px;
    position: absolute;
    left: 78%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.startingPlayMobile_1st .play01 .fanBingBing .head .eye_closed {
    position: absolute;
    height: 100%;
    z-index: 2
}

.startingPlayMobile_1st .play01 .fanBingBing .head .head_main {
    position: absolute;
    height: 100%
}

.startingPlayMobile_1st .play01 .fanBingBing .elbow {
    height: 105px;
    bottom: 50px;
    position: absolute;
    left: 67%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.startingPlayMobile_1st .play01 .fanBingBing .elbow .hand {
    top: -78px;
    position: absolute;
    left: 90%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 90px
}

.startingPlayMobile_1st .play01 .fanBingBing .elbow img {
    height: 100%
}

.startingPlayMobile_1st .play01 .pokerCoin {
    z-index: 10;
    max-width: 230px;
    left: -11px;
    top: -50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    right: -21%
}

@media (max-width:375px) {
    .startingPlayMobile_1st .play01 .pokerCoin {
        max-width: 210px;
        left: -5px
    }
}

.startingPlayMobile_1st .play01 .title {
    max-width: 130px;
    bottom: 10px;
    position: absolute;
    right: 0
}

.startingPlayMobile_1st .play02 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.startingPlayMobile_1st .play02_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    border-radius: 12px;
    background-position: center;
    position: relative
}

.startingPlayMobile_1st .play02_1 .title {
    height: 35px;
    right: 3px;
    bottom: 10px;
    position: absolute;
    z-index: 2
}

.startingPlayMobile_1st .play02_1 .playerBox {
    position: absolute;
    overflow: hidden;
    height: 150px;
    width: 184px;
    bottom: 0;
    right: 0;
    border-radius: 12px
}

@media (max-width:375px) {
    .startingPlayMobile_1st .play02_1 .playerBox {
        width: 166px
    }
}

@media (max-width:320px) {
    .startingPlayMobile_1st .play02_1 .playerBox {
        width: 139px
    }
}

.startingPlayMobile_1st .play02_1 .playerBox #player-container--sport {
    width: 60vw;
    height: 50vh;
    position: absolute;
    bottom: -129px;
    left: 50%;
    -webkit-transform: translateX(-47%);
    transform: translateX(-47%)
}

@media (max-width:411px) {
    .startingPlayMobile_1st .play02_1 .playerBox #player-container--sport {
        width: 75vw;
        bottom: -176px
    }
}

@media (max-width:375px) {
    .startingPlayMobile_1st .play02_1 .playerBox #player-container--sport {
        width: 60vw;
        bottom: -106px
    }
}

@media (min-height:812px) {
    .startingPlayMobile_1st .play02_1 .playerBox #player-container--sport {
        width: 60vw;
        bottom: -141px
    }
}

@media (max-width:320px) {
    .startingPlayMobile_1st .play02_1 .playerBox #player-container--sport {
        width: 80vw;
        bottom: -95px
    }
}

.startingPlayMobile_1st .play02_1 .stage {
    border-radius: 8px;
    overflow: hidden;
    height: 150px;
    max-width: 185.39px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    position: absolute
}

.startingPlayMobile_1st .play02_1 .stage .lebron {
    height: 110px;
    width: 120px;
    left: 10%;
    bottom: -42px;
    position: relative;
    z-index: 1
}

.startingPlayMobile_1st .play02_1 .stage .lebron .lebron_body {
    position: relative;
    height: 174px;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-43%);
    transform: translateX(-43%)
}

.startingPlayMobile_1st .play02_1 .stage .lebron .lebron_H1 {
    position: absolute;
    height: 49px;
    top: -37px;
    left: 50%;
    -webkit-transform: translateX(-82%);
    transform: translateX(-82%)
}

.startingPlayMobile_1st .play02_1 .stage .lebron .lebron_H2 {
    position: absolute;
    height: 55px;
    top: -38px;
    left: 50%;
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%)
}

.startingPlayMobile_1st .play02_1 .stage .lebron .lebron_LH {
    position: absolute;
    height: 80px;
    top: 10%;
    right: -16px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: -1
}

.startingPlayMobile_1st .play02_1 .stage .lebron .lebron_RH {
    position: absolute;
    height: 94px;
    top: 12%;
    left: -5px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 1
}

.startingPlayMobile_1st .play02_1 .stage .startBG {
    height: 142px;
    left: 50%;
    -webkit-transform: translateX(-58%);
    transform: translateX(-58%);
    bottom: -16px;
    position: absolute;
    z-index: 0
}

.startingPlayMobile_1st .play02_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    border-radius: 12px;
    background-position: center;
    position: relative
}

.startingPlayMobile_1st .play02_2 .title {
    height: 35px;
    right: 3px;
    bottom: 10px;
    position: absolute;
    z-index: 2
}

.startingPlayMobile_1st .play02_2 .playerBox {
    position: absolute;
    overflow: hidden;
    height: 150px;
    width: 184px;
    bottom: 0;
    right: 0;
    border-radius: 12px
}

@media (max-width:375px) {
    .startingPlayMobile_1st .play02_2 .playerBox {
        width: 166px
    }
}

@media (max-width:320px) {
    .startingPlayMobile_1st .play02_2 .playerBox {
        width: 139px
    }
}

.startingPlayMobile_1st .play02_2 .playerBox #player-container--elec {
    width: 60vw;
    height: 50vh;
    position: absolute;
    bottom: -120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:411px) {
    .startingPlayMobile_1st .play02_2 .playerBox #player-container--elec {
        width: 65vw;
        bottom: -145px
    }
}

@media (max-width:375px) {
    .startingPlayMobile_1st .play02_2 .playerBox #player-container--elec {
        width: 65vw;
        bottom: -106px
    }
}

@media (min-height:812px) {
    .startingPlayMobile_1st .play02_2 .playerBox #player-container--elec {
        width: 65vw;
        bottom: -140px
    }
}

@media (max-width:320px) {
    .startingPlayMobile_1st .play02_2 .playerBox #player-container--elec {
        width: 70vw;
        bottom: -77px
    }
}

.startingPlayMobile_1st .play02_2 .stage {
    border-radius: 8px;
    overflow: hidden;
    height: 141px;
    max-width: 185.39px;
    width: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    position: relative
}

.startingPlayMobile_1st .play02_2 .stage .roullet {
    height: 135px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 0
}

.startingPlayMobile_1st .play02_2 .stage .chips {
    height: 132px;
    left: 4%;
    bottom: 4px;
    position: absolute;
    z-index: 4
}

.startingPlayMobile_1st .play02_2 .stage .poker {
    height: 115px;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 5
}

@media (max-width:375px) {
    .startingPlayMobile_1st .play02_2 .stage .poker {
        width: 90%
    }
}

.startingPlayMobile_1st .play02_2 .stage .Jackpot {
    height: 100px;
    left: 13%;
    bottom: 27px;
    position: absolute;
    z-index: 5
}

.startingPlayMobile_2nd {
    margin-top: 15px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.BottomNav,
.startingPlayMobile_3nd {
    display: -webkit-box;
    display: -ms-flexbox
}

.startingPlayMobile_2nd .play04 {
    height: 135px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    border-radius: 12px;
    background-position: center;
    position: relative
}

.startingPlayMobile_2nd .play04 .title {
    height: 38px;
    right: 5px;
    bottom: 3px;
    position: absolute;
    z-index: 2
}

.startingPlayMobile_2nd .play04 .playerBox {
    position: absolute;
    overflow: hidden;
    height: 150px;
    width: 184px;
    bottom: 0;
    right: 0
}

@media (max-width:375px) {
    .startingPlayMobile_2nd .play04 .playerBox {
        width: 166px
    }
}

@media (max-width:320px) {
    .startingPlayMobile_2nd .play04 .playerBox {
        width: 139px
    }
}

.startingPlayMobile_2nd .play04 .playerBox #player-container--bingo {
    width: 53vw;
    height: 50vh;
    position: absolute;
    bottom: -111px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:411px) {
    .startingPlayMobile_2nd .play04 .playerBox #player-container--bingo {
        width: 55vw;
        bottom: -132px
    }
}

@media (max-width:375px) {
    .startingPlayMobile_2nd .play04 .playerBox #player-container--bingo {
        width: 55vw;
        bottom: -98px
    }
}

@media (min-height:812px) {
    .startingPlayMobile_2nd .play04 .playerBox #player-container--bingo {
        width: 55vw;
        bottom: -132px
    }
}

@media (max-width:320px) {
    .startingPlayMobile_2nd .play04 .playerBox #player-container--bingo {
        width: 59vw;
        bottom: -74px
    }
}

.startingPlayMobile_2nd .play04 .stage {
    border-radius: 8px;
    overflow: hidden;
    height: 141px;
    max-width: 185.39px;
    width: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    position: absolute
}

.startingPlayMobile_2nd .play04 .stage .lotteryTicket01 {
    height: 126px;
    left: 24%;
    -webkit-transform: translateX(-74%);
    transform: translateX(-74%);
    bottom: 15px;
    position: absolute;
    z-index: 0
}

.startingPlayMobile_2nd .play04 .stage .lotteryTicket02 {
    height: 132px;
    left: 32%;
    -webkit-transform: translateX(-44%);
    transform: translateX(-44%);
    bottom: 6px;
    position: absolute;
    z-index: 1
}

.startingPlayMobile_2nd .play04 .stage .ColoredBalls_N3 {
    height: 63px;
    left: 40%;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    bottom: 30px;
    position: absolute;
    z-index: 2
}

.startingPlayMobile_2nd .play04 .stage .ColoredBalls_N5 {
    height: 100px;
    left: 5%;
    -webkit-transform: translateX(-93%);
    transform: translateX(-93%);
    bottom: 14px;
    position: absolute;
    z-index: 3
}

.startingPlayMobile_2nd .play04 .stage .coins {
    height: 140px;
    left: 50%;
    -webkit-transform: translateX(-47%);
    transform: translateX(-47%);
    bottom: 1px;
    position: absolute;
    z-index: 4
}

.startingPlayMobile_2nd .play05 {
    height: 135px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    border-radius: 12px;
    background-position: center;
    position: relative
}

.startingPlayMobile_2nd .play05 .title {
    height: 38px;
    right: 5px;
    bottom: 3px;
    position: absolute;
    z-index: 2
}

.startingPlayMobile_2nd .play05 .playerBox {
    position: absolute;
    overflow: hidden;
    height: 150px;
    width: 184px;
    bottom: 0;
    right: 0
}

@media (max-width:375px) {
    .startingPlayMobile_2nd .play05 .playerBox {
        width: 166px
    }
}

@media (max-width:320px) {
    .startingPlayMobile_2nd .play05 .playerBox {
        width: 139px
    }
}

.startingPlayMobile_2nd .play05 .playerBox #player-container--fish {
    width: 50vw;
    height: 47vh;
    position: absolute;
    bottom: -111px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:411px) {
    .startingPlayMobile_2nd .play05 .playerBox #player-container--fish {
        width: 53vw;
        bottom: -134px
    }
}

@media (max-width:375px) {
    .startingPlayMobile_2nd .play05 .playerBox #player-container--fish {
        width: 50vw;
        bottom: -89px
    }
}

@media (min-height:812px) {
    .startingPlayMobile_2nd .play05 .playerBox #player-container--fish {
        width: 50vw;
        bottom: -125px
    }
}

@media (max-width:320px) {
    .startingPlayMobile_2nd .play05 .playerBox #player-container--fish {
        width: 55vw;
        bottom: -69px
    }
}

.startingPlayMobile_2nd .play05 .stage {
    border-radius: 8px;
    overflow: hidden;
    height: 141px;
    max-width: 185.39px;
    width: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    position: absolute
}

@media (max-width:375px) {
    .startingPlayMobile_2nd .play05 .stage {
        max-width: 168px
    }
}

.startingPlayMobile_2nd .play05 .stage .shark {
    background-image: url(/build/images/fish/Bitmap.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 143px;
    width: 100%;
    right: 0;
    bottom: -3px;
    position: absolute;
    z-index: 1
}

.startingPlayMobile_2nd .play05 .stage .shark .sharkRightHand {
    position: absolute;
    top: 66px;
    right: 68px;
    z-index: 10;
    height: 60px;
    width: 47px
}

.startingPlayMobile_2nd .play05 .stage .shark .rocket {
    position: absolute;
    z-index: 2;
    top: 46px;
    right: -4px;
    background-image: url(/build/images/fish/rocket.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 80px;
    width: 95px
}

.startingPlayMobile_2nd .play05 .stage .nimo {
    height: 63px;
    -webkit-transform: translateX(-113%);
    transform: translateX(-113%);
    bottom: 2px;
    position: absolute;
    z-index: 2
}

.startingPlayMobile_3nd {
    margin-top: 15px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.startingPlayMobile_3nd .play06 {
    position: relative;
    height: 135px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    border-radius: 12px;
    background-image: url(/build/images/mobile/mainpage/BGpattern90.png);
    background-size: cover;
    background-position: center
}

.startingPlayMobile_3nd .play06 .title {
    height: 42px;
    right: 5px;
    top: 3px;
    position: absolute;
    z-index: 10
}

.startingPlayMobile_3nd .play06 .stage {
    border-radius: 8px;
    overflow: hidden;
    height: 150px;
    max-width: 385px;
    width: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    position: absolute
}

.BottomNav,
.BottomNav .btnGroup {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox
}

.startingPlayMobile_3nd .play06 .stage .man {
    height: 143px;
    right: 6%;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    bottom: -1px;
    position: absolute;
    z-index: 4
}

.startingPlayMobile_3nd .play06 .stage .beauty {
    height: 227px;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -82px;
    position: absolute;
    z-index: 8
}

@media (max-width:375px) {
    .startingPlayMobile_3nd .play06 .stage .beauty {
        left: 1%
    }
}

.startingPlayMobile_3nd .play06 .stage .Mahjong {
    height: 63px;
    left: 25%;
    -webkit-transform: translateX(-119%);
    transform: translateX(-119%);
    bottom: 2px;
    position: absolute;
    z-index: 9
}

.startingPlayMobile_3nd .play06 .stage .card01 {
    height: 133px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    position: absolute;
    z-index: 1
}

.startingPlayMobile_3nd .play06 .stage .chips {
    height: 100px;
    left: 38%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
    position: absolute;
    z-index: 3
}

.BottomNav {
    border-top: 2px solid #F0C953;
    width: 100%;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    height: 68px;
    padding: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#402f80), color-stop(33%, #472265), color-stop(77%, #1e1549));
    background-image: linear-gradient(270deg, #402f80 0, #472265 33%, #1e1549 77%)
}

.BottomNav--noBG {
    border: none;
    background-image: unset;
    bottom: -2px
}

.BottomNav--noBG .btnGroup .home {
    bottom: 2px!important
}

.BottomNav .btnGroup {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.BottomNav .btnGroup--crystal {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-image: url(/build/images/login_registerPanel03.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    height: 68px
}

@media (max-width:320px) {
    .BottomNav .btnGroup--crystal {
        background-size: cover
    }
}

.BottomNav .btnGroup .home,
.BottomNav .btnGroup .home .back,
.BottomNav .btnGroup .home .front {
    position: absolute;
    background-size: contain;
    background-position: center;
    width: 68px;
    height: 68px
}

.BottomNav .btnGroup--crystal a span {
    font-size: 1.375rem;
    color: #fff3a7;
    text-shadow: 0 0 3px rgba(0, 0, 0, .65)
}

@media (max-width:375px) {
    .BottomNav .btnGroup--crystal a span {
        padding-top: 10px
    }
}

@media (max-width:320px) {
    .BottomNav .btnGroup--crystal a span {
        padding-top: unset
    }
}

.BottomNav .btnGroup--panel {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.BottomNav .btnGroup .home {
    display: block;
    background-image: url(/build/images/circle_btn.png);
    border-radius: 50px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .85);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .85);
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 101
}

.BottomNav .btnGroup .home .front {
    background-image: url(/build/images/circle_btn_front.png);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.BottomNav .btnGroup .home .back {
    background-image: url(/build/images/circle_btn_back.png);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.BottomNav .btnGroup .btnOutLine {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    color: #fff3a7;
    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
}

.btnOutLine a {
    color: #fff3a7 !important;
}

.BottomNav .btnGroup .btnOutLine span {
    font-size: 1.6rem
}

.BottomNav .btnGroup .btnOutLine--bgRed {
    border-radius: 0 20px 0 0;
    border-top: 2px solid #F0C953;
    border-right: 2px solid #F0C953;
    height: 68px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#402f80), color-stop(33%, #472265), color-stop(77%, #1e1549));
    background-image: linear-gradient(0deg, #402f80 0, #472265 33%, #1e1549 77%)
}

.BottomNav .btnGroup .btnOutLine--bgYellow {
    border-top: 2px solid #F0C953;
    border-left: 2px solid #F0C953;
    border-radius: 20px 0 0;
    height: 68px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#402f80), color-stop(33%, #472265), color-stop(77%, #1e1549));
    background-image: linear-gradient(0deg, #402f80 0, #472265 33%, #1e1549 77%)
}

.BottomNav a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #fff
}

.BottomNav a:active,
.BottomNav a:hover {
    color: #ffcf4c
}

.BottomNav a span {
    line-height: 30px;
    color: inherit;
    font-size: 1.8rem
}

.BottomNav a span:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    -webkit-background-clip: text
}

.marqueeBox {
    overflow: hidden;
    position: relative;
    background-color: #000;
    height: 25px;
    cursor: pointer;
}

.marqueeBox span {
    padding: 3px;
    position: absolute;
    z-index: 100;
    color: #fff3a7;
    background-color: #000
}

.marqueeBox .marquee,
.marqueeBox .marqueeDeskTop {
    padding-top: 3px;
    font-size: 1rem;
    white-space: nowrap;
    color: #fff3a7
}

.userStateBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    padding: 0 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background-image: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%)
}

.userStateBar .userStateColumn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    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
}

.userStateBar .userStateColumn .userLevel {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    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
}

.userStateBar .userStateColumn .userLevel span {
    font-size: .875rem;
    color: #f70000
}

.userStateBar .userStateColumn .userInfo {
    font-size: .875rem
}

.DDWallet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 9999;
    top: 25px;
    right: -20px;
    border-radius: 3px;
    height: 451px;
    width: 230px;
    background-color: #231f20
}

.DDWallet .itemsBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    padding: 0 10px;
    overflow-y: scroll
}

.DDWallet .itemsBox .item {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.DDWallet .itemsBox .item:last-child {
    border-bottom: unset
}

.DDWallet .itemsBox .item .itemName {
    color: #fff
}

.DDWallet .bottomBox .sumBox div,
.DDWallet .itemsBox .item .itemValue {
    color: #f7b500
}

.DDWallet .bottomBox {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    background-color: #000;
    border-radius: 0 0 3px 3px
}

.DDWallet .bottomBox .sumBox,
.gameFlex {
    display: -webkit-box;
    display: -ms-flexbox
}

.DDWallet .bottomBox .sumBox {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
}

.DDWallet .bottomBox button {
    width: 100%;
    font-size: .85rem;
    height: 34px;
    padding: 2px 10px
}

.DDWallet:before {
    position: absolute;
    top: -10px;
    right: 20px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #231f20;
    z-index: 10
}

.gameFlex__bingo .gameCardVertical__bingo span,
.gameFlex__card .gameCardVertical__card span,
.gameFlex__electronics .gameCardVertical__electronics span,
.gameFlex__fish .gameCardVertical__fish span,
.gameFlex__sports .gameCardVertical__sports span,
.gameFlex__video .gameCardVertical__video span {
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 7rem;
    line-height: 7rem;
    width: 146px;
    text-align: center
}

.gameFlex {
    padding-top: 33px;
    padding-bottom: 33px;
    display: flex
}

.gameCardHorizontal__electronics,
.gameCardVertical,
.gameFlex__bingo .gameCardVertical__bingo,
.gameFlex__card .gameCardVertical__card,
.gameFlex__electronics .gameCardVertical__electronics,
.gameFlex__fish .gameCardVertical__fish,
.gameFlex__sports .gameCardVertical__sports,
.gameFlex__video .gameCardVertical__video {
    -webkit-box-orient: vertical;
    padding: 20px;
    -webkit-box-direction: normal
}

.gameFlex__video {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gameFlex__video .gameCardVertical__video {
    margin: 0 10px;
    border-radius: 8px;
    background-position: 50% 100%, center top;
    background-size: cover, cover;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.gameFlex__video .gameCardVertical__video:nth-child(1) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/background/movie01.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/background/movie01.jpg);
    background-position: 50% 100%, 69% 0
}

@media (max-width:768px) {
    .gameFlex__video .gameCardVertical__video:nth-child(1) {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/background/movie01.jpg);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/background/movie01.jpg);
        background-position: 50% 100%, -35% 0
    }
}

.gameFlex__video .gameCardVertical__video:nth-child(2) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/background/movie02.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/background/movie02.jpg);
    background-position: 50% 100%, 40% 0
}

@media (max-width:768px) {
    .gameFlex__video .gameCardVertical__video:nth-child(2) {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/background/movie02.jpg);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/background/movie02.jpg)
    }
    .gameFlex__video .gameCardVertical__video {
        background-position: 50% 100%, center;
        background-size: cover, cover;
        background-repeat: no-repeat;
        height: 200px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 15px
    }
}

.gameFlex__video .gameCardVertical__video span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4e50), color-stop(51%, #f9d423), to(#ff4e50));
    background-image: linear-gradient(to bottom, #ff4e50 0, #f9d423 51%, #ff4e50 100%);
    display: block
}

.gameFlex__fish {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gameFlex__fish .gameCardVertical__fish {
    margin: 0 10px;
    border-radius: 8px;
    background-position: 50% 100%, center, center top;
    background-size: cover, contain, cover;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.gameFlex__fish .gameCardVertical__fish:nth-child(1) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/fish01.png), url(/build/images/background/fish01.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/fish01.png), url(/build/images/background/fish01.png)
}

@media (max-width:768px) {
    .gameFlex__fish .gameCardVertical__fish:nth-child(1) {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/fish01.png), url(/build/images/background/fish01.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/fish01.png), url(/build/images/background/fish01.png)
    }
}


/*.gameFlex__fish .gameCardVertical__fish:nth-child(2) {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/fish02.png), url(/build/images/background/fish02.png);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/fish02.png), url(/build/images/background/fish02.png)
}

@media (max-width:768px) {
	.gameFlex__fish .gameCardVertical__fish:nth-child(2) {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/fish02.png), url(/build/images/background/fish02.png);
		background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/fish02.png), url(/build/images/background/fish02.png)
	}
}*/

.gameFlex__fish .gameCardVertical__fish:nth-child(2) {
    background-image: url(/build/images/beauty/fish03.png), -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/background/fish03.png);
    background-image: url(/build/images/beauty/fish03.png), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/background/fish03.png);
    background-size: contain, cover, cover;
    background-position: 50% 30%, 0 0, center
}

@media (max-width:991px) {
    .gameFlex__fish .gameCardVertical__fish:nth-child(2) {
        background-size: contain, cover, cover;
        background-position: 50%, 0 0, center
    }
}

@media (max-width:768px) {
    .gameFlex__fish .gameCardVertical__fish:nth-child(2) {
        background-image: url(/build/images/beauty/fish03-m.png), -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/background/fish03.png);
        background-image: url(/build/images/beauty/fish03-m.png), linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/background/fish03.png);
        background-size: 70%, cover, cover;
        background-position: 0 50%, 0 0, center
    }
}

.gameFlex__fish .gameCardVertical__fish:nth-child(3) {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(85%,#000)),url(/build/images/beauty/fish04.png),url(/build/images/background/fish04.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 50%,#000 85%),url(/build/images/beauty/fish04.png),url(/build/images/background/fish04.jpg)
}


@media (max-width:768px) {
    .gameFlex__fish .gameCardVertical__fish:nth-child(3) {
        background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,rgba(0,0,0,0)),color-stop(85%,#000)),url(/build/images/beauty/fish04-m.png),url(/build/images/background/fish04.jpg);
        background-image: linear-gradient(90deg,rgba(0,0,0,0) 50%,#000 85%),url(/build/images/beauty/fish04-m.png),url(/build/images/background/fish04.jpg);
        background-position: 50% 100%,0 22%,center;
        background-size: cover,70%,cover
    }

    .gameFlex__fish .gameCardVertical__fish {
        background-position: 50% 100%, 0 0, center;
        background-size: cover, 50%, cover;
        background-repeat: no-repeat;
        height: 200px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 15px
    }
}

.gameFlex__fish .gameCardVertical__fish span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4e50), color-stop(51%, #f9d423), to(#ff4e50));
    background-image: linear-gradient(to bottom, #ff4e50 0, #f9d423 51%, #ff4e50 100%);
    display: block
}

.gameFlex__electronics,.gameFlex__electronics2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:991px) {
    .gameFlex__electronics,.gameFlex__electronics2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.gameFlex__electronics .gameCardVertical__electronics,.gameFlex__electronics2 .gameCardVertical__electronics {
    border-radius: 8px;
    background-position: 50% 100%, center, center top;
    background-size: cover, cover, 200%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.gameFlex__electronics .gameCardVertical__electronics:nth-child(1) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/elec05.png), url(/build/images/background/elec01.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/elec05.png), url(/build/images/background/elec01.png)
}

@media (max-width:991px) {
    .gameFlex__electronics .gameCardVertical__electronics:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
        margin-bottom: 15px
    }
}

@media (max-width:768px) {
    .gameFlex__electronics .gameCardVertical__electronics:nth-child(1) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/elec05.png), url(/build/images/background/elec01.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/elec05.png), url(/build/images/background/elec01.png)
    }
}


.gameFlex__electronics2 .gameCardVertical__electronics:nth-child(1) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/win-girl.png), url(/build/images/background/win-bg.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/win-girl.png), url(/build/images/background/win-bg.png)
}

@media (max-width:991px) {
    .gameFlex__electronics2 .gameCardVertical__electronics:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
        margin-bottom: 15px
    }
}

@media (max-width:768px) {
    .gameFlex__electronics2 .gameCardVertical__electronics:nth-child(1) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/win-girl.png), url(/build/images/background/win-bg.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/win-girl.png), url(/build/images/background/win-bg.png)
    }
}


.gameFlex__electronics2 .gameCardVertical__electronics:nth-child(2) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/ka-girl.png), url(/build/images/background/ka-bg.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/ka-girl.png), url(/build/images/background/ka-bg.png)
}

@media (max-width:991px) {
    .gameFlex__electronics2 .gameCardVertical__electronics:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
        margin-bottom: 15px
    }
}

@media (max-width:768px) {
    .gameFlex__electronics2 .gameCardVertical__electronics:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/ka-girl.png), url(/build/images/background/ka-bg.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/ka-girl.png), url(/build/images/background/ka-bg.png)
    }
}


.gameFlex__electronics2 .gameCardVertical__electronics:nth-child(3) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/bng-girl.png), url(/build/images/background/bng-bg.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/bng-girl.png), url(/build/images/background/bng-bg.png)
}

@media (max-width:991px) {
    .gameFlex__electronics2 .gameCardVertical__electronics:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
        margin-bottom: 15px
    }
}

@media (max-width:768px) {
    .gameFlex__electronics2 .gameCardVertical__electronics:nth-child(3) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/bng-girl.png), url(/build/images/background/bng-bg.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/bng-girl.png), url(/build/images/background/bng-bg.png)
    }
}


.gameFlex__electronics .gameCardVertical__electronics:nth-child(2) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/elec01.png), url(/build/images/background/elec05.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/elec01.png), url(/build/images/background/elec05.png)
}

.gameFlex__electronics .gameCardVertical__electronics:nth-child(3) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/elec02.png), url(/build/images/background/elec02.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/elec02.png), url(/build/images/background/elec02.png)
}

@media (max-width:991px) {
    .gameFlex__electronics .gameCardVertical__electronics:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
        margin-bottom: 15px
    }

    .gameFlex__electronics .gameCardVertical__electronics:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
        margin-bottom: 15px
    }
}

@media (max-width:768px) {
    .gameFlex__electronics .gameCardVertical__electronics:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/elec01.png), url(/build/images/background/elec05.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/elec01.png), url(/build/images/background/elec05.png)
    }

    .gameFlex__electronics .gameCardVertical__electronics:nth-child(3) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/elec02.png), url(/build/images/background/elec02.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/elec02.png), url(/build/images/background/elec02.png)
    }

    .gameFlex__electronics .gameCardVertical__electronics,.gameFlex__electronics2 .gameCardVertical__electronics {
        background-position: 50% 100%, 0 0, center;
        background-size: cover, 50%, cover;
        background-repeat: no-repeat;
        height: 200px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 15px
    }
}

.gameFlex__electronics .gameCardVertical__electronics span,.gameFlex__electronics2 .gameCardVertical__electronics span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4e50), color-stop(51%, #f9d423), to(#ff4e50));
    background-image: linear-gradient(to bottom, #ff4e50 0, #f9d423 51%, #ff4e50 100%);
    display: block
}

.gameFlex__bingo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gameFlex__bingo .gameCardVertical__bingo {
    margin: 0 10px;
    border-radius: 8px;
    background-position: 50% 100%, 0 0, center top;
    background-size: cover, cover, 200%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.gameFlex__bingo .gameCardVertical__bingo:nth-child(1) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/bingo01.png), url(/build/images/background/bingo01.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/bingo01.png), url(/build/images/background/bingo01.png)
}

@media (max-width:768px) {
    .gameFlex__bingo .gameCardVertical__bingo:nth-child(1) {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/bingo01.png), url(/build/images/background/bingo01.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/bingo01.png), url(/build/images/background/bingo01.png)
    }
}

.gameFlex__bingo .gameCardVertical__bingo:nth-child(2) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/bingo02.png), url(/build/images/background/bingo02.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/bingo02.png), url(/build/images/background/bingo02.png)
}

@media (max-width:768px) {
    .gameFlex__bingo .gameCardVertical__bingo:nth-child(2) {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/bingo02.png), url(/build/images/background/bingo02.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/bingo02.png), url(/build/images/background/bingo02.png)
    }
    .gameFlex__bingo .gameCardVertical__bingo {
        background-position: 50% 100%, 0 0, center;
        background-size: cover, 50%, cover;
        background-repeat: no-repeat;
        height: 200px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 15px
    }
}

.gameFlex__bingo .gameCardVertical__bingo span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4e50), color-stop(51%, #f9d423), to(#ff4e50));
    background-image: linear-gradient(to bottom, #ff4e50 0, #f9d423 51%, #ff4e50 100%);
    display: block
}

.gameFlex__card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gameFlex__card .gameCardVertical__card {
    margin: 0 10px;
    border-radius: 8px;
    background-position: 50% 100%, 0 0, center top;
    background-size: cover, cover, 200%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.gameFlex__card .gameCardVertical__card:nth-child(1) {
    background-position-x: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/card01.png), url(/build/images/background/card01.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/card01.png), url(/build/images/background/card01.png)
}

@media (max-width:768px) {
    .gameFlex__card .gameCardVertical__card:nth-child(1) {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/card01.png), url(/build/images/background/card01.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/card01.png), url(/build/images/background/card01.png);
        background-position: center, -25% 5%, top;
        background-size: cover, 85%, cover
    }
}

.gameFlex__card .gameCardVertical__card:nth-child(2) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/card02.png), url(/build/images/background/card02.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/card02.png), url(/build/images/background/card02.png)
}

@media (max-width:768px) {
    .gameFlex__card .gameCardVertical__card:nth-child(2) {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/card02.png), url(/build/images/background/card02.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/card02.png), url(/build/images/background/card02.png)
    }
}

.gameFlex__card .gameCardVertical__card:nth-child(3) {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(85%,#000)),url(/build/images/beauty/card03.png),url(/build/images/background/card03.png);
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 50%,#000 85%),url(/build/images/beauty/card03.png),url(/build/images/background/card03.png)
}

@media (max-width:768px) {
    .gameFlex__card .gameCardVertical__card:nth-child(3) {
        background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,rgba(0,0,0,0)),color-stop(85%,#000)),url(/build/images/beauty/card03.png),url(/build/images/background/card03.png);
        background-image: linear-gradient(90deg,rgba(0,0,0,0) 50%,#000 85%),url(/build/images/beauty/card03.png),url(/build/images/background/card03.png)
    }

    .gameFlex__card .gameCardVertical__card {
        background-position: 50% 100%,0 0,center;
        background-size: cover,50%,cover;
        background-repeat: no-repeat;
        height: 200px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 15px
    }
}

.gameFlex__card .gameCardVertical__card span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4e50), color-stop(51%, #f9d423), to(#ff4e50));
    background-image: linear-gradient(to bottom, #ff4e50 0, #f9d423 51%, #ff4e50 100%);
    display: block
}

.gameFlex__sports {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gameFlex__sports .gameCardVertical__sports {
    border-radius: 8px;
    background-position: 50% 100%, 0 0, center top;
    background-size: cover, cover, 200%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.gameFlex__sports .gameCardVertical__sports:nth-child(1) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/cheerLeader01.png), url(/build/images/background/sports01.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/cheerLeader01.png), url(/build/images/background/sports01.png)
}

@media (max-width:768px) {
    .gameFlex__sports .gameCardVertical__sports:nth-child(1) {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/cheerLeader01.png), url(/build/images/background/sports01.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/cheerLeader01.png), url(/build/images/background/sports01.png)
    }
}

.gameFlex__sports .gameCardVertical__sports:nth-child(2) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/cheerLeader02.png), url(/build/images/background/sports02.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/cheerLeader02.png), url(/build/images/background/sports02.png)
}

@media (max-width:768px) {
    .gameFlex__sports .gameCardVertical__sports:nth-child(2) {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/cheerLeader02.png), url(/build/images/background/sports02.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/cheerLeader02.png), url(/build/images/background/sports02.png)
    }
}

.gameFlex__sports .gameCardVertical__sports:nth-child(3) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/cheerLeader03.png), url(/build/images/background/sports03.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/cheerLeader03.png), url(/build/images/background/sports03.png)
}

@media (max-width:768px) {
    .gameFlex__sports .gameCardVertical__sports:nth-child(3) {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/cheerLeader03.png), url(/build/images/background/sports03.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/cheerLeader03.png), url(/build/images/background/sports03.png)
    }
    .gameFlex__sports .gameCardVertical__sports {
        background-position: 50% 100%, 0 0, center;
        background-size: cover, 50%, 200%;
        background-repeat: no-repeat;
        height: 200px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 15px
    }
    .gameFlex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.gameFlex__sports .gameCardVertical__sports span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4e50), color-stop(51%, #f9d423), to(#ff4e50));
    background-image: linear-gradient(to bottom, #ff4e50 0, #f9d423 51%, #ff4e50 100%);
    display: block
}

.gameCardHorizontal__electronics {
    height: 190px;
    background-position: center, left bottom, center;
    background-size: cover, contain, cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.gameCardHorizontal__electronics:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/elec02.png), url(/build/images/background/elec02.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/elec02.png), url(/build/images/background/elec02.png)
}

@media (max-width:768px) {
    .gameCardHorizontal__electronics:nth-child(1) {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/elec02.png), url(/build/images/background/elec02.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/elec02.png), url(/build/images/background/elec02.png)
    }
}

.gameCardHorizontal__electronics:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/elec03.png), url(/build/images/background/elec03.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/elec03.png), url(/build/images/background/elec03.png)
}

@media (max-width:768px) {
    .gameCardHorizontal__electronics:nth-child(2) {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/elec03.png), url(/build/images/background/elec03.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/elec03.png), url(/build/images/background/elec03.png)
    }
}

.gameCardHorizontal__electronics:nth-child(3) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/elec04.png), url(/build/images/background/elec04.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/elec04.png), url(/build/images/background/elec04.png)
}

@media (max-width:768px) {
    .gameCardHorizontal__electronics:nth-child(3) {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(85%, #000)), url(/build/images/beauty/elec04.png), url(/build/images/background/elec04.png);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 85%), url(/build/images/beauty/elec04.png), url(/build/images/background/elec04.png)
    }
}

.gameCardHorizontal__electronics span,
.gameCardVertical span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4e50), color-stop(51%, #f9d423), to(#ff4e50));
    width: 146px;
    text-align: center;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.gameCardHorizontal__electronics span {
    background-image: linear-gradient(to bottom, #ff4e50 0, #f9d423 51%, #ff4e50 100%);
    font-size: 6rem;
    line-height: 6rem;
    display: block
}

.gameCardVertical {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    border-radius: 8px;
    background-position: 50% 100%, 50% 0, center;
    background-repeat: no-repeat;
    max-width: 376px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:768px) {
    .gameCardVertical {
        background-position: 50% 100%, 0 0, center top;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        height: 300px;
        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: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 15px
    }
}

.gameCardVertical span {
    background-image: linear-gradient(to bottom, #ff4e50 0, #f9d423 51%, #ff4e50 100%);
    font-size: 7rem;
    line-height: 7rem;
    display: block
}

.gameCardGroup__mobile .gameCard span,
.gameCardGroup__mobile--quarter .gameCard--quarter span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4e50), color-stop(51%, #f9d423), to(#ff4e50))
}

.gameCardGroup,
.gameCardGroup__half {
    display: -webkit-box;
    display: -ms-flexbox
}

.gameCardGroup {
    margin-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gameCardGroup__half {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%
}

@media (max-width:991px) {
    .gameCardHorizontal__electronics {
        margin-bottom: 15px
    }
    .gameCardGroup__half {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.gameCardGroup__mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 10px;
    /*margin-bottom: 9vh;*/
}

.gameCardGroup__mobile--quarter {
    padding: 20px 20px 80px;
    height: 100%;
    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-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.gameCardGroup .gameCard,
.gameCardGroup__mobile .gameCard {
    background-position: center, left bottom, center;
    background-size: cover, contain, cover;
    background-repeat: no-repeat;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 8px
}

.gameCardGroup__mobile--quarter .gameCard--quarter {
    padding: 12px 6px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    background-repeat: no-repeat;
    border-radius: 8px
}

.gameCardGroup__mobile--quarter .gameCard--quarter.active,
.gameCardGroup__mobile--quarter .gameCard--quarter:hover {
    -webkit-box-shadow: 0 0 20px #ff009f;
    box-shadow: 0 0 20px #ff009f
}

.gameCardGroup__mobile--quarter .gameCard--quarter .outlineBtn {
    white-space: nowrap
}

.gameCardGroup__mobile--quarter .gameCard--quarter span {
    color: #fff;
    background-image: linear-gradient(to bottom, #ff4e50 0, #f9d423 51%, #ff4e50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 6rem;
    line-height: 6rem;
    width: 100%;
    display: block;
    text-align: center
}

.gameCardGroup .gameCard span,
.gameCardGroup__mobile .gameCard span {
    -webkit-background-clip: text;
    line-height: 6rem;
    width: 146px;
    color: #fff;
    text-align: center;
    -webkit-text-fill-color: transparent
}

.gameCardGroup__mobile .gameCard {
    position: relative;
    height: 150px;
    padding: 20px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.gameCardGroup__mobile .gameCard .hot {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 5px 8px;
    background-color: #ff009f;
    color: #fff;
    font-size: .875rem;
    border-radius: 8px
}

.gameCardGroup__mobile .gameCard span {
    background-image: linear-gradient(to bottom, #ff4e50 0, #f9d423 51%, #ff4e50 100%);
    font-size: 6rem;
    display: block
}

@media (max-width:768px) {
    .gameCardGroup {
        margin-left: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.gameCardGroup .gameCard {
    height: 198px;
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.gameCardGroup .gameCard .hot {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 5px 8px;
    background-color: #ff009f;
    color: #fff;
    font-size: .875rem;
    border-radius: 8px
}

@media (max-width:480px) {
    .gameCardGroup .gameCard {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
}

@media (max-width:768px) {
    .gameCardGroup .gameCard {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%
    }
}

.gameCardGroup .gameCard span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4e50), color-stop(51%, #f9d423), to(#ff4e50));
    background-image: linear-gradient(to bottom, #ff4e50 0, #f9d423 51%, #ff4e50 100%);
    font-size: 6rem;
    display: block
}

.gameNavigation {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1024px) {
    .gameNavigation {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.gameNavigation .gameBtn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15.5%;
    flex: 0 1 15.5%;
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: center;
    background-size: cover;
    height: 125px;
    border-radius: 8px;
    cursor: pointer;
}

@media (max-width:768px) {
    .gameNavigation .gameBtn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 49%;
        flex: 1 1 49%
    }
}

@media (max-width:1024px) {
    .gameNavigation .gameBtn {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
        margin-top: 20px
    }
}

.gameNavigation .gameBtn img {
    max-width: 150px;
    max-height: 150px
}

.gameNavigation .gameBtn:hover {
    -webkit-box-shadow: 0 0 20px #ff009f;
    box-shadow: 0 0 20px #ff009f
}

.gameNavigation .gameBtn p {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.25rem;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 0 6px 6px #000
}

@media (max-width:768px) {
    .gameNavigation .gameBtn p {
        font-size: 18px;
        bottom: -40px
    }
}

.mobile-nav-menu {
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
    width: 100%;
    height: 100%;
    font-size: 1.125rem;
    line-height: 45px;
    position: fixed;
    top: 50px
}

@media (min-width:1150px) {
    .mobile-nav-menu {
        display: none
    }
}

.mobile-nav-menu a {
    display: block
}

.mobile-nav-menu .mobile-nav-menu-ul-2,
.mobile-nav-menu .mobile-nav-menu-ul-3 {
    display: none
}

.mobile-nav-menu .navbutton {
    border: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f39800;
    color: #fff;
    font-size: 1.25rem
}

.mobile-nav-menu .mobile-nav-menu-ul {
    padding-left: 0;
    overflow: hidden
}

.mobile-nav-menu .mobile-nav-menu-ul li {
    display: block
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-li-title-1 {
    display: block;
    border-bottom: 1px solid #c9c9c9;
    padding-left: 13px;
    color: #707070;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    height: auto
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-li-title-1:after {
    content: '\f105';
    font-family: fontawesome;
    position: absolute;
    right: 4%
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-li-title-1.active:after {
    content: '\f107'
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-li-title-1.contentNO:after {
    content: ''
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-li-title-1:hover,
.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-li-title-1:hover a {
    color: #e13221
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-li-title-1 a {
    color: #707070;
    text-decoration: none
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-li-title-1 a svg,
.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-li-title-1 i {
    margin-right: 5px
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-li-title-1 svg {
    margin-right: 10px
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-ul-2 {
    padding-left: 27px;
    position: relative
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-ul-2 .mobile-nav-menu-li-title-2,
.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-ul-2 .mobile-nav-menu-li-title-2-link {
    border-bottom: 1px solid #ffc15a;
    padding-left: 5px;
    color: #f39800;
    cursor: pointer;
    position: relative
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-ul-2 .mobile-nav-menu-li-title-2-link a {
    color: #f39800
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-ul-2 .mobile-nav-menu-li-title-2:after {
    content: '\f105';
    font-family: fontawesome;
    position: absolute;
    right: 4%
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-ul-2 .mobile-nav-menu-li-title-2.active:after {
    content: '\f107'
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-ul-2 .mobile-nav-menu-li-title-2.contentNO:after {
    content: ""!important
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-ul-2 a {
    text-decoration: none
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-ul-2 .mobile-nav-menu-ul-3 {
    margin-left: 27px
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-ul-2 .mobile-nav-menu-ul-3 li {
    border-bottom: 1px solid #0075a9
}

.mobile-nav-menu .mobile-nav-menu-ul .mobile-nav-menu-ul-2 .mobile-nav-menu-ul-3 li a {
    font-size: 1rem
}

.subMenu {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    width: 240px;
    left: 0;
    transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    top: 0;
    z-index: 99999
}

.subMenu::-webkit-scrollbar {
    width: 0
}

.nav-menu-2 {
    -webkit-animation-name: menuShow;
    animation-name: menuShow;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    display: none;
}

@-webkit-keyframes menuShow {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes menuShow {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.slideMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    height: inherit;
    overflow-y: scroll;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#402f80), color-stop(43%, #6e2da1), to(#1e1549));
    background-image: linear-gradient(0deg, #402f80 0, #6e2da1 43%, #1e1549 100%)
}

.UpMenu,
.slideMenu .menuBlock .menuMainMobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.slideMenu .menuBlock {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.slideMenu .menuBlock .menuMainMobile {
    position: relative;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid rgba(169, 145, 255, .3)
}

.slideMenu .menuBlock .menuMainMobile .icon_times {
    position: absolute;
    left: 10px;
    font-size: 1.25rem
}

.slideMenu .menuBlock .menuMainMobile .user {
    font-size: 3rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.slideMenu .menuBlock .menuMainMobile p {
    color: #fff3a7;
    margin-bottom: 0
}

.slideMenu .menuBlock .menuItemsMobile {
    padding: 12px;
    border-bottom: 1px solid rgba(169, 145, 255, .3)
}

.slideMenu .menuBlock .menuItemsMobile:last-child {
    border-bottom: unset
}

.slideMenu .menuBlock .menuItemsMobile a.listItem {
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px
}

.slideMenu .menuBlock .menuItemsMobile a.listItem:hover {
    color: #ffcf4c;
}

.slideMenu .menuBlock .menuItemsMobile a.listItem span {
    font-size: 1.2rem
}

.slideMenu .menuBlock .menuItemsMobile a.listItem p {
    margin-left: 20px;
    margin-bottom: 0
}

.btnBindBank {
    height: calc(1.5em + .75rem + 2px);
    width: calc(1.5em + .75rem + 2px);
    margin-top: calc(-0.5rem + 2px);
}

.outlineBtn_BindBank {
    text-align: center;
    color: #fff;
    padding: .25rem .5rem;
    /*border: 2px solid #ff009f;*/
    /*border-radius: 50%;*/
    background-color: #007bff !important;
    border-radius: 0.25rem;
    /*font-size: 1.3125rem;*/
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    cursor: pointer;
    line-height: 2.25em;
}

.outlineBtn,
.outlineBtn_Maintenance {
    text-align: center;
    color: #fff;
    padding: 5px 50px;
    border: 2px solid #ff009f;
    border-radius: 36px;
    font-size: 1.3125rem;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    cursor: pointer;
}

.outlineBtn:hover,
.outlineBtn_Maintenance:hover,
.outlineBtn_BindBank {
    background-color: #ff009f
}

.UpMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #2d2d2d;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .2);
    width: 174px;
    height: auto;
    position: absolute;
    padding: 15px 25px;
    border-radius: 3px;
    z-index: 100;
    right: -15px;
    bottom: 67px
}

.UpMenu a p,
.UpSwitch {
    display: -webkit-box;
    display: -ms-flexbox;
}

.UpMenu:before {
    position: absolute;
    bottom: -10px;
    right: 30px;
    content: '';
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-top: 10px solid #2d2d2d;
    z-index: 10;
}

.UpMenu a:first-child p {
    padding-top: unset
}

.UpMenu a:last-child p {
    border-bottom: unset;
    padding-bottom: unset
}

.UpMenu a:link {
    text-decoration: none
}

.UpMenu a p {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #fff3a7;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #fff3a7
}

.UpMenu a p span,
.UpMenu a p svg {
    line-height: 1.25rem;
    font-size: 1.25rem;
    margin-right: 20px
}

.UpSwitch {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #d8d8d8;
    width: 100%;
    height: auto;
    position: fixed;
    padding: 5px 25px;
    z-index: 100;
    left: 0;
    bottom: 64px
}

.UpSwitch a p,
.itemBox .itemColumn,
.itemContainer,
.modalBody .formGroup,
.walletModalGroup .walletModal {
    -webkit-box-orient: vertical
}

.UpSwitch a:hover {
    color: #75006c
}

.UpSwitch a:link {
    text-decoration: none
}

.UpSwitch a p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #231f20;
    margin: 0
}

.UpSwitch a p span {
    line-height: 1.75rem;
    font-size: 1.75rem
}

.overlay {
    width: 100%;
    position: fixed;
    top: -70px;
    left: 0;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .65)
}

.mobileModal-container {
    background-color: rgba(0, 0, 0, .6);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000
}

.mobileModal-container.show-mobileModal {
    display: block
}

.modalLayer {
    width: 100%;
    height: 100%;
}

.mobileModal {
    background-color: #d8d8d8;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 90%
}

@media (min-width:1024px) {
    .mobileModal--prompt {
        max-width: 400px;
        width: 100%;
    }
}

.mobileModal--register {
    max-width: 600px;
    width: 100%;
    background-color: #000
}

.mobileModal--feedBack {
    max-width: 400px;
    width: 100%;
    background-color: #000
}

.mobileModal--betRecords,
.mobileModal--bonusRecords,
.mobileModal--memberNotification,
.mobileModal--modifyProfile,
.mobileModal--userdetails,
.mobileModal--recommendation {
    max-width: 600px;
    width: 100%;
    background-color: #000
}

.mobileModal--betRecords {
    max-width: 700px!important;
}

.mobileModal .mobileModal-header {
    background: -webkit-gradient(linear, right top, left top, from(#402f80), color-stop(33%, #472265), color-stop(77%, #1e1549));
    background: linear-gradient(270deg, #402f80 0, #472265 33%, #1e1549 77%);
    color: #fff;
    padding: 15px
}

.mobileModal .mobileModal-header h3 {
    text-align: center;
    margin: 0
}

.mobileModal .mobileModal-content {
    padding: 20px
}

.mobileModal .mobileModal-content .mobileModal-form .modalBtnGroup {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobileModal .mobileModal-content .mobileModal-form .modalBtnGroup button,
.mobileModal .mobileModal-content .mobileModal-form .modalBtnGroup a {
    /*padding: 10px;*/
    padding: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%
}

.mobileModal .mobileModal-content .mobileModal-form .inputWithBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px
}

.mobileModal .mobileModal-content .mobileModal-form label {
    display: block;
    margin-bottom: 5px
}

.mobileModal .mobileModal-content .mobileModal-form div {
    margin: 15px 0
}

.mobileModal .mobileModal-content .mobileModal-form .form-input {
    padding: 8px;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.close-btn {
    background: 0 0;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}

.banner,
.banner02 {
    background-size: cover
}

.close-btn span {
    color: #fff
}

button:focus {
    outline: 0
}

input[type=submit] {
    background-color: #0091ff;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 8px 12px;
    width: 100%
}

.modalBody {
    padding: 15px 10px 10px
}

.modalBody .line {
    height: 1px;
    width: 100%;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, .35)
}

.modalBody__BetRecordsLayout {
    background-color: #000;
    padding: 20px
}

.modalBody__BetRecordsLayout .switchTabsNav {
    padding: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.modalBody__BetRecordsLayout .switchTabsNav .tab {
    color: #828282;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
}

.modalBody__BetRecordsLayout .switchTabsNav .tab.active {
    color: #fff;
    border-bottom: 3px solid #0091ff
}

.modalBody__BetRecordsLayout .panelsGroup .panel {
    display: none;
    overflow: auto;
    overflow-x: hidden;
    padding: 0 10px;
}

@media (min-width:481px) {
    .modalBody__BetRecordsLayout .panelsGroup .panel {
        height: 400px;
    }
}


/*@media (max-width:480px) {
	.modalBody__BetRecordsLayout .panelsGroup .panel {
		height: calc(86vh - 348px);
	}
}*/

@media (max-width:480px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        display: block !important;
    }
}

.modalBody__BetRecordsLayout .panelsGroup .panel:first-child {
    display: block
}

.modalBody__BetRecordsLayout .panelsGroup .panel .btnGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.modalBody__BetRecordsLayout .panelsGroup .panel .btnGroup .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%
}

.modalBody__InfoLayout {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modalBody__InfoLayout form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.modalBody__InfoLayout form .title {
    text-align: center;
    margin-bottom: 20px;
    color: #fff3a7
}

.modalBody__InfoLayout form label {
    color: #fff;
    font-weight: 300
}

.modalBody__InfoLayout form label .red {
    color: #f70000
}

.modalBody__InfoLayout form label .blue {
    color: #0091ff
}

.modalBody__InfoLayout form .input_box {
    height: 38px;
    float: right;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    border: 1px solid #e5e5e5
}

.modalBody__InfoLayout form .btn_ver_code {
    /*width: 55px;*/
    height: 27px;
    background-color: #aaa;
    text-align: center;
    line-height: 27px;
    border-radius: 2px;
    position: absolute;
    top: 5px;
    right: 22px;
    cursor: default;
    padding: 0 5px;
}

.modalBody__InfoLayout form .btn_ver_code__message {
    background-color: #0091ff;
    color: #fff
}

.modalBody p {
    margin: 20px auto;
    color: #0091ff;
    text-align: center
}

.modalBody .formGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.modalBody .formGroup .userAccount,
.modalBody .formGroup .userPassword {
    margin-bottom: 15px!important;
    position: relative
}

.modalBody .formGroup .userAccount:before,
.modalBody .formGroup .userPassword:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    color: #0091ff;
    left: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
}

.modalBody .formGroup .userAccount input,
.modalBody .formGroup .userPassword input {
    /*padding: 30px*/
    padding: 22px
}

.modalBody .formGroup .userAccount:before {
    content: '\f007';
    transform: translateY(-50%)
}

.modalBody .formGroup .userPassword:before {
    content: '\f023';
    transform: translateY(-50%)
}

.modalBody .formGroup input {
    padding: .25rem 1.375rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.walletModalGroup {
    display: none
}

.walletModalGroup.show-modal {
    display: block
}

.walletModalGroup .wallet_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .65)
}

.walletModalGroup .walletModal {
    position: fixed;
    background-image: linear-gradient(225deg, #32c5ff 0, #b620e0 51%, #f7b500 100%);
    width: 100%;
    height: 100%;
    max-width: 994px;
    max-height: 574px;
    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;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #d8d8d8;
    padding: 0;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    overflow: unset
}

.walletModalGroup .walletModal--money {
    max-width: 650px;
}

.walletModalGroup .walletModal .wallet {
    cursor: pointer;
    position: absolute;
    top: -18px;
    right: -18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 6px solid #32C5FF;
    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;
    background-color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50px
}

.walletModalGroup .walletModal .walletBox {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 994px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:480px) {
    .walletModalGroup .walletModal .walletBox {
        display: none
    }
}

.walletModalGroup .walletModal .walletBox .walletMain {
    margin: 15px 7.5px 15px 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 619px;
    height: 542px;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 8px
}

.walletModalGroup .walletModal .walletBox .walletMain_modified {
    margin: 15px;
    max-width: 620px;
}

@media (max-width:768px) {
    .walletModalGroup .walletModal .walletBox .walletMain {
        padding: 10px
    }
}

.walletModalGroup .walletModal .walletBox .walletMain .mainNav {
    max-width: 530px;
    margin: auto;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.walletModalGroup .walletModal .walletBox .walletMain .mainNav--money {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.walletModalGroup .walletModal .walletBox .walletMain .mainNav .tab {
    color: rgba(255, 255, 255, .55);
    padding: 10px 20px;
    cursor: pointer
}

.walletModalGroup .walletModal .walletBox .walletMain .mainNav .tab.active {
    color: #fff;
    border-bottom: 3px solid #00ADFF
}

@media (max-width:768px) {
    .walletModalGroup .walletModal .walletBox .walletMain .mainNav .tab {
        padding: 10px
    }
    .walletModalGroup .walletModal .walletBox .itemBox .listContainer .name {
        font-size: .875rem
    }
}

.walletModalGroup .walletModal .walletBox .walletMain .uiBoxGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100% - 60px)
}

.walletModalGroup .walletModal .walletBox .walletMain .uiBoxGroup .uiBox .uiContainer .formPanel,
.walletModalGroup .walletModal .walletBox .walletMain .uiBoxGroup .uiBox:first-child {
    display: none
}

.walletModalGroup .walletModal .walletBox .walletMain .uiBoxGroup .uiBox {
    width: 100%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.walletModalGroup .walletModal .walletBox .walletMain .uiBoxGroup .uiBox .uiContainer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 495px;
    margin: auto
}

.walletModalGroup .walletModal .walletBox .walletMain .uiBoxGroup .uiBox .uiContainer .formGroupCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.walletModalGroup .walletModal .walletBox .walletMain .uiBoxGroup .uiBox .uiContainer .formGroupCenter .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    border-radius: 5px
}

.walletModalGroup .walletModal .walletBox .walletMain .uiBoxGroup .uiBox .uiContainer .switchBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 25px;
    border-radius: 50px
}

.walletModalGroup .walletModal .walletBox .walletMain .uiBoxGroup .uiBox .uiContainer .switchBox .tab {
    padding: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: center;
    cursor: pointer
}

.walletModalGroup .walletModal .walletBox .walletMain .uiBoxGroup .uiBox .uiContainer .switchBox .tab.active {
    color: #231F20;
    background-color: #fff;
    border-radius: 50px
}

.walletModalGroup .walletModal .walletBox .walletMain .uiBoxGroup .uiBox .uiContainer .submitBtn {
    background-image: linear-gradient(225deg, #b620e0 0, #f7b500 100%);
    color: #fff;
    border: none;
    width: 100%;
    padding: 6px;
    border-radius: 19px
}

.walletModalGroup .walletModal .walletBox .walletMain .uiBoxGroup .uiBox .uiContainer .submitBtn_blue {
    background-image: linear-gradient(225deg, #2120e0 0, #0081f7 100%);
    color: #fff;
    border: none;
    width: 100%;
    padding: 6px;
    border-radius: 19px
}

#form_withdraw a.bindBankBtn {
    /*background-image: linear-gradient(225deg, #b620e0 0, #f7b500 100%);*/
    background-image: linear-gradient(225deg, #2120e0 0, #0081f7 100%);
    color: #fff;
    border: none;
    width: 100%;
    text-decoration: none;
    padding: .25rem .5rem;
    /*border-radius: 50%;*/
    border-radius: .25rem;
    line-height: 1.75em;
}

.walletModalGroup .walletModal .walletBox .walletMain .uiBoxGroup .uiBox .datePickerComponent {
    width: 100%;
    border-radius: 5px
}

.walletModalGroup .walletModal .walletBox .itemBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px 15px 15px 7.5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 323px;
    max-height: 542px;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 8px;
    overflow: auto;
}

    /*.walletModalGroup .walletModal .walletBox .itemBox::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .walletModalGroup .walletModal .walletBox .itemBox::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .walletModalGroup .walletModal .walletBox .itemBox::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #ad37de;
    }*/

    .walletModalGroup .walletModal .walletBox .itemBox .headerBox {
        height: 36px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 3px solid #0091ff;
        margin-bottom: 10px
    }

.walletModalGroup .walletModal .walletBox .itemBox .headerBox .name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    color: #fff
}

.walletModalGroup .walletModal .walletBox .itemBox .headerBox .surplus {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    color: #fff
}

.walletModalGroup .walletModal .walletBox .itemBox .headerBox span {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    color: #0091ff
}

.walletModalGroup .walletModal .walletBox .itemBox .listContainer {
    height: 32px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.walletModalGroup .walletModal .walletBox .itemBox .listContainer .name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 36.33%;
    flex: 1 1 36.33%;
    color: #fff
}

.walletModalGroup .walletModal .walletBox .itemBox .listContainer .surplus {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    color: #fff
}

@media (max-width:768px) {
    .walletModalGroup .walletModal .walletBox .itemBox .listContainer .surplus {
        font-size: .875rem
    }
}

.walletModalGroup .walletModal .walletBox .itemBox .listContainer span {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    color: #0091ff
}

.walletModalGroup .walletModal .walletBox .itemBox .submitBtn {
    background-image: linear-gradient(225deg, #2120e0 0, #0081f7 100%);
    color: #fff;
    border: none;
    width: 100%;
    padding: 6px;
    border-radius: 19px;
    margin-top: 20px
}

.itemBox {
    display: none;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 20px
}

@media (max-width:1024px) {
    .itemBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.itemBox:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.itemBox .itemColumn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px
}

@media (max-width:1024px) {
    .itemBox .itemColumn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .itemBox .itemColumn img {
        width: 100%
    }
}

.itemBox .itemColumn .title {
    font-size: 1.375rem;
    color: #ffcf4c;
    margin-bottom: 30px
}

.itemBox .itemColumn p {
    color: #fff;
    line-height: 1.875;
    font-weight: 300
}

.dropDownBox {
    display: none;
    padding: 10px 0 20px;
    width: 100%;
    border-top: 1px solid #979797;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}


/*.dropDownBox div,
.dropDownBox.active {
	display: -webkit-box;
	display: -ms-flexbox
}*/

.dropDownBox.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dropDownBox .listItem,
.dropDownBox div {
    display: -webkit-box;
    display: -ms-flexbox;
    margin-top: 10px;
}

.dropDownBox div {
    padding: 10px 20px;
    border-radius: 3px;
    font-size: .85rem;
    border: 1px solid #979797;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dropDownBox--instruction {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
    border-top: unset !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    padding: 5px 0 !important;
}

    .dropDownBox--instruction div {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 10% !important;
        flex: 0 1 10% !important;
        cursor: pointer !important;
    }

.dropDownBox .listItem {
    color: #6D7278;
    padding: 0;
    border: unset;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.dropDownBox .listItem .orange {
    color: #f77462;
}

.dropDownBox .listItem span {
    color: #231F20
}

.dropDownBox .listItem:nth-child(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.itemContainer {
    background-color: #d8d8d8;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 0 20px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.itemHeader {
    cursor: pointer;
}

.itemPlate,
.itemPlate .listItem {
    display: -webkit-box;
    display: -ms-flexbox
}

.itemContainer__records,
.itemContainer__simple {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

.itemContainer__norecords {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.itemContainer__records {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 8px;
    padding-bottom: 8px
}

.itemContainer__records div {
    font-size: .875rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    line-height: 1.375rem
}

.itemContainer__records div .success {
    color: #0091ff;
}

.itemContainer__records div .failure {
    color: #f70000;
}

.itemContainer__simple {
    -ms-flex-direction: row;
    flex-direction: row
}

.accessProcessFlex__column,
.banner,
.banner02,
.itemPlate,
.tabsBox .tab,
.transferWallet,
.withdrawBox {
    -webkit-box-orient: vertical;
}

.itemContainer__simple .simpleBox {
    border: 1px solid #979797;
    padding: 10px 20px;
    border-radius: 3px;
}

.itemContainer .info__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.itemContainer .info__header__container {
    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;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
}

.itemContainer .info__header__container .property {
    font-weight: 300;
    font-size: .875rem;
    color: #000;
    padding: 15px 0;
}

.itemContainer .info__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-top: 1px solid #979797;
}

.itemContainer .info__footer__container {
    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;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
}

.itemContainer .info__footer__container .property {
    font-weight: 300;
    font-size: .875rem;
    color: #000;
    padding: 15px 0;
}

.itemContainer .bonus__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.itemPlate,
.itemPlate .listItem {
    display: -webkit-box;
    display: -ms-flexbox;
}

.itemContainer .bonus__subject {
    text-align: center;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: .875rem;
    color: #000;
    padding: 15px 0;
}

.itemContainer .bonus__detail {
    text-align: center;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    font-size: .75rem;
    color: #000;
    padding: 15px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.itemContainer .bonus__Goto {
    position: relative;
    text-align: center;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    font-size: .75rem;
    color: #000;
    padding: 15px 0;
}

.itemContainer .bonus__Goto .undone {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50px;
    left: 10px;
    height: 10px;
    width: 10px;
    background-color: red;
}

.itemContainer .bonus__Goto .done {
    padding: 2px 5px;
    color: #fff;
    background-color: #23d823;
    border-radius: 3px;
}

.itemResult .period {
    position: relative
}

.itemResult .period.unread:before {
    font-family: fontawesome;
    position: absolute;
    content: '\f111';
    left: -2rem;
    color: #f70000
}

.itemPlateTitle {
    color: #f70000;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px solid #979797
}

.itemPlate {
    margin-bottom: 30px;
    border-radius: 3px;
    background-color: #d8d8d8;
    padding: 20px;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.itemPlate .listItem {
    color: #6d7278;
    padding: 0 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    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
}

.itemPlate .listItem:last-child {
    padding-bottom: 0
}

.mobileBox {
    /*background-color: rgba(0, 0, 0, .85);*/
    padding: 20px 25px 10px;
    /*height: 650px;*/
    position: relative;
    /*margin-bottom: 9vh;*/
}

.mobileBox .switchTabsNav {
    padding: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.mobileBox .switchTabsNav .tab {
    color: #828282;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0 0 20px;
    text-align: center
}

.mobileBox .switchTabsNav .tab.active {
    color: #fff;
    border-bottom: 3px solid #0091ff
}

.mobileBox .panelsGroup .panel {
    display: none
}

.mobileBox .panelsGroup .panel:first-child {
    display: block
}

.mobileBox .panelsGroup .panel .btnGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.mobileBox .panelsGroup .panel .btnGroup .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%
}

.mobileBox textarea {
    height: 120px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #d8d8d8;
    padding: 10px;
    overflow: hidden
}

.mobileBox_message {
    padding: 0;
    height: auto
}

.mobileBox_nobg {
    /*padding: 20px 25px;*/
    background-color: unset;
    /*margin-bottom: 9vh;*/
    padding-bottom: 10px;
}

.mobileBox_nobg .inputGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobileBox_nobg .inputGroup button {
    margin-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%
}

.mobileBox label {
    color: #fff
}

.mobileBox .itemContainer label {
    color: black!important;
}

.mobileBox .inputGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobileBox .inputGroup button {
    margin-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 42%;
    flex: 0 1 42%
}

.transferWallet {
    border-radius: 3px;
    background-color: #f3ff8d;
    border: #6ad4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.transferWallet_content {
    display: none
}

.transferWallet .transferItem {
    font-size: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #6ad4e4;
    padding: 5px 10px
}

.transferWallet .transferItem_sum {
    display: none;
    color: #fff;
    background-color: #0091ff;
    border-radius: 0 0 3px 3px;
    border-bottom: 1px solid #0091ff
}

.transferWallet .transferItem .transferTitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    border-right: 1px solid #6ad4e4
}

.transferWallet .transferItem .transferValue {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    text-align: right;
    padding-right: 15px
}

.accountSelector,
.accountSelector2 {
    top: 95px;
    max-height: calc(86vh - 180px);
    overflow-y: scroll;
    left: 0;
    width: 50%;
    z-index: 1035;
    position: absolute;
    background-color: #dcdcdc
}

.accountSelector .accountItem.selected:after,
.accountSelector2 .accountItem.selected:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f192';
    font-weight: 900;
    font-size: 16px;
    color: #0091ff;
    right: 6px;
    top: 50%
}

.accountSelector .accountItem,
.accountSelector2 .accountItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #919191
}

.accountSelector2 .accountItem,
.banner {
    display: -webkit-box;
    display: -ms-flexbox
}

.accountSelector .accountItem.selected,
.accountSelector2 .accountItem.selected {
    position: relative
}

.accountSelector .accountItem.selected:after,
.accountSelector2 .accountItem.selected:after {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accountSelector2 .accountItem {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #919191
}

.accountSelector2 .accountItem.selected {
    position: relative
}

.accountSelector2 .accountItem.selected:after {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.overlayAccountSelector,
.overlayAccountSelector2 {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .65)
}

.value1,
.value2 {
    padding: 5px 0;
    color: #ffcf4c;
    text-align: right;
    font-size: .875rem
}

.noticeBox {
    color: #979797;
    margin-top: 30px;
    border: 1px solid #979797;
    padding: 10px 15px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .5)
}

.noticeBox .ps {
    color: #f70000
}

.noticeBox .noticeTitle {
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #979797
}

.banner {
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    height: 220px
}

.banner02,
.tabsBox {
    display: -webkit-box;
    display: -ms-flexbox
}

@media (max-width:768px) {
    .banner {
        padding: 0 20px;
        background-size: cover;
        background-position: center right;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:480px) {
    .banner {
        padding: 0;
        background-size: cover;
        background-position: center right;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.banner--left {
    background-image: url(/build/images/background/franchise_1110x220.png);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.banner--left .bannerContent {
    margin-left: 40px;
}

@media (max-width:480px) {
    .banner--left .bannerContent {
        background-image: none !important;
    }
}

@media (max-width:768px) {
    .banner--left .bannerContent {
        margin-left: 0;
    }
    .banner--left .bannerContent .desc--left,
    .banner--left .bannerContent .title--left {
        visibility: hidden;
    }
    .banner--left {
        background-image: url(/build/images/background/franchise_768x259.png);
        background-position: center;
        background-size: cover;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.banner .bannerContent .text-white {
    color: #fff;
}

.banner .bannerContent .title {
    color: #fff;
    font-size: 2.125rem;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px
}

.banner .bannerContent .title--left {
    text-align: left;
}

@media (max-width:480px) {
    .banner .bannerContent {
        padding-left: 20px;
        width: 100%;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(38%, #000), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(90deg, #000 38%, rgba(0, 0, 0, 0) 100%);
    }
    .banner .bannerContent .title {
        text-align: left;
    }
}

@media (max-width:768px) {
    .banner .bannerContent .title {
        font-size: 1.2rem;
        margin-bottom: 10px;
        margin-top: 10px
    }
}

@media (max-width:1024px) {
    .banner {
        height: auto
    }
    .banner .bannerContent .title {
        font-size: 1.5rem;
        margin-bottom: 15px;
        margin-top: 15px
    }
}

.banner .bannerContent .desc {
    font-weight: 300;
    color: #fff;
    max-width: 405px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.6rem
}

.banner .bannerContent .desc--left {
    text-align: left;
}

.banner02 {
    margin: 20px 0;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: center;
    height: 220px;
    padding: 20px 80px
}

@media (max-width:1024px) {
    .banner02 {
        padding: 20px;
        height: auto
    }
}

@media (max-width:768px) {
    .banner .bannerContent .desc {
        font-size: .8rem;
        max-width: 280px;
        text-align: left
    }
    .banner02 {
        padding: 0 20px;
        background-size: cover;
        background-position: center right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.banner02 div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.banner02 div .title {
    color: #ffcf4c;
    font-size: 1.625rem;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px
}

@media (max-width:768px) {
    .banner02 div .title {
        font-size: 1.2rem;
        margin-bottom: 10px;
        margin-top: 10px
    }
}

@media (max-width:1024px) {
    .banner02 div .title {
        font-size: 1.5rem;
        margin-bottom: 15px;
        margin-top: 15px
    }
}

.banner02 div .desc {
    font-weight: 300;
    color: #fff;
    max-width: 580px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.6rem
}

@media (max-width:1024px) {
    .banner02 div .desc {
        font-size: .8rem;
        max-width: 430px;
        text-align: left
    }
}

.tabsBox {
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.memberFeedbackContainer,
.tabsBox .tab {
    display: -webkit-box;
    display: -ms-flexbox
}

@media (max-width:768px) {
    .banner02 div .desc {
        font-size: .8rem;
        max-width: 320px;
        text-align: left
    }
    .tabsBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

@media (max-width:480px) {
    .tabsBox {
        padding: 15px
    }
}

.tabsBox .tab {
    cursor: pointer;
    padding: 20px;
    width: 25%;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:768px) {
    .tabsBox .tab {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        padding: 15px
    }
}

.tabsBox .tab.active span {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.tabsBox .tab.active div {
    color: #ffcf4c
}

.tabsBox .tab span {
    color: #fff;
    font-size: 3rem
}

.tabsBox .tab div {
    text-align: center;
    color: #fff
}

@media (max-width:480px) {
    .tabsBox .tab {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        padding: 10px
    }
    .tabsBox .tab span {
        font-size: 2.375rem
    }
    .tabsBox .tab div {
        font-size: .75rem
    }
}

.memberFeedbackContainer {
    padding: 40px;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, .5)
}

.memberFeedbackContainer .memberBox {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:768px) {
    .memberFeedbackContainer .memberBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.memberFeedbackContainer .memberBox .avatar {
    border-radius: 50px;
    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;
    height: 60px;
    width: 60px;
    color: #fff;
    background-color: #630159
}

.memberFeedbackContainer .memberBox .memberInfo {
    margin-left: 25px
}

@media (max-width:768px) {
    .memberFeedbackContainer .memberBox .memberInfo {
        margin-left: 0;
        margin-top: 15px
    }
}

.memberFeedbackContainer .memberBox .memberInfo .commentTime {
    color: #fff;
    font-weight: 300;
    opacity: .875;
    margin-bottom: 6px
}

.memberFeedbackContainer .memberBox .memberInfo .memberNumbering {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.6
}

.memberFeedbackContainer .commentBox {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%
}

.memberFeedbackContainer .commentBox .starsGroup {
    color: #f70000;
    margin-bottom: 30px
}

.memberFeedbackContainer .commentBox .starsGroup span {
    font-size: 1.2rem;
    margin: 2px
}

.memberFeedbackContainer .commentBox .comment {
    color: #fff;
    max-width: 585px;
    line-height: 1.6
}

.accessProcessTabs {
    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;
    padding: 40px
}

.accessProcessTabs__container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.accessProcessTabs__container .tab {
    cursor: pointer;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    border: 1px solid #979797;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    color: #979797
}

.accessProcessTabs__container .tab.active,
.accessProcessTabs__container .tab:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background-image: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    color: #343434;
    border: 1px solid rgba(255, 255, 255, 0)
}


/*.appDownload .gameProvider .downloadBody__group .platforum span,
.franchiseBox .franchiseItem .title {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462))
}*/

@media (max-width:480px) {
    .accessProcessTabs {
        padding: 20px
    }
    .accessProcessTabs__container .tab {
        padding: 15px 0
    }
}

.accessProcessFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.accessProcessFlex__column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.accessProcessBox {
    padding: 40px
}

@media (max-width:480px) {
    .accessProcessBox {
        padding: 0
    }
    .accessProcessBox img {
        max-width: 400px;
        width: 100%;
        padding: 0 40px
    }
}

.withdrawBox,
.withdrawBox__row {
    max-width: 810px;
    -webkit-box-direction: normal
}

.accessProcessBox ol {
    padding-right: 30px;
    color: #fff
}

@media (max-width:1024px) {
    .accessProcessBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .accessProcessBox ol {
        margin-top: 20px
    }
}

.accessProcessBox ol li {
    line-height: 1.8;
    margin-left: 30px
}

#accessProcessGroup .accessProcessPanel,
#accessProcessGroupM .accessProcessPanel {
    display: none
}

@media (max-width:480px) {
    #accessProcessGroup .accessProcessPanel:last-child,
    #accessProcessGroupM .accessProcessPanel:last-child {
        padding: 20px
    }
}

#accessProcessGroup .accessProcessPanel:first-child,
#accessProcessGroupM .accessProcessPanel:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.withdrawBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-weight: 300
}

.appDownload,
.withdrawBox__row {
    display: -webkit-box;
    display: -ms-flexbox
}

.withdrawBox:last-child {
    padding-bottom: 30px
}

.withdrawBox .withdrawNoticeBox {
    border: 1px solid #fff;
    padding: 20px 30px;
    line-height: 34px;
    text-align: justify
}

.withdrawBox .withdrawNoticeBox .title {
    font-size: 1.125rem;
    color: #ffcf4c;
    text-align: center;
    margin: 10px auto 20px
}

.withdrawBox__row {
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #fff
}

.withdrawBox__row:last-child {
    border-bottom: unset
}

.withdrawBox__row div {
    line-height: 1.6;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    text-align: center;
    padding: 10px 0
}

.appDownload {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 60px 20px
}

.appDownload .gameProvider,
.appDownload .gameProvider__header {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

@media (max-width:480px) {
    .appDownload {
        padding: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.appDownload .gameProvider {
    padding: 20px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.appDownload .gameProvider .downloadBody__group {
    padding: 20px 5px
}

.appDownload .gameProvider .downloadBody__group .platforum span {
    font-size: 3.6rem
}

@media (max-width:480px) {
    .appDownload .gameProvider .downloadBody {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .appDownload .gameProvider .downloadBody__group .platforum span {
        font-size: 2rem
    }
    .appDownload .gameProvider .downloadBody {
        margin-top: 20px
    }
}

.appDownload .gameProvider .downloadBody__group .platforum div {
    padding: 0 12px;
    font-size: 1.375rem
}

.appDownload .gameProvider__header {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.appDownload .gameProvider__header .gameName {
    text-align: center;
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.4
}

.appDownload .gameProvider .downloadBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.appDownload .gameProvider .downloadBody__group {
    padding: 20px;
    text-align: center
}

@media (max-width:480px) {
    .appDownload .gameProvider .downloadBody__group {
        padding: 10px
    }
}

.appDownload .gameProvider .downloadBody__group .platforum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 10px;
    border: 1px solid #ffcf4c;
    border-radius: 10px;
    /*margin-bottom: 20px;*/
    cursor: pointer;
}

.appDownload .gameProvider .downloadBody__group .platforum span {
    font-size: 2rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.appDownload .gameProvider .downloadBody__group .platforum div {
    color: #fff
}

.franchiseBox {
    padding: 0 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768px) {
    .franchiseBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.franchiseBox .franchiseItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.5%;
    flex: 0 1 48.5%
}

.franchiseBox .franchiseItem--full {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

@media (max-width:768px) {
    .franchiseBox .franchiseItem {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.franchiseBox .franchiseItem .rayGroup {
    margin-top: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.franchiseBox .franchiseItem .rayGroup .ray {
    color: #fff;
    background-position: center;
    background-size: contain;
    height: 123px;
    width: 123px;
    border-radius: 50%;
    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;
    text-align: center;
    line-height: 1.6
}

@media (max-width:480px) {
    .franchiseBox {
        padding: 20px
    }
    .franchiseBox .franchiseItem .rayGroup .ray {
        background-repeat: no-repeat;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 33.33%
    }
}

.franchiseBox .franchiseItem ol {
    color: #fff;
    line-height: 1.6
}

.franchiseBox .franchiseItem ol li {
    text-align: justify;
    margin-left: 20px;
    list-style: decimal
}

.franchiseBox .franchiseItem ol.mt-0 {
    margin-top: 0
}

.articleSection .article__content .franchiseBox .franchiseItem ol,
.franchiseBox .franchiseItem .articleSection .article__content ol,
.franchiseBox .franchiseItem ul {
    display: block;
    margin-top: 30px;
    color: #fff;
    line-height: 1.6
}

.articleSection .article__content .franchiseBox .franchiseItem ol li,
.franchiseBox .franchiseItem .articleSection .article__content ol li,
.franchiseBox .franchiseItem ul li {
    text-align: justify
}

.franchiseBox .franchiseItem .table td,
.franchiseBox .franchiseItem .table th,
.franchise__intro--center {
    text-align: center;
}

.franchiseBox .franchiseItem p {
    color: #fff;
    line-height: 1.5;
}

.franchiseBox .franchiseItem .table {
    color: #fff;
    margin-bottom: 1.28rem
}

.franchiseBox .franchiseItem .table td,
.franchiseBox .franchiseItem .table th {
    text-align: center
}

.franchiseBox .franchiseItem .title {
    text-align: center;
    padding: 10px;
    color: #000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    margin-bottom: 30px
}

.faqBox .faqItem .title,
.franchise__btnTitle span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462))
}

.franchise__intro {
    padding: 40px
}

.franchise__intro--center .links {
    padding-bottom: 10px;
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.franchise__intro--center .links .titleLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    text-decoration: none;
    background-image: linear-gradient(179deg, #fff3a7 0, #331b1d 29%, #0d0c0c 42%, #7d552b 100%);
    border: 1px solid #ffcf4c;
    border-radius: 2.625rem;
    font-size: 1.5rem;
    padding: 20px;
}

@media (max-width:768px) {
    .franchise__intro--center .links .titleLink {
        padding: 8px 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%;
        border-radius: .5rem;
    }
}

@media (max-width:320px) {
    .franchise__intro--center .links .titleLink {
        padding: 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
        border-radius: .5rem;
    }
}

.franchise__intro--center .links .titleLink .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    color: #fff3a7;
}

.franchise__intro--center .links .titleLink .title br {
    display: none;
}

@media (max-width:768px) {
    .franchise__intro--center .links .titleLink .title {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 1rem;
        line-height: 1.25;
        text-align: justify;
    }
    .franchise__intro--center .links .titleLink .title br {
        display: block;
    }
}

.franchise__btnSec,
.franchise__btnTitle {
    display: -webkit-box;
    display: -ms-flexbox;
}

.franchise__intro--center .links .titleLink .title span {
    font-size: 1.375rem;
}

@media (max-width:768px) {
    .franchise__intro--center .links .titleLink .title span {
        font-size: 2.2rem;
    }
}

@media (max-width:480px) {
    .franchise__intro {
        padding: 20px
    }
}

.franchise__intro .title {
    color: #ffcf4c;
    font-size: 1.5rem;
    margin-bottom: 15px
}

.franchise__intro .desc {
    color: #fff;
    line-height: 1.6
}

.franchise__btnTitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    padding: 5px 20px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ffcf4c;
    color: #ffcf4c
}

.faqBox .faqItem ol,
.faqBox .faqItem ul {
    color: #fff;
    line-height: 1.6
}

.franchise__btnTitle--full {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.franchise__btnTitle.active {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background-image: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    color: #231F20;
}

.franchise__btnTitle.active span {
    background: -webkit-gradient(linear, left top, left bottom, from(#402f80), color-stop(33%, #472265), color-stop(77%, #1e1549));
    background: linear-gradient(180deg, #402f80 0, #472265 33%, #1e1549 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.franchise__btnTitle:hover {
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background-image: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    color: #231F20;
}

.franchise__btnTitle:hover span {
    background: -webkit-gradient(linear, left top, left bottom, from(#402f80), color-stop(33%, #472265), color-stop(77%, #1e1549));
    background: linear-gradient(180deg, #402f80 0, #472265 33%, #1e1549 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faqBox .faqItem .title,
.franchise__btnTitle span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
}

@media (max-width:768px) {
    .franchise__btnTitle {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .franchise__btnTitle:first-child {
        margin-bottom: 15px
    }
}

.franchise__btnTitle span {
    font-size: 2rem;
    background: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.franchise__btnSec {
    padding: 0 40px 40px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:480px) {
    .franchise__btnSec {
        padding: 20px
    }
}

.franchise__btnSec .centralize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 670px
}

@media (max-width:768px) {
    .franchise__btnSec .centralize {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.franchise__Nav {
    background-image: url(/build/images/bgPattern_dark.png), -webkit-gradient(linear, left top, left bottom, from(#6d7278), to(#000));
    background-image: url(/build/images/bgPattern_dark.png), linear-gradient(180deg, #6d7278 0, #000 100%);
    background-size: 20%, cover;
    border-bottom: 1px solid #fff3a7;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:480px) {
    .franchise__Nav {
        padding: 20px;
    }
}

.franchise__Nav .centralize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 670px;
}

@media (max-width:768px) {
    .franchise__Nav .centralize {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.franchise .panelGroup .panel {
    display: none;
}

.franchise .panelGroup .panel:first-child {
    display: block;
}

.faqBox,
.faqBox .faqItem .rayGroup {
    display: -webkit-box;
    display: -ms-flexbox;
}

.faqBox {
    padding: 0 40px 40px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768px) {
    .faqBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.faqBox .faqItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.5%;
    flex: 0 1 48.5%
}

@media (max-width:768px) {
    .faqBox .faqItem {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.faqBox .faqItem .rayGroup {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faqBox .faqItem .rayGroup .ray {
    background-position: center;
    background-size: contain;
    height: 123px;
    width: 123px;
    border-radius: 50%;
    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;
    text-align: center;
    line-height: 1.6
}

@media (max-width:480px) {
    .faqBox {
        padding: 20px
    }
    .faqBox .faqItem .rayGroup .ray {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 33.33%
    }
}

.faqBox .faqItem ol {
    color: #fff;
    line-height: 1.6
}

.faqBox .faqItem ol li {
    text-align: justify;
    margin-left: 20px;
    list-style: decimal
}

.faqBox .faqItem ol.mt-0 {
    margin-top: 0
}

.articleSection .article__content .faqBox .faqItem ol,
.faqBox .faqItem .articleSection .article__content ol,
.faqBox .faqItem ul {
    display: block;
    margin-top: 30px;
    color: #fff;
    line-height: 1.6
}

.faq__btnTitle,
.faq__intro .title {
    display: -webkit-box;
    display: -ms-flexbox
}

.articleSection .article__content .faqBox .faqItem ol li,
.faqBox .faqItem .articleSection .article__content ol li,
.faqBox .faqItem ul li {
    text-align: justify
}

.faqBox .faqItem .title {
    text-align: center;
    padding: 10px;
    color: #000;
    background: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    margin-bottom: 30px
}

.faq__intro {
    border-bottom: 1px solid rgba(255, 207, 26, .25);
    padding: 40px
}

.faq__intro:last-child {
    border-bottom: unset
}

@media (max-width:480px) {
    .faq__intro {
        padding: 0
    }
}

.faq__intro .title {
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 20px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffcf4c;
    font-size: 1.5rem;
    margin-bottom: 15px;
    cursor: pointer
}

.faq__intro .title:hover {
    color: #e5a800;
    border: 1px solid #ffcf4c
}

.faq__intro .desc {
    display: none;
    color: #fff;
    line-height: 1.6
}

@media (max-width:480px) {
    .faq__intro .title {
        font-size: 1.2rem;
        margin-bottom: unset
    }
    .faq__intro .desc {
        font-size: .9rem;
        text-align: justify;
        padding: 20px
    }
}

.faq__intro .desc.active {
    display: block
}

.faq__intro .desc .subtitle {
    font-size: 1.375rem;
    color: #5ab2ca;
    margin: 20px 0 10px
}

.faq__intro .desc .table {
    color: #fff;
    margin-bottom: 1.28rem
}

.faq__intro .desc .table td,
.faq__intro .desc .table th {
    text-align: center
}

.faq__intro .desc ol li {
    list-style: decimal;
    margin-left: 20px
}

.faq__btnTitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    padding: 5px 20px;
    border-radius: 5px;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ffcf4c;
    color: #ffcf4c
}

.faq__btnSec,
.faq__btnSec .centralize {
    display: -webkit-box;
    display: -ms-flexbox
}

@media (max-width:768px) {
    .faq__btnTitle {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .faq__btnTitle:first-child {
        margin-bottom: 15px
    }
}

.faq__btnTitle span {
    font-size: 2rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.faq__btnSec {
    padding: 0 40px 40px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:480px) {
    .faq__btnSec {
        padding: 20px
    }
}

.faq__btnSec .centralize {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 670px
}

@media (max-width:768px) {
    .faq__btnSec .centralize {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.blogSection {
    padding: 90px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width:768px) {
    .blogSection {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 45px 20px 20px
    }
}

.blogSection .blogPostContainer {
    width: 80%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    position: relative;
    padding-bottom: 40px
}

@media (max-width:768px) {
    .blogSection .blogPostContainer {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.blogSection .blogPostContainer .hotPostCarousel {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .35);
    margin-bottom: 40px
}

.blogSection .blogPostContainer .hotPostCarousel .slick-dots {
    bottom: -35px
}

.blogSection .blogPostContainer .hotPostCarousel .hotPostItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:480px) {
    .blogSection .blogPostContainer .hotPostCarousel .hotPostItem {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.blogSection .blogPostContainer .hotPostCarousel .hotPostItem .hotPostPic {
    max-width: 420px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    height: 240px;
    background-size: cover;
    background-position: center
}

@media (max-width:480px) {
    .blogSection .blogPostContainer .hotPostCarousel .hotPostItem .hotPostPic {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        height: 160px;
        margin-bottom: 10px
    }
}

.blogSection .blogPostContainer .hotPostCarousel .hotPostItem .hotPostContent {
    padding-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.blogSection .blogPostContainer .hotPostCarousel .hotPostItem .hotPostContent .date {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px
}

.blogSection .blogPostContainer .hotPostCarousel .hotPostItem .hotPostContent .title {
    color: #ffcf4c;
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: .83em;
    margin-block-start: .83em;
    -webkit-margin-after: .83em;
    margin-block-end: .83em;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 25px
}

@media (max-width:480px) {
    .blogSection .blogPostContainer .hotPostCarousel .hotPostItem .hotPostContent {
        padding-left: 0
    }
    .blogSection .blogPostContainer .hotPostCarousel .hotPostItem .hotPostContent .title {
        margin-bottom: 15px;
        font-size: 1.2rem;
        line-height: 1.48
    }
}

.blogSection .blogPostContainer .hotPostCarousel .hotPostItem .hotPostContent .content {
    color: #fff;
    text-align: justify;
    font-size: 15px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 2;
    max-height: 85px;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3
}

.blogSection .blogPostContainer .post__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin-top: 0
}

.blogSection .blogPostContainer .post__list li {
    border-top: 1px solid rgba(217, 217, 217, .5);
    padding-top: 20px;
    margin-bottom: 40px;
    min-height: 200px
}

@media (max-width:480px) {
    .blogSection .blogPostContainer .hotPostCarousel .hotPostItem .hotPostContent .content {
        font-size: .9rem;
        line-height: 1.48
    }
    .blogSection .blogPostContainer .post__list li {
        margin-bottom: 15px;
        min-height: 180px
    }
}

.blogSection .blogPostContainer .post__list li article .post__date {
    font-size: .867rem;
    font-weight: 400;
    color: #6d7a91;
    display: block;
    margin-bottom: 10px
}

.blogSection .blogPostContainer .post__list li article .post__thumbnail {
    float: left;
    margin-right: 20px
}

.blogSection .blogPostContainer .post__list li article .post__thumbnail__link {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    display: block
}

.blogSection .blogPostContainer .post__list li:first-child {
    border-top: none;
    padding-top: 0
}

.blogSection .blogPostContainer .post__list .post__title {
    font-size: 1.5rem;
    margin: 0 0 10px;
    font-weight: 700
}

.blogSection .blogPostContainer .post__list .post__title a {
    color: #ffcf4c
}

@media (max-width:480px) {
    .blogSection .blogPostContainer .post__list .post__title {
        font-size: 1.2rem;
        line-height: 1.4
    }
}

.blogSection .blogPostContainer .post__list .post__desc {
    color: #fff;
    text-align: justify;
    font-size: 15px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 2;
    max-height: 85px;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3
}

@media (max-width:480px) {
    .blogSection .blogPostContainer .post__list .post__desc {
        line-height: 1.4;
        text-align: left
    }
    .articleSection .article__image {
        max-height: 150px
    }
}

.blogSection .blogPostContainer .pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.blogSection .blogPostContainer .pagination .page-item .page-link {
    border: unset;
    background-color: rgba(0, 0, 0, .5)
}

.blogSection .blogNav {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.articleSection .article__content .blogSection .blogNav ol,
.blogSection .blogNav .articleSection .article__content ol,
.blogSection .blogNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 2.5
}

.articleSection .article__content .blogSection .blogNav ol li,
.blogSection .blogNav .articleSection .article__content ol li,
.blogSection .blogNav ul li {
    cursor: pointer;
    font-weight: 300;
    color: rgba(255, 255, 255, .5)
}

.articleSection .article__content .blogSection .blogNav ol li.active,
.blogSection .blogNav .articleSection .article__content ol li.active,
.blogSection .blogNav ul li.active {
    color: #fff;
    font-weight: 700
}

.articleSection .article__content .blogSection .blogNav ol li:hover,
.blogSection .blogNav .articleSection .article__content ol li:hover,
.blogSection .blogNav ul li:hover {
    color: #75006c
}

.articleSection {
    padding: 90px 20px 60px;
    text-align: center
}

@media (max-width:768px) {
    .articleSection .article__content .blogSection .blogNav ol,
    .blogSection .blogNav .articleSection .article__content ol,
    .blogSection .blogNav ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 1rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
    .articleSection {
        padding: 30px 20px
    }
}

.articleSection .category {
    font-size: 1rem;
    color: #6236ff;
    padding: 10px 20px;
    border: 1px solid #6236ff;
    max-width: 880px;
    margin: 10px auto
}

.articleSection h1.article__title,
.articleSection h2.article__title,
.articleSection h3.article__title,
.articleSection h4.article__title {
    margin: 25px auto 10px;
    color: #ffcf4c;
    font-weight: 300;
    line-height: 2.68rem;
    text-align: center;
    max-width: 880px
}

.articleSection h1.article__title {
    font-size: 2.1875rem
}

.articleSection h2.article__title {
    font-size: 1.7321rem
}

.articleSection h3.article__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3745em
}

.articleSection h3.article__title .bar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: 1px solid #ffcf4c;
    height: 1px;
    width: 100px
}

.articleSection h4.article__title {
    font-size: 1.12345em
}

.articleSection .article__box {
    background-color: #000;
    max-width: 880px;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:768px) {
    .articleSection .article__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.articleSection .article__box img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%
}

@media (max-width:768px) {
    .articleSection .article__box img {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: auto;
        width: 100%
    }
}

.articleSection .article__box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%
}

@media (max-width:768px) {
    .articleSection .article__box div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

.articleSection .article__title {
    max-width: 880px;
    color: #ffcf4c;
    font-size: 2.1875rem;
    font-weight: 300;
    margin: 25px auto 10px;
    line-height: 2.68rem;
    text-align: center
}

.articleSection .article__image {
    height: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 880px;
    margin: auto
}

@media (max-width:500px) {
    .articleSection .article__image {
        max-height: 150px;
        height: 150px
    }
}

.articleSection .article__date {
    color: #ff52f3;
    padding: 10px 20px
}

.articleSection .article__content {
    max-width: 880px;
    margin: 30px auto
}

.articleSection .article__content ol,
.articleSection .article__content ul {
    color: #fff;
    line-height: 2;
    text-align: left;
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px
}

.articleSection .article__content ol {
    list-style: decimal
}

.articleSection .article__content p {
    text-align: left;
    color: #fff;
    line-height: 1.875;
    margin-bottom: 25px
}

.gameIntroSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gameIntroSection .gameIntroNav {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    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;
    overflow: hidden;
    background-image: linear-gradient(225deg, #32c5ff 0, #b620e0 51%, #f7b500 100%);
    border-radius: 0 0 0 8px
}

.articleSection .article__content .gameIntroSection .gameIntroNav ol,
.gameIntroSection .gameIntroNav .articleSection .article__content ol,
.gameIntroSection .gameIntroNav ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%
}

.articleSection .article__content .gameIntroSection .gameIntroNav ol li,
.gameIntroSection .gameIntroNav .articleSection .article__content ol li,
.gameIntroSection .gameIntroNav ul li {
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    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;
    font-size: 1.25rem;
    color: #fff
}

.articleSection .article__content .gameIntroSection .gameIntroNav ol li:hover,
.gameIntroSection .gameIntroNav .articleSection .article__content ol li:hover,
.gameIntroSection .gameIntroNav ul li:hover {
    color: #ffcf4c;
    background-color: rgba(0, 0, 0, .5)
}

.articleSection .article__content .gameIntroSection .gameIntroNav ol li.active,
.gameIntroSection .gameIntroNav .articleSection .article__content ol li.active,
.gameIntroSection .gameIntroNav ul li.active {
    border-top: 1px solid rgba(247, 181, 0, 0);
    border-right: 1px solid rgba(247, 181, 0, 0);
    color: #ffcf4c;
    background-color: #000
}

.gameIntroSection .gameProvidersGroup {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%
}

.gameIntroSection .gameProvidersGroup .gameProviders {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gameIntroSection .gameProvidersGroup .gameProviders:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gameIntroSection .gameProvidersGroup .gameProviders .gameProvider {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    height: 223px;
    border: 1px solid rgba(247, 181, 0, .4);
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

@media (max-width:1200px) {
    .gameIntroSection .gameProvidersGroup .gameProviders .gameProvider {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        -ms-flex-line-pack: center;
        align-content: center;
        height: auto;
        padding: 20px
    }
    .gameIntroSection .gameProvidersGroup .gameProviders .gameProvider .providerName {
        text-align: center;
        line-height: 2
    }
}

@media (max-width:768px) {
    .gameIntroSection .gameProvidersGroup .gameProviders .gameProvider {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -ms-flex-line-pack: center;
        align-content: center;
        height: auto;
        padding: 20px
    }
}

@media (max-width:480px) {
    .articleSection .article__content .gameIntroSection .gameIntroNav ol li,
    .gameIntroSection .gameIntroNav .articleSection .article__content ol li,
    .gameIntroSection .gameIntroNav ul li {
        font-size: 1rem
    }
    .gameIntroSection .gameProvidersGroup .gameProviders .gameProvider {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -ms-flex-line-pack: center;
        align-content: center;
        height: auto;
        padding: 20px
    }
    .caliLocation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.gameIntroSection .gameProvidersGroup .gameProviders .gameProvider:hover {
    background-image: linear-gradient(135deg, #b67377 0, #372c2b 100%);
    border: 1px solid #f7b500
}

.gameIntroSection .gameProvidersGroup .gameProviders .gameProvider span {
    font-size: 6rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.gameIntroSection .gameProvidersGroup .gameProviders .gameProvider .providerName {
    color: #ffcf4c
}

input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 1em !important;
}

#announcePanel .announcementTypeItem {
    cursor: pointer !important;
}

#announcePanel .announcementTypeItem>div:hover,
#announcePanel .announcementTypeItem>div:focus,
#announcePanel .announcementTypeItem[class*=selected]>div {
    background: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
}

.caliLocation {
    max-width: 1030px;
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.caliLocation__carousel {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 84%;
    flex: 1 1 84%;
    border-radius: 0 8px 8px 0
}

.caliLocation__carousel .item {
       display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
    width: 100%;
    margin-bottom: 30px;
}

.caliLocation__carousel .item .content {
    border: 1px solid #ffcf4c;
    max-width: 400px;
    padding: 20px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .65)
}

.caliLocation__carousel .item .content p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 15px
}

.caliLocation__carousel .item .content p:last-child {
    margin-bottom: unset
}

.caliLocation__carousel .item .content p .yellow {
    color: #ffcf4c
}

.caliLocation__carousel .item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}



.caliLocation__nav {
    border-radius: 8px 0 0 8px;
    border: 1px solid #ffcf4c;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16%;
    flex: 0 1 16%;
    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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.caliLocation__nav .tag {
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer
}

.caliLocation__nav .tag br {
    display: none
}

@media (max-width:768px) {
    .caliLocation__nav .tag br {
        display: block
    }
    .caliLocation__nav .tag {
        font-size: 1rem;
        line-height: 1.6
    }
}

@media (max-width:480px) {
    .caliLocation__nav {
        border-radius: 8px 8px 0 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .caliLocation__nav .tag br {
        display: none
    }
    .caliLocation__nav .tag {
        padding: 15px 0;
        text-shadow: 2px 1px 6px rgba(0, 0, 0, .8)
    }
}

.drawerBox--maintenance,
.drawerBox--maintenance .infoBoxContainer .infoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.caliLocation__nav .tag.active {
    color: #ffcf4c
}

.caliLocation__nav:after {
    content: "";
    background: #000 url(/build/images/bgPattern.svg);
    background-size: 62%;
    opacity: .5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1
}

.mainCarousel img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.drawerBox--maintenance {
    max-width: 400px;
    width: 221px;
    height: 398px;
    position: fixed;
    z-index: 999;
    background-color: #000;
    left: -221px;
    top: 8%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.drawerBox--maintenance.active {
    left: 0
}

.drawerBox--maintenance .infoBoxContainer {
    padding: 20px;
    max-height: 400px;
    overflow-y: scroll
}

.drawerBox--maintenance .infoBoxContainer::-webkit-scrollbar {
    width: 12.34px
}

.drawerBox--maintenance .infoBoxContainer::-webkit-scrollbar-track {
    background-color: rgba(151, 151, 151, .45)
}

.drawerBox--maintenance .infoBoxContainer::-webkit-scrollbar-thumb {
    background: #332875;
    outline: #654321 solid 1px
}

.drawerBox--maintenance .TrapezoidTag--maintenance,
.drawerBox--maintenance .infoBoxContainer .infoBox .item .brand {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462))
}

.drawerBox--maintenance .infoBoxContainer .infoBox {
    padding: 0 0 20px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #979797
}

.drawerBox--maintenance .infoBoxContainer .infoBox .Title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.drawerBox--maintenance .infoBoxContainer .infoBox .Title .titleGroup {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    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
}

@media (max-width:768px) {
    .drawerBox--maintenance .infoBoxContainer .infoBox .Title .titleGroup {
        margin-bottom: 20px
    }
}

.drawerBox--maintenance .infoBoxContainer .infoBox .Title .titleGroup .subject {
    color: #979797;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 20px 10px;
    font-size: 1rem;
    white-space: nowrap;
    font-weight: 200;
    letter-spacing: .04em
}

.drawerBox--maintenance .infoBoxContainer .infoBox .Title .titleGroup .subject__withRed {
    display: block
}

.drawerBox--maintenance .infoBoxContainer .infoBox .Title .titleGroup .subject br {
    display: none
}

.drawerBox--maintenance .infoBoxContainer .infoBox .Title .titleGroup .subject--white {
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .65)
}

.drawerBox--maintenance .infoBoxContainer .infoBox .Title .titleGroup .subject--solidBox {
    background-color: #000;
    padding: 20px;
    color: #0091ff;
    font-size: 2rem;
    font-weight: 100
}

.drawerBox--maintenance .infoBoxContainer .infoBox .Title .titleGroup .subject small {
    font-size: .8rem
}

.drawerBox--maintenance .infoBoxContainer .infoBox .Title .titleGroup bar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    border: 1px solid #000;
    height: 1px;
    width: 100%
}

.drawerBox--maintenance .infoBoxContainer .infoBox .Title p {
    color: #979797;
    padding: 20px 30px;
    border-radius: 60px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5
}

@media (max-width:768px) {
    .drawerBox--maintenance .infoBoxContainer .infoBox .Title .titleGroup .subject br {
        display: block
    }
    .drawerBox--maintenance .infoBoxContainer .infoBox .Title p {
        font-size: 1.2rem
    }
}

@media (max-width:480px) {
    .drawerBox--maintenance .infoBoxContainer .infoBox .Title p {
        font-size: .9rem
    }
}

.drawerBox--maintenance .infoBoxContainer .infoBox .Title p br {
    display: none
}

@media (max-width:768px) {
    .drawerBox--maintenance .infoBoxContainer .infoBox .Title p br {
        display: block
    }
}

.drawerBox--maintenance .TrapezoidTag--maintenance,
.maintenanceContainer .infoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.drawerBox--maintenance .infoBoxContainer .infoBox .Title svg {
    margin-right: 15px
}

@media (max-width:768px) {
    .drawerBox--maintenance .infoBoxContainer .infoBox .Title svg {
        margin: 0 auto 15px
    }
}

.drawerBox--maintenance .infoBoxContainer .infoBox .item {
    margin-bottom: 20px
}

.drawerBox--maintenance .infoBoxContainer .infoBox .item .brand {
    padding: 8px 20px;
    border-radius: 8px;
    background-image: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    color: #231F20;
    margin-bottom: 15px;
    text-align: center
}

.drawerBox--maintenance .infoBoxContainer .infoBox .item p {
    color: #979797;
    text-align: center;
    margin-bottom: 10px
}

.drawerBox--maintenance .infoBoxContainer .infoBox:last-child {
    border-bottom: unset
}

.drawerBox--maintenance .infoBoxContainer .infoBox img {
    margin-bottom: 10px;
    max-width: 64px
}

.drawerBox--maintenance .TrapezoidTag--maintenance {
    padding: 5px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -44px;
    background-color: #00adff;
    height: calc(223px - 44px);
    width: 44px;
    color: #000;
    background-image: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%)
}

.drawerBox--maintenance .TrapezoidTag--maintenance .triangleTopRight {
    position: absolute;
    bottom: -30px;
    width: 0;
    height: 0;
    border-top: 30px solid #eec462;
    border-right: 44px solid transparent
}

.drawerBox--maintenance .TrapezoidTag--maintenance .triangleBottomRight {
    position: absolute;
    top: -30px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #fdf8a2;
    border-right: 44px solid transparent
}

.drawerBox--maintenance .TrapezoidTag--maintenance p {
    color: #000;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

.drawerBox--maintenance .TrapezoidTag--maintenance span {
    font-size: 2rem
}

.maintenanceContainer {
    padding: 20px
}

.maintenanceContainer .infoBox {
    padding: 0 0 20px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.maintenanceContainer .infoBox .Title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.maintenanceContainer .infoBox .Title .titleGroup {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    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
}

@media (max-width:768px) {
    .maintenanceContainer .infoBox .Title .titleGroup {
        margin-bottom: 20px
    }
}

.maintenanceContainer .infoBox .Title .titleGroup .subject {
    color: #979797;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 20px 10px;
    font-size: 1.2rem;
    white-space: nowrap;
    font-weight: 200;
    letter-spacing: .04em
}

.maintenanceContainer .infoBox .Title .titleGroup .subject__withRed {
    display: block
}

.maintenanceContainer .infoBox .Title .titleGroup .subject br {
    display: none
}

.maintenanceContainer .infoBox .Title .titleGroup .subject--white {
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .65)
}

.maintenanceContainer .infoBox .Title .titleGroup .subject--solidBox {
    background-color: #000;
    padding: 20px;
    color: #0091ff;
    font-size: 2rem;
    font-weight: 100
}

.maintenanceContainer .infoBox .Title .titleGroup .subject small {
    font-size: .8rem
}

.maintenanceContainer .infoBox .Title .titleGroup bar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    border: 1px solid #000;
    height: 1px;
    width: 100%
}

.maintenanceContainer .infoBox .Title p {
    color: #979797;
    padding: 20px 30px;
    border-radius: 60px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5
}

@media (max-width:768px) {
    .maintenanceContainer .infoBox .Title .titleGroup .subject br {
        display: block
    }
    .maintenanceContainer .infoBox .Title p {
        font-size: 1.2rem
    }
}

@media (max-width:480px) {
    .maintenanceContainer .infoBox .Title p {
        font-size: .9rem
    }
}

.maintenanceContainer .infoBox .Title p br {
    display: none
}

.maintenanceContainer .infoBox .Title svg {
    margin-right: 15px
}

@media (max-width:768px) {
    .maintenanceContainer .infoBox .Title p br {
        display: block
    }
    .maintenanceContainer .infoBox .Title svg {
        margin: 0 auto 15px
    }
}

.infoBox .item {
    width: 168px;
}

.maintenanceContainer .infoBox .item {
    margin-bottom: 20px;
    /*width: 168px;*/
}

.maintenanceContainer .infoBox .item .brand {
    padding: 8px 20px;
    border-radius: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fdf8a2), color-stop(47%, #f4d97a), to(#eec462));
    background-image: linear-gradient(180deg, #fdf8a2 3%, #f4d97a 47%, #eec462 100%);
    color: #231F20;
    margin-bottom: 15px;
    text-align: center
}

.maintenanceContainer .infoBox .item p {
    color: #979797;
    text-align: center;
    margin-bottom: 10px
}

.maintenanceContainer .infoBox img {
    margin-bottom: 10px;
    max-width: 64px
}

.caliEntertainmentGroup {
   max-width: 100%;
    margin: 0 auto;
    padding: 40px;
}

.caliEntertainmentGroup .title {
    height: 90px;
    background-image: url(/build/images/deco_bg.png);
    background-position: center;
    color: #fff3a7;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
    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
}

.caliEntertainmentGroup .content {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .85);
    line-height: 1.5
}


/*web maintenance*/

.title_line {
    flex: 1 1 10%;
    border: 1px solid #979797;
}


/*Preset date mobile*/

@media (max-width: 480px) {
    .presetDate:active {
        color: #f8f9fa!important;
        background-color: #212529!important;
    }
    .presetDate:hover {
        color: #f8f9fa!important;
        background-color: #212529!important;
    }
}

select.readonly {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}


/* For IE10 */

select.readonly::-ms-expand {
    display: none;
}

.paginationContainer .pagination select {
    width: 50px !important;
}

/* For date time picker*/
#ui-datepicker-div {
    z-index: 9999 !important;
}

.ui_tpicker_minute_label {
    display: none !important;
}

.ui_tpicker_minute {
    display: none !important;
}

.ui-datepicker-current {
    display: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

@media (min-width: 992px) {
    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.itemContainer__amount_total {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.amount_total {
    background-color: #d8d8d8;
    border-radius: 28px;
    padding: 20px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: rgba(151, 151, 151, .45)
}

::-webkit-scrollbar {
    width: 12px;
    background-color: black;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background: #332875;
}  /* i i s 7 . c o m */