.iti {
    display: inline-block;
    position: relative;
}
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.iti__hide {
    display: none;
}
.iti__v-hide {
    visibility: hidden;
}
.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
    margin-bottom: 0 !important;
    margin-right: 0;
    margin-top: 0 !important;
    padding-right: 36px;
    position: relative;
    z-index: 0;
}
.iti__flag-container {
    bottom: 0;
    padding: 1px;
    position: absolute;
    right: 0;
    top: 0;
}
.iti__selected-flag {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 6px 0 8px;
    position: relative;
    z-index: 1;
}
.iti__arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
    height: 0;
    margin-left: 6px;
    width: 0;
}
.iti__arrow--up {
    border-bottom: 4px solid #555;
    border-top: none;
}
.iti__country-list {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    list-style: none;
    margin: 0 0 0 -1px;
    max-height: 200px;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    text-align: left;
    white-space: nowrap;
    z-index: 2;
}
.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}
@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}
.iti__flag-box {
    display: inline-block;
    width: 20px;
}
.iti__divider {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.iti__country {
    outline: none;
    padding: 5px 10px;
}
.iti__dial-code {
    color: #999;
}
.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle;
}
.iti__country-name,
.iti__flag-box {
    margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
    margin-left: 0;
    padding-left: 52px;
    padding-right: 6px;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 0;
    right: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}
.iti--container {
    left: -1000px;
    padding: 1px;
    position: absolute;
    top: -1000px;
    z-index: 1060;
}
.iti--container:hover {
    cursor: pointer;
}
.iti-mobile .iti--container {
    bottom: 30px;
    left: 30px;
    position: fixed;
    right: 30px;
    top: 30px;
}
.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
}
.iti-mobile .iti__country {
    line-height: 1.5em;
    padding: 10px;
}
.iti__flag {
    width: 20px;
}
.iti__flag.iti__be {
    width: 18px;
}
.iti__flag.iti__ch {
    width: 15px;
}
.iti__flag.iti__mc {
    width: 19px;
}
.iti__flag.iti__ne {
    width: 18px;
}
.iti__flag.iti__np {
    width: 13px;
}
.iti__flag.iti__va {
    width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
    }
}
.iti__flag.iti__ac {
    background-position: 0 0;
    height: 10px;
}
.iti__flag.iti__ad {
    background-position: -22px 0;
    height: 14px;
}
.iti__flag.iti__ae {
    background-position: -44px 0;
    height: 10px;
}
.iti__flag.iti__af {
    background-position: -66px 0;
    height: 14px;
}
.iti__flag.iti__ag {
    background-position: -88px 0;
    height: 14px;
}
.iti__flag.iti__ai {
    background-position: -110px 0;
    height: 10px;
}
.iti__flag.iti__al {
    background-position: -132px 0;
    height: 15px;
}
.iti__flag.iti__am {
    background-position: -154px 0;
    height: 10px;
}
.iti__flag.iti__ao {
    background-position: -176px 0;
    height: 14px;
}
.iti__flag.iti__aq {
    background-position: -198px 0;
    height: 14px;
}
.iti__flag.iti__ar {
    background-position: -220px 0;
    height: 13px;
}
.iti__flag.iti__as {
    background-position: -242px 0;
    height: 10px;
}
.iti__flag.iti__at {
    background-position: -264px 0;
    height: 14px;
}
.iti__flag.iti__au {
    background-position: -286px 0;
    height: 10px;
}
.iti__flag.iti__aw {
    background-position: -308px 0;
    height: 14px;
}
.iti__flag.iti__ax {
    background-position: -330px 0;
    height: 13px;
}
.iti__flag.iti__az {
    background-position: -352px 0;
    height: 10px;
}
.iti__flag.iti__ba {
    background-position: -374px 0;
    height: 10px;
}
.iti__flag.iti__bb {
    background-position: -396px 0;
    height: 14px;
}
.iti__flag.iti__bd {
    background-position: -418px 0;
    height: 12px;
}
.iti__flag.iti__be {
    background-position: -440px 0;
    height: 15px;
}
.iti__flag.iti__bf {
    background-position: -460px 0;
    height: 14px;
}
.iti__flag.iti__bg {
    background-position: -482px 0;
    height: 12px;
}
.iti__flag.iti__bh {
    background-position: -504px 0;
    height: 12px;
}
.iti__flag.iti__bi {
    background-position: -526px 0;
    height: 12px;
}
.iti__flag.iti__bj {
    background-position: -548px 0;
    height: 14px;
}
.iti__flag.iti__bl {
    background-position: -570px 0;
    height: 14px;
}
.iti__flag.iti__bm {
    background-position: -592px 0;
    height: 10px;
}
.iti__flag.iti__bn {
    background-position: -614px 0;
    height: 10px;
}
.iti__flag.iti__bo {
    background-position: -636px 0;
    height: 14px;
}
.iti__flag.iti__bq {
    background-position: -658px 0;
    height: 14px;
}
.iti__flag.iti__br {
    background-position: -680px 0;
    height: 14px;
}
.iti__flag.iti__bs {
    background-position: -702px 0;
    height: 10px;
}
.iti__flag.iti__bt {
    background-position: -724px 0;
    height: 14px;
}
.iti__flag.iti__bv {
    background-position: -746px 0;
    height: 15px;
}
.iti__flag.iti__bw {
    background-position: -768px 0;
    height: 14px;
}
.iti__flag.iti__by {
    background-position: -790px 0;
    height: 10px;
}
.iti__flag.iti__bz {
    background-position: -812px 0;
    height: 14px;
}
.iti__flag.iti__ca {
    background-position: -834px 0;
    height: 10px;
}
.iti__flag.iti__cc {
    background-position: -856px 0;
    height: 10px;
}
.iti__flag.iti__cd {
    background-position: -878px 0;
    height: 15px;
}
.iti__flag.iti__cf {
    background-position: -900px 0;
    height: 14px;
}
.iti__flag.iti__cg {
    background-position: -922px 0;
    height: 14px;
}
.iti__flag.iti__ch {
    background-position: -944px 0;
    height: 15px;
}
.iti__flag.iti__ci {
    background-position: -961px 0;
    height: 14px;
}
.iti__flag.iti__ck {
    background-position: -983px 0;
    height: 10px;
}
.iti__flag.iti__cl {
    background-position: -1005px 0;
    height: 14px;
}
.iti__flag.iti__cm {
    background-position: -1027px 0;
    height: 14px;
}
.iti__flag.iti__cn {
    background-position: -1049px 0;
    height: 14px;
}
.iti__flag.iti__co {
    background-position: -1071px 0;
    height: 14px;
}
.iti__flag.iti__cp {
    background-position: -1093px 0;
    height: 14px;
}
.iti__flag.iti__cr {
    background-position: -1115px 0;
    height: 12px;
}
.iti__flag.iti__cu {
    background-position: -1137px 0;
    height: 10px;
}
.iti__flag.iti__cv {
    background-position: -1159px 0;
    height: 12px;
}
.iti__flag.iti__cw {
    background-position: -1181px 0;
    height: 14px;
}
.iti__flag.iti__cx {
    background-position: -1203px 0;
    height: 10px;
}
.iti__flag.iti__cy {
    background-position: -1225px 0;
    height: 14px;
}
.iti__flag.iti__cz {
    background-position: -1247px 0;
    height: 14px;
}
.iti__flag.iti__de {
    background-position: -1269px 0;
    height: 12px;
}
.iti__flag.iti__dg {
    background-position: -1291px 0;
    height: 10px;
}
.iti__flag.iti__dj {
    background-position: -1313px 0;
    height: 14px;
}
.iti__flag.iti__dk {
    background-position: -1335px 0;
    height: 15px;
}
.iti__flag.iti__dm {
    background-position: -1357px 0;
    height: 10px;
}
.iti__flag.iti__do {
    background-position: -1379px 0;
    height: 14px;
}
.iti__flag.iti__dz {
    background-position: -1401px 0;
    height: 14px;
}
.iti__flag.iti__ea {
    background-position: -1423px 0;
    height: 14px;
}
.iti__flag.iti__ec {
    background-position: -1445px 0;
    height: 14px;
}
.iti__flag.iti__ee {
    background-position: -1467px 0;
    height: 13px;
}
.iti__flag.iti__eg {
    background-position: -1489px 0;
    height: 14px;
}
.iti__flag.iti__eh {
    background-position: -1511px 0;
    height: 10px;
}
.iti__flag.iti__er {
    background-position: -1533px 0;
    height: 10px;
}
.iti__flag.iti__es {
    background-position: -1555px 0;
    height: 14px;
}
.iti__flag.iti__et {
    background-position: -1577px 0;
    height: 10px;
}
.iti__flag.iti__eu {
    background-position: -1599px 0;
    height: 14px;
}
.iti__flag.iti__fi {
    background-position: -1621px 0;
    height: 12px;
}
.iti__flag.iti__fj {
    background-position: -1643px 0;
    height: 10px;
}
.iti__flag.iti__fk {
    background-position: -1665px 0;
    height: 10px;
}
.iti__flag.iti__fm {
    background-position: -1687px 0;
    height: 11px;
}
.iti__flag.iti__fo {
    background-position: -1709px 0;
    height: 15px;
}
.iti__flag.iti__fr {
    background-position: -1731px 0;
    height: 14px;
}
.iti__flag.iti__ga {
    background-position: -1753px 0;
    height: 15px;
}
.iti__flag.iti__gb {
    background-position: -1775px 0;
    height: 10px;
}
.iti__flag.iti__gd {
    background-position: -1797px 0;
    height: 12px;
}
.iti__flag.iti__ge {
    background-position: -1819px 0;
    height: 14px;
}
.iti__flag.iti__gf {
    background-position: -1841px 0;
    height: 14px;
}
.iti__flag.iti__gg {
    background-position: -1863px 0;
    height: 14px;
}
.iti__flag.iti__gh {
    background-position: -1885px 0;
    height: 14px;
}
.iti__flag.iti__gi {
    background-position: -1907px 0;
    height: 10px;
}
.iti__flag.iti__gl {
    background-position: -1929px 0;
    height: 14px;
}
.iti__flag.iti__gm {
    background-position: -1951px 0;
    height: 14px;
}
.iti__flag.iti__gn {
    background-position: -1973px 0;
    height: 14px;
}
.iti__flag.iti__gp {
    background-position: -1995px 0;
    height: 14px;
}
.iti__flag.iti__gq {
    background-position: -2017px 0;
    height: 14px;
}
.iti__flag.iti__gr {
    background-position: -2039px 0;
    height: 14px;
}
.iti__flag.iti__gs {
    background-position: -2061px 0;
    height: 10px;
}
.iti__flag.iti__gt {
    background-position: -2083px 0;
    height: 13px;
}
.iti__flag.iti__gu {
    background-position: -2105px 0;
    height: 11px;
}
.iti__flag.iti__gw {
    background-position: -2127px 0;
    height: 10px;
}
.iti__flag.iti__gy {
    background-position: -2149px 0;
    height: 12px;
}
.iti__flag.iti__hk {
    background-position: -2171px 0;
    height: 14px;
}
.iti__flag.iti__hm {
    background-position: -2193px 0;
    height: 10px;
}
.iti__flag.iti__hn {
    background-position: -2215px 0;
    height: 10px;
}
.iti__flag.iti__hr {
    background-position: -2237px 0;
    height: 10px;
}
.iti__flag.iti__ht {
    background-position: -2259px 0;
    height: 12px;
}
.iti__flag.iti__hu {
    background-position: -2281px 0;
    height: 10px;
}
.iti__flag.iti__ic {
    background-position: -2303px 0;
    height: 14px;
}
.iti__flag.iti__id {
    background-position: -2325px 0;
    height: 14px;
}
.iti__flag.iti__ie {
    background-position: -2347px 0;
    height: 10px;
}
.iti__flag.iti__il {
    background-position: -2369px 0;
    height: 15px;
}
.iti__flag.iti__im {
    background-position: -2391px 0;
    height: 10px;
}
.iti__flag.iti__in {
    background-position: -2413px 0;
    height: 14px;
}
.iti__flag.iti__io {
    background-position: -2435px 0;
    height: 10px;
}
.iti__flag.iti__iq {
    background-position: -2457px 0;
    height: 14px;
}
.iti__flag.iti__ir {
    background-position: -2479px 0;
    height: 12px;
}
.iti__flag.iti__is {
    background-position: -2501px 0;
    height: 15px;
}
.iti__flag.iti__it {
    background-position: -2523px 0;
    height: 14px;
}
.iti__flag.iti__je {
    background-position: -2545px 0;
    height: 12px;
}
.iti__flag.iti__jm {
    background-position: -2567px 0;
    height: 10px;
}
.iti__flag.iti__jo {
    background-position: -2589px 0;
    height: 10px;
}
.iti__flag.iti__jp {
    background-position: -2611px 0;
    height: 14px;
}
.iti__flag.iti__ke {
    background-position: -2633px 0;
    height: 14px;
}
.iti__flag.iti__kg {
    background-position: -2655px 0;
    height: 12px;
}
.iti__flag.iti__kh {
    background-position: -2677px 0;
    height: 13px;
}
.iti__flag.iti__ki {
    background-position: -2699px 0;
    height: 10px;
}
.iti__flag.iti__km {
    background-position: -2721px 0;
    height: 12px;
}
.iti__flag.iti__kn {
    background-position: -2743px 0;
    height: 14px;
}
.iti__flag.iti__kp {
    background-position: -2765px 0;
    height: 10px;
}
.iti__flag.iti__kr {
    background-position: -2787px 0;
    height: 14px;
}
.iti__flag.iti__kw {
    background-position: -2809px 0;
    height: 10px;
}
.iti__flag.iti__ky {
    background-position: -2831px 0;
    height: 10px;
}
.iti__flag.iti__kz {
    background-position: -2853px 0;
    height: 10px;
}
.iti__flag.iti__la {
    background-position: -2875px 0;
    height: 14px;
}
.iti__flag.iti__lb {
    background-position: -2897px 0;
    height: 14px;
}
.iti__flag.iti__lc {
    background-position: -2919px 0;
    height: 10px;
}
.iti__flag.iti__li {
    background-position: -2941px 0;
    height: 12px;
}
.iti__flag.iti__lk {
    background-position: -2963px 0;
    height: 10px;
}
.iti__flag.iti__lr {
    background-position: -2985px 0;
    height: 11px;
}
.iti__flag.iti__ls {
    background-position: -3007px 0;
    height: 14px;
}
.iti__flag.iti__lt {
    background-position: -3029px 0;
    height: 12px;
}
.iti__flag.iti__lu {
    background-position: -3051px 0;
    height: 12px;
}
.iti__flag.iti__lv {
    background-position: -3073px 0;
    height: 10px;
}
.iti__flag.iti__ly {
    background-position: -3095px 0;
    height: 10px;
}
.iti__flag.iti__ma {
    background-position: -3117px 0;
    height: 14px;
}
.iti__flag.iti__mc {
    background-position: -3139px 0;
    height: 15px;
}
.iti__flag.iti__md {
    background-position: -3160px 0;
    height: 10px;
}
.iti__flag.iti__me {
    background-position: -3182px 0;
    height: 10px;
}
.iti__flag.iti__mf {
    background-position: -3204px 0;
    height: 14px;
}
.iti__flag.iti__mg {
    background-position: -3226px 0;
    height: 14px;
}
.iti__flag.iti__mh {
    background-position: -3248px 0;
    height: 11px;
}
.iti__flag.iti__mk {
    background-position: -3270px 0;
    height: 10px;
}
.iti__flag.iti__ml {
    background-position: -3292px 0;
    height: 14px;
}
.iti__flag.iti__mm {
    background-position: -3314px 0;
    height: 14px;
}
.iti__flag.iti__mn {
    background-position: -3336px 0;
    height: 10px;
}
.iti__flag.iti__mo {
    background-position: -3358px 0;
    height: 14px;
}
.iti__flag.iti__mp {
    background-position: -3380px 0;
    height: 10px;
}
.iti__flag.iti__mq {
    background-position: -3402px 0;
    height: 14px;
}
.iti__flag.iti__mr {
    background-position: -3424px 0;
    height: 14px;
}
.iti__flag.iti__ms {
    background-position: -3446px 0;
    height: 10px;
}
.iti__flag.iti__mt {
    background-position: -3468px 0;
    height: 14px;
}
.iti__flag.iti__mu {
    background-position: -3490px 0;
    height: 14px;
}
.iti__flag.iti__mv {
    background-position: -3512px 0;
    height: 14px;
}
.iti__flag.iti__mw {
    background-position: -3534px 0;
    height: 14px;
}
.iti__flag.iti__mx {
    background-position: -3556px 0;
    height: 12px;
}
.iti__flag.iti__my {
    background-position: -3578px 0;
    height: 10px;
}
.iti__flag.iti__mz {
    background-position: -3600px 0;
    height: 14px;
}
.iti__flag.iti__na {
    background-position: -3622px 0;
    height: 14px;
}
.iti__flag.iti__nc {
    background-position: -3644px 0;
    height: 10px;
}
.iti__flag.iti__ne {
    background-position: -3666px 0;
    height: 15px;
}
.iti__flag.iti__nf {
    background-position: -3686px 0;
    height: 10px;
}
.iti__flag.iti__ng {
    background-position: -3708px 0;
    height: 10px;
}
.iti__flag.iti__ni {
    background-position: -3730px 0;
    height: 12px;
}
.iti__flag.iti__nl {
    background-position: -3752px 0;
    height: 14px;
}
.iti__flag.iti__no {
    background-position: -3774px 0;
    height: 15px;
}
.iti__flag.iti__np {
    background-position: -3796px 0;
    height: 15px;
}
.iti__flag.iti__nr {
    background-position: -3811px 0;
    height: 10px;
}
.iti__flag.iti__nu {
    background-position: -3833px 0;
    height: 10px;
}
.iti__flag.iti__nz {
    background-position: -3855px 0;
    height: 10px;
}
.iti__flag.iti__om {
    background-position: -3877px 0;
    height: 10px;
}
.iti__flag.iti__pa {
    background-position: -3899px 0;
    height: 14px;
}
.iti__flag.iti__pe {
    background-position: -3921px 0;
    height: 14px;
}
.iti__flag.iti__pf {
    background-position: -3943px 0;
    height: 14px;
}
.iti__flag.iti__pg {
    background-position: -3965px 0;
    height: 15px;
}
.iti__flag.iti__ph {
    background-position: -3987px 0;
    height: 10px;
}
.iti__flag.iti__pk {
    background-position: -4009px 0;
    height: 14px;
}
.iti__flag.iti__pl {
    background-position: -4031px 0;
    height: 13px;
}
.iti__flag.iti__pm {
    background-position: -4053px 0;
    height: 14px;
}
.iti__flag.iti__pn {
    background-position: -4075px 0;
    height: 10px;
}
.iti__flag.iti__pr {
    background-position: -4097px 0;
    height: 14px;
}
.iti__flag.iti__ps {
    background-position: -4119px 0;
    height: 10px;
}
.iti__flag.iti__pt {
    background-position: -4141px 0;
    height: 14px;
}
.iti__flag.iti__pw {
    background-position: -4163px 0;
    height: 13px;
}
.iti__flag.iti__py {
    background-position: -4185px 0;
    height: 11px;
}
.iti__flag.iti__qa {
    background-position: -4207px 0;
    height: 8px;
}
.iti__flag.iti__re {
    background-position: -4229px 0;
    height: 14px;
}
.iti__flag.iti__ro {
    background-position: -4251px 0;
    height: 14px;
}
.iti__flag.iti__rs {
    background-position: -4273px 0;
    height: 14px;
}
.iti__flag.iti__ru {
    background-position: -4295px 0;
    height: 14px;
}
.iti__flag.iti__rw {
    background-position: -4317px 0;
    height: 14px;
}
.iti__flag.iti__sa {
    background-position: -4339px 0;
    height: 14px;
}
.iti__flag.iti__sb {
    background-position: -4361px 0;
    height: 10px;
}
.iti__flag.iti__sc {
    background-position: -4383px 0;
    height: 10px;
}
.iti__flag.iti__sd {
    background-position: -4405px 0;
    height: 10px;
}
.iti__flag.iti__se {
    background-position: -4427px 0;
    height: 13px;
}
.iti__flag.iti__sg {
    background-position: -4449px 0;
    height: 14px;
}
.iti__flag.iti__sh {
    background-position: -4471px 0;
    height: 10px;
}
.iti__flag.iti__si {
    background-position: -4493px 0;
    height: 10px;
}
.iti__flag.iti__sj {
    background-position: -4515px 0;
    height: 15px;
}
.iti__flag.iti__sk {
    background-position: -4537px 0;
    height: 14px;
}
.iti__flag.iti__sl {
    background-position: -4559px 0;
    height: 14px;
}
.iti__flag.iti__sm {
    background-position: -4581px 0;
    height: 15px;
}
.iti__flag.iti__sn {
    background-position: -4603px 0;
    height: 14px;
}
.iti__flag.iti__so {
    background-position: -4625px 0;
    height: 14px;
}
.iti__flag.iti__sr {
    background-position: -4647px 0;
    height: 14px;
}
.iti__flag.iti__ss {
    background-position: -4669px 0;
    height: 10px;
}
.iti__flag.iti__st {
    background-position: -4691px 0;
    height: 10px;
}
.iti__flag.iti__sv {
    background-position: -4713px 0;
    height: 12px;
}
.iti__flag.iti__sx {
    background-position: -4735px 0;
    height: 14px;
}
.iti__flag.iti__sy {
    background-position: -4757px 0;
    height: 14px;
}
.iti__flag.iti__sz {
    background-position: -4779px 0;
    height: 14px;
}
.iti__flag.iti__ta {
    background-position: -4801px 0;
    height: 10px;
}
.iti__flag.iti__tc {
    background-position: -4823px 0;
    height: 10px;
}
.iti__flag.iti__td {
    background-position: -4845px 0;
    height: 14px;
}
.iti__flag.iti__tf {
    background-position: -4867px 0;
    height: 14px;
}
.iti__flag.iti__tg {
    background-position: -4889px 0;
    height: 13px;
}
.iti__flag.iti__th {
    background-position: -4911px 0;
    height: 14px;
}
.iti__flag.iti__tj {
    background-position: -4933px 0;
    height: 10px;
}
.iti__flag.iti__tk {
    background-position: -4955px 0;
    height: 10px;
}
.iti__flag.iti__tl {
    background-position: -4977px 0;
    height: 10px;
}
.iti__flag.iti__tm {
    background-position: -4999px 0;
    height: 14px;
}
.iti__flag.iti__tn {
    background-position: -5021px 0;
    height: 14px;
}
.iti__flag.iti__to {
    background-position: -5043px 0;
    height: 10px;
}
.iti__flag.iti__tr {
    background-position: -5065px 0;
    height: 14px;
}
.iti__flag.iti__tt {
    background-position: -5087px 0;
    height: 12px;
}
.iti__flag.iti__tv {
    background-position: -5109px 0;
    height: 10px;
}
.iti__flag.iti__tw {
    background-position: -5131px 0;
    height: 14px;
}
.iti__flag.iti__tz {
    background-position: -5153px 0;
    height: 14px;
}
.iti__flag.iti__ua {
    background-position: -5175px 0;
    height: 14px;
}
.iti__flag.iti__ug {
    background-position: -5197px 0;
    height: 14px;
}
.iti__flag.iti__um {
    background-position: -5219px 0;
    height: 11px;
}
.iti__flag.iti__un {
    background-position: -5241px 0;
    height: 14px;
}
.iti__flag.iti__us {
    background-position: -5263px 0;
    height: 11px;
}
.iti__flag.iti__uy {
    background-position: -5285px 0;
    height: 14px;
}
.iti__flag.iti__uz {
    background-position: -5307px 0;
    height: 10px;
}
.iti__flag.iti__va {
    background-position: -5329px 0;
    height: 15px;
}
.iti__flag.iti__vc {
    background-position: -5346px 0;
    height: 14px;
}
.iti__flag.iti__ve {
    background-position: -5368px 0;
    height: 14px;
}
.iti__flag.iti__vg {
    background-position: -5390px 0;
    height: 10px;
}
.iti__flag.iti__vi {
    background-position: -5412px 0;
    height: 14px;
}
.iti__flag.iti__vn {
    background-position: -5434px 0;
    height: 14px;
}
.iti__flag.iti__vu {
    background-position: -5456px 0;
    height: 12px;
}
.iti__flag.iti__wf {
    background-position: -5478px 0;
    height: 14px;
}
.iti__flag.iti__ws {
    background-position: -5500px 0;
    height: 10px;
}
.iti__flag.iti__xk {
    background-position: -5522px 0;
    height: 15px;
}
.iti__flag.iti__ye {
    background-position: -5544px 0;
    height: 14px;
}
.iti__flag.iti__yt {
    background-position: -5566px 0;
    height: 14px;
}
.iti__flag.iti__za {
    background-position: -5588px 0;
    height: 14px;
}
.iti__flag.iti__zm {
    background-position: -5610px 0;
    height: 14px;
}
.iti__flag.iti__zw {
    background-position: -5632px 0;
    height: 10px;
}
.iti__flag {
    background-color: #dbdbdb;
    background-image: url(flags.png?007b2705c0a8f69dfdf6ea1bfa0341c9);
    background-position: 20px 0;
    background-repeat: no-repeat;
    box-shadow: 0 0 1px 0 #888;
    height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(flags@2x.png?9d5328fb490cddd43f6698012123404b);
    }
}
.iti__flag.iti__np {
    background-color: transparent;
}
@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out;
}
.swiper-container-pointer-events {
    touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 10px;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity 0.3s;
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    opacity: 0.2;
    width: 8px;
}
button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 100%;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
}
.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50;
}
.swiper-container-vertical > .swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50;
}
.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    -webkit-filter: blur(50px);
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}
@charset "UTF-8";
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local(""), url(montserrat-v23-latin-ext_latin-regular.woff2?b6812969e151782c57477093990d6b6d) format("woff2"),
        url(montserrat-v23-latin-ext_latin-regular.woff?e16eb91db7eafd3baaf445001d25e53c) format("woff");
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local(""), url(montserrat-v23-latin-ext_latin-500.woff2?d27f63b75434542a520625496078828b) format("woff2"), url(montserrat-v23-latin-ext_latin-500.woff?4ec814da5f299133410b51bf165ea7f2) format("woff");
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local(""), url(montserrat-v23-latin-ext_latin-600.woff2?c889a69e15206c03e052502b4cae47a6) format("woff2"), url(montserrat-v23-latin-ext_latin-600.woff?0f778ac5694b76cc35e9c985210e90f2) format("woff");
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local(""), url(montserrat-v23-latin-ext_latin-700.woff2?f0db90ae0a4b574d050c6073c6f8c6a5) format("woff2"), url(montserrat-v23-latin-ext_latin-700.woff?8b9e0bfd23a18e4ea9bbdf298d951088) format("woff");
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    src: local(""), url(montserrat-v23-latin-ext_latin-800.woff2?516ff969c21cf69522cfd10571c1263c) format("woff2"), url(montserrat-v23-latin-ext_latin-800.woff?ef7fc65688cf76572f19adb1b4e979c8) format("woff");
}
@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 400;
    src: local(""), url(montserrat-v23-latin-ext_latin-italic.woff2?7c23d7c1d2e770387c39c69b9ee69cbd) format("woff2"),
        url(montserrat-v23-latin-ext_latin-italic.woff?90fa29adfaf3c621b29f014b5b99ca5b) format("woff");
}
@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 700;
    src: local(""), url(montserrat-v23-latin-ext_latin-700italic.woff2?7e11e9f1e9efa1dbe17188820b528b16) format("woff2"),
        url(montserrat-v23-latin-ext_latin-700italic.woff?d26499bfff9b431208b2f85ce7a46e38) format("woff");
}
body,
body.light {
    --success: #14ff00;
    --danger: #ff0202;
    --dark: #000;
    --primary: #fec82f;
    --primary-dark: #936d01;
    --primary-light: #fed96d;
    --background: #efefef;
    --background-dark: #2e2d2c;
    --background-light: #fbfbfb;
    --background-gray: #e3e3e3;
    --background-contrast: #fbfbfb;
    --text-contrast: #000;
    --text-color: #2e2d2c;
    --text-dark: #fbfbfb;
    --text-light: #2e2d2c;
    --btn-link-color: #2e2d2c;
    --modal-backlight: rgba(46, 45, 44, 0.5);
    --input-form-valid-backlight-color: rgba(20, 255, 0, 0.25);
    --input-form-invalid-backlight-color: rgba(255, 2, 2, 0.25);
    --input-form-border-color: none;
    --input-form-background: #e3e3e3;
    --input-date-icon: url(chevron-down-solid-light.png?317350e73ead8258ccc9480fa15d06a4);
}
body.light {
    color-scheme: light;
}
body.dark {
    --success: #14ff00;
    --danger: #ff0202;
    --dark: #000;
    --primary: #fec82f;
    --primary-dark: #936d01;
    --primary-light: #fed96d;
    --background: #1e1e1e;
    --background-dark: #2e2d2c;
    --background-light: #fbfbfb;
    --background-gray: #e3e3e3;
    --background-contrast: #2e2d2c;
    --text-contrast: #fbfbfb;
    --text-color: #fbfbfb;
    --text-dark: #fbfbfb;
    --text-light: #2e2d2c;
    --btn-link-color: #fec82f;
    --modal-backlight: rgba(30, 30, 30, 0.5);
    --input-form-valid-backlight-color: rgba(20, 255, 0, 0.25);
    --input-form-invalid-backlight-color: rgba(255, 2, 2, 0.25);
    --input-form-border-color: #fbfbfb;
    --input-form-background: #2e2d2c;
    --input-date-icon: url(chevron-down-solid-dark.png?a97211f987b9ca3fbfd7ee17bff5a6e6);
    color-scheme: dark;
}
.hide {
    display: none !important;
}
.responsive-container-xxl {
    display: block;
    margin: 0 auto;
    max-width: 1380px;
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (min-width: 992px) {
    .responsive-container-xxl {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.progress-bar-group {
    align-items: center;
    display: flex;
    height: 25px;
    margin: 13px 25px 16px;
    padding: 0 5px;
    position: relative;
}
.progress-bar-group .progress-bar {
    background: var(--text-contrast);
    display: block;
    height: 4px;
    width: 100%;
}
.progress-bar-group .progress-bar .progress-bar-value {
    background: var(--primary);
    border: none;
    height: 100%;
}
.progress-bar-group .progress-bar .progress-bar-value.loading-0 {
    width: 0;
}
.progress-bar-group .progress-bar .progress-bar-value.loading-25 {
    width: 25%;
}
.progress-bar-group .progress-bar .progress-bar-value.loading-33 {
    width: 33.333%;
}
.progress-bar-group .progress-bar .progress-bar-value.loading-50 {
    width: 50%;
}
.progress-bar-group .progress-bar .progress-bar-value.loading-66 {
    width: 66.666%;
}
.progress-bar-group .progress-bar .progress-bar-value.loading-75 {
    width: 75%;
}
.progress-bar-group .progress-bar .progress-bar-value.loading-100 {
    width: 100%;
}
.progress-bar-group .progress-bar-dot {
    align-items: center;
    background: var(--text-contrast);
    border-radius: 100%;
    color: var(--background-contrast);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 25px;
    justify-content: center;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
}
.progress-bar-group .progress-bar-dot.begin {
    left: 0;
}
.progress-bar-group .progress-bar-dot.end {
    left: 100%;
}
.progress-bar-group .progress-bar-dot.pass {
    background: var(--primary);
    color: var(--dark);
}
.js-editable-icon {
    cursor: pointer;
    display: inline-block;
}
.svg-stroke-3 path {
    stroke-width: 3px;
}
.badge-el {
    align-items: center;
    color: var(--text-dark);
    display: flex;
    font-size: 0.75rem;
    justify-content: center;
}
.badge-el.badge-el-danger {
    background: var(--danger);
}
.badge-el.badge-el-bonus,
.badge-el.badge-el-primary {
    background: var(--primary);
    color: var(--text-light);
}
.badge-el-round {
    aspect-ratio: 1/1;
    border-radius: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    width: 20px;
}
.badge-el-slots {
    display: inline-flex;
    position: absolute;
    right: -2px;
    top: -2px;
}
.badge-el-slots .badge-el {
    font-size: 0.75rem;
    margin-left: -3px;
}
.badge-el-slots .badge-el-round {
    width: 16px;
}
@media screen and (min-width: 992px) {
    .badge-el-slots .badge-el {
        font-size: 0.9375rem;
        margin-left: -10px;
    }
    .badge-el-slots .badge-el-round {
        width: 25px;
    }
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
.card-js .expiry-wrapper input:focus,
.form-control:focus {
    border-color: #e8bb00;
    box-shadow: none !important;
}
.hline {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ddd;
    margin: 15px auto;
    width: 80%;
}
.hline.hline-100 {
    width: 100%;
}
.rollovers-container {
    display: block;
    position: relative;
    width: 100%;
}
.rollovers-container .rollover-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 15px 0;
}
.rollovers-container .rollover-item:last-child {
    border-bottom: 0 solid transparent;
}
.rollovers-container .rollover-item .rollover-item-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}
.rollovers-container .rollover-item .rollover-item-progress {
    background-color: transparent;
    box-shadow: 0 0 3px #666;
}
.rollovers-container .rollover-item .rollover-item-progress .progress-bar {
    background-color: #e8bb00;
}
.rollovers-container .rollover-item .rollover-item-status {
    overflow: hidden;
}
.rollovers-container .rollover-item .rollover-item-status .rollover-item-status-item {
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    width: 33.33%;
}
.rollovers-container .rollover-item .rollover-item-status .rollover-item-status-item:first-child {
    text-align: left;
}
.rollovers-container .rollover-item .rollover-item-status .rollover-item-status-item:nth-child(2) {
    text-align: center;
}
.rollovers-container .rollover-item .rollover-item-status .rollover-item-status-item:nth-child(3) {
    text-align: right;
}
@media screen and (max-width: 767px) {
    .preview-games-iframe .container-iframe {
        height: calc(100% - 70px);
        top: calc(50% + 15px);
        width: calc(100% - 40px);
    }
}
.preview-games-iframe .container-iframe iframe {
    background: #3e4551;
    border: 2px solid #535b6d;
    border-radius: 3px;
    width: 100%;
}
.preview-games-iframe .container-iframe .iframe-header {
    bottom: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.preview-games-iframe .container-iframe .iframe-header .options-container {
    float: right;
    padding: 0 10px;
}
.preview-games-iframe .container-iframe .iframe-header .options-container .close-option,
.preview-games-iframe .container-iframe .iframe-header .options-container .expand-option {
    background: #3e4551;
    border: 2px solid #535b6d;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 17px;
    padding: 2px 8px;
    transition: 0.15s;
}
.preview-games-iframe .container-iframe .iframe-header .options-container .close-option:focus,
.preview-games-iframe .container-iframe .iframe-header .options-container .close-option:hover,
.preview-games-iframe .container-iframe .iframe-header .options-container .expand-option:focus,
.preview-games-iframe .container-iframe .iframe-header .options-container .expand-option:hover {
    background: #535b6d;
}
.welcome-scroll {
    display: none;
    z-index: 10000;
}
.welcome-scroll,
.welcome-scroll .welcome-scroll-bg {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
}
.welcome-scroll .welcome-scroll-bg {
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
}
.welcome-scroll .welcome-scroll-content {
    display: inline-block;
    left: 50%;
    max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.welcome-scroll .welcome-scroll-content .welcome-close {
    background: #3e4551;
    border: 1px solid #535b6d;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    line-height: 20px;
    opacity: 0.65;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
}
.welcome-scroll .welcome-scroll-content .welcome-close:after {
    content: "\f00d";
    font-family: FontAwesome;
}
.welcome-scroll .welcome-scroll-content .welcome-close:focus,
.welcome-scroll .welcome-scroll-content .welcome-close:hover {
    opacity: 0.9;
}
.welcome-scroll .welcome-scroll-content .welcome-img {
    max-height: 100%;
    max-width: 100%;
}
.progress-bar-circle {
    display: inline-block;
}
.progress-bar-circle .circlebar,
.progress-bar-circle .loader {
    display: inline-block;
    height: 100px;
    width: 100px;
}
.progress-bar-circle .loader {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.progress-bar-circle .loader-bg {
    align-items: center;
    border: 10px solid #eee;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.progress-bar-circle .spinner-holder-one {
    height: 50%;
    width: 50%;
}
.progress-bar-circle .spinner-holder-one,
.progress-bar-circle .spinner-holder-two {
    background: transparent;
    box-sizing: border-box;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.progress-bar-circle .spinner-holder-two {
    height: 100%;
    width: 100%;
}
.progress-bar-circle .loader-spinner {
    border: 10px solid #3e4551;
    border-radius: 50%;
    box-sizing: border-box;
    height: 200%;
    width: 200%;
}
.progress-bar-circle .animate-0-25-a {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.progress-bar-circle .animate-0-25-b {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.progress-bar-circle .animate-25-50-a {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.progress-bar-circle .animate-25-50-b {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.progress-bar-circle .animate-50-75-a {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.progress-bar-circle .animate-50-75-b {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.progress-bar-circle .animate-75-100-a {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.progress-bar-circle .animate-75-100-b {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.progress-bar-circle .text {
    color: #3e4551;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.rollovers-container-circle {
    text-align: center;
}
.rollovers-container-circle .rollovers-item {
    display: inline-block;
    max-width: 100%;
    padding: 20px;
    text-align: center;
    width: 300px;
}
.rollovers-container-circle .rollovers-item .rollover-text {
    color: #3e4551;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
}
.rollovers-container-circle .rollovers-item .rollover-text span {
    display: inline-block;
    padding: 2px 25px 2px 0;
    position: relative;
}
.rollovers-container-circle .rollovers-item .rollover-text span i {
    -webkit-animation: animation-i 1.5s linear infinite;
    animation: animation-i 1.5s linear infinite;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
@-webkit-keyframes animation-i {
    50% {
        -webkit-transform: translateY(-50%) scale(1.2);
        transform: translateY(-50%) scale(1.2);
    }
}
@keyframes animation-i {
    50% {
        -webkit-transform: translateY(-50%) scale(1.2);
        transform: translateY(-50%) scale(1.2);
    }
}
.float-chat {
    border-radius: 50px;
    bottom: 30px;
    box-shadow: 0 0 3px #666;
    color: #fff;
    display: block !important;
    font-size: 30px;
    height: 60px;
    left: 30px;
    line-height: 60px;
    position: fixed;
    text-align: center;
    width: 60px;
    z-index: 100;
}
@media screen and (max-width: 991px) {
    .float-chat {
        bottom: 15px;
        font-size: 22px;
        height: 40px;
        line-height: 40px;
        right: 15px;
        width: 40px;
    }
}
.float-chat.float-chat-whatsapp {
    background-color: #25d366;
}
.tooltip-image .image {
    cursor: pointer;
    font-size: 20px;
}
.tooltip.show {
    opacity: 1;
}
.tooltip .tooltip-inner {
    max-width: calc(100vw - 30px);
}
.tooltip .tooltip-inner img {
    border-radius: 5px;
    max-width: 100%;
}
.pop-tutorial {
    display: inline-block;
}
.pop-tutorial .pop-item {
    cursor: pointer;
}
.pop-tutorial .pop-item i {
    font-size: 20px;
}
.FixedBottomRight {
    right: 30px !important;
}
.FixedBottomLeft,
.FixedBottomRight {
    bottom: 30px !important;
    position: fixed !important;
}
.FixedBottomLeft {
    left: 30px !important;
}
.bonus-notify {
    align-items: center;
    -webkit-animation: pulseNotification 2s infinite;
    animation: pulseNotification 2s infinite;
    background: #e8bb00;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #e8bb00;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 11px;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 25px;
    top: -3px;
    width: 20px;
}
.bonus-notify:hover {
    color: #fff;
}
.dw-embeds {
    padding: 15px;
}
.dw-embeds .embed-responsive {
    max-height: calc(100vh - 37px);
}
.dw-embeds-02 {
    padding: 15px;
}
.dw-embeds-02 .Main {
    display: flex;
    gap: 10px;
    height: 100%;
}
@media screen and (max-width: 991px) {
    .dw-embeds-02 .Main {
        flex-direction: column;
    }
}
.dw-embeds-02 .Main .embed-responsive {
    max-height: calc(100vh - 37px);
    width: 100%;
}
@media screen and (min-width: 992px) {
    .dw-embeds-02 .Main .embed-responsive {
        width: calc(100% - 310px);
    }
}
.dw-embeds-02 .Main .sidebar {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .dw-embeds-02 .Main .sidebar {
        max-height: calc(100vh - 37px);
        width: 300px;
    }
}
.dw-embeds-02 .Main .sidebar .embed-responsive {
    width: 100%;
}
.payment-method-logo {
    font-size: 0.875rem;
    margin: auto 5px;
}
@media screen and (min-width: 992px) {
    .payment-method-logo {
        font-size: 1rem;
    }
}
.payment-method-name {
    font-size: 0.875rem;
    margin: auto;
}
@media screen and (min-width: 992px) {
    .payment-method-name {
        font-size: 1rem;
    }
}
.Centered {
    align-items: center;
    display: flex;
    justify-content: center;
}
@-webkit-keyframes pulseNotification {
    0% {
        box-shadow: 0 0 0 0 rgba(232, 187, 0, 0.7);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(232, 187, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        box-shadow: 0 0 0 0 rgba(232, 187, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulseNotification {
    0% {
        box-shadow: 0 0 0 0 rgba(232, 187, 0, 0.7);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(232, 187, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        box-shadow: 0 0 0 0 rgba(232, 187, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media screen and (min-width: 992px) {
    .mobile-item {
        display: none !important;
    }
}
@media screen and (max-width: 991px) {
    .desktop-item {
        display: none !important;
    }
    .kumulos-bell-container-bottom-left {
        bottom: 7vh !important;
    }
}
.loading-screen {
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.fade-motion-in {
    -webkit-animation: fadeInAnimation 0.2s ease;
    animation: fadeInAnimation 0.2s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fade-motion-out {
    -webkit-animation: fadeOutAnimation 0.2s ease;
    animation: fadeOutAnimation 0.2s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.spinner-form-icon {
    -webkit-animation: spinner-icon 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: spinner-icon 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@-webkit-keyframes spinner-icon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes spinner-icon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.dropdown-el {
    align-items: center;
    display: flex;
    font-size: 0.625rem;
    position: relative;
}
.dropdown-el .dropdown-el-menu {
    background: var(--background-contrast);
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: var(--text-color);
    display: none;
    font-size: 1.125rem;
    left: auto;
    min-width: 280px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 140%;
}
.dropdown-el .dropdown-el-menu.menu-right {
    right: 0 !important;
}
.dropdown-el .dropdown-el-menu.menu-top {
    bottom: 150% !important;
    top: auto !important;
}
.dropdown-el .dropdown-el-menu.menu-left {
    left: 0 !important;
}
.dropdown-el .dropdown-el-menu a {
    color: inherit;
}
.dropdown-el .dropdown-el-menu .dropdown-el-item {
    padding: 10px 18px;
}
.dropdown-el .dropdown-el-menu .dropdown-el-item:hover {
    background: var(--background-dark);
    color: var(--primary);
}
.dropdown-el.show .dropdown-el-menu {
    display: block;
    z-index: 2;
}
.dropdown-el.show.with-backdrop.show:before {
    background: var(--modal-backlight);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}
@media screen and (min-width: 992px) {
    .dropdown-el {
        font-size: 1.125rem;
    }
    .dropdown-el .dropdown-el-menu {
        font-size: 1.25rem;
        top: 130%;
        width: auto;
    }
}
.form-el-input-component {
    margin-bottom: 4px;
    position: relative;
}
.form-el-input-component .form-el-floating {
    align-items: center;
    border: 2px solid var(--input-form-border-color);
    border-radius: 0.625rem;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: var(--text-contrast) !important;
    display: flex;
    flex-direction: row;
    height: 3rem;
    padding: 13px 8.5px;
    position: relative;
}
.form-el-input-component .form-el-floating,
.form-el-input-component .form-el-floating:hover {
    background-color: var(--input-form-background);
}
.form-el-input-component .form-el-floating:focus-within {
    background-color: var(--input-form-background);
}
.form-el-input-component .form-el-floating .form-el-input {
    align-items: flex-end;
    display: flex;
    flex: 1;
    height: 2.8em;
    position: relative;
}
.form-el-input-component .form-el-floating .form-el-input .footnotes-el {
    background-color: var(--input-form-background);
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    display: none;
    font-size: 12px;
    padding: 15px;
    position: absolute;
    right: -10px;
    top: 100%;
    width: 70%;
    z-index: 90;
}
.form-el-input-component .form-el-floating .form-el-input .footnotes-el li {
    list-style-type: disclosure-closed;
    margin-left: 1rem;
}
.form-el-input-component .form-el-floating .form-el-input label {
    align-items: center;
    background: transparent;
    bottom: 0;
    color: var(--text-contrast);
    display: flex;
    font-size: 0.625rem;
    margin: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: top 0.5s, bottom 0.5s, font-size 0.5s, -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), top 0.5s, bottom 0.5s, font-size 0.5s;
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), top 0.5s, bottom 0.5s, font-size 0.5s, -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    z-index: 1;
}
.form-el-input-component .form-el-floating .form-el-input input {
    background: transparent;
    border: none;
    border-radius: 0 !important;
    caret-color: var(--accent-color);
    color: var(--text-contrast) !important;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0;
    width: 100%;
    z-index: 90;
}
.form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill,
.form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill:active,
.form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill:focus,
.form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--text-contrast) !important;
    -webkit-text-stroke-color: var(--text-contrast);
    -webkit-box-shadow: 0 0 0 1000px var(--input-form-background) inset !important;
    font-size: 0.75rem;
    z-index: 1;
}
.form-el-input-component .form-el-floating .form-el-input input:autofill,
.form-el-input-component .form-el-floating .form-el-input input:autofill:active,
.form-el-input-component .form-el-floating .form-el-input input:autofill:focus,
.form-el-input-component .form-el-floating .form-el-input input:autofill:hover {
    -webkit-text-fill-color: var(--text-contrast) !important;
    -webkit-text-stroke-color: var(--text-contrast);
    -webkit-box-shadow: 0 0 0 1000px var(--input-form-background) inset !important;
    font-size: 0.75rem;
    z-index: 1;
}
.form-el-input-component .form-el-floating .form-el-input input::-webkit-input-placeholder {
    color: transparent;
}
.form-el-input-component .form-el-floating .form-el-input input:-ms-input-placeholder {
    color: transparent;
}
.form-el-input-component .form-el-floating .form-el-input input::placeholder {
    color: transparent;
}
.form-el-input-component .form-el-floating .form-el-input input:focus {
    outline: none;
}
.form-el-input-component .form-el-floating .form-el-input input:focus ~ .footnotes-el {
    display: block;
}
.form-el-input-component .form-el-floating .form-el-input input:not(:-ms-input-placeholder) ~ label {
    bottom: 0.75rem;
    font-size: 0.5rem;
    z-index: 2;
}
.form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill ~ label {
    bottom: 0.75rem;
    font-size: 0.5rem;
    z-index: 2;
}
.form-el-input-component .form-el-floating .form-el-input input.is-valid + label,
.form-el-input-component .form-el-floating .form-el-input input:autofill ~ label,
.form-el-input-component .form-el-floating .form-el-input input:focus + label,
.form-el-input-component .form-el-floating .form-el-input input:not(:placeholder-shown) ~ label {
    bottom: 0.75rem;
    font-size: 0.5rem;
    z-index: 2;
}
.form-el-input-component .form-el-floating .form-el-input input[type="date"] {
    font-weight: 400;
    line-height: 1.1em;
}
.form-el-input-component .form-el-floating .form-el-input input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: var(--input-date-icon);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.form-el-input-component .form-el-floating .form-el-input .form-el-show-password {
    -ms-grid-row-align: center;
    align-self: center;
    background: transparent;
    border: none;
    color: var(--text-contrast) !important;
    font-size: 1.25rem;
    padding: 0;
}
.form-el-input-component .form-el-floating .form-el-input .form-el-show-password .icon-show {
    display: block;
}
.form-el-input-component .form-el-floating .form-el-input .form-el-show-password .icon-hide,
.form-el-input-component .form-el-floating .form-el-input .form-el-show-password.show .icon-show {
    display: none;
}
.form-el-input-component .form-el-floating .form-el-input .form-el-show-password.show .icon-hide {
    display: block;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti {
    top: 2px;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti__flag-container {
    z-index: 101;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti__flag-container .iti__selected-flag {
    background: transparent;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
    color: var(--text-contrast) !important;
    font-size: 0.75rem;
    font-weight: 700;
    transition: border 0.5s;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti__flag-container .iti__country-list {
    background: var(--input-form-background);
    width: 350px;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti__flag-container .iti__country-list .iti__country-name {
    display: inline-block;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone input::-webkit-input-placeholder {
    color: var(--text-contrast);
    font-weight: 300;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone input:-ms-input-placeholder {
    color: var(--text-contrast);
    font-weight: 300;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone input::placeholder {
    color: var(--text-contrast);
    font-weight: 300;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone label {
    bottom: 0.75rem;
    font-size: 0.5rem;
}
.form-el-input-component .form-el-floating .form-el-icon {
    align-items: center;
    display: flex;
    font-size: 1.25rem;
    margin-right: 7px;
}
.form-el-input-component .footnotes-el li,
.form-el-input-component output {
    display: block;
    height: auto;
    transition: height 0.5s;
}
.form-el-input-component .footnotes-el li.is-invalid,
.form-el-input-component output.is-invalid {
    color: var(--text-contrast);
}
.form-el-input-component .footnotes-el li.is-invalid:before,
.form-el-input-component output.is-invalid:before {
    color: var(--danger);
    content: "⨯";
    font-weight: 700;
    margin-right: 0.5rem;
}
.form-el-input-component .footnotes-el li:empty,
.form-el-input-component output:empty {
    height: 0;
}
.form-el-input-component .footnotes-el li a,
.form-el-input-component output a {
    border-bottom: 1px solid #fff;
    cursor: pointer;
    font-weight: 600;
}
.form-el-input-component.is-invalid .form-el-floating {
    box-shadow: 0 0 4px 3px var(--input-form-invalid-backlight-color);
}
.form-el-input-component.is-valid .form-el-floating {
    box-shadow: 0 0 4px 3px var(--input-form-valid-backlight-color);
}
.form-el-input-component .tooltip-el {
    align-items: center;
    display: flex;
    font-size: 20px;
    position: absolute;
    right: -24px;
    top: 14px;
}
@media screen and (min-width: 992px) {
    .form-el-input-component .form-el-floating {
        border-radius: 0.625rem;
        font-size: 0.9375rem;
        height: 2.8125rem;
        padding: 7.5px 15px 6.5px;
    }
    .form-el-input-component .form-el-floating .form-el-input {
        font-weight: 300;
        height: 1.5625rem;
    }
    .form-el-input-component .form-el-floating .form-el-input label {
        font-size: 0.9375rem;
        line-height: 1.125rem;
    }
    .form-el-input-component .form-el-floating .form-el-input input {
        font-size: 0.9375rem;
        line-height: 1.125rem;
        margin-bottom: -2px;
    }
    .form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill,
    .form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill:active,
    .form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill:focus,
    .form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill:hover {
        font-size: 0.9375rem;
    }
    .form-el-input-component .form-el-floating .form-el-input input:autofill,
    .form-el-input-component .form-el-floating .form-el-input input:autofill:active,
    .form-el-input-component .form-el-floating .form-el-input input:autofill:focus,
    .form-el-input-component .form-el-floating .form-el-input input:autofill:hover {
        font-size: 0.9375rem;
    }
    .form-el-input-component .form-el-floating .form-el-input input:not(:-ms-input-placeholder) ~ label {
        bottom: 0.9375rem;
        font-size: 0.625rem;
    }
    .form-el-input-component .form-el-floating .form-el-input input.is-valid + label,
    .form-el-input-component .form-el-floating .form-el-input input:focus + label,
    .form-el-input-component .form-el-floating .form-el-input input:not(:placeholder-shown) ~ label {
        bottom: 0.9375rem;
        font-size: 0.625rem;
    }
    .form-el-input-component .form-el-floating .form-el-input .form-el-show-password {
        font-size: 1.5625rem;
    }
    .form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti {
        top: auto;
    }
    .form-el-input-component .form-el-floating .form-el-input.form-el-input-phone label {
        bottom: 0.9375rem;
        font-size: 0.625rem;
    }
    .form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
        font-size: 0.9375rem;
    }
    .form-el-input-component .form-el-floating .form-el-icon {
        font-size: 1.5625rem;
        margin-right: 7px;
    }
    .form-el-input-component .tooltip-el {
        font-size: 35px;
        right: -45px;
        top: 5px;
    }
}
.form-el-input-component .icon-check,
.form-el-input-component .icon-error,
.form-el-input-component .icon-loader {
    display: none;
}
.form-el-input-component .icon-check.show,
.form-el-input-component .icon-error.show,
.form-el-input-component .icon-loader.show {
    display: block;
}
.form-el-input-component .spin {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.form-el-input-component .form-el-floating .form-el-input select {
    -webkit-appearance: none;
    appearance: none;
    background: var(--input-date-icon) right center no-repeat, var(--input-form-background);
    background-size: 15px, auto;
    border: none;
    border-radius: 0 !important;
    bottom: -5px;
    caret-color: var(--accent-color);
    color: var(--text-contrast) !important;
    font-size: 0.625rem;
    font-weight: 700;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    transition: border 0.5s;
    white-space: nowrap;
    width: 100%;
}
.form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill,
.form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill:active,
.form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill:focus,
.form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--text-contrast) !important;
    -webkit-text-stroke-color: var(--text-contrast);
    -webkit-box-shadow: 0 0 0 1000px var(--input-form-background) inset !important;
    font-size: 0.625rem;
}
.form-el-input-component .form-el-floating .form-el-input select:autofill,
.form-el-input-component .form-el-floating .form-el-input select:autofill:active,
.form-el-input-component .form-el-floating .form-el-input select:autofill:focus,
.form-el-input-component .form-el-floating .form-el-input select:autofill:hover {
    -webkit-text-fill-color: var(--text-contrast) !important;
    -webkit-text-stroke-color: var(--text-contrast);
    -webkit-box-shadow: 0 0 0 1000px var(--input-form-background) inset !important;
    font-size: 0.625rem;
}
.form-el-input-component .form-el-floating .form-el-input select::-webkit-input-placeholder {
    color: transparent;
}
.form-el-input-component .form-el-floating .form-el-input select:-ms-input-placeholder {
    color: transparent;
}
.form-el-input-component .form-el-floating .form-el-input select::placeholder {
    color: transparent;
}
.form-el-input-component .form-el-floating .form-el-input select:focus {
    outline: none;
}
.form-el-input-component .form-el-floating .form-el-input select:not(:-ms-input-placeholder) ~ label {
    bottom: 0.625rem;
    font-size: 0.5rem;
}
.form-el-input-component .form-el-floating .form-el-input select.is-valid + label,
.form-el-input-component .form-el-floating .form-el-input select:empty + label,
.form-el-input-component .form-el-floating .form-el-input select:focus + label,
.form-el-input-component .form-el-floating .form-el-input select:not(:placeholder-shown) ~ label {
    bottom: 0.625rem;
    font-size: 0.5rem;
}
@media screen and (min-width: 992px) {
    .form-el-input-component .form-el-floating .form-el-input select {
        font-size: 0.9375rem;
        line-height: 1.125rem;
    }
    .form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill,
    .form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill:active,
    .form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill:focus,
    .form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill:hover {
        font-size: 0.9375rem;
    }
    .form-el-input-component .form-el-floating .form-el-input select:autofill,
    .form-el-input-component .form-el-floating .form-el-input select:autofill:active,
    .form-el-input-component .form-el-floating .form-el-input select:autofill:focus,
    .form-el-input-component .form-el-floating .form-el-input select:autofill:hover {
        font-size: 0.9375rem;
    }
    .form-el-input-component .form-el-floating .form-el-input select:not(:-ms-input-placeholder) ~ label {
        bottom: 0.9375rem;
        font-size: 0.625rem;
    }
    .form-el-input-component .form-el-floating .form-el-input select.is-valid + label,
    .form-el-input-component .form-el-floating .form-el-input select:focus + label,
    .form-el-input-component .form-el-floating .form-el-input select:not(:placeholder-shown) ~ label {
        bottom: 0.9375rem;
        font-size: 0.625rem;
    }
}
label.form-el-checkbox {
    align-items: center;
    display: flex;
    font-size: 0.5rem;
    line-height: 0.625rem;
    margin-bottom: 0;
    position: relative;
}
label.form-el-checkbox .form-el-icon {
    margin-right: 10px;
}
label.form-el-checkbox input[type="checkbox"],
label.form-el-checkbox input[type="radio"] {
    left: 10px;
    opacity: 0;
    position: absolute;
    width: 1px;
}
label.form-el-checkbox input[type="checkbox"] + .checkbox-view,
label.form-el-checkbox input[type="radio"] + .checkbox-view {
    align-content: center;
    aspect-ratio: 1/1;
    background-color: var(--input-form-background);
    border: 1px solid var(--input-form-border-color);
    border-radius: 0.125rem;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    height: 0.9375rem;
    justify-content: center;
    margin-left: -1px;
    margin-right: 10px;
    width: 0.9375rem;
}
label.form-el-checkbox input[type="checkbox"]:checked + .checkbox-view,
label.form-el-checkbox input[type="radio"]:checked + .checkbox-view {
    background: var(--primary);
    color: var(--dark);
}
label.form-el-checkbox input[type="checkbox"]:checked + .checkbox-view:after,
label.form-el-checkbox input[type="radio"]:checked + .checkbox-view:after {
    -ms-grid-row-align: center;
    align-self: center;
    content: "✓";
    font-size: 2em;
    font-weight: 700;
}
@media screen and (min-width: 992px) {
    label.form-el-checkbox {
        font-size: 0.625rem;
        font-weight: 600;
        line-height: 0.75rem;
    }
    label.form-el-checkbox input[type="checkbox"] + .checkbox-view,
    label.form-el-checkbox input[type="radio"] + .checkbox-view {
        aspect-ratio: 1/1;
        border-radius: 0.3125rem;
        height: 1.25rem;
        width: 1.25rem;
    }
    label.form-el-checkbox span.form-check-label {
        font-weight: 500;
        position: relative;
        top: 2px;
    }
    label.form-el-checkbox .form-el-icon {
        font-size: 1.875rem;
    }
}
.form-el {
    -ms-grid-columns: 1fr;
    display: -ms-grid;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}
.form-el .form-el-input.required-el label:after {
    color: red;
    content: " *";
    margin-left: 0.5rem;
}
.form-el .form-el-input input[type="password"]::-ms-reveal {
    display: none;
}
.form-el .footnotes-el li,
.form-el output {
    display: block;
    font-size: 0.625rem;
    font-weight: 300;
    height: auto;
    line-height: 0.75rem;
    margin: 0.75rem 0.3125rem 0;
    opacity: 75%;
    transition: height 0.5s;
}
.form-el .footnotes-el li.is-invalid,
.form-el output.is-invalid {
    color: var(--text-contrast);
    opacity: 100%;
}
.form-el .footnotes-el li.is-invalid:before,
.form-el output.is-invalid:before {
    color: var(--danger);
    content: "⨯";
    font-weight: 700;
    margin-right: 0.5rem;
}
.form-el .footnotes-el li.is-invalid[role="list"]:before,
.form-el output.is-invalid[role="list"]:before {
    display: none;
}
.form-el .footnotes-el li.is-invalid[role="list"] div:before,
.form-el output.is-invalid[role="list"] div:before {
    color: var(--danger);
    content: "⨯";
    font-weight: 700;
    margin-right: 0.5rem;
}
.form-el .footnotes-el li.is-invalid[role="list"] div,
.form-el output.is-invalid[role="list"] div {
    margin-bottom: 0.5rem;
}
.form-el .footnotes-el li.is-valid,
.form-el output.is-valid {
    color: var(--text-contrast);
    opacity: 100%;
}
.form-el .footnotes-el li.is-valid:before,
.form-el output.is-valid:before {
    color: var(--success);
    content: "✓";
    font-weight: 700;
    margin-right: 0.5rem;
}
.form-el .footnotes-el li:empty,
.form-el output:empty {
    height: 0;
    margin: 0;
}
.form-el .footnotes-el {
    margin: 0 0 -4px;
    padding: 0;
}
.form-el .title-header {
    color: var(--text-color);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.form-el .title-header h2 {
    font-size: 20px;
}
.form-el .title-header h3 {
    font-size: 15px;
}
.form-el .message-icon {
    aspect-ratio: 1/1;
    -webkit-filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.5));
    height: 7rem !important;
    width: 7rem !important;
}
@media screen and (min-width: 992px) {
    .form-el .message-icon {
        aspect-ratio: 1/1;
        height: 10rem !important;
        width: 10rem !important;
    }
}
@-webkit-keyframes animate-svg-stroke {
    0% {
        stroke-dashoffset: 1000;
        stroke-dasharray: 1000;
    }
    to {
        stroke-dashoffset: 0;
        stroke-dasharray: 1000;
    }
}
@keyframes animate-svg-stroke {
    0% {
        stroke-dashoffset: 1000;
        stroke-dasharray: 1000;
    }
    to {
        stroke-dashoffset: 0;
        stroke-dasharray: 1000;
    }
}
.form-el .animate-stroke {
    -webkit-animation: animate-svg-stroke 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both;
    animation: animate-svg-stroke 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both;
}
.form-el .btn-el {
    min-width: 200px;
}
.form-templates {
    margin: 80px 0;
}
.form-templates input:-webkit-autofill,
.form-templates input:-webkit-autofill:focus,
.form-templates input:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 1000px #eee !important;
}
.form-templates .card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 30px auto;
    max-width: 100%;
    width: 550px;
}
.form-templates .card .card-header {
    background: #f8f9fa;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #666;
}
.form-templates .card .card-body {
    color: #757575;
}
.form-templates .card .card-body .alert {
    margin-bottom: 0;
    margin-top: 1.5rem;
}
.form-templates .card .card-body .md-form .md-form-i {
    display: none;
}
.form-templates .card .card-body .md-form.md-form-import .md-form-i {
    display: flex;
    font-size: 20px;
    opacity: 0.75;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.form-templates .card .card-body .md-form.md-form-import .md-form-i:focus,
.form-templates .card .card-body .md-form.md-form-import .md-form-i:hover {
    opacity: 1;
}
.form-templates .card .card-body .form-row {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.form-templates .card .card-body .form-row .col .md-form {
    margin-bottom: 0;
    margin-top: 0;
}
.form-templates .card .card-body .form-row .col .md-form input[type="email"],
.form-templates .card .card-body .form-row .col .md-form input[type="password"],
.form-templates .card .card-body .form-row .col .md-form input[type="text"] {
    margin: 0;
}
.form-templates .card .card-body .md-form {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    position: relative;
}
.form-templates .card .card-body .md-form select {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: linear-gradient(45deg, transparent 50%, #999 0), linear-gradient(135deg, #999 50%, transparent 0);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    margin: 0;
    outline: none;
    padding: 0.6rem 0 0.4rem;
    transition: 0.15s ease-in-out;
}
.form-templates .card .card-body .md-form select:focus {
    border-bottom: 1px solid #e8bb00;
    box-shadow: 0 1px 0 0 #e8bb00;
}
.form-templates .card .card-body .md-form input[type="email"],
.form-templates .card .card-body .md-form input[type="password"],
.form-templates .card .card-body .md-form input[type="text"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
    box-sizing: content-box;
    height: auto;
    margin: 0;
    outline: none;
    padding: 0.6rem 0 0.4rem;
    transition: 0.15s ease-in-out;
}
.form-templates .card .card-body .md-form input[type="email"]:focus,
.form-templates .card .card-body .md-form input[type="password"]:focus,
.form-templates .card .card-body .md-form input[type="text"]:focus {
    border-bottom: 1px solid #e8bb00;
    box-shadow: 0 1px 0 0 #e8bb00;
}
.form-templates .card .card-body .form-check {
    padding-left: 0;
    position: relative;
}
.form-templates .card .card-body .form-check input[type="checkbox"] {
    opacity: 0;
    z-index: 5;
}
.form-templates .card .card-body .form-check input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.form-templates .card .card-body .form-check label {
    cursor: pointer;
    padding-left: 1.25rem;
    position: relative;
}
.form-templates .card .card-body .form-check label:before {
    content: "\f096";
    font-family: FontAwesome;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: -2px;
    z-index: 1;
}
.form-templates .card .card-body .form-check label:after {
    color: #e8bb00;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 0.15s ease-in-out;
    z-index: 3;
}
.form-templates .card .card-body .social-form a {
    font-size: 20px;
    margin: auto 10px;
    transition: 0.15s ease-in-out;
}
.form-templates .card .card-body .social-form a:focus,
.form-templates .card .card-body .social-form a:hover {
    color: #e8bb00;
}
.form-templates .card .card-body .btn-form {
    background-color: transparent !important;
    border: 2px solid #e8bb00 !important;
    border-radius: 10em;
    color: #e8bb00 !important;
    font-size: 14px;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
    text-transform: uppercase;
}
.form-templates-v2 {
    display: block;
    padding: 0 15px;
    position: relative;
    text-align: center;
}
.form-templates-v2 input:-webkit-autofill,
.form-templates-v2 input:-webkit-autofill:focus,
.form-templates-v2 input:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 1000px #eee !important;
}
.form-templates-v2 .form-templates-container {
    background: #fff;
    border-radius: 10px;
    bottom: 0;
    box-shadow: 0 0 8px #ccc;
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 80px auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
}
@media screen and (min-width: 992px) {
    .form-templates-v2 .form-templates-container {
        -ms-grid-columns: (1fr) [2];
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 1100px;
    }
}
.form-templates-v2 .form-templates-container .image-form {
    float: left;
    min-height: 730px;
    position: relative;
    width: 650px;
}
.form-templates-v2 .form-templates-container .image-form .image-wallpaper {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 1139px) {
    .form-templates-v2 .form-templates-container .image-form {
        display: none;
    }
}
.form-templates-v2 .form-templates-container .preview-form {
    float: left;
    max-width: 100%;
    width: 450px;
}
@media screen and (max-width: 1139px) {
    .form-templates-v2 .form-templates-container .preview-form {
        height: auto;
    }
}
.form-templates-v2 .form-templates-container .preview-form .more-options {
    color: #666;
    font-size: 16px;
}
.form-templates-v2 .form-templates-container .preview-form .more-options a {
    color: #e8bb00;
}
.form-templates-v2 .form-templates-container .preview-form .more-options a:focus,
.form-templates-v2 .form-templates-container .preview-form .more-options a:hover {
    color: #ffd31c;
}
.form-templates-v2 .form-templates-container .preview-form .decoration-form {
    color: #666;
    padding: 10px 0;
    position: relative;
}
@media screen and (max-width: 991px) {
    .form-templates-v2 .form-templates-container .preview-form .decoration-form {
        padding: 15px 0;
    }
}
.form-templates-v2 .form-templates-container .preview-form .decoration-form:after {
    background: rgba(0, 0, 0, 0.15);
    content: "";
    height: 1px;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(50% - 50px);
}
.form-templates-v2 .form-templates-container .preview-form .decoration-form:before {
    background: rgba(0, 0, 0, 0.15);
    content: "";
    height: 1px;
    left: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(50% - 50px);
}
.form-templates-v2 .form-templates-container .preview-form .form-content {
    align-items: center;
    box-shadow: 0 0 8px #111;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 30px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .stabilizer-content {
    display: block;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .form-templates-v2 .form-templates-container .preview-form .form-content {
        padding: 25px 20px;
    }
}
.form-templates-v2 .form-templates-container .preview-form .form-content .form-title {
    color: #666;
    font-size: 24px;
    margin-bottom: 15px;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .md-form-mini-text {
    font-size: 12px;
    margin-bottom: -4px;
    margin-top: 4px;
    opacity: 0.6;
    padding: 0 15px;
    text-align: left;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .md-form-relative {
    position: relative;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form.md-form-icon .form-control {
    padding-right: 30px;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form.md-form-icon .md-icon {
    display: flex;
    font-size: 20px;
    opacity: 0.5;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .md-form-i {
    display: none;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form.md-form-import .md-form-i {
    color: #e8bb00;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    opacity: 0.75;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form.md-form-import .md-form-i:focus,
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form.md-form-import .md-form-i:hover {
    opacity: 1;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox input[type="checkbox"] {
    cursor: pointer;
    height: 18px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    z-index: 5;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox input[type="checkbox"]:checked + label:before {
    opacity: 0;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox a {
    color: #e8bb00;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox a:focus,
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox a:hover {
    color: #ffd31c;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0;
    padding-left: 25px;
    position: relative;
    text-align: left;
    width: 100%;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox label:before {
    content: "\f096";
    font-family: FontAwesome;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox label:after {
    color: #e8bb00;
    content: "\f14a";
    font-family: FontAwesome;
    font-size: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .register-rules {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    opacity: 0.75;
    padding-left: 20px;
    padding-top: 5px;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .form-control {
    background-color: #eee;
    border: 0;
    border-radius: 2px;
    color: #666;
    height: auto;
    padding: 10px 15px;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form select {
    -webkit-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #999 0), linear-gradient(135deg, #999 50%, transparent 0);
    background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    margin: 0;
    outline: none;
    padding: 10px 15px;
    transition: 0.15s ease-in-out;
}
@media screen and (max-width: 991px) {
    .form-templates-v2 .form-templates-container {
        margin: 25px auto;
    }
}
.max-tries-text {
    font-size: 0.6875rem;
}
html {
    height: 100%;
}
body {
    background: #fff;
    color: #212529;
    position: relative;
}
iframe {
    border: none;
    margin: 0;
    overflow: hidden;
}
.sportsbook-container {
    position: relative;
    z-index: 1;
}
.social-login {
    list-style: none;
    padding: 0;
}
.social-login li {
    display: table-cell;
    padding: 0 3px;
    width: 1%;
}
.social-login .btn-facebook {
    background: #2d4a86;
    background: linear-gradient(180deg, #6286d2 0, #2d4a86 50%);
    border-color: #5575b8;
    color: #eee;
}
.social-login .btn-google {
    background: #e24e0e;
    background: linear-gradient(180deg, #e24e0e 0, #d0472d 50%);
    border-color: #d0472d;
    color: #eee;
}
.sfc-main-container .form-radio-style.item-selected {
    border: 1px solid #e9bc03 !important;
}
.sfc-main-container .line-container input:checked ~ .checkmark {
    background-color: #e9bc03 !important;
    border: 1px solid #e9bc03 !important;
}
.sfc-main-container .input-row .label-focus,
.sfc-main-container .input-row:focus-within label {
    color: #4a5568 !important;
}
.sfc-main-container .input-row .sfc-focus,
.sfc-main-container .input-row input:focus {
    border: 1px solid #e9bc03 !important;
    box-shadow: 0 0 3px #e9bc03 !important;
    outline: none !important;
    padding: 8px 13px !important;
}
.sfc-main-container .dccCheckBox input[type="checkbox"]:checked:before,
.sfc-main-container .obTermsCheckbox input[type="checkbox"]:checked:before,
.sfc-main-container .saveUPOcheckbox input[type="checkbox"]:checked:before {
    background-color: #e9bc03 !important;
    border-color: #e9bc03 !important;
}
.sfc-main-container .dccCheckBox input[type="checkbox"]:hover:before,
.sfc-main-container .obTermsCheckbox input[type="checkbox"]:hover:before,
.sfc-main-container .saveUPOcheckbox input[type="checkbox"]:hover:before {
    border-color: #e9bc03 !important;
}
div.sfc-main-container .sfc-cfa-button,
div.sfc-main-container .sfc-cfa-button:hover {
    background-color: #e9bc03 !important;
    border: 1px solid #e9bc03 !important;
}
.sfc-main-container .checkmark:hover,
.sfc-main-container .line-container:hover .checkmark {
    border: 1px solid #e9bc03 !important;
}
.mh-dropdown {
    height: auto;
    max-height: 150px;
    overflow-x: hidden;
}
.qr-code-container {
    max-width: 500px;
}
.qr-code-container svg {
    height: auto;
    max-width: 100%;
}
.bdv-qr {
    cursor: pointer;
}
.post-default {
    margin: auto;
    max-width: 100%;
    padding: 30px 0;
    width: 950px;
}
.post-default .post-title {
    color: #666;
    font-size: 24px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}
.post-default hr.hr-theme {
    border-color: #e8bb00;
}
.post-default .date-post {
    color: #666;
    font-size: 14px;
    padding-bottom: 5px;
}
.post-default .post-content {
    color: #666;
    padding-top: 10px;
}
.post-default .post-content table {
    border-width: 0;
    display: block;
    min-width: 100%;
    overflow-x: auto;
}
.post-default .post-content table tbody,
.post-default .post-content table thead,
.post-default .post-content table tr {
    width: 100%;
}
.post-default .post-content a,
.post-default .post-content li,
.post-default .post-content p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
}
.post-default .post-content img {
    max-width: 100% !important;
}
.post-default .post-content h1,
.post-default .post-content h2,
.post-default .post-content h3,
.post-default .post-content h4,
.post-default .post-content h5,
.post-default .post-content h6 {
    font-size: 20px;
}
.post-default .post-content h1:before,
.post-default .post-content h2:before,
.post-default .post-content h3:before,
.post-default .post-content h4:before,
.post-default .post-content h5:before,
.post-default .post-content h6:before {
    color: #e8bb00;
    content: "*";
    margin-right: 5px;
}
.post-default .post-content .post-share a {
    display: inline-block;
    font-size: 22px;
    margin: 0 3px;
    text-align: center;
    transition: 0.15s;
    width: 25px;
}
.post-default .post-content .post-share a:focus,
.post-default .post-content .post-share a:hover {
    opacity: 0.6;
}
.post-default .post-content .post-share a.btn-facebook {
    color: #3b5998 !important;
}
.post-default .post-content .post-share a.btn-twitter {
    color: #55acee !important;
}
.post-default .post-content .post-share a.btn-instagram {
    color: #e1306c !important;
}
.post-default .post-content .post-share a.btn-youtube {
    color: red !important;
}
.post-default .post-content .post-share .text-share {
    position: relative;
    top: -2px;
}
.list-post-default {
    margin: auto;
    max-width: 100%;
    padding: 30px 0;
    width: 950px;
}
.list-post-default .post-title {
    color: #666;
    font-size: 24px;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.list-post-default .post-title span {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
}
.list-post-default .post-title span:before {
    background: #e8bb00;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 80px;
}
.list-post-default .post-list {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}
.list-post-default .post-list .article-post {
    float: left;
    padding: 15px 10px;
    width: 33.33%;
}
@media screen and (max-width: 767px) {
    .list-post-default .post-list .article-post {
        width: 50%;
    }
}
@media screen and (max-width: 380px) {
    .list-post-default .post-list .article-post {
        width: 100%;
    }
}
.list-post-default .post-list .article-post .content-article {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: block;
    padding: 8px 14px;
}
.list-post-default .post-list .article-post .content-article .title-article {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.list-post-default .post-list .article-post .content-article .date-article {
    color: #666;
    font-size: 12px;
    text-align: right;
}
.list-post-default .post-list .article-post .content-article .media-post {
    margin-bottom: 10px;
}
.list-post-default .post-list .article-post .content-article .media-post img {
    border-radius: 10px;
    display: block;
    margin: auto;
    max-width: 100%;
}
.modal-el {
    background: var(--modal-backlight);
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 14px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
}
.modal-el .modal-el-placement {
    align-items: flex-start;
    display: flex;
    margin: 14px auto;
    max-width: 516px;
    min-height: calc(100% - 28px);
    position: relative;
    width: auto;
}
.modal-el .modal-el-dialog {
    background: var(--background-contrast);
    background-clip: padding-box;
    border-radius: 10px;
    flex-direction: column;
    font-size: 0.5625rem;
    min-height: 100px;
    outline: 0;
    padding: 22px 30px;
    pointer-events: auto;
    position: relative;
    width: 100%;
}
.modal-el .modal-el-dialog,
.modal-el .modal-el-dialog .close-btn {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: var(--text-color);
    display: flex;
}
.modal-el .modal-el-dialog .close-btn {
    align-items: center;
    background: var(--background-contrast);
    border: 1px solid var(--input-form-border-color);
    border-radius: 100%;
    font-size: 1rem;
    height: 1.875rem;
    justify-content: center;
    padding: 6px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 1.875rem;
}
.modal-el h2 {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 0.875rem;
}
.modal-el h2 small {
    font-size: 0.8125rem;
    line-height: 1rem;
}
@media screen and (min-width: 992px) {
    .modal-el .modal-el-placement {
        align-items: safe center;
    }
    .modal-el .modal-el-dialog {
        border-radius: 24px;
        font-size: 0.9375rem;
        font-weight: 500;
        line-height: 1.125rem;
        margin: auto;
        padding: 41px 113px 36px 109px;
    }
    .modal-el .modal-el-dialog .close-btn {
        height: 1.875rem;
        right: 38px;
        top: 41px;
        width: 1.875rem;
    }
    .modal-el header {
        align-items: center;
        display: flex;
        justify-content: center;
        min-height: 1.875rem;
    }
    .modal-el header h2 {
        font-size: 0.9375rem;
        font-weight: 600;
        line-height: 1.125rem;
        margin: 0;
    }
    .modal-el header h2 small {
        font-size: 1.5rem;
        line-height: 1.82875rem;
    }
}
body.modal-open {
    overflow: hidden;
}
body.modal-open .modal-el {
    display: block;
}
.btn-el {
    border-radius: 0.625rem;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 6px 20px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-el-sm {
    font-size: 0.6875rem;
    padding: 4px 6px;
}
.btn-el-md {
    font-size: 0.875rem;
    padding: 6px 8px;
}
.btn-el-link {
    color: var(--btn-link-color);
    font-weight: 600;
}
.btn-el-link:hover {
    color: var(--primary);
}
.btn-el-link-medium {
    color: var(--text-color);
    font-weight: 500;
}
.btn-el-link-medium:hover {
    color: var(--primary);
}
.btn-el-link-bold {
    color: var(--text-color);
    font-weight: 800;
}
.btn-el-link-bold:hover {
    color: var(--primary);
}
.btn-el-lg-hidden {
    display: none;
}
.btn-el-primary {
    background: var(--primary);
    border: 2px solid var(--primary);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: var(--dark);
}
.btn-el-primary:hover {
    background: var(--primary-light) !important;
    color: var(--dark) !important;
}
.btn-el-primary-outline {
    background: transparent;
    border: 2px solid var(--primary);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: var(--primary);
}
.btn-el-primary-outline:hover {
    background: transparent;
    border: 2px solid var(--primary-light);
    color: var(--primary-light);
}
.btn-el-primary-outline-picker {
    background: var(--white);
    border: 1px solid var(--text-light);
    color: var(--text-light);
}
.btn-el-primary-outline-picker:active {
    background: var(--primary-light);
}
@media (hover: hover) {
    .btn-el-primary-outline-picker:hover {
        background: var(--primary);
    }
}
.btn-el-secondary-outline-picker {
    background: transparent;
    border: 1px solid var(--dark);
    color: var(--secondary);
}
.btn-el-secondary-outline-picker:hover {
    background: var(--secondary);
    border: 1px solid var(--secondary);
    color: var(--light);
}
.btn-el-active-primary-picker {
    background: var(--primary) !important;
    color: var(--dark) !important;
}
.btn-el-active-secondary-picker {
    background: var(--secondary) !important;
    color: var(--light) !important;
}
.btn-el-focus-animation {
    -webkit-animation: focus-animation 8s ease 0s infinite normal none running;
    animation: focus-animation 8s ease 0s infinite normal none running;
}
@-webkit-keyframes focus-animation {
    2%,
    23% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    18% {
        box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes focus-animation {
    2%,
    23% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    18% {
        box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.btn-el-focus-animation.btn-el-primary,
.btn-el-focus-animation.btn-el-primary-outline {
    box-shadow: var(--primary) 0 0;
}
@media screen and (min-width: 992px) {
    .btn-el {
        font-size: 1.5rem;
        padding: 12px 20px;
    }
    .btn-el-sm {
        font-size: 0.75rem;
    }
    .btn-el-md {
        border-radius: 0.5rem;
        font-size: 1rem;
    }
    .btn-el-lg {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.25rem;
        padding: 13px;
    }
    .btn-el-lg-hidden {
        display: block;
    }
    .btn-el-lg-primary-outline {
        background: transparent;
        border: 2px solid var(--primary);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        color: var(--primary);
    }
    .btn-el-lg-primary-outline:hover {
        background: transparent;
        border: 2px solid var(--primary-light);
        color: var(--primary-light);
    }
}
[data-action="changeSchemaColor"] .icon-dark,
[data-action="changeSchemaColor"] .icon-light {
    display: none;
}
.redirect-warning {
    font-weight: bolder;
    text-align: center;
}
.redirect-warning .error-icon {
    margin-top: 20px;
}
.redirect-warning .error-banner {
    background-color: #2d2d2d;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #fcd34d;
    display: inline-block;
    font-family: Arial Black, sans-serif;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 20px;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
}
.redirect-warning .error-banner .text {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #fffc38, #e9a825);
    -webkit-background-clip: text;
    background-clip: text;
}
.betsson-redirect {
    margin: auto;
    padding: 20px;
    text-align: center;
}
.betsson-redirect h2 {
    font-size: 1.2em;
    padding: 10px 0;
}
.betsson-redirect .logo img {
    max-width: 100px;
}
.betsson-redirect .btn {
    background-color: #fe852f;
    border: none;
    box-shadow: 0 2px #dd7226;
    font-size: 1.4em;
    text-transform: none;
    width: 300px;
}
.betsson-redirect .content {
    margin: auto;
    max-width: 300px;
    text-transform: uppercase;
    width: 90%;
}
.or-divider {
    align-items: center;
    display: flex;
    margin: 20px 0;
    text-align: center;
}
.or-divider:after,
.or-divider:before {
    border-bottom: 1px solid var(--text-contrast);
    content: "";
    flex: 1;
}
.or-divider:not(:empty):before {
    margin-right: 0.25em;
}
.or-divider:not(:empty):after {
    margin-left: 0.25em;
}
.social-button {
    align-items: center;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: flex;
    margin: 10px auto;
    min-height: 50px;
    outline: none;
    padding-left: 51px;
    text-align: left;
    transition: all 0.15s ease;
}
.social-button span {
    color: inherit;
    transition: all 0.15s ease;
}
#facebook-connect {
    background: #0866ff
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 666.667 666.667'%3E%3Cdefs%3E%3CclipPath id='a' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 700h700V0H0Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 -133.333 800)'%3E%3Cpath fill='%23fff' d='M600 350c0 138.071-111.929 250-250 250S100 488.071 100 350c0-117.245 80.715-215.622 189.606-242.638v166.242h-51.552V350h51.552v32.919c0 85.092 38.508 124.532 122.048 124.532 15.838 0 43.167-3.105 54.347-6.211v-69.254c-5.901.621-16.149.932-28.882.932-40.993 0-56.832-15.528-56.832-55.9V350h81.659l-14.028-76.396h-67.631V101.831C504.073 116.782 600 222.182 600 350'/%3E%3Cpath fill='%230866ff' d='M447.918 273.604 461.947 350h-81.66v27.019c0 40.372 15.839 55.899 56.832 55.899 12.733 0 22.98-.31 28.882-.931v69.253c-11.18 3.106-38.51 6.212-54.347 6.212-83.54 0-122.048-39.441-122.048-124.533v-32.92h-51.552v-76.395h51.552V107.362A250.559 250.559 0 0 1 350 100c10.254 0 20.358.632 30.288 1.83v171.774Z'/%3E%3C/g%3E%3C/svg%3E")
        no-repeat scroll 5px/36px 36px;
    border: 1px solid #0866ff;
}
#facebook-connect:hover {
    background-color: #fff;
    border-color: #0866ff;
}
#facebook-connect:hover span {
    color: #0866ff;
}
#facebook-connect span {
    color: #fff;
}
#google-connect {
    background: #fff
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%234285F4' d='M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z'/%3E%3Cpath fill='%2334A853' d='M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z'/%3E%3Cpath fill='%23FBBC05' d='M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z'/%3E%3Cpath fill='%23EA4335' d='M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z'/%3E%3Cpath fill='none' d='M1 1h22v22H1z'/%3E%3C/svg%3E")
        no-repeat scroll 10px/30px 30px;
    border: 1px solid #1f1f1f;
}
#google-connect:hover {
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}
#google-connect:hover span {
    color: #fff;
}
#google-connect span {
    color: #1f1f1f;
}
.text-theme {
    color: #e8bb00 !important;
}
.text-theme02 {
    color: #3941fc !important;
}
.text-theme03 {
    color: #cf21b4 !important;
}
.text-theme04 {
    color: #2fff5c !important;
}
.text-theme05 {
    color: #2a2c4a !important;
}
.text-theme06 {
    color: #04b9cb !important;
}
.text-theme07 {
    color: #1c3743 !important;
}
.text-theme08 {
    color: #0c1019 !important;
}
.text-theme09 {
    color: #040508 !important;
}
.text-theme10 {
    color: #f6a41d !important;
}
.text-black {
    color: #000 !important;
}
.text-gray {
    color: #333 !important;
}
.text-white {
    color: #eee !important;
}
a.text-theme {
    color: #e8bb00 !important;
}
a.text-theme:focus,
a.text-theme:hover {
    color: #ffd31c !important;
}
a.text-theme02 {
    color: #3941fc !important;
}
a.text-theme02:focus,
a.text-theme02:hover {
    color: #6b71fd !important;
}
a.text-theme03 {
    color: #cf21b4 !important;
}
a.text-theme03:focus,
a.text-theme03:hover {
    color: #e142c8 !important;
}
a.text-theme04 {
    color: #2fff5c !important;
}
a.text-theme04:focus,
a.text-theme04:hover {
    color: #62ff84 !important;
}
a.text-theme05 {
    color: #2a2c4a !important;
}
a.text-theme05:focus,
a.text-theme05:hover {
    color: #3c3f6b !important;
}
a.text-theme06 {
    color: #04b9cb !important;
}
a.text-theme06:focus,
a.text-theme06:hover {
    color: #08e4fa !important;
}
a.text-theme07 {
    color: #1c3743 !important;
}
a.text-theme07:focus,
a.text-theme07:hover {
    color: #2b5567 !important;
}
a.text-theme08 {
    color: #0c1019 !important;
}
a.text-theme08:focus,
a.text-theme08:hover {
    color: #1d263b !important;
}
a.text-theme09 {
    color: #040508 !important;
}
a.text-theme09:focus,
a.text-theme09:hover {
    color: #151a2a !important;
}
a.text-theme10 {
    color: #f6a41d !important;
}
a.text-theme10:focus,
a.text-theme10:hover {
    color: #f8b84e !important;
}
a.text-black {
    color: #000 !important;
}
a.text-gray {
    color: #333 !important;
}
a.text-white {
    color: #eee !important;
}
.modal-default select {
    -webkit-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 0), linear-gradient(135deg, gray 50%, transparent 0), linear-gradient(90deg, #333, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 10px) 1em, calc(100% - 2em) 0.75em;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, 1px 1em;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    width: 100%;
}
.modal-default select.mini-select {
    background-position: calc(100% - 10px) calc(1em - 5px), calc(100% - 5px) calc(1em - 5px), calc(100% - 1.25em) 0.25em;
    width: 65px;
}
.modal-default.fade {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    transition: all 0.15s linear;
}
.modal-default.fade.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.modal-default .dataTables_wrapper select {
    background-position: calc(100% - 10px) calc(1em - 5px), calc(100% - 5px) calc(1em - 5px), calc(100% - 1.25em) 0.25em;
    width: 65px;
}
.modal-default.modal-full .modal-dialog {
    max-width: 1200px;
}
@media (min-width: 575px) and (max-width: 1210px) {
    .modal-default.modal-full .modal-dialog {
        margin: 1.75rem 0.5rem;
    }
}
.modal-default .modal-content {
    border-radius: 2px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal-default .modal-content .modal-title {
    color: #666;
}
.modal-default .modal-content .modal-subtitle {
    margin: 0 auto;
}
.modal-default .modal-content .modal-body {
    background: #f8f9fa;
    color: #666;
    padding: 10px;
}
.modal-default .modal-content .modal-body .menu-transaction {
    background: #fff;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.modal-default .modal-content .modal-body .menu-transaction li {
    display: table-cell;
    width: 1%;
}
.modal-default .modal-content .modal-body .menu-transaction li:first-child a {
    border-top-left-radius: 3px;
}
.modal-default .modal-content .modal-body .menu-transaction li:last-child a {
    border-right: 1px solid #eee;
    border-top-right-radius: 3px;
}
.modal-default .modal-content .modal-body .menu-transaction li a {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #666;
    display: block;
    padding: 8px 5px;
    text-align: center;
    transition: all 0.3s linear;
}
.modal-default .modal-content .modal-body .menu-transaction li a.active,
.modal-default .modal-content .modal-body .menu-transaction li a:hover {
    background: #e8bb00;
    color: #fff;
}
.modal-default .modal-content .modal-body .transaction-body {
    background: transparent;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    min-height: 240px;
    overflow: hidden;
    position: relative;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view {
    overflow: hidden;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .mini-comment {
    font-size: 10px;
    margin-top: 20px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view code {
    background-color: #e4e4e4;
    display: block;
    font-weight: 700;
    margin: 1em 0;
    padding: 1em;
    text-align: center;
    width: 100%;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .mini-list {
    font-size: 12px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card {
    border: 0;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header {
    background: transparent;
    border-bottom: none;
    padding-bottom: 0;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container {
    --swiper-pagination-color: #222;
    --swiper-button: #222;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container .swiper {
    overflow: hidden;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container .swiper-pagination {
    width: 100%;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container .swiper-button-prev {
    color: var(--swiper-button);
    left: -1.5rem;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container .swiper-button-prev:after {
    font-size: 20px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container .swiper-button-next {
    color: var(--swiper-button);
    right: -1.5rem;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container .swiper-button-next:after {
    font-size: 20px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container.swiper-disabled {
    width: 100%;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body {
    min-height: 150px;
    position: relative;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .section-transaction-deposit {
    display: none;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .deposits-form {
    color: #666;
    display: none;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .deposits-form label {
    font-size: 14px;
    margin-bottom: 5px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .deposits-form .form-control {
    color: #666;
    font-size: 14px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .deposits-form .form-group {
    margin-bottom: 8px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .deposits-form .form-group p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .form-visa-mastercard {
    color: #666;
    margin: auto;
    max-width: 300px;
    width: 100%;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .form-visa-mastercard img {
    margin: auto;
    max-width: 100%;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .form-visa-mastercard .mount-max {
    font-weight: 500;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container p {
    color: #666;
    font-size: 14px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container .disabled-cripto {
    color: #e8bb00;
    font-size: 55px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container .cripto-coins a {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin: 5px;
    position: relative;
    transition: all 0.3s linear;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container .cripto-coins a.not-available img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container .cripto-coins a.not-available:focus img,
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container .cripto-coins a.not-available:hover img {
    box-shadow: 0 0 15px #e8bb00;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container .cripto-coins a img {
    border: 4px solid #eee;
    border-radius: 50%;
    box-shadow: 0 0 5px #ffb400;
    display: block;
    padding: 8px;
    transition: all 0.3s linear;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container .cripto-coins a span {
    color: #666;
    font-size: 14px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top {
    margin-bottom: 15px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top .sgpay-top-text {
    color: #666;
    float: left;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 5px;
    text-align: left;
    width: calc(100% - 250px);
}
@media screen and (max-width: 991px) {
    .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top .sgpay-top-text {
        text-align: center;
        width: 100%;
    }
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn {
    float: left;
    text-align: right;
    width: 250px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn .btn {
    background: transparent !important;
    color: #e8bb00 !important;
    transition: all 0.15s linear;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn .btn:focus,
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn .btn:hover {
    background: #e8bb00 !important;
    color: #fff !important;
}
@media screen and (max-width: 991px) {
    .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn {
        text-align: center;
        width: 100%;
    }
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank {
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #666;
    text-align: left;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank .btn-copy {
    background-color: var(--primary);
    margin: 0;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank .label-group {
    align-items: center;
    display: flex;
}
@media screen and (max-width: 767px) {
    .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank .label-group {
        justify-content: space-between;
        width: 100%;
    }
    .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank,
    .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank thead,
    .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank thead tr {
        display: block;
    }
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank thead tr th {
    color: #e8bb00;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank thead tr th {
        display: none;
    }
    .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank tbody,
    .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank tbody tr,
    .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank thead tr th:first-child {
        display: block;
    }
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank tbody tr td {
    font-size: 14px;
    padding: 8px;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank tbody tr td {
        display: flex;
        justify-content: space-between;
    }
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank tbody tr:nth-child(2n + 2) {
    background: #eee;
}
@media screen and (max-width: 767px) {
    .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .nav-tabs .nav-item {
        display: block;
        width: 100%;
    }
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .nav-tabs .nav-item .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff;
}
@media screen and (max-width: 767px) {
    .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .nav-tabs .nav-item .nav-link.active {
        border-color: #dee2e6;
    }
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view {
    overflow: hidden;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card {
    border: 0;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header {
    background: transparent;
    border-bottom: none;
    padding-bottom: 0;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container {
    --swiper-pagination-color: #222;
    --swiper-button: #222;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container .swiper {
    overflow: hidden;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container .swiper-pagination {
    width: 100%;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container .swiper-button-prev {
    color: var(--swiper-button);
    left: -1.5rem;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container .swiper-button-prev:after {
    font-size: 20px;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container .swiper-button-next {
    color: var(--swiper-button);
    right: -1.5rem;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container .swiper-button-next:after {
    font-size: 20px;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container.swiper-disabled {
    width: 100%;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-body {
    min-height: 150px;
    position: relative;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-body .section-transaction-deposit {
    display: none;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .top-text {
    color: #666;
    margin-bottom: 15px;
    text-align: center;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .form-input-btn .form-group {
    margin-bottom: 0;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank {
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #666;
    margin: 0;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank,
    .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank thead,
    .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank thead tr {
        display: block;
    }
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank thead tr th {
    color: #e8bb00;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank thead tr th {
        display: none;
    }
    .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank tbody,
    .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank tbody tr,
    .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank thead tr th:first-child {
        display: block;
    }
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank tbody tr td {
    font-size: 14px;
    padding: 8px;
}
@media screen and (max-width: 767px) {
    .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank tbody tr td {
        display: block;
        padding-left: 25px;
    }
    .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank tbody tr td:first-child {
        padding-left: 8px;
    }
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank tbody tr:nth-child(2n + 2) {
    background: #eee;
}
@media screen and (max-width: 767px) {
    .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .nav-tabs .nav-item {
        display: block;
        width: 100%;
    }
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .nav-tabs .nav-item .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff;
}
@media screen and (max-width: 767px) {
    .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .nav-tabs .nav-item .nav-link.active {
        border-color: #dee2e6;
    }
}
.modal-default .modal-content .modal-body .transaction-body .payment-method-tab {
    background: none;
    border: 1px solid #2e2d2c;
    border-radius: 5px;
    color: #2e2d2c;
    display: flex;
    font-size: 38px;
    padding: 6px;
}
.modal-default .modal-content .modal-body .transaction-body .payment-method-tab.active {
    background: #fec82f;
}
.modal-default .modal-content .modal-body .transaction-body .payment-method-tab:hover {
    background: #fed96d;
}
.modal-default .modal-content .modal-body .transaction-body .payment-method-tab img {
    aspect-ratio: 1/1;
    height: 38px;
    -o-object-fit: contain;
    object-fit: contain;
}
.modal-default .modal-content .modal-body .transaction-body .payment-method-tab > .with-margin {
    margin-right: 4px;
}
.modal-default .modal-content .modal-body .transaction-body .payment-method-tab > .with-margin:last-child {
    margin-right: 0;
}
.modal-default .modal-content .modal-body .transaction-body .card {
    border: 0;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-header {
    background: transparent;
    border-bottom: 1px solid #dee2e6;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .section-transaction-deposit {
    display: none;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .deposits-form {
    color: #666;
    display: none;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .deposits-form label {
    font-size: 14px;
    margin-bottom: 5px;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .deposits-form .form-control {
    color: #666;
    font-size: 14px;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .deposits-form .form-group {
    margin-bottom: 8px;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .deposits-form .form-group p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .form-visa-mastercard {
    color: #666;
    margin: auto;
    max-width: 300px;
    width: 100%;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .form-visa-mastercard img {
    margin: auto;
    max-width: 100%;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .form-visa-mastercard .mount-max {
    font-weight: 500;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container p {
    color: #666;
    font-size: 14px;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container .disabled-cripto {
    color: #e8bb00;
    font-size: 55px;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container .cripto-coins a {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin: 5px;
    position: relative;
    transition: all 0.3s linear;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container .cripto-coins a.not-available img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container .cripto-coins a.not-available:focus img,
.modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container .cripto-coins a.not-available:hover img {
    box-shadow: 0 0 15px #e8bb00;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container .cripto-coins a img {
    border: 4px solid #eee;
    border-radius: 50%;
    box-shadow: 0 0 5px #ffb400;
    display: block;
    padding: 8px;
    transition: all 0.3s linear;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container .cripto-coins a span {
    color: #666;
    font-size: 14px;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top {
    margin-bottom: 15px;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top .sgpay-top-text {
    color: #666;
    float: left;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 5px;
    text-align: left;
    width: calc(100% - 250px);
}
@media screen and (max-width: 991px) {
    .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top .sgpay-top-text {
        text-align: center;
        width: 100%;
    }
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn {
    float: left;
    text-align: right;
    width: 250px;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn .btn {
    background: transparent !important;
    color: #e8bb00 !important;
    transition: all 0.15s linear;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn .btn:focus,
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn .btn:hover {
    background: #e8bb00 !important;
    color: #fff !important;
}
@media screen and (max-width: 991px) {
    .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn {
        text-align: center;
        width: 100%;
    }
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank {
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #666;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank,
    .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank thead,
    .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank thead tr {
        display: block;
    }
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank thead tr th {
    color: #e8bb00;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank thead tr th {
        display: none;
    }
    .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank tbody,
    .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank tbody tr,
    .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank thead tr th:first-child {
        display: block;
    }
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank tbody tr td {
    font-size: 14px;
    padding: 8px;
}
@media screen and (max-width: 767px) {
    .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank tbody tr td {
        display: block;
    }
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank tbody tr:nth-child(2n + 2) {
    background: #eee;
}
@media screen and (max-width: 767px) {
    .modal-default .modal-content .modal-body .transaction-body .card .nav-tabs .nav-item {
        display: block;
        width: 100%;
    }
}
.modal-default .modal-content .modal-body .transaction-body .card .nav-tabs .nav-item .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff;
}
@media screen and (max-width: 767px) {
    .modal-default .modal-content .modal-body .transaction-body .card .nav-tabs .nav-item .nav-link.active {
        border-color: #dee2e6;
    }
}
.modal-default.modal-avatar .modal-header {
    color: #666;
}
.modal-default.modal-avatar .modal-body .image-avatar-preview {
    border: 2px solid #e8e8e8;
    border-radius: 50%;
    display: block;
    margin: auto;
    max-width: 155px;
    overflow: hidden;
    position: relative;
}
.modal-default.modal-avatar .modal-body .image-avatar-preview img {
    max-width: 100%;
}
.modal-default.modal-avatar .modal-body .avatar-step-two {
    display: none;
}
.modal-default.modal-avatar .modal-body .avatar-step-two .upload-demo-wrap {
    margin-bottom: 30px;
}
.modal-default.modal-avatar .modal-body .avatar-step-two .croppie-container .cr-viewport {
    border-radius: 50%;
}
.modal-default.modal-avatar .modal-body .avatar-step-three {
    display: none;
}
.modal-default.modal-avatar .modal-body .avatar-upload-submit {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.15s linear;
    width: 100%;
}
.modal-default.modal-avatar .modal-body .avatar-upload-submit.show-load {
    opacity: 1;
}
.modal-default.modal-avatar .modal-body .avatar-upload-submit .loader_write {
    color: #e8bb00;
    font-size: 16px;
    font-weight: 600;
}
.modal-default.modal-avatar .modal-body .avatar-upload-submit .loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border-bottom: 3px solid #eee;
    border-top: 3px solid #eee;
    border-color: #e8bb00 #eee;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.modal-default.modal-avatar .modal-footer {
    padding: 10px;
}
.modal-default.modal-avatar .modal-footer .buttons-avatar {
    display: block;
    overflow: hidden;
    width: 100%;
}
.modal-default.modal-avatar .modal-footer .avatar-step-three-btn,
.modal-default.modal-avatar .modal-footer .avatar-step-two-btn {
    display: none;
}
.modal-default.modal-avatar .modal-footer #upload-avatar {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.modal-default.message-modal .modal-content .modal-title {
    font-weight: 600;
    line-height: 1;
}
.modal-default.message-modal .modal-content .modal-title .modal-date {
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
    opacity: 0.75;
}
.modal-default.message-modal .modal-content .modal-body {
    padding: 1rem;
}
.modal-default.message-modal .modal-content .modal-body .modal-body-container .modal-image img {
    display: block;
    margin: auto;
    max-width: 100%;
    padding-bottom: 1rem;
}
.wl-loader {
    height: 100px;
    left: calc(50% - 45px);
    position: absolute;
    text-align: center;
    top: calc(50% - 50px);
    width: 90px;
    z-index: 10;
}
.wl-loader .loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border: 8px solid #eee;
    border-radius: 50%;
    border-top-color: #e8bb00;
    display: inline-block;
    height: 70px;
    width: 70px;
}
.wl-loader .text-loader {
    color: #888;
}
.wl-loader .text-loader .point-effect {
    -webkit-animation: fade-points 0.9s infinite alternate;
    animation: fade-points 0.9s infinite alternate;
    opacity: 0;
}
.wl-loader .text-loader .point-effect:nth-child(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.wl-loader .text-loader .point-effect:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-webkit-keyframes fade-points {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fade-points {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.b-loader {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
}
.b-loader,
.b-payment-methods-loader {
    align-items: center !important;
    -webkit-backdrop-filter: blur(3px) !important;
    backdrop-filter: blur(3px) !important;
    background: hsla(0, 1%, 40%, 0.4) !important;
    justify-content: center !important;
}
.b-payment-methods-loader {
    bottom: 1.25rem !important;
    height: calc(100% - 2.5rem) !important;
    left: 1.25rem !important;
    right: 1.25rem !important;
    top: 1.25rem !important;
    width: calc(100% - 2.5rem) !important;
}
.loader-center {
    align-items: center !important;
    justify-content: center !important;
}
.btn {
    border-radius: 2px;
    position: relative;
}
.btn:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25) !important;
}
.btn.btn-theme {
    background: #e8bb00;
    border: 1px solid #e8bb00;
    color: #eee;
}
.btn.btn-theme:active,
.btn.btn-theme:focus,
.btn.btn-theme:hover {
    background: #ffd31c;
    border: 1px solid #ffd31c;
    color: #eee;
}
.btn.btn-theme02 {
    background: #3941fc;
    border: 1px solid #3941fc;
    color: #eee;
}
.btn.btn-theme02:active,
.btn.btn-theme02:focus,
.btn.btn-theme02:hover {
    background: #6b71fd;
    border: 1px solid #6b71fd;
    color: #eee;
}
.btn.btn-theme03 {
    background: #cf21b4;
    border: 1px solid #cf21b4;
    color: #eee;
}
.btn.btn-theme03:active,
.btn.btn-theme03:focus,
.btn.btn-theme03:hover {
    background: #e142c8;
    border: 1px solid #e142c8;
    color: #eee;
}
.btn.btn-theme04 {
    background: #2fff5c;
    border: 1px solid #2fff5c;
    color: #eee;
}
.btn.btn-theme04:active,
.btn.btn-theme04:focus,
.btn.btn-theme04:hover {
    background: #62ff84;
    border: 1px solid #62ff84;
    color: #eee;
}
.btn.btn-theme05 {
    background: #2a2c4a;
    border: 1px solid #2a2c4a;
    color: #eee;
}
.btn.btn-theme05:active,
.btn.btn-theme05:focus,
.btn.btn-theme05:hover {
    background: #3c3f6b;
    border: 1px solid #3c3f6b;
    color: #eee;
}
.btn.btn-theme06 {
    background: #04b9cb;
    border: 1px solid #04b9cb;
    color: #eee;
}
.btn.btn-theme06:active,
.btn.btn-theme06:focus,
.btn.btn-theme06:hover {
    background: #08e4fa;
    border: 1px solid #08e4fa;
    color: #eee;
}
.btn.btn-theme07 {
    background: #1c3743;
    border: 1px solid #1c3743;
    color: #eee;
}
.btn.btn-theme07:active,
.btn.btn-theme07:focus,
.btn.btn-theme07:hover {
    background: #2b5567;
    border: 1px solid #2b5567;
    color: #eee;
}
.btn.btn-theme08 {
    background: #0c1019;
    border: 1px solid #0c1019;
    color: #eee;
}
.btn.btn-theme08:active,
.btn.btn-theme08:focus,
.btn.btn-theme08:hover {
    background: #1d263b;
    border: 1px solid #1d263b;
    color: #eee;
}
.btn.btn-theme09 {
    background: #040508;
    border: 1px solid #040508;
    color: #eee;
}
.btn.btn-theme09:active,
.btn.btn-theme09:focus,
.btn.btn-theme09:hover {
    background: #151a2a;
    border: 1px solid #151a2a;
    color: #eee;
}
.btn.btn-theme10 {
    background: #f6a41d;
    border: 1px solid #f6a41d;
    color: #eee;
}
.btn.btn-theme10:active,
.btn.btn-theme10:focus,
.btn.btn-theme10:hover {
    background: #f8b84e;
    border: 1px solid #f8b84e;
    color: #eee;
}
.btn.btn-gray {
    background: #666;
    border-color: #666;
    color: #eee;
}
.btn.btn-gray:active,
.btn.btn-gray:focus,
.btn.btn-gray:hover {
    background: gray;
    border-color: gray;
    color: #eee;
}
.btn.btn-black {
    background: #111;
    border-color: #111;
    color: #eee;
}
.btn.btn-black:active,
.btn.btn-black:focus,
.btn.btn-black:hover {
    background: #2b2b2b;
    border-color: #2b2b2b;
    color: #eee;
}
.btn.btn-white {
    background: #fff;
    border-color: #fff;
    color: #333;
}
.btn.btn-white:active,
.btn.btn-white:focus,
.btn.btn-white:hover {
    background: #e6e6e6;
    border-color: #e6e6e6;
    color: #333;
}
.bg-theme {
    background: #e8bb00 !important;
}
.bg-theme02 {
    background: #3941fc !important;
}
.bg-theme03 {
    background: #cf21b4 !important;
}
.bg-theme04 {
    background: #2fff5c !important;
}
.bg-theme05 {
    background: #2a2c4a !important;
}
.bg-theme06 {
    background: #04b9cb !important;
}
.bg-theme07 {
    background: #1c3743 !important;
}
.bg-theme08 {
    background: #0c1019 !important;
}
.bg-theme09 {
    background: #040508 !important;
}
.bg-theme10 {
    background: #f6a41d !important;
}
.bg-black {
    background: #111 !important;
}
.bg-gray {
    background: #333 !important;
}
.btn-white {
    background: #fff;
}
.payment-method-amount-selector label {
    align-items: center;
    display: flex;
}
.payment-method-amount-selector label .tooltip-el {
    align-items: center;
    color: var(--text-light);
    display: inline-flex;
    margin-left: 10px;
    vertical-align: middle;
}
.payment-method-amount-selector button,
.payment-method-amount-selector input {
    border-radius: 5px;
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 0.8125rem;
    padding: 7px 12px;
    width: 100%;
}
@media screen and (min-width: 576px) {
    .payment-method-amount-selector button,
    .payment-method-amount-selector input {
        font-size: 0.75rem;
        line-height: 0.875rem;
        padding: 10px 15px;
    }
}
@media screen and (min-width: 768px) {
    .payment-method-amount-selector button,
    .payment-method-amount-selector input {
        font-size: 0.8125rem;
        line-height: 0.9375rem;
        padding: 12px 17px;
    }
}
@media screen and (min-width: 992px) {
    .payment-method-amount-selector button,
    .payment-method-amount-selector input {
        font-size: 0.875rem;
        line-height: 1rem;
        padding: 15px 20px;
    }
}
.payment-method-amount-selector input {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1rem;
    width: auto;
}
@media screen and (min-width: 768px) {
    .payment-method-amount-selector input {
        font-size: 0.9375rem;
        line-height: 1.0625rem;
    }
}
@media screen and (min-width: 992px) {
    .payment-method-amount-selector input {
        font-size: 1rem;
        line-height: 1.125rem;
    }
}
.payment-method-amount-selector .row {
    margin: 0 0 -5px -5px;
}
.payment-method-amount-selector .row [class^="col"] {
    padding: 0 0 5px 5px;
}
@media screen and (min-width: 992px) {
    .payment-method-amount-selector .row {
        margin: 0 0 -10px -10px;
    }
    .payment-method-amount-selector .row [class^="col"] {
        padding: 0 0 10px 10px;
    }
}
.payment-method-amount-selector .form-el-input input {
    background: var(--white);
    border: 1px solid var(--text-light);
    border-radius: 5px;
    color: var(--text-light);
    text-align: left;
}
.payment-method-amount-selector .input-group input {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.payment-method-amount-selector .input-group .input-group-text {
    background-color: #ccc;
    border-color: var(--text-light);
    color: var(--text-light);
}
.payment-method-amount-selector .alert-currency-conversion {
    flex: 1;
    margin: 10px 0;
    text-align: center;
}
.payment-method-pill-selector .pill-selector-options {
    margin-left: -10px;
}
.payment-method-pill-selector .pill-selector-options.swiper-container:not(.swiper-initialized) .swiper-wrapper {
    flex-wrap: wrap;
}
.payment-method-pill-selector .pill-selector-options .pill-selector-option {
    margin: 0 0 10px !important;
    max-width: 50%;
    padding: 0 0 0 10px;
    width: 50%;
}
@media screen and (min-width: 576px) {
    .payment-method-pill-selector .pill-selector-options .pill-selector-option {
        max-width: 33.333333%;
        width: 33.333333%;
    }
}
@media screen and (min-width: 768px) {
    .payment-method-pill-selector .pill-selector-options .pill-selector-option {
        max-width: 25%;
        width: 25%;
    }
}
@media screen and (min-width: 992px) {
    .payment-method-pill-selector .pill-selector-options .pill-selector-option {
        max-width: 20%;
        width: 20%;
    }
}
@media screen and (min-width: 1200px) {
    .payment-method-pill-selector .pill-selector-options .pill-selector-option {
        max-width: 16.66667%;
        width: 16.66667%;
    }
}
@media screen and (min-width: 1400px) {
    .payment-method-pill-selector .pill-selector-options .pill-selector-option {
        max-width: 14.285714%;
        width: 14.285714%;
    }
}
.payment-method-pill-selector .label-selector {
    align-items: center;
    display: flex;
    margin-bottom: 0.5rem;
}
.payment-method-pill-selector label {
    aspect-ratio: 5/3;
    border: 1px solid var(--text-light);
    border-radius: 0.3125rem;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 0.875rem;
    margin: 0;
    padding: 7px 10px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .payment-method-pill-selector label {
        padding: 10px 12px;
    }
}
@media screen and (min-width: 992px) {
    .payment-method-pill-selector label {
        padding: 12px 15px;
    }
}
.payment-method-pill-selector label:hover {
    background: var(--primary-light) !important;
}
.payment-method-pill-selector label img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
.payment-method-pill-selector input:checked + label {
    background: var(--primary) !important;
}
.payment-method-pill-selector .swiper-container {
    --swiper-pagination-color: #222;
    --swiper-button: #222;
    overflow: visible;
    position: relative;
}
.payment-method-pill-selector .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}
.payment-method-pill-selector .swiper-container .swiper-button-prev {
    color: var(--swiper-button);
    left: calc(-1.25rem + 10px);
}
.payment-method-pill-selector .swiper-container .swiper-button-prev:after {
    font-size: 20px;
}
.payment-method-pill-selector .swiper-container .swiper-button-next {
    color: var(--swiper-button);
    right: -1.25rem;
}
.payment-method-pill-selector .swiper-container .swiper-button-next:after {
    font-size: 20px;
}
.credit-card-new__container {
    display: none;
}
.credit-card-new__toggle:checked ~ .credit-card-new__container {
    display: block;
}
.confirm-withdraw {
    font-size: 0.9em;
}
.confirm-withdraw p {
    color: var(--text-color);
    margin-bottom: 4px;
}
.btn-chat {
    color: var(--text-dark);
    font-size: 0.5rem;
    font-weight: 600;
    justify-content: space-between;
    line-height: 10px;
}
.btn-chat,
.btn-chat .btn-icon-chat {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.btn-chat .btn-icon-chat {
    background: var(--primary);
    border-radius: 100%;
    color: var(--background-dark);
    font-size: 0.875rem;
    height: 20px;
    justify-content: center;
    padding: 0;
    width: 20px;
}
.btn-chat:focus .btn-icon-chat,
.btn-chat:hover .btn-icon-chat {
    background: var(--primary-light);
}
.btn-chat:focus span,
.btn-chat:hover span {
    color: var(--text-dark);
}
@media screen and (min-width: 992px) {
    .btn-chat {
        font-size: 0.75rem;
        font-weight: 500;
        line-height: 15px;
        width: 32px;
    }
    .btn-chat .btn-icon-chat {
        font-size: 1.125rem;
        height: 32px;
        width: 32px;
    }
}
#cs-phone-popup p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
    max-width: 276px;
    text-align: center;
}
#cs-phone-popup p .title {
    font-size: 1.25rem;
}
#cs-layout {
    background: #fff;
    background: var(--background-contrast);
    border-radius: 10px;
    box-shadow: 0 0 2px 0 hsla(0, 1%, 74%, 0.8);
    display: none;
    margin: 0;
    min-height: 32px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 72px;
    top: 82px;
    width: 254px;
    z-index: 1001;
}
#cs-layout .icon-close {
    fill: var(--text-color);
    align-items: center;
    background: transparent;
    color: var(--text-color);
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    z-index: 1002;
}
#cs-layout .icon-close svg {
    height: 65%;
    width: 65%;
}
#cs-layout .cs-layout__elements {
    margin: 0;
    padding: 12px 12px 8px;
}
#cs-layout .cs-layout__elements__element {
    align-items: center;
    cursor: pointer;
    gap: 12px;
    margin: 8px 0;
}
#cs-layout .cs-layout__elements__element:first-child {
    margin-top: 0;
}
#cs-layout .cs-layout__elements__element span {
    color: var(--text-color);
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#cs-layout .cs-layout__elements__element .bg-base {
    background: #fec82f;
}
#cs-layout .cs-layout__elements__element .bg-messenger {
    background: linear-gradient(213deg, #ff6968 9.12%, #a334fa 51.19%, #0695ff 89.89%);
}
#cs-layout .cs-layout__elements__element .bg-whatsapp {
    background: #25d366;
}
#cs-layout .cs-layout__elements__element .icon-container {
    align-items: center;
    border-radius: 100px;
    display: flex;
    height: 56px;
    justify-content: center;
    margin-right: 8px;
    padding: 3px;
    width: 56px;
}
#cs-layout .cs-layout__elements__element .icon-container .icon-cs {
    align-items: center;
    display: flex;
    height: 65%;
    justify-content: center;
    width: 65%;
}
#cs-layout .cs-layout__elements__element .icon-container .icon-cs svg {
    height: 100%;
    width: 100%;
}
@media (max-width: 992px) {
    #cs-layout {
        left: 15px;
        padding: 0;
        right: auto;
        top: 59px;
        width: 219px;
    }
    #cs-layout .cs-layout__elements {
        padding: 8px 10px;
    }
    #cs-layout .cs-layout__elements__element {
        gap: 10px;
        padding: 0;
    }
    #cs-layout .cs-layout__elements__element span {
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #cs-layout .cs-layout__elements__element .icon-container {
        height: 40px;
        width: 40px;
    }
    #cs-layout .cs-layout__elements__element .icon-container .icon-cs {
        height: 20px;
        width: 20px;
    }
}
.dw-message-header {
    color: #ccc;
    font-size: 14px;
    margin: 0;
    padding: 20px 30px 0;
    text-align: center;
}
.dw-message-info {
    background: #fff;
    box-shadow: 0 1px 7px hsla(0, 0%, 87%, 0.7), 0 7px 5px hsla(0, 0%, 87%, 0.7);
    color: #666;
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0;
    padding: 20px 30px 20px 40px;
    position: relative;
}
.dw-message-info:before {
    bottom: 0;
    left: 0;
    top: 0;
    width: 6px;
}
.dw-message-info:after,
.dw-message-info:before {
    background: transparent;
    content: "";
    position: absolute;
    z-index: 1;
}
.dw-message-info:after {
    align-items: center;
    border-radius: 50px;
    color: #fff;
    display: flex;
    font-family: FontAwesome;
    font-size: 18px;
    height: 26px;
    justify-content: center;
    left: -10px;
    padding: 5px;
    top: 5px;
    width: 26px;
}
.dw-message-info.dw-success:before {
    background: #3be135;
}
.dw-message-info.dw-success:after {
    background: #3be135;
    content: "\f00c";
    font-size: 16px;
}
.dw-message-info.dw-warning:before {
    background: #fbe21c;
}
.dw-message-info.dw-warning:after {
    background: #fbe21c;
    content: "!";
    font-size: 22px;
}
.dw-message-info.dw-danger:before {
    background: #f04e5f;
}
.dw-message-info.dw-danger:after {
    background: #f04e5f;
    content: "\f00d";
}
.dw-errors-1 {
    color: #636b6f;
    margin: 8vw auto;
    max-width: 100%;
    width: 400px;
}
.dw-errors-1 .icon-error {
    font-size: 50px;
    margin-bottom: 15px;
    text-align: center;
}
.dw-errors-1 .error-top {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
}
.dw-errors-1 .error-top .code-error {
    border-right: 2px solid #636b6f;
    display: inline-block;
    padding-right: 15px;
}
.dw-errors-1 .error-top .title-error {
    display: inline-block;
    padding-left: 15px;
}
.dw-errors-1 .error-message {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}
.menu-dropdown.with-backdrop.show:before {
    background: var(--modal-backlight);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}
.header-main-menu {
    background: var(--background-contrast);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: calc(20px - 0.625rem) 25.5px 18px 21px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100;
}
.header-main-menu .header-main-menu-container {
    position: relative;
}
.header-main-menu .header-main-menu-container .header-main-menu-marker {
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
    color: var(--text-contrast);
    display: none;
    font-size: 0.625rem;
    position: absolute;
    text-align: center;
    z-index: 2;
}
@-webkit-keyframes bounce {
    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(-15%);
        transform: translateY(-15%);
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    95% {
        -webkit-transform: translateY(-7%);
        transform: translateY(-7%);
    }
    97% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    99% {
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounce {
    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(-15%);
        transform: translateY(-15%);
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    95% {
        -webkit-transform: translateY(-7%);
        transform: translateY(-7%);
    }
    97% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    99% {
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.header-main-menu .header-main-menu-container .header-main-menu-marker.show {
    display: block;
}
.header-main-menu .header-main-menu-container .header-main-menu-marker[data-scroll-top-marker] {
    inset: 0 0 auto;
    margin-top: -10px;
}
.header-main-menu .header-main-menu-container .header-main-menu-marker[data-scroll-bottom-marker] {
    inset: auto 0 0;
    margin-bottom: -10px;
}
.header-main-menu .header-main-menu-container:after,
.header-main-menu .header-main-menu-container:before {
    content: "";
    height: 0.625rem;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.header-main-menu .header-main-menu-container:after {
    inset: auto 0 0;
}
.header-main-menu .header-main-menu-container:before {
    inset: 0 0 auto;
}
.header-main-menu .header-main-menu-container .header-main-menu-body {
    -ms-grid-columns: 1fr;
    display: -ms-grid;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    position: relative;
}
.header-main-menu .header-main-menu-container .header-main-menu-body .header-main-menu-item {
    -ms-grid-columns: 1fr;
    align-items: center;
    color: var(--text-color);
    display: -ms-grid;
    display: grid;
    font-size: 0.875rem;
    font-weight: 600;
    grid-template-columns: 1fr;
    line-height: 17px;
    min-height: 2.5rem;
}
.header-main-menu .header-main-menu-footer {
    align-items: center;
    display: flex;
    gap: 20px;
}
.header-main-menu .header-main-menu-footer .dropdown-el {
    align-items: center;
    display: flex;
    font-size: 1.125rem;
    position: relative;
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-item,
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-toggle {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    font-weight: 600;
    gap: 26px !important;
    padding: 0;
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-toggle {
    background: transparent;
    border: none;
    color: var(--text-color);
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-menu {
    background: var(--primary);
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: var(--dark);
    font-size: 1.125rem;
    gap: 0.3125rem;
    left: -18px;
    min-width: auto;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 130%;
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-menu a {
    color: inherit;
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-menu .dropdown-el-item {
    padding: 10px 18px;
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-menu .dropdown-el-item:hover {
    background: #fff;
    color: var(--background-dark);
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-submenu-title {
    background-color: var(--primary);
    border: none;
    color: var(--dark);
    width: 100%;
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-submenu-title:hover {
    background-color: var(--background-dark) !important;
    color: #fff !important;
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-submenu-menu {
    display: none;
    position: relative;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.header-main-menu .header-main-menu-footer .dropdown-el .languages-submenu {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-color: var(--primary-dark) transparent;
}
.header-main-menu .header-main-menu-footer .dropdown-el .back-to-menu {
    align-items: center;
    background-color: var(--primary);
    border: none;
    color: var(--dark);
    display: flex;
    font-size: 0.875rem;
    font-weight: 600;
    gap: 8px !important;
    padding: 10px 18px;
    width: 100%;
}
.header-main-menu .header-main-menu-footer .dropdown-el .back-to-menu:hover {
    background-color: var(--background-dark) !important;
    color: #fff !important;
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-item {
    max-width: 250px;
    min-width: 150px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
    white-space: nowrap;
}
@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes slideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes slideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.header-main-menu .header-main-menu-footer .dropdown-el .hide-left {
    -webkit-animation: slideOutLeft 0.1s forwards;
    animation: slideOutLeft 0.1s forwards;
    opacity: 0;
    position: absolute;
}
.header-main-menu .header-main-menu-footer .dropdown-el .show-left {
    -webkit-animation: slideInLeft 0.2s forwards;
    animation: slideInLeft 0.2s forwards;
    position: relative;
}
.header-main-menu .header-main-menu-footer .dropdown-el .show-right {
    -webkit-animation: slideInRight 0.2s forwards;
    animation: slideInRight 0.2s forwards;
    display: block;
    position: relative;
}
.header-main-menu .header-main-menu-footer .dropdown-el .hide-right {
    -webkit-animation: slideOutRight 0.1s forwards;
    animation: slideOutRight 0.1s forwards;
    position: absolute;
}
.header-main-menu .header-main-menu-footer .dropdown-el .hidden {
    display: none;
}
.header-main-menu .header-main-menu-footer .dropdown-el .currency-logo,
.header-main-menu .header-main-menu-footer .dropdown-el .lang-flag {
    aspect-ratio: 1/1;
    border-radius: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    height: 2.8125rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.header-main-menu .header-main-menu-footer .dropdown-el .currency-logo {
    align-items: center;
    background: var(--primary);
    color: var(--background-dark);
    display: flex;
    font-size: 2.5rem;
    font-weight: 900;
    justify-content: center;
    letter-spacing: -15px;
    overflow: hidden;
}
.header-main-menu .header-main-menu-footer #currency_selector .dropdown-el-menu .currencies-menu,
.header-main-menu .header-main-menu-footer #language_selector .dropdown-el-menu .language-menu-menu {
    max-height: 200px;
    overflow: auto;
    scrollbar-color: var(--primary-dark) transparent;
}
.header-main-menu .header-main-menu-footer #currency_selector .dropdown-el-menu .currencies-menu::-webkit-scrollbar,
.header-main-menu .header-main-menu-footer #language_selector .dropdown-el-menu .language-menu-menu::-webkit-scrollbar {
    width: 14px;
}
.header-main-menu .header-main-menu-footer #currency_selector .dropdown-el-menu .currencies-menu::-webkit-scrollbar-track,
.header-main-menu .header-main-menu-footer #language_selector .dropdown-el-menu .language-menu-menu::-webkit-scrollbar-track {
    background: transparent;
}
.header-main-menu .header-main-menu-footer #currency_selector .dropdown-el-menu .currencies-menu::-webkit-scrollbar-thumb,
.header-main-menu .header-main-menu-footer #language_selector .dropdown-el-menu .language-menu-menu::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: var(--primary-dark);
    border: 2px solid transparent;
    border-radius: 10px;
}
.header-main-menu hr {
    border: 1px solid var(--text-color);
    margin: calc(20px - 0.625rem) 0 18px;
    opacity: 0.2;
}
@media screen and (min-width: 768px) {
    .header-main-menu .header-main-menu-container .header-main-menu-body {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 992px) {
    .header-main-menu {
        padding: calc(41px - 0.625rem) 30px 20px;
    }
    .header-main-menu hr {
        margin: calc(30px - 0.625rem) 0 18px;
    }
    .header-main-menu .header-main-menu-container .header-main-menu-body {
        gap: 25px 25px;
    }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
    .header-main-menu .header-main-menu-container .header-main-menu-body {
        -ms-grid-columns: (auto) [4];
        grid-template-columns: repeat(4, auto);
    }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
    .header-main-menu .header-main-menu-container .header-main-menu-body {
        -ms-grid-columns: (auto) [5];
        grid-template-columns: repeat(5, auto);
    }
}
@media screen and (min-width: 992px) and (min-width: 1400px) {
    .header-main-menu .header-main-menu-container .header-main-menu-body {
        -ms-grid-columns: (auto) [6];
        grid-template-columns: repeat(6, auto);
    }
}
@media screen and (min-width: 992px) and (min-width: 1600px) {
    .header-main-menu .header-main-menu-container .header-main-menu-body {
        -ms-grid-columns: (auto) [7];
        grid-template-columns: repeat(7, auto);
    }
}
@media screen and (min-width: 992px) and (min-width: 1900px) {
    .header-main-menu .header-main-menu-container .header-main-menu-body {
        -ms-grid-columns: (auto) [8];
        grid-template-columns: repeat(8, auto);
    }
}
@media screen and (min-width: 992px) {
    .header-main-menu .header-main-menu-container .header-main-menu-body .header-main-menu-item {
        font-size: 0.875rem;
        line-height: 1.0625rem;
    }
    .header-main-menu .header-main-menu-footer {
        gap: 20px;
    }
    .header-main-menu .header-main-menu-footer .dropdown-el {
        font-size: 0.875rem;
    }
    .header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-item,
    .header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-toggle {
        font-size: 0.875rem;
        gap: 20px;
    }
    .header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-toggle {
        height: 2.5rem;
    }
    .header-main-menu .header-main-menu-footer .dropdown-el .currency-logo,
    .header-main-menu .header-main-menu-footer .dropdown-el .lang-flag {
        font-size: 5rem;
        height: 5.3125rem;
    }
    .header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-menu {
        font-size: 1.875rem;
        left: -32px;
        padding: 0;
    }
    .header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-menu .dropdown-el-item {
        padding: 10px 32px;
    }
    .header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-menu.menu-top {
        bottom: 100% !important;
    }
}
.menu-dropdown .header-main-menu {
    display: none;
}
.menu-dropdown.show .header-main-menu {
    display: block;
}
html.html-header-1 .body {
    padding-top: 48px;
}
html.html-header-1 .body .cancel-withdrawal-button.disabled,
html.html-header-1 .body .cancel-withdrawal-button.removed {
    opacity: 0.5;
    pointer-events: none;
}
html.html-header-1 .body .subheader {
    align-items: center;
    background-color: var(--primary);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    font-weight: 700;
    justify-content: center;
    padding-block: 10px;
    text-transform: uppercase;
}
html.html-header-1 .body .header-section-1 {
    min-height: 48px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
html.html-header-1 .body .header-section-1 .user-btn {
    align-content: center;
    align-items: baseline;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 15px;
}
html.html-header-1 .body .header-section-1 .user-btn .username-header-menu {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
html.html-header-1 .body .header-section-1 .user-btn .header-user-wallet-balance {
    display: block;
    max-width: 5.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
html.html-header-1 .body .header-section-1 .header-top {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    background: var(--background-dark);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: var(--text-dark);
    display: -ms-grid;
    display: grid;
    gap: 10px;
    grid-template-areas: "menu-buttons logo auth";
    grid-template-columns: 1fr 1fr 1fr;
    padding: 8px 15px;
    position: relative;
    z-index: 120;
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn {
    align-items: center;
    display: flex;
    gap: 10px;
    grid-area: menu-buttons;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon {
    cursor: pointer;
    height: 32px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    width: 32px;
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span {
    background: var(--text-dark);
    border-radius: 2px;
    display: block;
    height: 2px;
    left: 4px;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: 0.25s ease-in-out;
    width: 24px;
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span:first-child {
    top: 7px;
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span:nth-child(2) {
    top: 15px;
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span:nth-child(3) {
    top: 23px;
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon[aria-expanded="true"] span:first-child {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (min-width: 991px) {
    html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon[aria-expanded="true"] span:first-child {
        -webkit-transform: rotate(45deg) translate(3px, -3px);
        transform: rotate(45deg) translate(3px, -3px);
    }
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    width: 0;
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon[aria-expanded="true"] span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media screen and (min-width: 991px) {
    html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon[aria-expanded="true"] span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(3px, 3px);
        transform: rotate(-45deg) translate(3px, 3px);
    }
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn button {
    background: transparent;
    border: none;
    color: inherit;
    font-size: 2rem;
    padding: 0;
}
html.html-header-1 .body .header-section-1 .header-top .header-feature-menu {
    display: none;
    grid-area: features-menu;
}
html.html-header-1 .body .header-section-1 .header-top .header-logo {
    align-items: center;
    display: flex;
    grid-area: logo;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    justify-content: center;
}
html.html-header-1 .body .header-section-1 .header-top .header-logo picture img {
    max-height: 1.875rem;
    -o-object-fit: contain;
    object-fit: contain;
}
html.html-header-1 .body .header-section-1 .header-top .header-auth {
    align-items: center;
    display: flex;
    gap: 10px;
    grid-area: auth;
    -ms-grid-column: 5;
    -ms-grid-row: 1;
    justify-content: end;
}
html.html-header-1 .body .header-section-1 .header-top .header-auth .btn-el {
    border-radius: 5px;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 0.9375rem;
    padding: 5.5px 23px;
}
html.html-header-1 .body .header-section-1 .header-top .header-auth .menu-user .btn-el {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    padding: 5.5px 6.5px;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    padding-bottom: 10px;
    top: 150%;
    width: 92vw;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .badge-el-round {
    font-size: 0.625rem;
    margin: -5px 0;
    width: 1.25rem;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .hr-primary {
    border-top: 0.5px solid var(--primary);
    margin: 15px 0;
    opacity: 0.5;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-item {
    -ms-grid-columns: 20px 1fr 20px;
    align-items: center;
    display: -ms-grid;
    display: grid;
    gap: 15px;
    grid-template-columns: 20px 1fr 20px;
    padding: 5px 9px 5px 17px;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-item .icon {
    font-size: 1.25rem;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary {
    background: var(--primary);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: var(--dark);
    display: -ms-grid;
    display: grid;
    gap: 2px;
    margin-bottom: 9px;
    padding: 18px 9px 18px 13px;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary .dropdown-el-wallet-primary-details,
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary .dropdown-el-wallet-primary-locked {
    -ms-grid-columns: 1fr 0.5fr 20px;
    align-items: center;
    display: -ms-grid;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 0.5fr 20px;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary .dropdown-el-wallet-primary-locked {
    color: var(--danger);
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1.2em;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary .cancel-withdrawal-button-container .cancel-withdrawal-button {
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 700;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary .cancel-withdrawal-button-container .cancel-withdrawal-button .cancel-icon {
    background: var(--danger);
    border-radius: 50%;
    color: var(--white);
    display: inline-block;
    height: 20px;
    line-height: 18px;
    text-align: center;
    width: 20px;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet {
    -ms-grid-columns: 100px 1fr 20px;
    align-items: center;
    color: var(--btn-link-color);
    display: -ms-grid;
    display: grid;
    gap: 10px;
    grid-template-columns: 100px 1fr 20px;
    padding: 5px 9px 5px 13px;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (min-width: 992px) {
    html.html-header-1 .body {
        padding-top: 68px;
    }
    html.html-header-1 .body .header-section-1 {
        min-height: 68px;
    }
    html.html-header-1 .body .header-section-1 .user-btn .header-user-wallet-balance {
        display: block;
        max-width: 11.25rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    html.html-header-1 .body .header-section-1 .header-top {
        -ms-grid-columns: auto 23px 1fr 23px auto 23px auto;
        gap: 23px;
        grid-template-areas: "logo features-menu auth menu-buttons";
        grid-template-columns: auto 1fr auto auto;
        padding: 10px 30px;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-logo {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-menu-btn {
        flex-direction: row-reverse;
        gap: 20px;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-menu-btn button {
        font-size: 2.40625rem;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon {
        height: 40px;
        margin-right: -5px;
        width: 40px;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span {
        left: 5px;
        width: 30px;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span:first-child {
        top: 9px;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span:nth-child(2) {
        top: 19px;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span:nth-child(3) {
        top: 29px;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon[aria-expanded="true"] span:first-child,
    html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon[aria-expanded="true"] span:nth-child(3) {
        top: 19px;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-feature-menu {
        align-items: center;
        display: flex;
        font-size: 1rem;
        line-height: 1.25rem;
        margin: 0 -10px 0 10px;
        padding: 0;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-feature-menu li {
        display: block;
        margin-right: 20px;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-feature-menu li a {
        color: inherit;
        font-weight: 600;
        padding: 0;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-auth {
        align-items: center;
        display: flex;
        gap: 13px;
        grid-area: auth;
        -ms-grid-column: 5;
        -ms-grid-row: 1;
    }
    @media screen and (min-width: 992px) {
        html.html-header-1 .body .header-section-1 .header-top .header-auth {
            -ms-grid-column: 5;
            -ms-grid-row: 1;
        }
    }
    html.html-header-1 .body .header-section-1 .header-top .header-auth .btn-el {
        border-radius: 10px;
        font-size: 1.125rem;
        font-weight: 400;
        padding: 15.5px 22px;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-auth .deposit-btn,
    html.html-header-1 .body .header-section-1 .header-top .header-auth .menu-user .btn-el {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.25rem;
        padding: 13px 22px;
    }
    html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu {
        font-size: 1rem;
        line-height: 1.25rem;
        top: 150%;
        width: 405px;
    }
    html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet {
        -ms-grid-columns: 150px 1fr 20px;
        display: -ms-grid;
        display: grid;
        grid-template-columns: 150px 1fr 20px;
        padding: 5px 18px;
    }
    html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .hr-primary {
        margin: 8px 0 12px;
    }
    html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary {
        margin-bottom: 7px;
        padding: 15px 18px;
    }
    html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary .dropdown-el-wallet-primary-details {
        font-size: 0.875rem;
    }
    html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary .dropdown-el-wallet-primary-locked {
        font-size: 0.75rem;
    }
    html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-item {
        -ms-grid-columns: 30px 1fr 20px;
        gap: 10px;
        grid-template-columns: 30px 1fr 20px;
        padding: 5px 18px;
    }
    html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-item .icon {
        font-size: 1.875rem;
    }
    html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet .badge-el-round,
    html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary .badge-el-round {
        font-size: 0.9375rem;
        margin: -6.5px 0 -3px;
        width: 1.5625rem;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-menu-btn {
        -ms-grid-column: 7;
        -ms-grid-row: 1;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-feature-menu {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-logo {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-auth {
        -ms-grid-column: 5;
        -ms-grid-row: 1;
    }
}
@media screen and (min-width: 1280px) {
    html.html-header-1 .body .header-section-1 .header-top .header-feature-menu {
        margin: 0 -13px 0 32px;
    }
    html.html-header-1 .body .header-section-1 .header-top .header-feature-menu li {
        margin-right: 45px;
    }
}
@media screen and (min-width: 2500px) {
    html.html-header-1 .body .header-section-1 .header-top .header-feature-menu {
        font-size: 1.2rem;
    }
}
.nav-mobile-1 {
    background: var(--background-dark);
    bottom: 0;
    box-shadow: 0 0 5px #666;
    display: flex;
    gap: 10px;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    z-index: 5;
}
.nav-mobile-1.nav-mobile-1-authenticate {
    background: var(--primary);
    color: var(--background-dark);
}
.nav-mobile-1.nav-mobile-1-authenticate .btn-el-mobile-1 {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    color: inherit;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 0.5625rem;
    font-weight: 500;
    gap: 4px;
    line-height: 10px;
    padding: 5px;
}
.nav-mobile-1.nav-mobile-1-authenticate .btn-el-mobile-1:active,
.nav-mobile-1.nav-mobile-1-authenticate .btn-el-mobile-1:focus,
.nav-mobile-1.nav-mobile-1-authenticate .btn-el-mobile-1:hover {
    background: var(--primary-light);
}
.nav-mobile-1.nav-mobile-1-authenticate .btn-el-mobile-1 .icon {
    font-size: 1.3125rem;
}
.nav-mobile-1.nav-mobile-1-guest {
    padding: 5px;
}
@media screen and (min-width: 992px) {
    .nav-mobile-1 {
        display: none;
    }
}
html.html-footer-8 {
    height: 100%;
}
html.html-footer-8 footer.dw-footer-8 {
    background: var(--background-dark);
}
html.html-footer-8 footer.dw-footer-8 .footer-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-bottom: 100px;
    padding-top: 27px;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .logo-container img {
    max-height: 1.5625rem;
    -o-object-fit: contain;
    object-fit: contain;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-menu {
    text-align: center;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-menu h6 {
    color: var(--primary);
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 0.9375rem;
    margin-bottom: 4px;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-menu a {
    color: var(--text-dark);
    display: block;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 0.75rem;
    margin-bottom: 4px;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods {
    height: 36px;
    width: 100%;
    z-index: 0;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: all 0.2s ease-in;
    width: auto;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-slide img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100px;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-slide:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-slide:hover img {
    -webkit-filter: brightness(0.75);
    filter: brightness(0.75);
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-slide.swiper-slide-active img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-button-next,
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-button-prev {
    color: var(--text-dark);
    width: 80px;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-button-next:after,
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-button-prev:after {
    font-size: 21px;
    font-weight: 900;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .social-media-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .social-media-links .social-btn {
    align-content: center;
    aspect-ratio: 1/1;
    background: var(--primary);
    color: var(--background-dark);
    display: flex;
    -webkit-filter: drop-shadow(2px 2px 4px hsla(0, 0%, 88%, 0.25));
    filter: drop-shadow(2px 2px 4px rgba(224, 224, 224, 0.25));
    flex-flow: wrap;
    font-size: 1.25rem;
    height: 2.125rem;
    justify-content: center;
    padding: 5px;
    width: 2.125rem;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-copyright {
    color: var(--text-dark);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.375rem;
    margin: 0 auto;
    opacity: 70%;
    text-align: center;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-legal {
    color: var(--text-dark);
    font-size: 0.5rem;
    font-weight: 400;
    line-height: 0.609375rem;
    margin: 0 auto;
    text-align: center;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-legal a {
    color: var(--primary);
}
@media screen and (min-width: 992px) {
    html.html-footer-8 footer.dw-footer-8 .footer-container {
        padding-bottom: 50px;
    }
    html.html-footer-8 footer.dw-footer-8 .footer-container .footer-menu {
        text-align: left;
    }
    html.html-footer-8 footer.dw-footer-8 .footer-container .footer-menu h6 {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 16px;
    }
    html.html-footer-8 footer.dw-footer-8 .footer-container .footer-menu a {
        font-size: 0.875rem;
        line-height: 1.0625rem;
        margin-bottom: 9px;
    }
    html.html-footer-8 footer.dw-footer-8 .footer-container .logo-container {
        margin-bottom: 40px;
    }
    html.html-footer-8 footer.dw-footer-8 .footer-container .footer-legal {
        font-size: 0.625rem;
        line-height: 1.0625rem;
    }
    html.html-footer-8 footer.dw-footer-8 .footer-container .footer-copyright {
        font-size: 1rem;
        line-height: 1.125rem;
    }
    html.html-footer-8 footer.dw-footer-8 .footer-container .social-media-links .social-btn {
        font-size: 1.8125rem;
        height: 3.125rem;
        padding: 10px;
        width: 3.125rem;
    }
}
.dw-slider {
    margin-bottom: 10px;
}
.dw-home-module.module-mini .dw-home-module-container {
    width: 1160px;
}
.dw-home-module.module-max .dw-home-module-container {
    width: 1920px;
}
.dw-home-module .dw-home-module-container {
    margin: auto;
    max-width: 100%;
    padding: 0 10px;
    width: 1420px;
}
.dw-home-module .home-header {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 2px;
    position: relative;
}
.dw-home-module .home-header .title {
    display: inline-block;
    vertical-align: middle;
}
.dw-home-module .home-header .title .first-title {
    color: #000;
    display: block;
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.dw-home-module .home-header .title .subtitle {
    color: #9698a1;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.dw-home-module .home-header .navigation {
    display: flex;
    font-size: 0;
    height: 40px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 80px;
}
.dw-home-module .home-header .navigation .button-navigation {
    align-items: center;
    background-image: inherit;
    border: 1px solid #616168;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 100%;
    justify-content: center;
    left: 0;
    margin-top: 0 !important;
    position: relative !important;
    position: relative;
    top: 0;
    width: 40px;
    z-index: 0;
}
.dw-home-module .home-header .navigation .button-navigation:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
}
.dw-home-module .home-header .navigation .button-navigation:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dw-home-module .dw-home-module-1 {
    padding-bottom: 10px;
}
.dw-home-module .dw-home-module-2 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.dw-home-module .dw-home-module-2 .content-featured {
    -ms-grid-columns: (1fr) [2];
    display: -ms-grid;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}
.dw-home-module .dw-home-module-2 .content-featured .feature-item {
    border-radius: 5px;
    overflow: hidden;
}
.dw-home-module .dw-home-module-2 .content-featured .feature-item:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
    .dw-home-module .dw-home-module-2 .content-featured {
        -ms-grid-columns: (1fr) [4];
        grid-template-columns: repeat(4, 1fr);
    }
}
.dw-home-module .dw-home-module-3 {
    margin: 15px 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-3 {
        margin: 0;
        padding: 5px 0;
    }
}
.dw-home-module .dw-home-module-3 .dw-home-middle {
    margin: -10px;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-3 .dw-home-middle {
        margin: -5px -10px;
    }
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure {
    color: #3e4551;
    float: left;
    padding: 10px;
    text-align: center;
    width: 33.33%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure {
        padding: 5px 10px;
    }
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure {
    border-radius: 5px;
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure a {
    bottom: 8px;
    display: block;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 10;
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure section {
    color: #fff;
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure img {
    transition: all 0.35s ease;
    width: 100%;
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure .over-hover {
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    bottom: 8px;
    display: flex;
    justify-content: center;
    left: 8px;
    opacity: 0;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 8px;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    transition: all 0.35s ease;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure .over-hover {
        display: none;
    }
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure .over-hover .over-hover-title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure .over-hover .over-hover-msg {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure:hover .over-hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 5;
}
.dw-home-module .dw-home-module-4 {
    margin: 15px 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-4 {
        margin: 0;
        padding: 5px 0;
    }
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games {
    padding-top: 24%;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games {
        padding-top: 34%;
    }
}
@media screen and (max-width: 619px) {
    .dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games {
        padding-top: 40%;
    }
}
@media screen and (max-width: 479px) {
    .dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games {
        padding-top: 50%;
    }
}
@media screen and (max-width: 359px) {
    .dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games {
        padding-top: 66%;
    }
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container .swiper-button-prev {
    align-items: center;
    background: rgba(0, 0, 0, 0.75);
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
    display: flex;
    font-size: 38px;
    height: 60px;
    justify-content: center;
    left: 0;
    padding-right: 8px;
    text-align: center;
    top: calc(50% - 10px);
    width: 40px;
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container .swiper-button-prev:after {
    display: none;
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container .swiper-button-next {
    align-items: center;
    background: rgba(0, 0, 0, 0.75);
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    color: #fff;
    display: flex;
    font-size: 38px;
    height: 60px;
    justify-content: center;
    padding-left: 8px;
    right: 0;
    text-align: center;
    top: calc(50% - 10px);
    width: 40px;
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container .swiper-button-next:after {
    display: none;
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container .swiper-slide {
    display: flex;
    height: calc(50% - 5px);
    text-align: center;
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container .swiper-slide a img {
    border-radius: 5px;
    display: inline-block;
    max-height: 100%;
    width: 100%;
}
.dw-home-module .dw-home-module-5 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.dw-home-module .dw-home-module-5 .list-products {
    -ms-grid-columns: (1fr) [2];
    display: -ms-grid;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px), screen and (orientation: landscape) {
    .dw-home-module .dw-home-module-5 .list-products {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (min-width: 992px) {
    .dw-home-module .dw-home-module-5 .list-products {
        -ms-grid-columns: (1fr) [6];
        grid-template-columns: repeat(6, 1fr);
    }
}
.dw-home-module .dw-home-module-5 .list-products .product-item {
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
}
.dw-home-module .dw-home-module-5 .list-products .product-item .product-title {
    background: var(--primary);
    border-radius: 5px;
    color: var(--text-light);
    font-size: 0.625rem;
    font-weight: 700;
    margin-top: -5px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.dw-home-module .dw-home-module-5 .list-products .product-item .product-description {
    display: none;
}
.dw-home-module .dw-home-module-5 .list-products .product-item:active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
@media (hover: hover) {
    .dw-home-module .dw-home-module-5 .list-products .product-item:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
.dw-home-module .dw-home-module-6 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.dw-home-module .dw-home-module-6 .products-present {
    -ms-grid-columns: (1fr) [1];
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.dw-home-module .dw-home-module-6 .products-present .product-content {
    margin-top: -4%;
}
.dw-home-module .dw-home-module-6 .products-present .product-content:first-child {
    margin-top: 0;
}
@media (min-width: 768px), screen and (orientation: landscape) {
    .dw-home-module .dw-home-module-6 .products-present {
        -ms-grid-columns: (1fr) [2];
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .dw-home-module .dw-home-module-6 .products-present .product-content {
        margin-top: 0;
    }
}
.dw-home-module .dw-home-module-7 {
    margin: 15px 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-7 {
        margin: 0;
        padding: 5px 0;
    }
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots {
    margin: 0 -5px;
    overflow: hidden;
    width: calc(100% + 10px);
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content {
    display: none;
    float: left;
    padding: 5px;
    position: relative;
    width: 16.66%;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:first-child,
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(2),
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(3),
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(4),
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(5),
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(6) {
    display: block;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content {
        width: 20%;
    }
    .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(6) {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content {
        width: 25%;
    }
    .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(5) {
        display: none;
    }
}
@media screen and (max-width: 580px) {
    .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content {
        width: 33.33%;
    }
    .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(4) {
        display: none;
    }
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content.game-represent .game-after {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content.game-represent .game-after .hover-overlay {
    background: transparent !important;
    display: block !important;
    opacity: 1 !important;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content.game-represent .game-after .hover-overlay .game-name {
    margin: 0 !important;
    text-transform: uppercase !important;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content.game-represent .game-after .hover-overlay .game-name {
        font-size: 12px;
    }
}
@media screen and (max-width: 580px) {
    .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content.game-represent .game-after .hover-overlay .game-name {
        font-size: 8px;
    }
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after {
    border-radius: 8px;
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after img {
    display: block;
    margin: auto;
    max-width: 100%;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after .hover-overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: 0.3s;
    width: 100%;
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after .hover-overlay {
        display: none !important;
    }
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after .hover-overlay:focus,
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after .hover-overlay:hover {
    opacity: 1;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after .hover-overlay .absolute-center {
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after .hover-overlay .absolute-center .game-name {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after .hover-overlay .absolute-center .btn {
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
}
.dw-home-module .dw-home-module-8 {
    margin: 15px 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-8 {
        margin: 0;
        padding: 5px 0;
    }
}
.dw-home-module .dw-home-module-8 .home-container .one-content {
    float: left;
    padding-right: 2%;
    width: 33.33%;
}
.dw-home-module .dw-home-module-8 .home-container .one-content img {
    border-radius: 8px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .dw-home-module .dw-home-module-8 .home-container .one-content {
        margin-bottom: 10px;
        padding-right: 0;
        width: 100%;
    }
    .dw-home-module .dw-home-module-8 .home-container .one-content img {
        display: block;
        margin: auto;
        max-width: 100%;
        width: 100%;
    }
}
.dw-home-module .dw-home-module-8 .home-container .other-content {
    float: left;
    width: 66.66%;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-top {
    overflow: hidden;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-top .item-content-400 {
    float: left;
    margin-right: 3%;
    width: 48.5%;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-top .item-content-400 img {
    border-radius: 8px;
    width: 100%;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-top .item-content-400:last-child {
    margin-right: 0;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-bottom {
    overflow: hidden;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-bottom .item-content-400 {
    float: left;
    margin-right: 3%;
    margin-top: 2.5%;
    width: 48.5%;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-bottom .item-content-400 img {
    border-radius: 8px;
    width: 100%;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-bottom .item-content-400:last-child {
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    .dw-home-module .dw-home-module-8 .home-container .other-content {
        width: 100%;
    }
    .dw-home-module .dw-home-module-8 .home-container .other-content .other-top .item-content-400 {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }
    .dw-home-module .dw-home-module-8 .home-container .other-content .other-top .item-content-400 img {
        display: block;
        margin: auto;
        max-width: 100%;
        width: 100%;
    }
    .dw-home-module .dw-home-module-8 .home-container .other-content .other-bottom .item-content-400 {
        margin-bottom: 10px;
        margin-right: 0;
        margin-top: 0;
        width: 100%;
    }
    .dw-home-module .dw-home-module-8 .home-container .other-content .other-bottom .item-content-400 img {
        display: block;
        margin: auto;
        max-width: 100%;
        width: 100%;
    }
    .dw-home-module .dw-home-module-8 .home-container .other-content .other-bottom .item-content-400:last-child {
        margin-bottom: 0;
    }
}
.dw-home-module .dw-home-module-9 {
    margin: 15px 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-9 {
        margin: 0;
        padding: 5px 0;
    }
}
.dw-home-module .dw-home-module-9 .home-top {
    overflow: hidden;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left {
    float: left;
    width: 75%;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container {
    margin: -10px;
    overflow: hidden;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content {
    float: left;
    padding: 10px;
    width: 33.33%;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot {
    border-radius: 8px;
    display: block;
    overflow: hidden;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slot-name {
    background: linear-gradient(#ffd31c, #b59200);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    padding: 5px 15px;
    text-overflow: ellipsis;
    text-shadow: 0 0 1px #000;
    white-space: nowrap;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slot-name {
        font-size: 16px;
    }
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slots-img-overlay {
    overflow: hidden;
    position: relative;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slots-img-overlay img {
    width: 100%;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slots-img-overlay .overlay-hover {
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: 0.3s;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slots-img-overlay .overlay-hover .btn-slot {
    background: linear-gradient(#ffd31c, #b59200);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slots-img-overlay .overlay-hover {
        display: none;
    }
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slots-img-overlay:hover .overlay-hover {
    opacity: 1;
}
@media screen and (max-width: 540px) {
    .dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content {
        padding: 5px;
        width: 50%;
    }
    .dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container {
        margin: -5px;
    }
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-9 .home-top .home-top-left {
        width: 100%;
    }
}
.dw-home-module .dw-home-module-9 .home-top .home-top-right {
    float: left;
    padding-left: 12px;
    width: 25%;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-right a {
    display: block;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-right a img {
    border-radius: 8px;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-9 .home-top .home-top-right {
        display: none;
    }
}
.dw-home-module .dw-home-module-10 {
    margin: 15px 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-10 {
        margin: 0;
        padding: 5px 0;
    }
}
.dw-home-module .dw-home-module-10 .swiper-container {
    border-radius: 8px;
}
.dw-home-module .dw-home-module-10 .swiper-container .swiper-wrapper .swiper-slide a,
.dw-home-module .dw-home-module-10 .swiper-container .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
}
.dw-home-module .dw-home-module-10 .swiper-container .swiper-button-next,
.dw-home-module .dw-home-module-10 .swiper-container .swiper-button-prev {
    background-image: none !important;
    display: flex;
    font-size: 52px;
    height: auto;
    margin: 0;
    opacity: 0.4;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.15s;
    width: auto;
}
.dw-home-module .dw-home-module-10 .swiper-container .swiper-button-next:focus,
.dw-home-module .dw-home-module-10 .swiper-container .swiper-button-next:hover,
.dw-home-module .dw-home-module-10 .swiper-container .swiper-button-prev:focus,
.dw-home-module .dw-home-module-10 .swiper-container .swiper-button-prev:hover {
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .dw-home-module .dw-home-module-10 .swiper-container .swiper-button-next,
    .dw-home-module .dw-home-module-10 .swiper-container .swiper-button-prev {
        font-size: 38px;
    }
}
@media screen and (max-width: 480px) {
    .dw-home-module .dw-home-module-10 .swiper-container .swiper-button-next,
    .dw-home-module .dw-home-module-10 .swiper-container .swiper-button-prev {
        font-size: 28px;
    }
}
.dw-home-module .dw-home-module-10 .swiper-container .swiper-button-prev {
    left: 2%;
}
.dw-home-module .dw-home-module-10 .swiper-container .swiper-button-next {
    right: 2%;
}
.dw-home-module .dw-home-module-11 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.dw-home-module .dw-home-module-11 .home-header {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 2px;
    position: relative;
}
.dw-home-module .dw-home-module-11 .home-header .title {
    display: inline-block;
    vertical-align: middle;
}
.dw-home-module .dw-home-module-11 .home-header .title .first-title {
    color: #000;
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.dw-home-module .dw-home-module-11 .home-header .title .subtitle {
    color: #9698a1;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.dw-home-module .dw-home-module-11 .home-header .navigation {
    display: flex;
    font-size: 0;
    height: 40px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 80px;
}
.dw-home-module .dw-home-module-11 .home-header .navigation .button-navigation {
    align-items: center;
    background-image: inherit;
    border: 1px solid #616168;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 100%;
    justify-content: center;
    left: 0;
    margin-top: 0 !important;
    position: relative !important;
    position: relative;
    top: 0;
    width: 40px;
    z-index: 0;
}
.dw-home-module .dw-home-module-11 .home-header .navigation .button-navigation:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
}
.dw-home-module .dw-home-module-11 .home-header .navigation .button-navigation:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dw-home-module .dw-home-module-11 .swiper-container {
    border-radius: 5px;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item {
    border-radius: 8px;
    display: block;
    overflow: hidden;
    position: relative;
    width: 170px;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item:hover .overlay {
    opacity: 1 !important;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item:hover .game-flag {
    opacity: 0 !important;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay {
    background-color: rgba(9, 10, 14, 0.7);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    transition: opacity 0.33s ease-in-out;
    width: 100%;
    will-change: opacity;
    z-index: 4;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .gameTitle {
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    left: 50%;
    margin: 0;
    max-width: 80%;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: normal;
    width: 100%;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .playIcon {
    align-items: center;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .playIcon:after {
    text-rendering: auto;
    font-smooth: antialiased;
    align-items: center;
    background: #e8bb00;
    border-radius: 50%;
    content: "\f04b";
    display: inline-block;
    display: flex;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    height: 40px;
    justify-content: center;
    padding-left: 4px;
    position: relative;
    width: 40px;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .play {
    background-color: #e8bb00;
    border-radius: 5px;
    bottom: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    height: 30px;
    left: 50%;
    line-height: 30px;
    min-width: 100px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 0.4s ease;
    white-space: nowrap;
    will-change: opacity;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag {
    border-radius: 1.5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: 400;
    left: 5%;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transition: opacity 0.22s ease-in-out 0s;
    visibility: visible;
    will-change: opacity;
    z-index: 3;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:first-of-type {
    top: 5%;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:nth-of-type(2) {
    top: 15%;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:nth-of-type(3) {
    top: 25%;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:nth-of-type(4) {
    top: 35%;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.hot-flag,
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.jackpot-flag,
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.new-flag,
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.recommended-flag {
    font-size: 10px;
    padding: 1px 5px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.new-flag {
    background-image: linear-gradient(90deg, #fb5e59, #e72f35);
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.hot-flag {
    background-image: linear-gradient(90deg, #fbda61, #f76b1c);
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.jackpot-flag {
    background-image: linear-gradient(90deg, #01b3cc, #0089a2);
    bottom: 5%;
    font-size: 11px;
    padding: 5px 10px;
    top: inherit;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.recommended-flag {
    background-image: linear-gradient(90deg, #3598fe, #4561ec);
}
@media screen and (max-width: 650px) {
    .dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item {
        width: 90px;
    }
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide a,
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-next,
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-prev {
    background-image: none !important;
    display: flex;
    font-size: 52px;
    height: auto;
    margin: 0;
    opacity: 0.4;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.15s;
    width: auto;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-next:focus,
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-next:hover,
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-prev:focus,
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-prev:hover {
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .dw-home-module .dw-home-module-11 .swiper-container .swiper-button-next,
    .dw-home-module .dw-home-module-11 .swiper-container .swiper-button-prev {
        font-size: 38px;
    }
}
@media screen and (max-width: 480px) {
    .dw-home-module .dw-home-module-11 .swiper-container .swiper-button-next,
    .dw-home-module .dw-home-module-11 .swiper-container .swiper-button-prev {
        font-size: 28px;
    }
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-prev {
    left: 2%;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-next {
    right: 2%;
}
.dw-home-module .dw-home-module-12 {
    margin: 15px 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-12 {
        margin: 0;
        padding: 5px 0;
    }
}
.dw-home-module .dw-home-module-12 .home-header {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 2px;
    position: relative;
}
.dw-home-module .dw-home-module-12 .home-header .title {
    display: inline-block;
    vertical-align: middle;
}
.dw-home-module .dw-home-module-12 .home-header .title .first-title {
    color: #000;
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.dw-home-module .dw-home-module-12 .home-header .title .subtitle {
    color: #9698a1;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.dw-home-module .dw-home-module-12 .home-header .navigation {
    display: flex;
    font-size: 0;
    height: 40px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 80px;
}
.dw-home-module .dw-home-module-12 .home-header .navigation .button-navigation {
    align-items: center;
    background-image: inherit;
    border: 1px solid #616168;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 100%;
    justify-content: center;
    left: 0;
    margin-top: 0 !important;
    position: relative !important;
    position: relative;
    top: 0;
    width: 40px;
    z-index: 0;
}
.dw-home-module .dw-home-module-12 .home-header .navigation .button-navigation:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
}
.dw-home-module .dw-home-module-12 .home-header .navigation .button-navigation:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dw-home-module .dw-home-module-12 .swiper-container {
    border-radius: 8px;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper {
    height: 250px !important;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item {
    border-radius: 8px;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 250px !important;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item:hover .overlay {
    opacity: 1 !important;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item:hover .game-flag {
    opacity: 0 !important;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay {
    background-color: rgba(9, 10, 14, 0.7);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    transition: opacity 0.33s ease-in-out;
    width: 100%;
    will-change: opacity;
    z-index: 4;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .gameTitle {
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    left: 50%;
    margin: 0;
    max-width: 80%;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: normal;
    width: 100%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .playIcon {
    align-items: center;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .playIcon:after {
    text-rendering: auto;
    font-smooth: antialiased;
    align-items: center;
    background: #e8bb00;
    border-radius: 50%;
    content: "\f04b";
    display: inline-block;
    display: flex;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    height: 40px;
    justify-content: center;
    padding-left: 4px;
    position: relative;
    width: 40px;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .play {
    background-color: #e8bb00;
    border-radius: 5px;
    bottom: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    height: 30px;
    left: 50%;
    line-height: 30px;
    min-width: 100px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 0.4s ease;
    white-space: nowrap;
    will-change: opacity;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag {
    border-radius: 1.5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: 400;
    left: 5%;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transition: opacity 0.22s ease-in-out 0s;
    visibility: visible;
    will-change: opacity;
    z-index: 3;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:first-of-type {
    top: 5%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:nth-of-type(2) {
    top: 15%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:nth-of-type(3) {
    top: 25%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:nth-of-type(4) {
    top: 35%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.hot-flag,
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.jackpot-flag,
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.new-flag,
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.recommended-flag {
    font-size: 10px;
    padding: 1px 5px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.new-flag {
    background-image: linear-gradient(90deg, #fb5e59, #e72f35);
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.hot-flag {
    background-image: linear-gradient(90deg, #fbda61, #f76b1c);
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.jackpot-flag {
    background-image: linear-gradient(90deg, #01b3cc, #0089a2);
    bottom: 5%;
    font-size: 11px;
    padding: 5px 10px;
    top: inherit;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.recommended-flag {
    background-image: linear-gradient(90deg, #3598fe, #4561ec);
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-next,
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-prev {
    background-image: none !important;
    display: flex;
    font-size: 52px;
    height: auto;
    margin: 0;
    opacity: 0.4;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.15s;
    width: auto;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-next:focus,
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-next:hover,
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-prev:focus,
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-prev:hover {
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .dw-home-module .dw-home-module-12 .swiper-container .swiper-button-next,
    .dw-home-module .dw-home-module-12 .swiper-container .swiper-button-prev {
        font-size: 38px;
    }
}
@media screen and (max-width: 480px) {
    .dw-home-module .dw-home-module-12 .swiper-container .swiper-button-next,
    .dw-home-module .dw-home-module-12 .swiper-container .swiper-button-prev {
        font-size: 28px;
    }
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-prev {
    left: 2%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-next {
    right: 2%;
}
.dw-home-module .dw-home-module-13 {
    margin: 15px 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-13 {
        margin: 0;
        padding: 5px 0;
    }
}
.dw-home-module .dw-home-module-13 .home-header {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 2px;
    position: relative;
}
.dw-home-module .dw-home-module-13 .home-header .title {
    display: inline-block;
    vertical-align: middle;
}
.dw-home-module .dw-home-module-13 .home-header .title .first-title {
    color: #000;
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.dw-home-module .dw-home-module-13 .home-header .title .subtitle {
    color: #9698a1;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.dw-home-module .dw-home-module-13 .home-header .navigation {
    display: flex;
    font-size: 0;
    height: 40px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 80px;
}
.dw-home-module .dw-home-module-13 .home-header .navigation .button-navigation {
    align-items: center;
    background-image: inherit;
    border: 1px solid #616168;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 100%;
    justify-content: center;
    left: 0;
    margin-top: 0 !important;
    position: relative !important;
    position: relative;
    top: 0;
    width: 40px;
    z-index: 0;
}
.dw-home-module .dw-home-module-13 .home-header .navigation .button-navigation:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
}
.dw-home-module .dw-home-module-13 .home-header .navigation .button-navigation:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dw-home-module .dw-home-module-13 .swiper-container {
    border-radius: 8px;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper {
    height: 300px !important;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide.game-item {
    background-color: #e8bb00;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 300px !important;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide.game-item .PromotionText {
    background-color: #b59200;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide.game-item .Title {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    opacity: 0.5;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide.game-item .Subtitle {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide .PromotionImage {
    background-position: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-size: auto 80% !important;
    bottom: 56px;
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide .PromotionText {
    bottom: 0;
    height: 56px;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide .PromotionText span {
    color: #fff;
    display: flex;
    font-size: 13px;
    line-height: 1.4;
    margin-right: 0;
    max-height: 38px;
    overflow: hidden;
    white-space: normal;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-next,
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-prev {
    background-image: none !important;
    display: flex;
    font-size: 52px;
    height: auto;
    margin: 0;
    opacity: 0.4;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.15s;
    width: auto;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-next:focus,
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-next:hover,
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-prev:focus,
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-prev:hover {
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .dw-home-module .dw-home-module-13 .swiper-container .swiper-button-next,
    .dw-home-module .dw-home-module-13 .swiper-container .swiper-button-prev {
        font-size: 38px;
    }
}
@media screen and (max-width: 480px) {
    .dw-home-module .dw-home-module-13 .swiper-container .swiper-button-next,
    .dw-home-module .dw-home-module-13 .swiper-container .swiper-button-prev {
        font-size: 28px;
    }
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-prev {
    left: 2%;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-next {
    right: 2%;
}
.dw-home-module .dw-home-module-14 {
    margin: 15px 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-14 {
        margin: 0;
        padding: 5px 0;
    }
}
.dw-home-module .dw-home-module-14 .home-header {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 2px;
    position: relative;
}
.dw-home-module .dw-home-module-14 .home-header .title {
    display: inline-block;
    vertical-align: middle;
}
.dw-home-module .dw-home-module-14 .home-header .title .first-title {
    color: #000;
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.dw-home-module .dw-home-module-14 .home-header .title .subtitle {
    color: #9698a1;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.dw-home-module .dw-home-module-14 .home-header .navigation {
    display: flex;
    font-size: 0;
    height: 40px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 80px;
}
.dw-home-module .dw-home-module-14 .home-header .navigation .button-navigation {
    align-items: center;
    background-image: inherit;
    border: 1px solid #616168;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 100%;
    justify-content: center;
    left: 0;
    margin-top: 0 !important;
    position: relative !important;
    position: relative;
    top: 0;
    width: 40px;
    z-index: 0;
}
.dw-home-module .dw-home-module-14 .home-header .navigation .button-navigation:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
}
.dw-home-module .dw-home-module-14 .home-header .navigation .button-navigation:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dw-home-module .dw-home-module-14 .swiper-container {
    border-radius: 8px;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-wrapper {
    height: 94px !important;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-wrapper .swiper-slide.game-item {
    background-color: #212633;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 70%;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 150px !important;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-wrapper .swiper-slide.game-item:hover {
    box-shadow: inset 0 0 0 2px #e8bb00;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-wrapper .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-next,
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-prev {
    background-image: none !important;
    display: flex;
    font-size: 52px;
    height: auto;
    margin: 0;
    opacity: 0.4;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.15s;
    width: auto;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-next:focus,
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-next:hover,
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-prev:focus,
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-prev:hover {
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .dw-home-module .dw-home-module-14 .swiper-container .swiper-button-next,
    .dw-home-module .dw-home-module-14 .swiper-container .swiper-button-prev {
        font-size: 38px;
    }
}
@media screen and (max-width: 480px) {
    .dw-home-module .dw-home-module-14 .swiper-container .swiper-button-next,
    .dw-home-module .dw-home-module-14 .swiper-container .swiper-button-prev {
        font-size: 28px;
    }
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-prev {
    left: 2%;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-next {
    right: 2%;
}
.dw-home-module .dw-home-module-15 {
    margin: 15px 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-15 {
        margin: 0;
        padding: 5px 0;
    }
}
.dw-home-module .dw-home-module-15 .home-header {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 2px;
    position: relative;
}
.dw-home-module .dw-home-module-15 .home-header .title {
    display: inline-block;
    vertical-align: middle;
}
.dw-home-module .dw-home-module-15 .home-header .title .first-title {
    color: #000;
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.dw-home-module .dw-home-module-15 .home-header .title .subtitle {
    color: #9698a1;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.dw-home-module .dw-home-module-15 .home-header .navigation {
    display: flex;
    font-size: 0;
    height: 40px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 80px;
}
.dw-home-module .dw-home-module-15 .home-header .navigation .button-navigation {
    align-items: center;
    background-image: inherit;
    border: 1px solid #616168;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 100%;
    justify-content: center;
    left: 0;
    margin-top: 0 !important;
    position: relative !important;
    position: relative;
    top: 0;
    width: 40px;
    z-index: 0;
}
.dw-home-module .dw-home-module-15 .home-header .navigation .button-navigation:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
}
.dw-home-module .dw-home-module-15 .home-header .navigation .button-navigation:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dw-home-module .dw-home-module-15 .swiper-container {
    border-radius: 8px;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    width: 270px;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide:not(:last-child) {
    margin-right: 10px;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Image img {
    height: auto;
    width: 100%;
}
@media (min-width: 768px) {
    .dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Image img {
        height: 190px;
    }
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Details {
    background: linear-gradient(102.5deg, #e8bb00, #b59200 99.07%);
    display: flex;
    flex-direction: column;
    padding: 4px 12px 12px;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Details .Information {
    display: flex;
    margin-bottom: 4px;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Details .Information .Date {
    flex: 1;
    height: 100%;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Details .Information .Date,
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Details .Information .Readtime {
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Details .Title {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 4em;
    line-height: 2em;
    overflow: hidden;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-next,
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-prev {
    background-image: none !important;
    display: flex;
    font-size: 52px;
    height: auto;
    margin: 0;
    opacity: 0.4;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.15s;
    width: auto;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-next:focus,
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-next:hover,
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-prev:focus,
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-prev:hover {
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .dw-home-module .dw-home-module-15 .swiper-container .swiper-button-next,
    .dw-home-module .dw-home-module-15 .swiper-container .swiper-button-prev {
        font-size: 38px;
    }
}
@media screen and (max-width: 480px) {
    .dw-home-module .dw-home-module-15 .swiper-container .swiper-button-next,
    .dw-home-module .dw-home-module-15 .swiper-container .swiper-button-prev {
        font-size: 28px;
    }
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-prev {
    left: 2%;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-next {
    right: 2%;
}
.dw-home-module .dw-home-module-16 {
    bottom: -1px;
    padding-top: 10px;
    position: relative;
}
.dw-home-module .dw-home-module-16 .home-header {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 2px;
    position: relative;
}
.dw-home-module .dw-home-module-16 .home-header .title {
    display: inline-block;
    vertical-align: middle;
}
.dw-home-module .dw-home-module-16 .home-header .title .first-title {
    color: #000;
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.dw-home-module .dw-home-module-16 .home-header .title .subtitle {
    color: #9698a1;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.dw-home-module .dw-home-module-16 .home-header .navigation {
    display: flex;
    font-size: 0;
    height: 40px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 80px;
}
.dw-home-module .dw-home-module-16 .home-header .navigation .button-navigation {
    align-items: center;
    background-image: inherit;
    border: 1px solid #616168;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 100%;
    justify-content: center;
    left: 0;
    margin-top: 0 !important;
    position: relative;
    top: 0;
    width: 40px;
    z-index: 0;
}
.dw-home-module .dw-home-module-16 .home-header .navigation .button-navigation:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
}
.dw-home-module .dw-home-module-16 .home-header .navigation .button-navigation:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dw-home-module .dw-home-module-16 .content {
    width: 100%;
}
.dw-home-module .dw-home-module-16 .content a {
    display: block;
    width: 100%;
}
.dw-home-module .dw-home-module-16 .content a img {
    width: 100%;
}
.dw-home-module .dw-home-module-17 {
    margin: 15px 0;
    padding: 0;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-17 {
        margin: 0;
        padding: 5px 0;
    }
}
.dw-home-module .dw-home-module-17 .dw-home-module-container {
    margin: auto;
    max-width: 100%;
    padding: 0 10px;
    width: 1420px;
}
.dw-home-module .dw-home-module-17 .home-header {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 2px;
    position: relative;
}
.dw-home-module .dw-home-module-17 .home-header .title {
    display: inline-block;
    vertical-align: middle;
}
.dw-home-module .dw-home-module-17 .home-header .title .first-title {
    color: #000;
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.dw-home-module .dw-home-module-17 .home-header .title .subtitle {
    color: #9698a1;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.dw-home-module .dw-home-module-17 .home-header .navigation {
    display: flex;
    font-size: 0;
    height: 40px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 80px;
}
.dw-home-module .dw-home-module-17 .home-header .navigation .button-navigation {
    align-items: center;
    background-image: inherit;
    border: 1px solid #616168;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 100%;
    justify-content: center;
    left: 0;
    margin-top: 0 !important;
    position: relative !important;
    position: relative;
    top: 0;
    width: 40px;
    z-index: 0;
}
.dw-home-module .dw-home-module-17 .home-header .navigation .button-navigation:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
}
.dw-home-module .dw-home-module-17 .home-header .navigation .button-navigation:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dw-home-module .dw-home-module-17 img {
    max-width: 100%;
}
.dw-home-module .dw-home-module-17 .colums {
    display: flex;
    flex-wrap: wrap;
    height: 400px;
    position: relative;
    width: 100%;
}
.dw-home-module .dw-home-module-17 .colums .colum {
    height: 100%;
}
.dw-home-module .dw-home-module-17 .colums .colum img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.dw-home-module .dw-home-module-17 .colums .colum .swiper-pagination-bullet-active {
    background: #e8bb00;
}
.dw-home-module .dw-home-module-17 .colums .colum-one {
    width: 50%;
}
.dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide {
    display: block;
}
.dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
}
.dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container,
.dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container .swiper-wrapper,
.dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide,
.dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide img {
    height: 100%;
}
.dw-home-module .dw-home-module-17 .colums .colum-two {
    width: 33.33%;
}
.dw-home-module .dw-home-module-17 .colums .colum-two .ImageItem {
    height: 50%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.dw-home-module .dw-home-module-17 .colums .colum-two .ImageItem:first-child {
    padding-bottom: 10px;
}
.dw-home-module .dw-home-module-17 .colums .colum-two .ImageItem img {
    height: 100%;
}
.dw-home-module .dw-home-module-17 .colums .colum-three {
    width: 16.6666667%;
}
.dw-home-module .dw-home-module-17 .colums .colum-three .ImageItem,
.dw-home-module .dw-home-module-17 .colums .colum-three .ImageItem img {
    height: 100%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-17 .colums {
        height: auto;
    }
    .dw-home-module .dw-home-module-17 .colums .colum {
        padding-bottom: 10px;
    }
    .dw-home-module .dw-home-module-17 .colums .colum-one,
    .dw-home-module .dw-home-module-17 .colums .colum-three,
    .dw-home-module .dw-home-module-17 .colums .colum-two {
        width: 100%;
    }
    .dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container,
    .dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide {
        height: auto !important;
    }
    .dw-home-module .dw-home-module-17 .colums .colum-two .ImageItem {
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
}
.dw-home-module .dw-home-module-18 {
    margin: 15px 0;
    padding: 0;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-18 {
        margin: 0;
        padding: 5px 0;
    }
}
.dw-home-module .dw-home-module-18 .dw-home-module-container {
    margin: auto;
    max-width: 100%;
    padding: 0 10px;
    width: 1420px;
}
.dw-home-module .dw-home-module-18 .home-header {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 2px;
    position: relative;
}
.dw-home-module .dw-home-module-18 .home-header .title {
    display: inline-block;
    vertical-align: middle;
}
.dw-home-module .dw-home-module-18 .home-header .title .first-title {
    color: #000;
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.dw-home-module .dw-home-module-18 .home-header .title .subtitle {
    color: #9698a1;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.dw-home-module .dw-home-module-18 .home-header .navigation {
    display: flex;
    font-size: 0;
    height: 40px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 80px;
}
.dw-home-module .dw-home-module-18 .home-header .navigation .button-navigation {
    align-items: center;
    background-image: inherit;
    border: 1px solid #616168;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 100%;
    justify-content: center;
    left: 0;
    margin-top: 0 !important;
    position: relative !important;
    position: relative;
    top: 0;
    width: 40px;
    z-index: 0;
}
.dw-home-module .dw-home-module-18 .home-header .navigation .button-navigation:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
}
.dw-home-module .dw-home-module-18 .home-header .navigation .button-navigation:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dw-home-module .dw-home-module-18 img {
    max-width: 100%;
}
.dw-home-module .dw-home-module-18 .colums {
    display: flex;
    flex-wrap: wrap;
    height: 283px;
    position: relative;
    width: 100%;
}
.dw-home-module .dw-home-module-18 .colums .colum {
    height: 100%;
}
.dw-home-module .dw-home-module-18 .colums .colum img {
    width: 100%;
}
.dw-home-module .dw-home-module-18 .colums .colum .swiper-pagination-bullet-active {
    background: #e8bb00;
}
.dw-home-module .dw-home-module-18 .colums .colum-one {
    width: calc(100% - 320px);
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container {
    height: 100%;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-wrapper {
    height: 100% !important;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide {
    display: block;
    height: 100%;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function {
    bottom: 10px;
    display: flex;
    padding: 10px 20px;
    position: absolute;
    white-space: nowrap;
    z-index: 40;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    color: hsla(0, 0%, 100%, 0.7);
    display: flex;
    flex-wrap: wrap;
    height: 22px;
    min-width: 30px;
    text-align: center;
    white-space: nowrap;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item > * {
    position: relative;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-next,
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-prev {
    background-size: 10px 40px;
    height: 100%;
    left: 0;
    margin-top: inherit;
    right: 0;
    top: inherit;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-next:after,
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-prev:after {
    align-items: center;
    display: flex;
    font-family: FontAwesome;
    font-size: 11px;
    height: 100%;
    justify-content: center;
    padding-top: 2px;
    position: relative;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-prev {
    background-image: none;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-prev:after {
    content: "\f053";
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-next {
    background-image: none;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-next:after {
    content: "\f054";
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-pagination {
    align-items: center;
    bottom: 0;
    display: flex;
    margin: 0 5px;
    top: -1px;
    width: auto;
}
.dw-home-module .dw-home-module-18 .colums .colum-two {
    width: 320px;
}
.dw-home-module .dw-home-module-18 .colums .colum-two .ImageItem {
    height: 100%;
    padding-left: 10px;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .dw-home-module .dw-home-module-18 .colums {
        height: auto;
    }
    .dw-home-module .dw-home-module-18 .colums .colum {
        height: auto !important;
        padding-bottom: 10px;
    }
    .dw-home-module .dw-home-module-18 .colums .colum-one {
        width: 100%;
    }
    .dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container,
    .dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-wrapper,
    .dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide {
        height: auto !important;
    }
    .dw-home-module .dw-home-module-18 .colums .colum-two {
        display: none;
    }
}
.form-page .form-container {
    -ms-grid-columns: 1fr;
    display: -ms-grid;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 1200px;
    padding: 80px 10px;
    place-items: center;
}
.form-page .form-container .module-one,
.form-page .form-container .module-three {
    display: none;
}
.form-page .form-container .module-one img,
.form-page .form-container .module-three img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.form-page .form-container .module-two {
    max-width: 450px;
    width: 100%;
}
@media screen and (min-width: 991px) {
    .form-page .form-container {
        -ms-grid-columns: 1fr 500px 1fr;
        grid-template-columns: 1fr 500px 1fr;
    }
    .form-page .form-container .module-one,
    .form-page .form-container .module-three {
        display: block;
    }
}
.auth-el-dialog {
    background: var(--background-contrast);
    background-clip: padding-box;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    font-size: 0.5625rem;
    margin: auto;
    min-height: 100px;
    outline: 0;
    padding: 22px 28px;
    pointer-events: auto;
    position: relative;
    width: 100%;
}
.auth-el-dialog header h2 {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 0.875rem;
}
.auth-el-dialog header h2 small {
    font-size: 0.8125rem;
    line-height: 1rem;
}
@media screen and (min-width: 992px) {
    .auth-el-dialog {
        border-radius: 14px;
        font-size: 0.9375rem;
        font-weight: 500;
        line-height: 1.125rem;
        padding: 22px 55px;
    }
    .auth-el-dialog header {
        align-items: center;
        display: flex;
        justify-content: center;
        min-height: 1.875rem;
    }
    .auth-el-dialog header h2 {
        font-size: 0.9375rem;
        font-weight: 600;
        line-height: 1.125rem;
        margin: 0;
    }
    .auth-el-dialog header h2 small {
        font-size: 1.5rem;
        line-height: 1.82875rem;
    }
}
.DialogMobile {
    background: #f8f8f8;
    bottom: -100%;
    left: 0;
    overflow: hidden;
    padding: 20px;
    position: fixed;
    transition: bottom 0.3s ease;
    width: 100%;
    z-index: 10;
}
.DialogMobile.Opened {
    bottom: 0;
}
.DialogMobile .Dialog {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.DialogMobile .Dialog .Information {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}
.DialogMobile .Dialog .Information .icon {
    border-radius: 2px;
    margin-right: 10px;
    padding: 2px;
}
.DialogMobile .Dialog .Information .icon img {
    max-width: 56px;
}
.DialogMobile .Dialog .Information .text {
    color: #495057;
    height: 51px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
}
.DialogMobile .Dialog .Buttons {
    display: flex;
    position: relative;
    width: 100%;
}
.DialogMobile .Dialog .Buttons .btn {
    width: 100%;
}
.DialogMobile .Dialog .Buttons .btn:first-child {
    margin-right: 10px;
}
.DialogMobile .Dialog .Buttons .btn.cancel {
    background: #fff;
    border: 1px solid #9a9a9a;
    color: #2f2f2f;
}
.DialogMobile .Dialog .Buttons .btn.add {
    background: #4285f1;
    border: 1px solid #4285f1;
    color: #fff;
}
.DialogWarningContainer {
    background: hsla(0, 0%, 100%, 0.8);
    border-top: 5px solid #e8bb00;
    bottom: 0;
    position: fixed;
    width: 100vw;
    z-index: 999999999999;
}
.DialogWarningContainer .DialogWarning {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
    width: 100%;
}
@media (min-width: 0px) {
    .DialogWarningContainer .DialogWarning {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 15px;
        min-height: 120px;
    }
}
@media (min-width: 767px) {
    .DialogWarningContainer .DialogWarning {
        flex-direction: row;
    }
}
.DialogWarningContainer .DialogWarning .IconClient {
    text-align: center;
    width: 100px;
}
@media (min-width: 1200px) {
    .DialogWarningContainer .DialogWarning .IconClient {
        padding: 16px 0;
    }
}
@media (min-width: 767px) {
    .DialogWarningContainer .DialogWarning .IconClient {
        padding: 10px 0;
    }
}
@media (min-width: 992px) {
    .DialogWarningContainer .DialogWarning .IconClient {
        border: 1px solid rgba(0, 0, 0, 0.8);
        border-radius: 10px;
        padding: 10px 0;
    }
}
.DialogWarningContainer .DialogWarning .IconClient img {
    max-width: 50px;
}
.DialogWarningContainer .DialogWarning .MessageClient {
    flex: 1;
}
.DialogWarningContainer .DialogWarning .MessageClient p {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .DialogWarningContainer .DialogWarning .MessageClient {
        padding-top: 20px;
    }
}
.DialogWarningContainer .DialogWarning .ButtonsActions .btn {
    width: 100%;
}
.DialogWarningContainer .DialogWarning .ButtonsActions .btn-link {
    margin-top: 15px;
    text-decoration: underline;
}
@media screen and (max-width: 991px) {
    .DialogWarningContainer .DialogWarning .ButtonsActions {
        padding-bottom: 20px;
    }
}
.dw-casino-05 {
    margin: 25px auto;
    max-width: 100%;
    overflow: hidden;
    width: 1400px;
}
.dw-casino-05 .Centered {
    align-items: center;
    display: flex;
    justify-content: center;
}
@media (min-width: 768px) {
    .dw-casino-05 .header-casino .row {
        -ms-grid-columns: (1fr) [3];
        display: -ms-grid;
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(3, 1fr);
        margin: 0;
        padding: 0;
    }
    .dw-casino-05 .header-casino .row .form-group {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.dw-casino-05 .header-casino .row .form-group {
    padding: 0 !important;
}
@media screen and (max-width: 767px) {
    .dw-casino-05 .header-casino {
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 45px;
    }
    .dw-casino-05 .header-casino .mobile-search-button {
        border: 1px solid #ccc;
        border-radius: 0 3px 3px 0;
        cursor: pointer;
        display: flex;
        font-size: 14px;
        padding: 10px;
        position: absolute;
        right: -35px;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        width: 35px;
    }
    .dw-casino-05 .header-casino .mobile-search-button:before {
        content: "\f002";
        font-family: FontAwesome;
    }
    .dw-casino-05 .header-casino .mobile-search-button:focus,
    .dw-casino-05 .header-casino .mobile-search-button:hover {
        border: 1px solid #aaa;
        box-shadow: 0 0 3px #aaa;
    }
    .dw-casino-05 .header-casino .form-group.col-md-4 {
        margin-bottom: 0;
        padding: 0;
        width: 50%;
    }
    .dw-casino-05 .header-casino .form-group.col-md-4 .select-casino select {
        border-radius: 0;
        font-size: 14px;
        padding: 10px 30px 10px 10px;
    }
    .dw-casino-05 .header-casino .form-group.col-md-4 .select-casino:before {
        font-size: 16px;
        right: 10px;
    }
    .dw-casino-05 .header-casino .form-group.col-md-4:first-child .select-casino select {
        border-radius: 3px 0 0 3px;
    }
    .dw-casino-05 .header-casino .form-group.col-md-4.form-group-search {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
        display: none;
        margin: 0;
        position: absolute;
        right: -35px;
        top: 0;
        width: calc(100% + 35px);
        z-index: 10;
    }
    .dw-casino-05 .header-casino .form-group.col-md-4.form-group-search .input-casino:before {
        display: none;
    }
    .dw-casino-05 .header-casino .form-group.col-md-4.form-group-search .input-casino input {
        border: 0;
        font-size: 14px;
        padding: 10px 40px 10px 10px;
    }
    .dw-casino-05 .header-casino .form-group.col-md-4.form-group-search .input-casino .mobile-close {
        color: #495057;
        cursor: pointer;
        display: flex;
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 5;
    }
    .dw-casino-05 .header-casino .form-group.col-md-4.form-group-search .input-casino .mobile-close:before {
        content: "\f00d";
        font-family: FontAwesome;
    }
}
@media screen and (min-width: 768px) {
    .dw-casino-05 .header-casino .form-group.col-md-4.form-group-search {
        display: block !important;
    }
}
.dw-casino-05 .header-casino .input-casino {
    position: relative;
}
.dw-casino-05 .header-casino .input-casino input {
    background: transparent;
    border: 1px solid #ccc;
    color: #495057;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    padding: 12px 50px 12px 12px;
    position: relative;
    z-index: 1;
}
.dw-casino-05 .header-casino .input-casino input:focus,
.dw-casino-05 .header-casino .input-casino input:hover {
    border: 1px solid #aaa;
    box-shadow: 0 0 3px #aaa;
}
.dw-casino-05 .header-casino .input-casino:before {
    color: #495057;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dw-casino-05 .header-casino .select-casino {
    position: relative;
}
.dw-casino-05 .header-casino .select-casino select {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #ccc;
    color: #495057;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    outline: 0;
    padding: 12px 50px 12px 12px;
    position: relative;
    z-index: 1;
}
.dw-casino-05 .header-casino .select-casino select:focus,
.dw-casino-05 .header-casino .select-casino select:hover {
    border: 1px solid #aaa;
    box-shadow: 0 0 3px #aaa;
}
.dw-casino-05 .header-casino .select-casino .itemValue {
    align-items: center;
    background: #fff;
    color: #495057;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    left: 0;
    padding: 12px;
    position: absolute;
    top: 0;
    width: calc(100% - 50px);
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .dw-casino-05 .header-casino .select-casino .itemValue {
        font-size: 14px;
        width: calc(100% - 30px);
    }
}
.dw-casino-05 .header-casino .select-casino:before {
    align-items: center;
    color: #495057;
    content: "\f078";
    display: flex;
    font-family: FontAwesome;
    font-size: 19px;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
}
.dw-casino-05 .body-casino .container-games {
    grid-gap: 15px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .dw-casino-05 .body-casino .container-games {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
        padding: 0 10px;
    }
}
.dw-casino-05 .body-casino .container-games .game-parent {
    padding: 0;
    position: relative;
    width: 100%;
}
.dw-casino-05 .body-casino .container-games .game-parent .ImageFeatured {
    display: block;
    height: 70%;
    left: 0;
    position: absolute;
    top: 0;
    width: auto !important;
    z-index: 1;
}
.dw-casino-05 .body-casino .container-games .game-parent .ImageFeatured.square {
    aspect-ratio: 1/1;
    height: auto;
}
.dw-casino-05 .body-casino .container-games .game-parent .flag {
    background: var(--white);
    border-radius: 1.5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    color: var(--dark);
    font-size: 10px;
    font-weight: 700;
    left: 5%;
    opacity: 1;
    padding: 1px 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    transition: opacity 0.22s ease-in-out 0s;
    visibility: visible;
    will-change: opacity;
    z-index: 1;
}
.dw-casino-05 .body-casino .container-games .game-parent .flag:first-of-type {
    top: 10px;
}
.dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(2) {
    top: 30px;
}
.dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(3) {
    top: 50px;
}
.dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(n + 4) {
    display: none;
}
@media screen and (min-width: 576px) {
    .dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(n + 4) {
        display: block;
    }
    .dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(n + 7) {
        display: none;
    }
    .dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(4) {
        top: 70px;
    }
    .dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(5) {
        top: 90px;
    }
    .dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(6) {
        top: 110px;
    }
}
.dw-casino-05 .body-casino .container-games .game-parent .flag.flag-primary {
    background: var(--primary);
    color: var(--text-light);
}
.dw-casino-05 .body-casino .container-games .game-parent .flag.flag-danger {
    background: var(--danger);
    color: var(--text-dark);
}
.dw-casino-05 .body-casino .container-games .game-parent .flag.flag-success {
    background: var(--success);
    color: var(--dark);
}
.dw-casino-05 .body-casino .container-games .game-parent .flag.flag-info {
    background: var(--info);
    color: var(--dark);
}
.dw-casino-05 .body-casino .container-games .game-parent .flag.flag-light {
    background: var(--background-light);
    color: var(--text-light);
}
.dw-casino-05 .body-casino .container-games .game-parent .flag.flag-dark {
    background: var(--background-dark);
    color: var(--primary);
}
.dw-casino-05 .body-casino .container-games .game-parent .FavoriteContainer.top {
    top: 5px;
}
.dw-casino-05 .body-casino .container-games .game-parent .FavoriteContainer {
    bottom: 5px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    z-index: 1;
}
.dw-casino-05 .body-casino .container-games .game-parent .FavoriteContainer .Favorite {
    background-color: var(--background-dark);
    border-radius: 50%;
    color: var(--text-dark);
    font-size: 14px;
    height: 26px;
    padding: 1px;
    vertical-align: middle;
    width: 26px;
}
.dw-casino-05 .body-casino .container-games .game-parent .FavoriteContainer .Favorite.active {
    background-color: var(--primary);
    color: var(--text-light);
}
.dw-casino-05 .body-casino .container-games .game-parent .FavoriteContainer .Favorite i {
    line-height: normal;
    vertical-align: middle;
}
.dw-casino-05 .body-casino .container-games .game-parent .game-content {
    background: #495057;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    height: 100%;
    min-height: 100px;
    overflow: hidden;
    position: relative;
    transition: 0.15s;
}
.dw-casino-05 .body-casino .container-games .game-parent .game-content.square {
    aspect-ratio: 1/1;
    height: auto;
}
.dw-casino-05 .body-casino .container-games .game-parent .game-content .game-name {
    background: #512158;
    background: linear-gradient(90deg, #512158, #802d51);
    color: #fff;
    display: none;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dw-casino-05 .body-casino .container-games .game-parent .game-content img.imgGame {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 100%;
}
.dw-casino-05 .body-casino .container-games .game-parent .game-content img.imgGame.show-image {
    opacity: 1;
}
.dw-casino-05 .body-casino .container-games .game-parent .game-content:focus,
.dw-casino-05 .body-casino .container-games .game-parent .game-content:hover {
    box-shadow: 0 0 3px #666;
}
.dw-casino-05 .body-casino .btn-footer-sg {
    -ms-grid-column-span: 6;
    grid-gap: 15px;
    display: flex;
    grid-column: span 6;
    justify-content: space-between;
    line-height: 15px;
    margin-bottom: 10px;
    padding: 0 15px;
    position: relative;
    text-align: center;
}
.dw-casino-05 .body-casino .btn-footer-sg .btn {
    flex-grow: 1;
    text-transform: capitalize;
    width: 45%;
}
.dw-casino-05 .GamesEmptyContainer {
    padding: 15px;
}
@media screen and (max-width: 991px) {
    .dw-casino-05 .GamesEmptyContainer {
        padding: 15px 10px;
    }
}
.dw-casino-05 .GamesEmptyContainer .GamesEmpty {
    background: #3e4551;
    border-radius: 5px;
    color: #fff;
    padding: 15px;
    text-align: center;
    width: 100%;
}
.dw-live-casino-02 .games-container {
    margin: 30px auto;
    max-width: 1900px;
    padding: 0 10px;
}
@media screen and (max-width: 767px) {
    .dw-live-casino-02 .games-container {
        margin-top: 20px;
    }
}
.dw-live-casino-02 .games-container .games-container-left {
    margin-bottom: 15px;
}
.dw-live-casino-02 .games-container .games-container-left .top-games-panel {
    background-color: #3e4551;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.5em;
    margin-bottom: 12px;
    padding: 0 15px;
    position: relative;
}
.dw-live-casino-02 .games-container .games-container-left .top-games-panel:before {
    background-color: #e8bb00;
    border-radius: 0 3px 3px 0;
    content: "";
    height: 60%;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
}
@media screen and (max-width: 991px) {
    .dw-live-casino-02 .games-container .games-container-left .top-games-panel {
        border-radius: 5px 5px 0 0;
        margin-bottom: 0;
    }
}
.dw-live-casino-02 .games-container .games-container-left .search-games {
    background-color: #3e4551;
    border-radius: 5px 5px 0 0;
    position: relative;
}
.dw-live-casino-02 .games-container .games-container-left .search-games input {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 5px 8px 40px;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .dw-live-casino-02 .games-container .games-container-left .search-games input {
        padding: 15px 5px 15px 40px;
    }
}
.dw-live-casino-02 .games-container .games-container-left .search-games:before {
    color: #eee;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 22px;
    left: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
    .dw-live-casino-02 .games-container .games-container-left .search-games {
        border-radius: 0 0 5px 5px;
    }
}
.dw-live-casino-02 .games-container .games-container-left .btn-mobile-slide {
    border-radius: 6px 6px 6px 6px;
    display: none;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 55px 10px 50px;
    position: relative;
    text-align: left;
    transition: 0.15s;
    transition-delay: 0.3s;
    width: 100%;
}
.dw-live-casino-02 .games-container .games-container-left .btn-mobile-slide.activated {
    border-radius: 6px 6px 0 0;
    transition: 0s;
    transition-delay: 0s;
}
.dw-live-casino-02 .games-container .games-container-left .btn-mobile-slide .count-menu {
    font-size: 16px;
    opacity: 0.75;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dw-live-casino-02 .games-container .games-container-left .btn-mobile-slide:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 22px;
    left: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dw-live-casino-02 .games-container .games-container-left .btn-mobile-slide:hover {
    background: #ffd31c;
}
@media screen and (max-width: 991px) {
    .dw-live-casino-02 .games-container .games-container-left .btn-mobile-slide {
        display: block;
    }
}
.dw-live-casino-02 .games-container .games-container-left .full-menu-casino {
    background: #eee;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
.dw-live-casino-02 .games-container .games-container-left .full-menu-casino .option-menu {
    color: #3e4551;
    display: block;
    font-weight: 600;
    padding: 12px 50px 12px 40px;
    position: relative;
    transition: 0.15s;
}
.dw-live-casino-02 .games-container .games-container-left .full-menu-casino .option-menu .count-menu {
    font-size: 16px;
    opacity: 0.75;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dw-live-casino-02 .games-container .games-container-left .full-menu-casino .option-menu:before {
    content: "\f005";
    font-family: FontAwesome;
    left: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dw-live-casino-02 .games-container .games-container-left .full-menu-casino .option-menu.activated,
.dw-live-casino-02 .games-container .games-container-left .full-menu-casino .option-menu:hover {
    background: #707680;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .dw-live-casino-02 .games-container .games-container-left .full-menu-casino {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .dw-live-casino-02 .games-container .games-container-left .full-menu-casino {
        display: block !important;
    }
    .dw-live-casino-02 .games-container .games-container-left {
        float: left;
        width: 280px;
    }
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container {
    min-height: 600px;
    overflow: hidden;
    position: relative;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container.show-load-games .game-fix {
    display: block;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .btn-footer-sg {
    display: none;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .btn-footer-sg .col-md-6.col-sm-6.col-xs-12 {
    display: block;
    float: left;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .btn-footer-sg .col-md-6.col-sm-6.col-xs-12 .btn {
    border-radius: 5px;
    font-weight: 600;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix-loading {
    color: #3e4551;
    font-size: 18px;
    font-weight: 600;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix-loading i {
    font-size: 36px;
    margin-bottom: 10px;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .casino-games-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
    .dw-live-casino-02 .games-container .games-container-right .games-casino-container .casino-games-list {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .dw-live-casino-02 .games-container .games-container-right .games-casino-container .casino-games-list {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 992px) {
    .dw-live-casino-02 .games-container .games-container-right {
        float: right;
        padding-left: 9px;
        width: calc(100% - 280px);
    }
}
.dw-live-casino-02 .game-fix {
    border-radius: 5px;
    display: none;
    padding: 0 3px 6px;
    position: relative;
    text-transform: uppercase;
    width: 20%;
    z-index: 1;
}
.dw-live-casino-02 .game-fix a {
    display: block;
}
.dw-live-casino-02 .game-fix a figure {
    border: 1px solid #30353b;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.dw-live-casino-02 .game-fix a figure .img-figure {
    height: auto !important;
    transition: 0.3s;
    width: 100%;
}
.dw-live-casino-02 .game-fix a figure .img-provider {
    left: 5%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s;
    width: 30%;
    z-index: 5;
}
.dw-live-casino-02 .game-fix a figure .game-flag {
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    left: 5px;
    max-width: 100%;
    padding: 2px 5px;
    position: absolute;
    text-transform: uppercase;
    top: 5px;
    transition: 0.15s;
    z-index: 10;
}
.dw-live-casino-02 .game-fix a figure .balance-promo {
    background: linear-gradient(90deg, #36689c -25%, #97b5f0, #36689c 125%);
    bottom: 57px;
}
.dw-live-casino-02 .game-fix a figure .balance-promo,
.dw-live-casino-02 .game-fix a figure .balance-return {
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
    color: #333;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px 2px 10px;
    position: absolute;
    right: 0;
}
.dw-live-casino-02 .game-fix a figure .balance-return {
    background: linear-gradient(90deg, #9c9136 -25%, #c3f097, #789c36 125%);
    bottom: 33px;
}
.dw-live-casino-02 .game-fix a figure .game-footer {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #eee;
    display: block;
    font-size: 11px;
    font-weight: 600;
    left: 0;
    overflow: hidden;
    padding: 3px 5px;
    position: absolute;
    right: 0;
    transition: 0.3s;
    z-index: 10;
}
.dw-live-casino-02 .game-fix a figure .game-footer .game-name,
.dw-live-casino-02 .game-fix a figure .game-footer .game-value {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
}
.dw-live-casino-02 .game-fix a figure .game-footer .game-name {
    padding-right: 2.5px;
    text-align: left;
}
.dw-live-casino-02 .game-fix a figure .game-footer .game-value {
    padding-left: 2.5px;
    text-align: right;
}
.dw-live-casino-02 .game-fix a:focus figure .img-provider,
.dw-live-casino-02 .game-fix a:hover figure .img-provider {
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
}
.dw-live-casino-02 .game-fix figure {
    border-radius: 5px;
}
@media screen and (max-width: 2000px) {
    .dw-live-casino-02 .game-fix {
        width: 25%;
    }
}
@media screen and (max-width: 1600px) {
    .dw-live-casino-02 .game-fix {
        width: 33.33%;
    }
}
@media screen and (max-width: 767px) {
    .dw-live-casino-02 .game-fix {
        width: 50%;
    }
}
@media screen and (max-width: 520px) {
    .dw-live-casino-02 .game-fix {
        padding: 0 0 6px;
        width: 100%;
    }
}
.dw-pre-lobby-01 {
    padding: 0 10px;
}
.dw-pre-lobby-01 .Centered {
    align-items: center;
    display: flex;
    justify-content: center;
}
.dw-pre-lobby-01 .AllGames {
    grid-gap: 1rem;
    -ms-grid-columns: (1fr) [3];
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 10px;
}
@media screen and (max-width: 700px) {
    .dw-pre-lobby-01 .AllGames {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 500px) {
    .dw-pre-lobby-01 .AllGames {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}
.dw-pre-lobby-01 .AllGames .GameContainer {
    position: relative;
    transition: all 0.2s ease;
}
.dw-pre-lobby-01 .AllGames .GameContainer:hover .Game .Overlay {
    opacity: 1 !important;
}
.dw-pre-lobby-01 .AllGames .GameContainer:hover .Game .Overlay .Buttons .btn {
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
}
.dw-pre-lobby-01 .AllGames .GameContainer .Game {
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    transition: -webkit-transform 30ms ease;
    transition: transform 30ms ease;
    transition: transform 30ms ease, -webkit-transform 30ms ease;
}
.dw-pre-lobby-01 .AllGames .GameContainer .Game .Image {
    cursor: pointer;
    height: 100%;
    position: relative;
    width: 100%;
}
.dw-pre-lobby-01 .AllGames .GameContainer .Game .Image img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    max-width: 100%;
    width: 100%;
}
.dw-pre-lobby-01 .AllGames .GameContainer .Game .Image .Overlay {
    background-color: rgba(0, 0, 0, 0.65);
    bottom: 0;
    flex-wrap: wrap;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease;
    width: 100%;
}
.dw-pre-lobby-01 .AllGames .GameContainer .Game .Image .Overlay .Buttons {
    display: flex;
    flex-direction: column;
    padding: 0 2px;
}
.dw-pre-lobby-01 .AllGames .GameContainer .Game .Image .Overlay .Buttons .btn {
    text-transform: uppercase;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    transition: -webkit-transform 0.26s;
    transition: transform 0.26s;
    transition: transform 0.26s, -webkit-transform 0.26s;
}
@media screen and (max-width: 767px) {
    .dw-pre-lobby-01 .AllGames {
        grid-gap: 8px;
    }
}
@media screen and (max-width: 360px) {
    .dw-pre-lobby-01 .AllGames {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
.wallet-default-container {
    padding: 30px 0;
    position: relative;
}
.wallet-default-container .wallet-ref .wallet-ref-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    opacity: 0.75;
    text-align: center;
}
.wallet-default-container .wallet-ref .form-group .form-ref {
    padding-right: 40px;
    position: relative;
}
.wallet-default-container .wallet-ref .form-group .form-ref .form-control {
    border-radius: 3px 0 0 3px;
    font-size: 12px;
}
.wallet-default-container .wallet-ref .form-group .form-ref .btn-copy {
    background: #666;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 16px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.wallet-default-container .col-wallet {
    padding-left: 5px;
    padding-right: 5px;
}
.wallet-default-container .wallet-tabs {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 5px;
}
.wallet-default-container .wallet-tabs .avatar-preview {
    margin-bottom: 5px;
    text-align: center;
}
.wallet-default-container .wallet-tabs .avatar-preview .avatar-widget {
    border: 2px solid #e8e8e8;
    border-radius: 50%;
    display: inline-block;
    max-width: 155px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 991px) {
    .wallet-default-container .wallet-tabs .avatar-preview .avatar-widget {
        display: block;
        float: left;
        width: 65px;
    }
}
.wallet-default-container .wallet-tabs .avatar-preview .avatar-widget .avatar-hover {
    background: rgba(0, 0, 0, 0.4);
    border: 0;
    bottom: 0;
    color: #ddd;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: 0.3s ease-out;
    width: 100%;
    z-index: 1;
}
.wallet-default-container .wallet-tabs .avatar-preview .avatar-widget .avatar-hover:focus,
.wallet-default-container .wallet-tabs .avatar-preview .avatar-widget .avatar-hover:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 991px) {
    .wallet-default-container .wallet-tabs .avatar-preview .avatar-widget .avatar-hover:focus,
    .wallet-default-container .wallet-tabs .avatar-preview .avatar-widget .avatar-hover:hover {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
.wallet-default-container .wallet-tabs .avatar-preview .user-data-mobile {
    display: none;
}
@media screen and (max-width: 991px) {
    .wallet-default-container .wallet-tabs .avatar-preview .user-data-mobile {
        color: #666;
        display: block;
        float: left;
        font-size: 14px;
        overflow: hidden;
        padding: 0 0 0 10px;
        text-align: left;
        text-overflow: ellipsis;
        width: calc(100% - 65px);
    }
    .wallet-default-container .wallet-tabs .avatar-preview .user-data-mobile h1 {
        font-size: 14px;
        font-weight: 400;
        line-height: inherit;
        margin: 0;
    }
    .wallet-default-container .wallet-tabs .avatar-preview .user-data-mobile p {
        margin: 0;
    }
    .wallet-default-container .wallet-tabs .avatar-preview .user-data-mobile p a {
        color: #e8bb00;
        font-weight: 700;
    }
    .wallet-default-container .wallet-tabs .avatar-preview .user-data-mobile .btn-theme {
        background: #e8bb00 !important;
        background-image: linear-gradient(90deg, #f8d152 0, #e8bb00 90%) !important;
        border: none !important;
        color: #282828 !important;
        font-weight: 600 !important;
    }
}
.wallet-default-container .wallet-tabs .user-level {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.wallet-default-container .wallet-tabs .amount-lock-container {
    display: flex;
    justify-content: space-around;
}
.wallet-default-container .wallet-tabs .amount-lock {
    color: #ff7c7c;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.wallet-default-container .wallet-tabs .cancel-withdrawal {
    display: none;
}
@media screen and (max-width: 991px) {
    .wallet-default-container .wallet-tabs .cancel-withdrawal {
        display: block;
    }
}
.wallet-default-container .wallet-tabs .cancel-withdrawal .btn {
    border: none !important;
    color: #282828 !important;
    font-weight: 600 !important;
}
.wallet-default-container .wallet-tabs .mount-wallet-mobile {
    display: none;
}
@media screen and (max-width: 991px) {
    .wallet-default-container .wallet-tabs .mount-wallet-mobile {
        display: block;
    }
}
.wallet-default-container .wallet-tabs .mount-wallet-mobile .store-icon {
    display: inline-block;
    position: relative;
    top: -4px;
    width: 20px;
}
.wallet-default-container .wallet-tabs .mount-wallet-mobile .mount-mobile {
    background: linear-gradient(180deg, #fff, #eee);
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    color: #666;
    font-size: 16px;
    font-weight: 600;
    margin: 10px auto auto;
    padding: 10px 10px 10px 40px;
    position: relative;
    text-align: left;
    width: calc(100% - 10px);
}
.wallet-default-container .wallet-tabs .mount-wallet-mobile .mount-mobile .wallet-icon {
    border-right: 1px solid #ddd;
    height: 30px;
    left: 0;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    top: calc(50% - 15px);
    width: 35px;
}
.wallet-default-container .wallet-tabs .mount-wallet-mobile .mount-mobile:first-child {
    margin-top: 0;
}
.wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile {
    display: none;
}
@media screen and (max-width: 991px) {
    .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile {
        display: block;
    }
    .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile button {
        display: block;
        float: left;
        width: calc(50% - 5px);
    }
    .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile button:first-child {
        margin-right: 10px;
    }
    .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile button.btn-bonus {
        margin: 7px 0;
        width: 100%;
    }
    .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile .BonusDropdown {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile .BonusDropdown #BonusDropdown {
        background: #fff !important;
        box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    }
    .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile .BonusDropdown #BonusDropdown ul {
        padding: 0.5rem 1rem;
    }
    .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile .BonusDropdown #BonusDropdown ul .nav-item:not(:last-child) {
        border-bottom: 1px solid #cfd4da;
    }
    .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile .BonusDropdown #BonusDropdown ul .nav-item .nav-link {
        color: #e8bb00;
    }
}
.wallet-default-container .wallet-tabs .wallet-nav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wallet-default-container .wallet-tabs .wallet-nav ul li {
    margin-bottom: 2px;
}
@media screen and (max-width: 991px) {
    .wallet-default-container .wallet-tabs .wallet-nav ul li {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        display: table-cell;
        text-align: center;
        width: 1%;
    }
    .wallet-default-container .wallet-tabs .wallet-nav ul li:first-child {
        border-left: 0 solid transparent;
    }
    .wallet-default-container .wallet-tabs .wallet-nav ul li:last-child {
        border-right: 0 solid transparent;
    }
}
.wallet-default-container .wallet-tabs .wallet-nav ul li a {
    color: #555;
    display: block;
    font-size: 16px;
    outline: none;
    padding: 10px 15px;
    position: relative;
    transition: 0.3s ease-out;
}
.wallet-default-container .wallet-tabs .wallet-nav ul li a.active,
.wallet-default-container .wallet-tabs .wallet-nav ul li a:focus,
.wallet-default-container .wallet-tabs .wallet-nav ul li a:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #eee;
}
.wallet-default-container .wallet-tabs .wallet-nav ul li a .badge-item {
    background-color: #e8bb00;
    margin-left: 5px;
    position: absolute;
    top: 0;
}
.wallet-default-container .wallet-nav-top {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-top h1 {
    font-size: 15px;
    font-weight: 400;
    line-height: inherit;
    margin: 0 0 4px;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-top p {
    margin: 0;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-top p a {
    color: #e8bb00;
    font-weight: 600;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-top .float-wallet-top.float-user {
    color: #666;
    font-size: 15px;
    padding: 10px 0;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-top .float-wallet-top .btn.payment {
    font-size: 14px;
    min-height: 65px;
    min-width: 100px;
}
@media screen and (max-width: 991px) {
    .wallet-default-container .wallet-nav-top .wallet-nav-top-top .float-wallet-top .btn.payment {
        float: left;
        width: calc(50% - 5px);
    }
    .wallet-default-container .wallet-nav-top .wallet-nav-top-top .float-wallet-top .btn.payment:first-child {
        margin-right: 10px;
    }
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-bottom {
    position: relative;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-bottom .text-nav,
.wallet-default-container .wallet-nav-top .wallet-nav-top-bottom p {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-bottom .mount-wallet {
    background: linear-gradient(180deg, #fff, #eee);
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    color: #666;
    font-size: 20px;
    font-weight: 600;
    margin: auto;
    padding: 10px;
    text-align: center;
    width: calc(100% - 10px);
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-bottom .mount-wallet .store-icon {
    display: inline-block;
    position: relative;
    top: -4px;
    width: 20px;
}
.wallet-default-container .wallet-nav-top .item-balance {
    margin: 4px 0;
}
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance,
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance .notification {
    display: inline-block;
    position: relative;
}
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance .notification i.fa-gift {
    font-size: 16px;
}
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance .notification .badge {
    display: block;
    font-size: 9px;
    position: absolute;
    right: -9px;
    top: -4px;
}
.wallet-default-container .wallet-nav-top .bonus-balance .dropdown-menu {
    left: inherit !important;
    padding: 0;
    right: 10px;
}
.wallet-default-container .wallet-nav-top .bonus-balance .dropdown-menu li a {
    color: #555;
    cursor: pointer;
    display: block;
    padding: 5px 10px;
    transition: background 0.2s;
    width: 100%;
}
.wallet-default-container .wallet-nav-top .bonus-balance .dropdown-menu li a:hover {
    background: #f3f3f3;
}
.wallet-default-container .wallet-body {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;
}
.wallet-default-container .wallet-body .amount-lock-container {
    background: #f4f4f4 !important;
    background-image: linear-gradient(90deg, #f4f4f4 0, #d3d3d3 90%) !important;
    border: none !important;
    border-radius: 5px;
    color: #282828 !important;
    display: flex;
    font-size: 14px !important;
    justify-content: space-between;
    padding: 6px 12px;
}
.wallet-default-container .wallet-body .title-wallet-body {
    color: #666;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.wallet-default-container .wallet-body .title-wallet-body span {
    border-bottom: 2px solid #e8bb00;
    padding-bottom: 5px;
}
.wallet-default-container .wallet-body .history-wallet-body .buttons-history {
    overflow: hidden;
}
.wallet-default-container .wallet-body .history-wallet-body .buttons-history p {
    color: #666;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .wallet-default-container .wallet-body .history-wallet-body .buttons-history .btn {
        font-size: 12px;
    }
}
.wallet-default-container .wallet-body .form-profile-wallet {
    color: #666;
    display: block;
    overflow: hidden;
    position: relative;
}
.wallet-default-container .wallet-body .form-profile-wallet .custom-switch .custom-control-label {
    line-height: 24px;
}
.wallet-default-container .wallet-body .form-profile-wallet select {
    -webkit-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 0), linear-gradient(135deg, gray 50%, transparent 0), linear-gradient(90deg, #333, #ccc);
    background-position: calc(100% - 20px) 1em, calc(100% - 15px) 1em, calc(100% - 2.5em) 0.3em;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
}
.wallet-default-container .wallet-body .form-profile-wallet .form-password-term ul {
    margin-bottom: 0;
}
.wallet-default-container .wallet-body .form-profile-wallet .form-check-user {
    color: #666;
}
.wallet-default-container .wallet-body .form-profile-wallet .form-group {
    display: flex;
    flex-wrap: wrap;
}
.wallet-default-container .wallet-body .form-profile-wallet .form-group .form-control-plaintext {
    color: #666;
}
.wallet-default-container .wallet-body .form-profile-wallet .form-group .text-form-wallet {
    align-items: center;
    color: #666;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
@media screen and (max-width: 991px) {
    .wallet-default-container .wallet-body .form-profile-wallet .form-group .text-form-wallet {
        justify-content: left;
        margin-bottom: 5px;
    }
}
.wallet-default-container .wallet-body .form-profile-wallet .form-group #user-date-day {
    float: left;
    margin-right: 5px;
    width: calc(25% - 5px);
}
@media screen and (max-width: 419px) {
    .wallet-default-container .wallet-body .form-profile-wallet .form-group #user-date-day {
        margin-bottom: 10px;
        margin-right: 6px;
        width: calc(50% - 3px);
    }
}
.wallet-default-container .wallet-body .form-profile-wallet .form-group #user-date-month {
    float: left;
    margin-right: 5px;
    width: calc(50% - 5px);
}
@media screen and (max-width: 419px) {
    .wallet-default-container .wallet-body .form-profile-wallet .form-group #user-date-month {
        margin-bottom: 10px;
        margin-right: 0;
        width: calc(50% - 3px);
    }
}
.wallet-default-container .wallet-body .form-profile-wallet .form-group #user-date-age {
    float: left;
    width: 25%;
}
@media screen and (max-width: 419px) {
    .wallet-default-container .wallet-body .form-profile-wallet .form-group #user-date-age {
        width: 100%;
    }
}
.wallet-default-container .wallet-body .wallet-section-body {
    display: none;
}
.wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #eee !important;
}
.wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 6px 12px;
}
.wallet-default-container .wallet-body .wallet-section-body .responsible-gaming-wallet-body form .description:not(:last-child) {
    display: block;
    margin-bottom: 0.6rem;
}
.wallet-default-container .wallet-body .wallet-section-body select {
    -webkit-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 0), linear-gradient(135deg, gray 50%, transparent 0), linear-gradient(90deg, #333, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 10px) 1em, calc(100% - 2em) 0.75em;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, 1px 1em;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    padding-right: 32px;
    width: 100%;
}
.wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper select,
.wallet-default-container .wallet-body .wallet-section-body select.mini-select {
    background-position: calc(100% - 10px) calc(1em - 5px), calc(100% - 5px) calc(1em - 5px), calc(100% - 1.25em) 0.25em;
    width: 65px;
}
.wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_filter,
.wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_info,
.wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_length,
.wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_paginate,
.wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_processing,
.wallet-default-container .wallet-body .wallet-section-body table {
    color: #666;
}
.wallet-default-container .wallet-body .wallet-section-body table.dataTable.no-footer {
    border-bottom: 1px solid #666;
}
@media screen and (max-width: 767px) {
    .wallet-default-container .wallet-body .wallet-section-body table,
    .wallet-default-container .wallet-body .wallet-section-body table thead,
    .wallet-default-container .wallet-body .wallet-section-body table thead tr {
        display: block;
        width: 100%;
    }
}
.wallet-default-container .wallet-body .wallet-section-body table thead tr th {
    border-bottom: 1px solid #666;
}
@media screen and (max-width: 767px) {
    .wallet-default-container .wallet-body .wallet-section-body table thead tr th {
        box-sizing: border-box;
        display: none;
        width: 100% !important;
    }
    .wallet-default-container .wallet-body .wallet-section-body table thead tr th.show-mobile {
        display: block;
    }
    .wallet-default-container .wallet-body .wallet-section-body table tbody {
        display: block;
        width: 100%;
    }
}
.wallet-default-container .wallet-body .wallet-section-body table tbody tr {
    background-color: #fff;
}
.wallet-default-container .wallet-body .wallet-section-body table tbody tr.ready-show,
.wallet-default-container .wallet-body .wallet-section-body table tbody tr.ready-show:focus,
.wallet-default-container .wallet-body .wallet-section-body table tbody tr.ready-show:hover {
    background-color: #f8f9fa;
}
.wallet-default-container .wallet-body .wallet-section-body table tbody tr:focus,
.wallet-default-container .wallet-body .wallet-section-body table tbody tr:hover {
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .wallet-default-container .wallet-body .wallet-section-body table tbody tr {
        border-bottom: 1px solid #666;
        display: block;
        overflow: hidden;
        width: 100%;
    }
    .wallet-default-container .wallet-body .wallet-section-body table tbody tr td {
        box-sizing: border-box;
        display: block;
    }
    .wallet-default-container .wallet-body .wallet-section-body table tbody tr td.msg-table-text {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    .wallet-default-container .wallet-body .wallet-section-body table tbody tr td.msg-table-date {
        float: left;
        width: calc(100% - 60px);
    }
}
.wallet-default-container .wallet-body .wallet-section-body table tbody tr td.msg-table-btn {
    text-align: right;
}
@media screen and (max-width: 767px) {
    .wallet-default-container .wallet-body .wallet-section-body table tbody tr td.msg-table-btn {
        float: left;
        width: 60px;
    }
}
.wallet-default-container .wallet-body .wallet-section-body td.buttons-actions {
    grid-gap: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end;
}
.wallet-default-container .wallet-body .wallet-store .store-items {
    overflow: hidden;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item {
    display: block;
    float: left;
    padding: 5px;
    width: 20%;
}
@media screen and (max-width: 767px) {
    .wallet-default-container .wallet-body .wallet-store .store-items .store-item {
        width: 33.33%;
    }
}
@media screen and (max-width: 430px) {
    .wallet-default-container .wallet-body .wallet-store .store-items .store-item {
        width: 50%;
    }
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 7px hsla(0, 0%, 87%, 0.7), 0 7px 5px hsla(0, 0%, 87%, 0.7);
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store .locked {
    display: none;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store figure {
    margin: 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store figure .overlay-hover {
    align-items: center;
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: 0.3s;
    width: 100%;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store figure .overlay-hover .btn {
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store figure .overlay-hover:focus,
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store figure .overlay-hover:hover {
    opacity: 1;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store figure img {
    max-width: 100%;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store .points-store {
    border-top: 3px solid #e8bb00;
    color: #666;
    font-weight: 600;
    padding: 8px;
    text-align: center;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item.need-more-points .item-store {
    cursor: default;
    pointer-events: none;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item.need-more-points .item-store .locked {
    color: #666;
    display: block;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 3;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item.need-more-points .item-store figure .overlay-hover {
    display: none;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item.need-more-points .item-store .points-store {
    border-top: 3px solid #666;
}
.wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul.tabs-slider .swiper-wrapper {
    margin-bottom: 5px;
}
.wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul.tabs-slider .swiper-wrapper li {
    flex: 1;
    min-width: 90px;
    width: auto;
}
.wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul.tabs-slider .swiper-scrollbar {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    opacity: 1 !important;
}
.wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul.tabs-slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #e8bb00;
}
@media (min-width: 992px) {
    .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs {
        flex: inherit;
        max-width: 100%;
    }
    .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .avatar-preview .avatar-widget {
        display: block;
        float: left;
        width: 65px;
    }
    .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .avatar-preview .user-data-mobile {
        color: #eee;
        display: block;
        float: left;
        font-size: 14px;
        overflow: hidden;
        padding: 0 0 0 10px;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100% - 65px);
    }
    .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .user-level {
        display: none !important;
    }
    .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul li {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        display: table-cell;
        text-align: center;
        width: 1%;
    }
    .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul li a {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul li a i {
        font-size: 1.4rem;
    }
    .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul li a span:not(.badge-item) {
        font-size: 0.7rem;
        margin-top: 5px;
    }
    .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul li a span.badge-item {
        margin-left: 25px;
    }
    .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul.tabs-slider .swiper-wrapper li {
        flex: 1;
        min-width: 150px;
        width: auto;
    }
    .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-nav {
        flex: inherit;
        max-width: 100%;
    }
}
.payment-logo-providers {
    align-items: center;
    background: var(--background-gray, #e3e3e3);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 5px;
}
.payment-logo-providers .swiper-container {
    overflow: visible;
    width: calc(100% - 60px);
}
.payment-logo-providers .swiper-container.swiper-disabled {
    width: 100%;
}
.payment-logo-providers .swiper-container.swiper-disabled .swiper-wrapper {
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 992px) {
    .payment-logo-providers {
        border-radius: 10px;
        padding: 10px;
    }
}
.payment-logo-providers img {
    background: #fff;
    border-radius: 5px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    width: 100px;
}
@media screen and (min-width: 992px) {
    .payment-logo-providers img {
        height: 90px;
        width: 180px;
    }
}
.payment-logo-providers .swiper-button-prev {
    background: linear-gradient(90deg, var(--background-gray, #e3e3e3) 50%, hsla(0, 0%, 89%, 0));
    bottom: 0;
    color: var(--swiper-button);
    height: auto;
    left: -40px;
    margin-top: 0;
    top: 0;
    width: 40px;
}
.payment-logo-providers .swiper-button-prev:after {
    font-size: 20px;
}
.payment-logo-providers .swiper-button-next {
    background: linear-gradient(-90deg, var(--background-gray, #e3e3e3) 50%, hsla(0, 0%, 89%, 0));
    bottom: 0;
    color: var(--swiper-button);
    height: auto;
    margin-top: 0;
    right: -40px;
    top: 0;
    width: 40px;
}
.payment-logo-providers .swiper-button-next:after {
    font-size: 20px;
}
.history-modal .modal-body,
.message-modal .modal-body {
    min-height: 250px;
}
.history-modal select {
    -webkit-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 0), linear-gradient(135deg, gray 50%, transparent 0), linear-gradient(90deg, #333, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 10px) 1em, calc(100% - 2em) 0.75em;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, 1px 1em;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    width: 100%;
}
.history-modal .dataTables_wrapper select,
.history-modal select.mini-select {
    background-position: calc(100% - 10px) calc(1em - 5px), calc(100% - 5px) calc(1em - 5px), calc(100% - 1.25em) 0.25em;
    width: 65px;
}
.history-modal .table-container {
    display: none;
}
.history-modal .table-container table {
    color: #666;
}
.history-modal .table-container table.dataTable.display tbody tr:hover,
.history-modal .table-container table.dataTable.hover tbody tr:hover {
    background-color: #fff;
}
.history-modal .table-container table td[colspan] {
    background: #ddd;
}
.history-modal .table-container table.dataTable thead td,
.history-modal .table-container table.dataTable thead th {
    border-bottom: 1px solid #ccc;
}
.history-modal .table-container table.dataTable thead th {
    padding: 8px 10px;
}
.history-modal .table-container table.dataTable.no-footer {
    border-bottom: 1px solid #ccc;
}
.history-modal .table-container table tbody .details-control {
    color: #e8bb00;
    cursor: pointer;
    text-align: center;
}
.history-modal .table-container table tbody .details-control:focus,
.history-modal .table-container table tbody .details-control:hover {
    color: #ffd31c;
}
.history-modal .table-container table tbody .details-control:before {
    color: #2bc42b;
    content: "\f0fe";
    font: normal normal normal 14px/1 FontAwesome;
}
.history-modal .table-container table tbody .shown .details-control:before {
    color: #ff6767;
    content: "\f146";
}
@media screen and (max-width: 389px) {
    .history-modal .table-container .min-hidden {
        display: none !important;
    }
    .history-modal .table-container .min-visible {
        display: table-cell !important;
    }
}
.history-modal .table-details-print {
    background: #fff;
    padding: 0 10px;
}
.history-modal .table-details-print .detail-table-d {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 16px;
    padding: 10px 0;
}
.history-modal .table-details-print .detail-table-d:last-child {
    border-bottom: 0;
}
.history-modal .table-details-print .detail-table-d .title-des {
    font-weight: 600;
}
#store-payment-methods-modal .form-text {
    display: inline;
}
#store-payment-methods-modal .showTutorial {
    cursor: pointer;
}
#store-payment-methods-modal .img-tutorial {
    display: none;
    max-width: 100%;
    width: 100% !important;
}
.payment-methods-wallet-body #payment-methods-table-datatable .payment-method-tab {
    display: flex;
    font-size: 4rem;
}
.payment-methods-wallet-body #payment-methods-table-datatable .payment-method-tab img {
    max-height: 4rem;
    max-width: 4rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.dw-lobby-store-collection {
    background-color: #fff;
}
.dw-lobby-store-collection .container-xl {
    max-width: 1360px;
    overflow: visible;
    padding: 1.5rem;
}
.dw-lobby-store-collection .title-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.dw-lobby-store-collection .title-header .title {
    flex: 1;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.dw-lobby-store-collection .title-header .helper-anchor {
    align-items: center;
    color: #2e2d2c;
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    line-height: 0;
}
.dw-lobby-store-collection .title-header .helper-anchor .circle {
    align-items: center;
    border: 2px solid #2e2d2c;
    border-radius: 100%;
    display: inline-flex;
    height: 1.4rem;
    justify-content: center;
    margin-right: 0.5rem;
    width: 1.4rem;
}
.dw-lobby-store-collection .title-header .helper-anchor .text {
    display: none;
}
.dw-lobby-store-collection .dw-lobby-store-item-store-no-results {
    background: #fff;
    border: 2px dashed #999;
    border-radius: 5px;
    color: #444;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 40px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.dw-lobby-store-collection .dw-lobby-store-item-store-no-results i {
    font-size: 34px;
}
.dw-lobby-store-collection .collection .collection-body {
    background-color: #2e2d2c;
    padding: 0.5rem;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome {
    height: 0;
    padding-bottom: 159.5818815331%;
    position: relative;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-1,
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-2,
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-3,
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-image,
.dw-lobby-store-collection .collection .collection-body .collection-crome .crome-border {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    transition: all 0.3s ease;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-1 {
    background-color: #fec82f;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-2 {
    background-color: #b5b5b5;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-3 {
    background-color: #2e2d2c;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-3 .crome-border {
    border: 2px solid #fec82f;
    margin: 0.5rem;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-3 .logo-crome {
    height: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 10px;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.dw-lobby-store-collection .collection .collection-body .collection-title-ribbon {
    align-items: center;
    background-color: #fec82f;
    display: inline-flex;
    height: 3rem;
    justify-content: center;
    left: -12px;
    position: absolute;
    top: -2rem;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    width: 80%;
}
.dw-lobby-store-collection .collection .collection-body .collection-title-ribbon .ribbon-flip {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleY(103.52762%);
    transform: scaleY(103.52762%);
    z-index: -2;
}
.dw-lobby-store-collection .collection .collection-body .collection-title-ribbon .ribbon-flip:after {
    background-color: #fec82f;
    content: "";
    height: 3rem;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(15deg) skewY(-15deg);
    transform: rotate(15deg) skewY(-15deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 3rem;
    z-index: -2;
}
.dw-lobby-store-collection .collection .collection-body .collection-title-ribbon .ribbon-flip:before {
    background-color: #d09a00;
    content: "";
    height: 3rem;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(15deg) skewY(15deg);
    transform: rotate(15deg) skewY(15deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 1rem;
    z-index: -2;
}
.dw-lobby-store-collection .collection .collection-body .collection-title-ribbon:after {
    border: 1.5rem solid #fec82f;
    border-right-color: transparent;
    content: "";
    display: block;
    position: absolute;
    right: 1rem;
    top: 0;
    -webkit-transform: translateX(100%) skewX(-15deg);
    transform: translateX(100%) skewX(-15deg);
    z-index: -2;
}
.dw-lobby-store-collection .collection .collection-body .collection-title-ribbon .ribbon-content {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    margin-right: 0;
}
.dw-lobby-store-collection .collection .collection-body:hover .collection-crome-bg-1 {
    -webkit-transform: translate(0.1666666667rem, -0.5rem) rotate(-1deg);
    transform: translate(0.1666666667rem, -0.5rem) rotate(-1deg);
}
.dw-lobby-store-collection .collection .collection-body:hover .collection-crome-bg-2 {
    -webkit-transform: translate(0.1666666667rem, -1rem) rotate(-2deg);
    transform: translate(0.1666666667rem, -1rem) rotate(-2deg);
}
.dw-lobby-store-collection .collection .collection-body:hover .collection-crome-bg-3 {
    -webkit-transform: translate(0.1666666667rem, -1.5rem) rotate(-4deg);
    transform: translate(0.1666666667rem, -1.5rem) rotate(-4deg);
}
.dw-lobby-store-collection .collection .collection-body .collection-content {
    display: flex;
    flex-direction: column;
    position: relative;
}
.dw-lobby-store-collection .collection .collection-body .collection-content .points {
    color: #fbfbfb;
    font-style: normal;
    font-weight: 700;
    margin-top: 1rem;
    text-align: center;
}
.dw-lobby-store-collection .collection .collection-body .btn-collection {
    background-color: transparent;
    border: 1px solid #fec82f;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #fec82f;
    display: block;
    font-weight: 600;
    margin: 0.5rem 0;
}
.dw-lobby-store-collection .collection .collection-body .btn-collection:hover {
    background-color: #fec82f;
    color: #2e2d2c;
}
.dw-lobby-store-collection .collection .font-medium {
    font-size: 12px;
}
.dw-lobby-store-collection .collection .font-large {
    font-size: 14px;
}
.dw-lobby-store-collection .howto .header-howto-content .title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.dw-lobby-store-collection .howto .header-howto-content p {
    font-size: 2rem;
    text-align: center;
}
.dw-lobby-store-collection .howto .sub-howto-content {
    margin-bottom: 1rem;
    text-align: center;
}
.dw-lobby-store-collection .howto .sub-howto-content .title {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
}
.dw-lobby-store-collection .howto .sub-howto-content p {
    font-size: 1.5rem;
}
@media screen and (min-width: 425px) {
    .dw-lobby-store-collection .collection .collection-body .collection-title-ribbon {
        height: 4rem;
        left: -8px;
        width: 95%;
    }
    .dw-lobby-store-collection .collection .collection-body .collection-title-ribbon .ribbon-flip:after,
    .dw-lobby-store-collection .collection .collection-body .collection-title-ribbon .ribbon-flip:before {
        height: 4rem;
    }
    .dw-lobby-store-collection .collection .collection-body .collection-title-ribbon:after {
        border-width: 2rem;
    }
    .dw-lobby-store-collection .collection .collection-body .collection-title-ribbon .ribbon-content {
        font-size: 1rem;
    }
    .dw-lobby-store-collection .collection .font-medium {
        font-size: 16px;
    }
    .dw-lobby-store-collection .collection .font-large {
        font-size: 20px;
    }
}
@media screen and (min-width: 768px) {
    .dw-lobby-store-collection .title-header {
        position: relative;
    }
    .dw-lobby-store-collection .title-header .helper-anchor {
        position: absolute;
        right: 0;
    }
    .dw-lobby-store-collection .title-header .helper-anchor .text {
        display: block;
    }
    .dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-3 .logo-crome {
        height: 20px;
        right: 5px;
        top: 5px;
        width: 20px;
    }
    .dw-lobby-store-collection .collection .collection-body .collection-title-ribbon {
        top: -3rem;
        width: 95%;
    }
    .dw-lobby-store-collection .collection .font-medium {
        font-size: 20px;
    }
    .dw-lobby-store-collection .collection .font-large {
        font-size: 32px;
    }
}
.dw-lobby-store-collection .dw-lobby-store-collection-full-width-banner {
    width: 100%;
}
.dw-lobby-store-page .container-xl {
    max-width: 1360px;
    overflow: visible;
}
.dw-lobby-store-page .banner {
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.dw-lobby-store-page .dw-lobby-store-menu {
    background: #fbfbfb;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    height: 100%;
    padding: 2rem 1rem;
}
.dw-lobby-store-page .dw-lobby-store-menu .title {
    font-size: 1.5rem;
}
.dw-lobby-store-page .dw-lobby-store-menu .title img {
    margin-right: 2rem;
}
.dw-lobby-store-page .dw-lobby-store-menu .points {
    align-items: center;
    background: #2e2d2c;
    border-radius: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    font-weight: 800;
    justify-content: center;
    margin: 1rem auto;
    padding: 1rem;
}
.dw-lobby-store-page .dw-lobby-store-menu .points .header-points {
    color: #e8bb00;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}
.dw-lobby-store-page .dw-lobby-store-menu .filter-menu .filter-selector-menu {
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dw-lobby-store-page .dw-lobby-store-menu .filter-menu .filter-selector-menu .span-text-menu {
    display: inline-block;
    max-width: 100%;
    padding: 5px 8px 10px;
    position: relative;
}
.dw-lobby-store-page .dw-lobby-store-menu .filter-menu .filter-selector-menu .span-text-menu:before {
    background: transparent;
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 -5px 2px #e8bb00;
    content: "";
    height: 4px;
    left: 8px;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    transition: 0.3s;
    width: calc(100% - 16px);
}
.dw-lobby-store-page .dw-lobby-store-menu .filter-menu .filter-selector-menu.activated,
.dw-lobby-store-page .dw-lobby-store-menu .filter-menu .filter-selector-menu:hover {
    color: #333;
}
.dw-lobby-store-page .dw-lobby-store-menu .filter-menu .filter-selector-menu.activated .span-text-menu:before,
.dw-lobby-store-page .dw-lobby-store-menu .filter-menu .filter-selector-menu:hover .span-text-menu:before {
    opacity: 0.75;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.dw-lobby-store-page .dw-lobby-store-menu .special-prize {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}
.dw-lobby-store-page .dw-lobby-store-menu .special-prize p,
.dw-lobby-store-page .dw-lobby-store-menu .special-prize span {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}
.dw-lobby-store-page .dw-lobby-store-menu .special-prize span {
    color: #e8bb00;
    display: block;
    font-weight: 900;
}
.dw-lobby-store-page .dw-lobby-store-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store-no-results {
    background: #fff;
    border: 2px dashed #999;
    border-radius: 5px;
    color: #444;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 40px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store-no-results i {
    font-size: 34px;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card {
    border: 5px solid #efefef;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    padding-top: 154.34%;
    position: relative;
    transition: all 0.2s;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card .dw-lobby-store-item-store-reward-card-content {
    align-items: center;
    background-color: #222;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card .dw-lobby-store-item-store-reward-card-content img.reward-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    width: 100%;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card .dw-lobby-store-item-store-reward-card-content img.reward-card-logo-unfocus {
    display: block;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card .dw-lobby-store-item-store-reward-card-content img.reward-card-logo-focus {
    display: none;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card .dw-lobby-store-item-store-reward-card-content .reward-card-details {
    background-color: #fec82f;
    bottom: 0;
    color: #2e2d2c;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    left: 0;
    line-height: 20px;
    padding: 10px 42px;
    position: absolute;
    right: 0;
    text-align: center;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card .dw-lobby-store-item-store-reward-card-content .reward-card-description {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    margin-top: 1rem;
    text-align: center;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card:hover {
    border: 5px solid #fec82f;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card:hover img.reward-card-logo-unfocus {
    display: none;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card:hover img.reward-card-logo-focus {
    display: block;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content img.reward-card-logo-focus,
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content img.reward-card-logo-unfocus {
    max-width: 70%;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content .reward-points {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content .dw-item-status {
    color: #fec82f;
    font-size: 1rem;
    font-weight: 600;
}
@media screen and (max-width: 700px) {
    .dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content {
        grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
    }
    .dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content .reward-points {
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
    }
    .dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content .dw-item-status {
        color: #fec82f;
        font-size: 0.5rem;
        font-weight: 600;
    }
}
@media screen and (max-width: 991px) {
    .dw-lobby-store-page .dw-lobby-store-body {
        min-width: 100%;
    }
}
.dw-lobby-store-details {
    margin: 30px auto;
    max-width: 100%;
    padding: 15px;
    width: 1280px;
}
.dw-lobby-store-details .dw-lobby-store-details-top {
    background: #222;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 15px;
}
.dw-lobby-store-details .dw-lobby-store-details-top .dw-lobby-store-details-top-left {
    color: #aaa;
    float: left;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0;
}
.dw-lobby-store-details .dw-lobby-store-details-top .dw-lobby-store-details-top-left a {
    color: #fff;
}
.dw-lobby-store-details .dw-lobby-store-details-top .dw-lobby-store-details-top-left i {
    margin: 0 6px;
}
.dw-lobby-store-details .dw-lobby-store-details-top .dw-lobby-store-details-top-right {
    float: right;
}
.dw-lobby-store-details .dw-lobby-store-details-top .dw-lobby-store-details-top-right .dw-lobby-store-menu-right-points {
    color: #e8bb00;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.dw-lobby-store-details .dw-lobby-store-details-top .dw-lobby-store-details-top-right .dw-lobby-store-menu-right-points .my-points {
    color: #fff;
}
.dw-lobby-store-details .dw-lobby-store-details-top .dw-lobby-store-details-top-right .dw-lobby-store-menu-right-points .my-points .store-icon {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 18px;
}
.dw-lobby-store-details .dw-lobby-store-details-container {
    overflow: hidden;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-left {
    float: left;
    padding-right: 15px;
    width: 65%;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-left .dw-lobby-store-details-previews-one img {
    border-radius: 5px;
    width: 100%;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-left .dw-lobby-store-details-previews {
    padding-top: 63%;
    position: relative;
}
@media screen and (max-width: 767px) {
    .dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-left {
        padding-right: 0;
        width: 100%;
    }
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-title {
    color: #333;
    display: flex;
    font-size: 24px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-cat {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    color: #e8bb00;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    padding: 5px 0;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-des {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px hsla(0, 0%, 87%, 0.7), 0 3px 3px hsla(0, 0%, 87%, 0.7);
    font-size: 16px;
    margin-bottom: 20px;
    min-height: 100px;
    padding: 10px;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-pts {
    color: #666;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-pts .points {
    color: #333;
    font-size: 24px;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-pts .points .store-icon {
    display: inline-block;
    position: relative;
    top: -4px;
    width: 22px;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-footer {
    text-align: center;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-footer .btn {
    border-radius: 50px;
}
@media screen and (max-width: 767px) {
    .dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right {
        margin-top: 20px;
        width: 100%;
    }
}
.dw-lobby-store-02 {
    margin: auto;
    max-width: 100%;
    padding: 0 5px;
    width: 1280px;
}
.dw-lobby-store-02 .dw-lobby-store-title {
    color: #666;
    font-size: 26px;
    margin-bottom: 25px;
    margin-top: 25px;
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.dw-lobby-store-02 .dw-lobby-store-title .dw-lobby-store-title-left {
    border-bottom: 2px solid #e8bb00;
    display: inline-block;
}
.dw-lobby-store-02 .dw-lobby-store-title .dw-lobby-store-title-right {
    color: #e8bb00;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
}
.dw-lobby-store-02 .dw-lobby-store-title .dw-lobby-store-title-right .my-points {
    color: #fff;
}
.dw-lobby-store-02 .dw-lobby-store-container {
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px hsla(0, 0%, 87%, 0.7), 0 3px 3px hsla(0, 0%, 87%, 0.7);
    float: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 240px;
    overflow: hidden;
    width: 240px;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu {
    overflow: hidden;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-left .filter-selector-menu {
    background-image: linear-gradient(90deg, #e8bb00, #e8bb00);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    color: #666;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 8px 15px 10px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition-duration: 0.15s;
    transition-property: background, height, color;
    white-space: nowrap;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-left .filter-selector-menu:hover {
    color: #e8bb00;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-left .filter-selector-menu.activated {
    background-size: 100% 100%;
    color: #fff;
    color: #333;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 1px 2px 0 #1e2737;
}
@media screen and (max-width: 991px) {
    .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-left {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-left {
        display: block !important;
        height: auto !important;
    }
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right .btn-mobile-store-filter {
    display: none;
}
@media screen and (max-width: 991px) {
    .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right .btn-mobile-store-filter {
        background: hsla(0, 0%, 100%, 0.1);
        border: 2px solid hsla(0, 0%, 100%, 0.15);
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 24px;
        height: 40px;
        left: 15px;
        position: absolute;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px;
    }
    .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right .btn-mobile-store-filter:hover {
        background: hsla(0, 0%, 100%, 0.2);
    }
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right .dw-lobby-store-menu-right-points {
    background: rgba(0, 0, 0, 0.3);
    color: #e8bb00;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right .dw-lobby-store-menu-right-points .my-points {
    color: #fff;
    font-size: 18px;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right .dw-lobby-store-menu-right-points .my-points .store-icon {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 18px;
}
@media screen and (max-width: 991px) {
    .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right .dw-lobby-store-menu-right-points {
        padding: 10px 20px;
        text-align: right;
    }
    .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top {
        width: 100%;
    }
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body {
    display: flex;
    flex-direction: column;
    width: calc(100% - 240px);
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store-no-results {
    background: #fff;
    border: 2px dashed #999;
    border-radius: 5px;
    color: #444;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 40px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store-no-results i {
    font-size: 34px;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px hsla(0, 0%, 87%, 0.7), 0 3px 3px hsla(0, 0%, 87%, 0.7);
    display: block;
    overflow: hidden;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item figure img {
    transition: 0.4s;
    width: 100%;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item .dw-item-footer {
    padding: 5px 15px;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item .dw-item-footer .dw-item-points {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item .dw-item-footer .dw-item-points .store-icon {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 18px;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item .dw-item-footer .dw-item-status {
    color: #e8bb00;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item .dw-item-footer .dw-item-status.no-available {
    color: #aaa;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item .dw-item-footer .dw-item-name {
    color: #aaa;
    font-size: 13px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item:focus figure img,
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item:hover figure img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-content {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
@media screen and (max-width: 700px) {
    .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-content {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    }
}
@media screen and (max-width: 991px) {
    .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body {
        width: 100%;
    }
    .dw-lobby-store-02 .dw-lobby-store-container {
        flex-direction: column;
    }
}
.blocks-container {
    --background-color: #fbfbfb;
    --widget-background: var(--background);
    --widget-border-color: rgba(0, 0, 0, 0.15);
    --padding: 20px;
    background-color: var(--background-color);
    margin-bottom: -1px;
    padding-bottom: 0;
}
.blocks-container .cms-block.block-footer-image {
    background-color: #2e2d2c !important;
}
@media screen and (max-width: 479px) {
    .blocks-container {
        --padding: 15px;
    }
}
@media screen and (min-width: 1512px) {
    .blocks-container {
        --padding: 20px;
    }
}
body.dark .cms-block.block-dropdown-menu {
    background: var(--background-dark);
}
body.dark .blocks-container {
    --background-color: #1e1e1e;
    --widget-background: var(--background-dark);
    --widget-border-color: hsla(0, 0%, 88%, 0.15);
}
@media (max-width: 767px) {
    .blocks-container[data-render="site"] .device-hidden-mobile {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .blocks-container[data-render="site"] .device-hidden-tablet {
        display: none;
    }
}
@media (min-width: 992px) {
    .blocks-container[data-render="site"] .device-hidden-desktop {
        display: none;
    }
}
.blocks-container[data-render="site"] .cms-block {
    text-align: right;
}
.blocks-container[data-render="site"] .cms-block .block-container {
    margin: auto;
    max-width: 1380px;
    padding: var(--padding) var(--padding) 0;
    text-align: left;
}
.blocks-container[data-render="site"] .cms-block .block-altenar-container {
    max-width: none;
}
.cms-block {
    color: var(--text-color);
}
.cms-block .bg-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
}
.cms-block a {
    color: inherit;
}
.cms-block .text-left {
    text-align: left;
}
.cms-block .text-center {
    text-align: center;
}
.cms-block .text-right {
    text-align: right;
}
.cms-block .block-title {
    font-weight: 400;
    margin-bottom: var(--padding);
}
@media screen and (max-width: 479px) {
    .cms-block .block-title {
        font-size: 1.125rem;
    }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
    .cms-block .block-title {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .cms-block .block-title {
        font-size: 1.375rem;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1511px) {
    .cms-block .block-title {
        font-size: 1.625rem;
    }
}
@media screen and (min-width: 1512px) {
    .cms-block .block-title {
        font-size: 1.75rem;
    }
}
.cms-block .image-wrapper {
    line-height: 0;
}
.cms-block img {
    margin: auto;
    max-width: 100%;
    width: 100%;
}
.cms-block p {
    margin: 0;
    padding: 0;
}
.cms-block .btn-big {
    background: var(--primary);
    border: 1px solid var(--widget-border-color);
    border-radius: 10px;
    color: #2e2d2c;
    font-weight: 600;
    padding: var(--padding);
    transition: all 0.15s;
    width: 70%;
}
@media screen and (max-width: 479px) {
    .cms-block .btn-big {
        border-radius: 5px;
        font-size: 1rem;
    }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
    .cms-block .btn-big {
        border-radius: 5px;
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .cms-block .btn-big {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1511px) {
    .cms-block .btn-big {
        font-size: 1.375rem;
    }
}
@media screen and (min-width: 1512px) {
    .cms-block .btn-big {
        font-size: 1.75rem;
    }
}
.with-background-overlay .block-item {
    padding-bottom: 4px;
}
.with-background-overlay .content,
body.dark .with-background-overlay .content {
    background-color: var(--widget-background);
    border: 1px solid var(--widget-border-color);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
}
.block-item .item-title {
    font-weight: 500;
    padding: 0;
}
@media screen and (max-width: 479px) {
    .block-item .item-title {
        font-size: 0.625rem;
        margin-bottom: 0.5rem;
    }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
    .block-item .item-title {
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .block-item .item-title {
        font-size: 1.125rem;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1511px) {
    .block-item .item-title {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 1512px) and (max-width: 1919px) {
    .block-item .item-title {
        font-size: 1.375rem;
    }
}
@media screen and (min-width: 1920px) {
    .block-item .item-title {
        font-size: 1.5rem;
    }
}
.block-item .item-description {
    font-weight: 400;
    line-height: 1.2;
    margin: auto;
    max-width: 85%;
    padding: var(--padding) 0;
}
@media screen and (max-width: 479px) {
    .block-item .item-description {
        font-size: 0.875rem;
    }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
    .block-item .item-description {
        font-size: 0.875rem;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .block-item .item-description {
        font-size: 1rem;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1511px) {
    .block-item .item-description {
        font-size: 1.125rem;
    }
}
@media screen and (min-width: 1512px) and (max-width: 1919px) {
    .block-item .item-description {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 1920px) {
    .block-item .item-description {
        font-size: 1.375rem;
    }
}
.live-details {
    bottom: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}
.live-details .img-figure {
    height: auto !important;
    transition: 0.3s;
    width: 100%;
}
.live-details .img-provider {
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s;
    width: 30%;
    z-index: 5;
}
.live-details .balance-promo-return {
    bottom: 53px;
    position: absolute;
    right: 0;
}
.live-details .balance-promo {
    background: linear-gradient(90deg, #36689c -25%, #97b5f0, #36689c 125%);
}
.live-details .balance-promo,
.live-details .balance-return {
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
    color: #333;
    font-size: 10px;
    padding: 2px 5px 2px 10px;
}
.live-details .balance-return {
    background: linear-gradient(90deg, #9c9136 -25%, #c3f097, #789c36 125%);
    font-weight: 700;
}
.live-details .game-footer {
    background: rgba(0, 0, 0, 0.6);
    color: #eee;
    display: block;
    font-size: 11px;
    font-weight: 600;
    overflow: hidden;
    padding: 3px 5px;
    transition: 0.3s;
    z-index: 10;
}
.live-details .game-footer .game-name,
.live-details .game-footer .game-value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.live-details .game-footer .game-name {
    padding-right: 2.5px;
    text-align: left;
}
.live-details .game-footer .game-value {
    padding-left: 2.5px;
    text-align: right;
}
body.dark .block-altenar.block-altenar-sportsbook {
    background-color: #1e1e1e;
}
.block-altenar-sportsbook {
    min-height: 100vh;
}
.block-altenar-sportsbook :host div {
    background: red;
}
.altenar-betslip {
    bottom: 20px;
    padding: 0 20px;
    position: fixed;
    width: 100%;
    z-index: 4;
}
.altenar-betslip .altenar-container {
    border-radius: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 601px) {
    .altenar-betslip {
        max-width: 400px;
        right: 0;
    }
}
@media screen and (max-width: 992px) {
    .altenar-betslip {
        bottom: 65px;
    }
}
.block-altenar.block-altenar-sportsbook {
    background-color: #efefef;
}
.block-altenar.block-altenar-highlights .btn-big {
    margin-bottom: 4px;
    margin-top: var(--padding);
}
.block-altenar .block-altenar-container {
    max-width: none;
}
.block-altenar .btn-container {
    text-align: center;
}
@media screen and (min-width: 480px) {
    .block-altenar .btn-container .btn-big {
        min-width: 28%;
        width: 100px;
    }
}
.block-grid .title {
    margin-bottom: 10px;
}
.block-grid .items-container {
    grid-gap: var(--padding);
    display: -ms-grid;
    display: grid;
    grid-auto-rows: 1fr;
}
.block-grid .content {
    border-radius: 10px;
    height: 100%;
    padding: var(--padding);
    text-align: center;
}
.block-grid .content .image-wrapper {
    margin: auto;
    max-width: 100%;
}
.block-grid-instructions {
    margin-top: 10px;
}
@media screen and (max-width: 479px) {
    .block-grid-instructions .content .item-title {
        font-size: 0.75rem;
    }
}
.block-grid-instructions .content .image-wrapper {
    aspect-ratio: 1.65;
    margin: var(--padding) auto;
    max-width: 90%;
}
@media screen and (max-width: 479px) {
    .block-grid-instructions .content .image-wrapper {
        max-width: 95%;
    }
}
.block-grid-info .block-item .image-wrapper {
    aspect-ratio: 1;
    margin: var(--padding) auto;
    max-width: 100px;
    width: 30%;
}
.block-grid-info .content {
    padding: 0;
}
.block-grid-info .content .item-description {
    padding-top: 0;
}
@media screen and (max-width: 479px) {
    .block-grid-info .content .item-description {
        font-size: 0.625rem;
    }
}
.block-grid-info .items-container {
    gap: var(--padding);
    margin: auto;
}
.block-grid-info .items-container .row {
    gap: var(--padding);
}
@media screen and (max-width: 479px) {
    .block-grid-info .items-container {
        width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .block-grid-info .items-container {
        max-width: 557px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1511px) {
    .block-grid-info .items-container {
        max-width: 750px;
    }
}
@media screen and (min-width: 1512px) and (max-width: 1919px) {
    .block-grid-info .items-container {
        max-width: 750px;
    }
}
@media screen and (min-width: 1920px) {
    .block-grid-info .items-container {
        max-width: 900px;
    }
}
.block-grid-info .items-container .item-description {
    padding-bottom: var(--padding);
}
@media screen and (min-width: 480px) {
    .block-grid-info .items-container .item-description {
        padding-bottom: 25px;
    }
}
.block-slider .block-item {
    position: relative;
}
.block-slider .block-item + .block-item {
    margin-top: var(--padding);
}
.block-slider .swiper-outer-outer-container {
    position: relative;
}
.block-slider .swiper-outer-container {
    border-left: 2px;
    border-right: 2px;
    border-color: var(--background);
    margin-left: calc(var(--padding) * -1);
    margin-right: calc(var(--padding) * -1);
    overflow: hidden;
    padding-left: var(--padding);
    padding-right: var(--padding);
    position: relative;
}
.block-slider .swiper-container {
    overflow: visible;
}
.block-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    gap: var(--padding);
}
.block-slider .title {
    margin-bottom: 10px;
}
.block-slider .item {
    border-radius: 10px;
    text-align: center;
}
.block-slider .fade-slide {
    height: 100%;
    position: absolute;
    top: 0;
    width: var(--padding);
    z-index: 1;
}
.block-slider .fade-slide.fade-prev {
    background: linear-gradient(to right, var(--background-color) 50%, hsla(0, 0%, 100%, 0) 100%);
    left: 0;
}
.block-slider .fade-slide.fade-next {
    background: linear-gradient(to left, var(--background-color) 50%, hsla(0, 0%, 100%, 0) 100%);
    right: 0;
}
.block-slider .swiper-button {
    background: var(--primary);
    border-radius: 50%;
    color: #000;
    text-align: center;
    z-index: 2;
}
.block-slider .swiper-button.show,
.block-slider .swiper-button:not(.fade) {
    opacity: 0.75;
    transition: opacity 0.3s;
}
.block-slider .swiper-button.show:hover,
.block-slider .swiper-button:not(.fade):hover {
    opacity: 0.9;
}
.block-slider .swiper-button.swiper-button-prev {
    left: var(--padding);
    z-index: 1;
}
@media screen and (min-width: 1662px) {
    .block-slider .swiper-button.swiper-button-prev {
        left: -95px;
    }
}
.block-slider .swiper-button.swiper-button-next {
    right: var(--padding);
    z-index: 1;
}
@media screen and (min-width: 1662px) {
    .block-slider .swiper-button.swiper-button-next {
        right: -95px;
    }
}
@media screen and (max-width: 991px) {
    .block-slider .swiper-button {
        display: none !important;
    }
}
.block-slider .swiper-button:after {
    font-weight: 700;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .block-slider .swiper-button {
        height: 50px;
        margin-top: -25px;
        width: 50px;
    }
    .block-slider .swiper-button:after {
        font-size: 18px !important;
        line-height: 50px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1511px) {
    .block-slider .swiper-button {
        height: 65px;
        margin-top: -32.5px;
        width: 65px;
    }
    .block-slider .swiper-button:after {
        font-size: 22px !important;
        line-height: 65px;
    }
}
@media screen and (min-width: 1512px) {
    .block-slider .swiper-button {
        height: 75px;
        margin-top: -37.5px;
        width: 75px;
    }
    .block-slider .swiper-button:after {
        font-size: 25px !important;
        line-height: 75px;
    }
}
.block-slider-hero .fade-slide {
    display: none;
}
.block-slider-hero .block-container {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.block-slider-hero.add-margins .right-wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
}
.block-slider-hero.hero-yellow-theme {
    background-color: var(--primary);
    color: #2e2d2c;
}
.block-slider-hero.hero-yellow-theme .btn-big {
    background-color: #1e1e1e;
    color: #fbfbfb;
}
.block-slider-hero.hero-yellow-theme .btn-big:hover {
    background-color: #3a3a3a !important;
    color: #fbfbfb !important;
}
@media screen and (max-width: 479px) {
    .block-slider-hero.hero-yellow-theme .btn-big {
        max-width: 80%;
    }
}
.block-slider-hero.hero-yellow-theme .yellow {
    color: #000 !important;
}
.block-slider-hero .bg-wrapper {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}
@media screen and (max-width: 479px) {
    .block-slider-hero.use-image-as-background .right-wrapper {
        display: none;
    }
    .block-slider-hero.use-image-as-background .bg-wrapper {
        display: block;
    }
}
.block-hero-item {
    padding: 0 !important;
}
.block-hero-item .content {
    display: flex;
    justify-content: space-evenly;
    position: relative;
}
@media screen and (max-width: 479px) {
    .block-hero-item .content {
        flex-direction: column;
        padding-top: 15px;
        text-align: center;
    }
}
@media screen and (min-width: 480px) {
    .block-hero-item:not(.reverse-order) .left {
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media screen and (min-width: 992px) {
    .block-hero-item:not(.reverse-order) .left {
        padding-right: 15%;
    }
}
@media screen and (min-width: 480px) {
    .block-hero-item .reverse-order .left-wrapper {
        order: 2;
    }
    .block-hero-item .reverse-order .right-wrapper {
        order: 1;
    }
    .block-hero-item .reverse-order .left {
        padding-left: 5%;
        padding-right: 5%;
        text-align: right;
    }
}
@media screen and (min-width: 992px) {
    .block-hero-item .reverse-order .left {
        padding-left: 15%;
        text-align: right;
    }
}
.block-hero-item .left-wrapper,
.block-hero-item .right-wrapper {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    justify-content: center;
}
.block-hero-item .left-wrapper {
    align-items: flex-start;
    padding: 5px;
}
.block-hero-item .left-wrapper .left {
    box-sizing: border-box;
    width: 100%;
}
.block-hero-item .left-wrapper .left .hero-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin: 1rem 0;
}
@media screen and (min-width: 480px) and (max-width: 991px) {
    .block-hero-item .left-wrapper .left .hero-title {
        font-size: 2rem;
        line-height: 2rem;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .block-hero-item .left-wrapper .left .hero-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1511px) {
    .block-hero-item .left-wrapper .left .hero-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}
@media screen and (min-width: 1512px) and (max-width: 1919px) {
    .block-hero-item .left-wrapper .left .hero-title {
        font-size: 3rem;
        line-height: 3rem;
    }
}
@media screen and (min-width: 1920px) {
    .block-hero-item .left-wrapper .left .hero-title {
        font-size: 3.75rem;
        line-height: 3.75rem;
    }
}
.block-hero-item .left-wrapper .description {
    margin: 0 0 1rem;
}
.block-hero-item .left-wrapper .description a {
    text-decoration: underline;
}
@media screen and (max-width: 479px) {
    .block-hero-item .left-wrapper .description {
        font-size: 1rem;
        font-weight: 500;
        margin: auto;
    }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
    .block-hero-item .left-wrapper .description {
        font-size: 0.875rem;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .block-hero-item .left-wrapper .description {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 1200px) {
    .block-hero-item .left-wrapper .description {
        font-size: 1.375rem;
    }
}
.block-hero-item .left-wrapper .description .yellow {
    color: var(--primary);
}
.block-hero-item .btn-big {
    margin-bottom: 12px;
    margin-top: 12px;
    min-width: 60%;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 479px) {
    .block-hero-item .btn-big {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
.block-hero-item .image-wrapper {
    aspect-ratio: 1780/1380;
    margin: 0 auto;
    overflow: hidden;
    width: 80%;
}
.block-slider-categories {
    --padding: 10px !important;
    margin-bottom: var(--padding);
}
.block-slider-categories .swiper-wrapper {
    -ms-grid-columns: (1fr) [2];
    display: -ms-grid;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 480px) and (max-width: 991px) {
    .block-slider-categories .swiper-wrapper {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (min-width: 992px) {
    .block-slider-categories .swiper-wrapper {
        -ms-grid-columns: (1fr) [6];
        grid-template-columns: repeat(6, 1fr);
    }
}
.block-slider-categories .swiper-slide {
    width: 100% !important;
}
.block-slider-categories.block-slider .content .image-wrapper {
    aspect-ratio: 600/390;
    margin: 0 auto;
    max-width: 100%;
}
.block-slider-categories.block-slider.with-background-overlay .content {
    background: none;
    border: none;
    box-shadow: none;
}
.block-slider-categories.block-slider .block-item .item-title {
    background: var(--primary);
    border-radius: 5px;
    bottom: 0;
    color: var(--text-light);
    font-size: 0.625rem;
    font-weight: 700;
    left: 0;
    margin-top: -5px;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
}
@media screen and (min-width: 992px) {
    .block-slider-categories.block-slider .block-item .item-title {
        font-size: 0.9rem;
    }
}
.block-slider-categories .block-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.block-slider-categories .block-item .item-title {
    padding: calc(var(--padding) / 2);
    white-space: nowrap;
}
.block-slider-categories .content {
    border-radius: 10px;
    padding: 0 10px 10px;
}
.block-slider-categories .content .image-wrapper {
    aspect-ratio: 480/390;
    margin: 0 auto;
    max-width: 70%;
}
.block-slider-games-customizable.game-format-rectangle .image-wrapper,
.block-slider-games.game-format-rectangle .image-wrapper {
    aspect-ratio: 16/9;
}
.block-slider-games-customizable.game-format-square .image-wrapper,
.block-slider-games.game-format-square .image-wrapper {
    aspect-ratio: 1;
}
.block-slider-games .content,
.block-slider-games-customizable .content {
    position: relative;
}
.block-slider-games .image-wrapper,
.block-slider-games-customizable .image-wrapper {
    height: 100%;
    width: 100%;
}
.block-slider-games .image-wrapper .img,
.block-slider-games-customizable .image-wrapper .img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--widget-border-color);
    border-radius: 4px;
    height: 100%;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .block-slider-games .image-wrapper .img,
    .block-slider-games-customizable .image-wrapper .img {
        border-radius: 5px;
    }
}
@media screen and (min-width: 1920px) {
    .block-slider-games .image-wrapper .img,
    .block-slider-games-customizable .image-wrapper .img {
        border-radius: 8px;
    }
}
.block-slider-games .image-wrapper div.img,
.block-slider-games-customizable .image-wrapper div.img {
    background-position: 50%;
    background-size: cover;
    height: 100%;
}
.block-slider-games .swiper-container,
.block-slider-games-customizable .swiper-container {
    margin-top: -20px;
    padding-top: 20px;
}
.block-slider-games .ribbon,
.block-slider-games-customizable .ribbon {
    --f: 6px;
    --r: 10px;
    --t: 0px;
    background: var(--primary);
    border-top: 1px solid #ffe087;
    box-shadow: 0 calc(var(--f) * -1) 0 inset rgba(0, 0, 0, 0.1);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f) / 2));
    clip-path: polygon(100% 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f) / 2));
    color: #2e2d2c;
    font-size: 0.5rem;
    font-weight: 700;
    inset: var(--t) auto auto calc(var(--f) * -1);
    left: calc(var(--f) * -1);
    padding: 0 calc(10px + var(--r)) var(--f) 10px;
    position: absolute;
    text-transform: uppercase;
    top: 5px;
    -webkit-transform: skew(0, -18deg);
    transform: skew(0, -18deg);
    white-space: nowrap;
}
@media screen and (min-width: 480px) {
    .block-slider-games .ribbon,
    .block-slider-games-customizable .ribbon {
        --f: 10px;
        font-size: 0.75rem;
    }
}
@media screen and (min-width: 1200px) {
    .block-slider-games .ribbon,
    .block-slider-games-customizable .ribbon {
        font-size: 1rem;
    }
}
.block-slider-games .item-link,
.block-slider-games-customizable .item-link {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}
.block-altenar-custom-grid {
    --padding: 10px !important;
}
@media screen and (max-width: 767px) {
    .block-altenar-custom-grid .items-container {
        -ms-grid-columns: (1fr) [2] !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
.block-altenar-custom-grid .block-micasino-item .content {
    padding: 0;
}
.block-altenar-custom-grid .block-micasino-item .content .image-wrapper {
    aspect-ratio: 1.61;
    border-radius: 10px;
    overflow: hidden;
}
.blocks-container[data-render="site"] .block-slider-header.cms-block .block-container {
    max-width: 100%;
    overflow: hidden;
    padding: 0;
}
.block-slider-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.block-slider-header:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.block-slider-header .image-wrapper {
    aspect-ratio: 414/119;
}
.block-slider-header .slider-title {
    border-left: 5px solid #fec82f;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    left: var(--padding);
    padding-left: var(--padding);
    position: absolute;
}
@media screen and (max-width: 479px) {
    .block-slider-header .slider-title {
        font-size: 1.125rem;
    }
}
@media screen and (min-width: 992px) {
    .block-slider-header .slider-title {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1200px) {
    .block-slider-header .slider-title {
        font-size: 2.5rem;
    }
}
@media screen and (min-width: 1512px) {
    .block-slider-header .slider-title {
        bottom: 40px;
        font-size: 5rem;
        left: 60px;
    }
}
.block-slider-header .swiper-pagination {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.block-slider-header .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary) !important;
    border: none;
    opacity: 1;
}
@media screen and (max-width: 479px) {
    .block-slider-header .swiper-pagination .swiper-pagination-bullet-active {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .block-slider-header .swiper-pagination .swiper-pagination-bullet-active {
        padding: 3px;
    }
}
@media screen and (min-width: 1200px) {
    .block-slider-header .swiper-pagination .swiper-pagination-bullet-active {
        padding: 5px;
    }
}
@media screen and (min-width: 1512px) {
    .block-slider-header .swiper-pagination .swiper-pagination-bullet-active {
        padding: 7px;
    }
}
.block-slider-header .swiper-pagination .swiper-pagination-bullet {
    background: #c3b086;
    border: 1px solid var(--primary);
    margin: 5px;
    opacity: 1;
}
@media screen and (max-width: 479px) {
    .block-slider-header .swiper-pagination .swiper-pagination-bullet {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .block-slider-header .swiper-pagination .swiper-pagination-bullet {
        padding: 3px;
    }
}
@media screen and (min-width: 1200px) {
    .block-slider-header .swiper-pagination .swiper-pagination-bullet {
        padding: 5px;
    }
}
@media screen and (min-width: 1512px) {
    .block-slider-header .swiper-pagination .swiper-pagination-bullet {
        padding: 7px;
    }
}
@media screen and (max-width: 479px) {
    .block-bonus-home-grid .items-container {
        -ms-grid-columns: (1fr) [1] !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
.block-bonus-home-grid .block-micasino-item .content {
    padding: 0;
}
.block-bonus-home-grid .block-micasino-item .content .image-wrapper {
    aspect-ratio: 2.41;
    border-radius: 10px;
    overflow: hidden;
}
.block-home-vertical-game-slider {
    margin-bottom: var(--padding);
}
.block-home-vertical-game-slider .block-game-item .content {
    padding: 0;
}
.block-home-vertical-game-slider .block-game-item .content .image-wrapper {
    aspect-ratio: 3/4;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.block-home-vertical-game-slider .block-game-item .content .image-wrapper .img {
    border-radius: 14px;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 80%;
}
.block-home-vertical-game-slider .block-game-item .content .image-wrapper .overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 1rem;
    position: absolute;
    transition: opacity 0.3s ease;
}
.block-home-vertical-game-slider .block-game-item .content .image-wrapper .overlay .game-title {
    color: #fff;
    font-size: 10px;
    left: 0;
    line-height: 1.2;
    margin-bottom: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0.75rem;
}
.block-home-vertical-game-slider .block-game-item .content .image-wrapper .overlay .play-icon {
    align-items: center;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}
.block-home-vertical-game-slider .block-game-item .content .image-wrapper .overlay .play-icon svg {
    fill: #000;
    height: 30px;
    width: 30px;
}
.block-home-vertical-game-slider .block-game-item .content .image-wrapper:hover .overlay {
    opacity: 1;
}
.block-video-embed {
    padding: var(--padding);
    width: 100%;
}
.block-video-embed .item-title {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    text-align: left;
}
.block-video-embed .video-wrapper {
    aspect-ratio: 16/9;
    background: transparent;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding-top: var(--padding);
    position: relative;
    width: 100%;
}
.block-video-embed .video-wrapper iframe {
    border: none;
    border-radius: 8px;
    height: 100%;
    left: 0;
    max-height: 70vh;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-width: 768px) {
    .block-video-embed .video-wrapper {
        aspect-ratio: 16/9;
        max-width: 100%;
    }
}
.block-inmejorable {
    max-width: 100%;
    width: 100%;
}
.block-inmejorable .racebook-container {
    overflow: hidden;
    padding: 1rem;
}
.block-inmejorable .racebook-container .nav-tabs {
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.block-inmejorable .racebook-container .nav-tabs .nav-item {
    margin-right: 0.5rem;
}
.block-inmejorable .racebook-container .nav-tabs .nav-item .nav-link {
    background-color: #f8f9fa;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #333;
    cursor: pointer;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}
.block-inmejorable .racebook-container .nav-tabs .nav-item .nav-link:hover {
    background-color: #e2e6ea;
}
.block-inmejorable .racebook-container .nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 700;
}
.block-inmejorable .racebook-container .tab-content .tab-pane {
    display: none;
}
.block-inmejorable .racebook-container .tab-content .tab-pane.active.show {
    display: block;
}
.block-inmejorable .racebook-container .racebook-iframe {
    border: none;
    max-height: 100vh;
    min-height: 400px;
    width: 100%;
}
.block-text-info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: var(--padding);
    text-align: left !important;
}
@media screen and (min-width: 480px) and (max-width: 991px) {
    .block-text-info {
        padding-left: 5%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .block-text-info {
        padding-left: 10%;
    }
}
.block-text-info .item-title h2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 10px;
}
@media screen and (min-width: 480px) and (max-width: 991px) {
    .block-text-info .item-title h2 {
        font-size: 2rem;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .block-text-info .item-title h2 {
        font-size: 2.5rem;
    }
}
.block-text-info .item-description {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 0;
    max-width: 700px;
    padding-left: var(--padding);
}
@media screen and (min-width: 480px) and (max-width: 991px) {
    .block-text-info .item-description {
        font-size: 1.125rem;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .block-text-info .item-description {
        font-size: 1.25rem;
    }
}
.block-text-info .item-description p {
    margin-bottom: var(--padding);
}
.block-text-info .item-description ul {
    list-style-type: disc;
    margin-left: 10px;
    padding-left: var(--padding);
}
.blocks-container[data-render="site"] .block-text-info {
    margin-left: 10%;
}
.block-altenar-auto .swiper-slide {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    height: auto;
    margin: 0;
    max-width: 400px;
    padding: var(--padding);
    width: auto;
}
.block-altenar-auto .swiper-button-next,
.block-altenar-auto .swiper-button-prev {
    background: transparent;
    color: #fff;
}
@media screen and (min-width: 480px) and (max-width: 991px) {
    .block-altenar-auto {
        padding-left: 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .block-altenar-auto {
        padding-left: 0;
    }
}
.block-altenar-auto .altenar-auto-container {
    width: 100%;
}
.block-altenar-auto .altenar-widget {
    --frame-color: #fec82f;
    --frame-color-glow: rgba(195, 155, 45, 0.2);
    --frame-offset: 10px;
    --frame-thickness: 2px;
    --frame-radius: 10px;
    --frame-glow: 15px;
    --oval-color-glow: hsla(60, 95%, 70%, 0.8);
    --oval-color-core: hsla(0, 0%, 100%, 0.9);
    --oval-width: 120px;
    --oval-height: 11px;
    --oval-offset-y: 6px;
    align-items: stretch;
    background: radial-gradient(circle at center, #3a362f 0, #2e2d2c 60%, #1f1e1c 80%, var(--frame-color-glow) 90%), #1f1e1c;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: auto;
    isolation: isolate;
    justify-content: space-between;
    max-width: 500px;
    min-width: 200px;
    overflow: hidden;
    padding: var(--padding);
    position: relative;
}
.block-altenar-auto .altenar-widget.live {
    --frame-color: #c81e1e;
    --frame-color-glow: rgba(205, 54, 54, 0.2);
    --oval-color-core: hsla(0, 0%, 100%, 0.9);
    --oval-color-glow: rgba(255, 60, 60, 0.95);
}
.block-altenar-auto .altenar-widget.upcoming {
    --frame-color: rgba(245, 191, 44, 0.976);
}
.block-altenar-auto .altenar-widget:after {
    background: radial-gradient(ellipse var(--oval-width) var(--oval-height) at center, var(--oval-color-core) 0, var(--oval-color-core) 15%, var(--oval-color-glow) 35%, rgba(0, 0, 0, 0.05) 60%, transparent 80%) no-repeat center
            calc(100% + var(--oval-offset-y)) / var(--oval-width) var(--oval-height),
        linear-gradient(to bottom, transparent 0, var(--frame-color) 95%) no-repeat bottom/100% 2px;
    border-radius: var(--frame-radius);
    bottom: calc(var(--frame-offset) - 1px);
    -webkit-filter: none;
    filter: none;
    top: -3px;
    z-index: 2;
}
.block-altenar-auto .altenar-widget:after,
.block-altenar-auto .altenar-widget:before {
    content: "";
    left: var(--frame-offset);
    pointer-events: none;
    position: absolute;
    right: var(--frame-offset);
}
.block-altenar-auto .altenar-widget:before {
    background-image: linear-gradient(to top, var(--frame-color) 0, var(--frame-color) 70%, transparent 80%), linear-gradient(to top, var(--frame-color) 0, var(--frame-color) 70%, transparent 80%);
    background-position: 0 100%, 100% 100%;
    background-repeat: no-repeat;
    background-size: var(--frame-thickness) calc(100% - var(--frame-thickness)), var(--frame-thickness) calc(100% - var(--frame-thickness));
    border-bottom: var(--frame-thickness) solid var(--frame-color);
    border-radius: 0 0 var(--frame-radius) var(--frame-radius);
    bottom: var(--frame-offset);
    top: var(--frame-offset);
    z-index: 1;
}
.block-altenar-auto .altenar-widget a,
.block-altenar-auto .altenar-widget-container {
    width: 100%;
}
.block-altenar-auto .widget-line1 {
    align-items: center;
    display: flex;
    font-size: 12px;
    gap: 5px;
    justify-content: space-between;
    margin-bottom: 10px;
    max-height: 50px;
    min-height: 40px;
    min-width: 0;
    width: 100%;
}
.block-altenar-auto .widget-line1 .ball-icon {
    flex-shrink: 0;
    height: 20px;
    justify-content: start;
    width: 20px;
}
.block-altenar-auto .widget-line1 .event-time {
    color: #fec82f;
    flex-grow: 1;
    font-size: 14px;
    text-align: start;
    white-space: nowrap;
}
.block-altenar-auto .widget-line1 .separator {
    flex-shrink: 0;
    font-size: 18px;
    justify-content: start;
}
.block-altenar-auto .widget-line1 .flag {
    border-radius: 4px;
    display: inline-block;
    flex-shrink: 0;
    height: 20px;
    justify-content: start;
    line-height: 1;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: middle;
    width: 20px;
}
.block-altenar-auto .widget-line1 .tournament-name {
    color: #fec82f;
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    text-align: start;
    text-overflow: clip;
    white-space: nowrap;
    width: 100%;
    word-break: break-all;
}
.block-altenar-auto .teams {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
}
.block-altenar-auto .teams .team-line {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
}
.block-altenar-auto .teams .score {
    align-items: center;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    margin-left: 8px;
    min-width: 24px;
    width: 24px;
}
.block-altenar-auto .live-tag {
    background-color: red;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-right: 6px;
    padding: 0 3px;
    white-space: nowrap;
}
.block-altenar-auto .live-minute {
    color: #fec82f;
    font-weight: 700;
    margin-right: 8px;
    white-space: nowrap;
}
.block-altenar-auto .bars-icon {
    color: #fff;
    font-size: 14px;
    margin-right: var(--padding);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.block-altenar-auto .team {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    justify-content: space-between;
    width: 100%;
}
.block-altenar-auto .odds-container {
    gap: 5px;
}
.block-altenar-auto .no-market {
    background-color: #444;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    margin-top: var(--padding);
    padding: var(--padding);
    text-align: center;
    width: 100%;
}
.block-altenar-auto .odds-button {
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 0.75rem;
    height: 40px;
    justify-content: center;
    margin-top: var(--padding);
    min-width: 60px;
    overflow: hidden;
    text-align: center;
    transition: background-color 0.2s ease;
    white-space: normal;
}
.block-altenar-auto .odds-button span {
    display: block;
    text-align: center;
    width: 100%;
}
.block-altenar-auto .odds-button .price {
    font-size: 0.875rem;
    font-weight: 700;
}
.block-altenar-auto .odds-button .odd-name {
    font-size: 0.75rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}
.block-altenar-auto .odds-button:hover {
    background-color: #fec82f;
}
@media (max-width: 767px) {
    .block-altenar-auto .altenar-widget {
        max-width: 100%;
        width: 100%;
    }
    .block-altenar-auto .block-altenar-container {
        width: 90vw;
    }
    .block-altenar-auto .swiper-slide {
        box-sizing: border-box;
        max-width: 100% !important;
        width: 100% !important;
    }
    .block-altenar-auto .swiper-button-next,
    .block-altenar-auto .swiper-button-prev {
        height: 30px;
        width: 30px;
    }
    .block-altenar-auto .swiper-button-next:after,
    .block-altenar-auto .swiper-button-prev:after {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .block-altenar-auto .altenar-widget {
        max-width: 450px;
        padding: var(--padding);
    }
    .block-altenar-auto .swiper-slide {
        max-width: 450px;
    }
    .block-altenar-auto .widget-line1 {
        font-size: 10px;
    }
    .block-altenar-auto .team {
        font-size: 0.875rem;
    }
    .block-altenar-auto .odds-button {
        height: 45px;
    }
    .block-altenar-auto .odds-button .price {
        font-size: 1rem;
    }
    .block-altenar-auto .odds-button .odd-name {
        font-size: 0.8125rem;
    }
    .block-altenar-auto .swiper-button-next:after,
    .block-altenar-auto .swiper-button-prev:after {
        font-size: 16px;
    }
}
.block-altenar-auto .skeleton-header {
    height: 20px;
    width: 80%;
}
.block-altenar-auto .skeleton-text {
    height: 15px;
    width: 90%;
}
.block-altenar-auto .skeleton-odds {
    height: 25px;
    width: 60%;
}
@-webkit-keyframes loading {
    0% {
        background-position: -200% 0;
    }
    to {
        background-position: 200% 0;
    }
}
.block-altenar-auto .empty-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.block-altenar-auto .no-events-message {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.cms-block.block-scrolling-banner {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.cms-block.block-scrolling-banner .scrolling-banner-track {
    -webkit-animation: scroll-left 15s linear infinite;
    animation: scroll-left 15s linear infinite;
    display: inline-block;
    font-size: 0;
}
.cms-block.block-scrolling-banner .scrolling-banner-track img {
    display: inline-block;
    height: auto;
    margin-right: -1px;
}
.cms-block.block-scrolling-banner .scrolling-banner-content:hover .scrolling-banner-track {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}
@keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}
.block-altenar-auto {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1380px;
    overflow: visible;
    padding: var(--padding);
}
.block-altenar-auto .swiper-container-v2 {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.block-altenar-auto .swiper-container-v2:after {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 5%, hsla(0, 0%, 100%, 0.9) 92%);
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 10;
}
.block-altenar-auto .swiper-slide-v2 {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    height: auto;
    margin: 0;
    max-width: 256px;
    padding: var(--padding);
    width: 256px;
}
.block-altenar-auto .swiper-wrapper-v2 {
    box-sizing: content-box;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.block-altenar-auto .altenar-auto-container,
.block-altenar-auto .altenar-widget-container {
    width: 100%;
}
.block-altenar-auto .altenar-widget-v2 {
    align-items: center;
    background-color: #fff;
    background-image: url(mc-widget-icon-light.png?ab9938bbf8a184fb967804e3f6ac6459);
    background-position: 100% 0;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 16px 14px;
}
.block-altenar-auto .altenar-widget-v2 a {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.block-altenar-auto .header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.block-altenar-auto .header .teams {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 4px;
}
.block-altenar-auto .header .teams .team-v2 {
    align-items: center;
    border-radius: 50%;
    display: flex;
    gap: 8px;
    height: 40px;
    justify-content: center;
    width: 100%;
}
.block-altenar-auto .header .teams .team-v2 .team-initials {
    align-items: center;
    background-color: #e8e8e8;
    border-radius: 50%;
    color: #5e5d5c;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    width: 40px;
}
.block-altenar-auto .header .teams .team-v2 img {
    border-radius: 50%;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    width: 32px;
}
.block-altenar-auto .header .teams .score-v2 {
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 600;
}
.block-altenar-auto .header .event-date {
    border: 1px solid #5e5d5c;
    border-radius: 4px;
    color: #5e5d5c;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 4px 12px;
    text-transform: capitalize;
    white-space: nowrap;
}
.block-altenar-auto .header .event-date .live-tag-v2 {
    background-color: red;
    border-radius: 4px;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    font-weight: 700;
    gap: 10px;
    overflow: hidden;
    padding: 4px 8px;
    position: relative;
}
.block-altenar-auto .header .event-date .live-tag-v2:before {
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
    background: linear-gradient(120deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.5) 50%, hsla(0, 0%, 100%, 0));
    content: "";
    height: 200%;
    left: -75%;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    width: 50%;
}
@-webkit-keyframes shine {
    0% {
        left: -75%;
    }
    to {
        left: 125%;
    }
}
@keyframes shine {
    0% {
        left: -75%;
    }
    to {
        left: 125%;
    }
}
.block-altenar-auto .header .event-date .live-minute {
    color: #fec82f;
    font-weight: 700;
    margin-right: 8px;
}
.block-altenar-auto .header .event-date.live {
    border: none;
    padding: 0;
}
.block-altenar-auto .tournament {
    align-items: center;
    color: #5e5d5c;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 4px;
}
.block-altenar-auto .tournament .separator {
    font-size: 20px;
}
.block-altenar-auto .tournament .tournament-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.block-altenar-auto .odds-container {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    width: 100%;
}
.block-altenar-auto .odds-button-v2 {
    align-items: center;
    background-color: #e8e8e8;
    border-radius: 4px;
    color: #2e2d2c;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 16px;
    height: 52px;
    justify-content: space-between;
    margin-top: 0;
    min-width: 60px;
    overflow: hidden;
    padding: 8px;
    text-align: center;
    transition: background-color 0.2s ease;
    white-space: normal;
}
.block-altenar-auto .odds-button-v2 span {
    display: block;
    text-align: center;
    width: 100%;
}
.block-altenar-auto .odds-button-v2 .price-v2 {
    font-size: 14px;
    font-weight: 700;
}
.block-altenar-auto .odds-button-v2 .odd-name-v2 {
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
    width: 100%;
}
.block-altenar-auto .odds-button-v2:hover {
    background-color: #fec82f;
}
.block-altenar-auto .odds-button-v2.middle-button {
    flex: 0 0 auto;
    width: 41px;
}
.block-altenar-auto .block-altenar-container {
    display: flex;
    gap: var(--padding);
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.block-altenar-auto .placeholder-text {
    height: 70px;
    width: 100px;
}
.block-altenar-auto .placeholder-card,
.block-altenar-auto .skeleton-loader {
    align-items: center;
    display: flex;
    gap: var(--padding);
    justify-content: center;
}
.block-altenar-auto .placeholder-card {
    background: #222;
    border-radius: 8px;
    flex-direction: column;
    height: 200px;
    padding: var(--padding);
    width: 100%;
}
.block-altenar-auto .skeleton {
    -webkit-animation: loading 1.5s infinite;
    animation: loading 1.5s infinite;
    background: linear-gradient(90deg, #333 25%, #444 50%, #333 75%);
    background-size: 200% 100%;
    border-radius: 4px;
}
@keyframes loading {
    0% {
        background-position: -200% 0;
    }
    to {
        background-position: 200% 0;
    }
}
@media (max-width: 767px) {
    .block-altenar-auto .altenar-widget-v2,
    .block-altenar-auto .swiper-slide-v2 {
        max-width: 256px;
        width: 100%;
    }
    .block-altenar-auto .block-altenar-container {
        width: 90vw;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .block-altenar-auto .altenar-widget-v2,
    .block-altenar-auto .swiper-slide-v2 {
        max-width: 331px;
        padding: 20px 14px;
        width: 331px;
    }
    .block-altenar-auto .header .teams {
        gap: 8px;
    }
    .block-altenar-auto .odds-button-v2 {
        gap: 4px;
        height: 72px;
        padding: 12px;
    }
    .block-altenar-auto .odds-button-v2.middle-button {
        width: 55px;
    }
}
@media (min-width: 1025px) {
    .block-altenar-auto .altenar-widget-v2,
    .block-altenar-auto .swiper-slide-v2 {
        max-width: 331px;
        padding: 20px 14px;
        width: 331px;
    }
    .block-altenar-auto .odds-button-v2 {
        gap: 4px;
        height: 76px;
        padding: 12px;
    }
    .block-altenar-auto .odds-button-v2.middle-button {
        width: 55px;
    }
}
body.dark .block-altenar-auto .altenar-widget-v2 {
    background-color: #2f2f30;
    background-image: url(mc-widget-icon-dark.png?8fec50cfb903b616735ad796bf45a6da);
    border: none;
}
body.dark .block-altenar-auto .event-date,
body.dark .block-altenar-auto .tournament {
    color: #9e9e9e;
}
body.dark .block-altenar-auto .header .teams .team-v2 .team-initials {
    background-color: #403f3e;
    color: #9e9e9e;
}
body.dark .block-altenar-auto .odds-button-v2 {
    background-color: #403f3e;
    color: #fff;
}
body.dark .block-altenar-auto .odds-button-v2:hover {
    background-color: #fec82f;
}
body.dark .block-altenar-auto .swiper-container-v2:after {
    background: linear-gradient(90deg, rgba(46, 45, 44, 0) 5%, #1e1e1e 92%);
}
.block-slider.block-latest-winners {
    background-color: #2b2d3c;
    color: #fff;
    overflow: hidden;
    padding: 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 479px) {
    .block-slider.block-latest-winners {
        padding: 1rem;
    }
}
.block-slider.block-latest-winners .carousel-wrapper {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.block-slider.block-latest-winners .block-container {
    overflow: hidden;
    padding: 0.5rem 0;
    position: relative;
    width: 100%;
}
.block-slider.block-latest-winners .block-container:after {
    background: linear-gradient(90deg, transparent, #2b2d3c 70%);
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 0;
    width: 80px;
    z-index: 5;
}
@media screen and (max-width: 479px) {
    .block-slider.block-latest-winners .block-container:after {
        width: 50px;
    }
}
.block-slider.block-latest-winners .block-container .block-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 479px) {
    .block-slider.block-latest-winners .block-container .block-title {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}
.block-slider.block-latest-winners .fade-slide {
    display: none;
}
.block-slider.block-latest-winners .latest-winners-track.swiper {
    overflow: hidden;
    width: 100%;
}
.block-slider.block-latest-winners .latest-winners-track.swiper .swiper-wrapper {
    align-items: stretch;
    box-sizing: border-box;
    display: flex;
    width: auto;
}
.block-slider.block-latest-winners .latest-winners-track.swiper .swiper-slide {
    flex-shrink: 0;
    height: auto;
    width: auto;
}
.block-slider.block-latest-winners .latest-winners-track.swiper .swiper-slide:first-child {
    margin-left: 1rem;
}
@media screen and (max-width: 479px) {
    .block-slider.block-latest-winners .latest-winners-track.swiper .swiper-slide:first-child {
        margin-left: 0.75rem;
    }
}
.block-slider.block-latest-winners .latest-winners-track.swiper .swiper-slide:last-child {
    margin-right: 1rem;
}
@media screen and (max-width: 479px) {
    .block-slider.block-latest-winners .latest-winners-track.swiper .swiper-slide:last-child {
        margin-right: 0.75rem;
    }
}
.block-slider.block-latest-winners .winner-card {
    align-items: flex-start;
    background-color: #1e1f2c;
    border-radius: 0.75rem;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    gap: 0.75rem;
    height: 100px;
    max-width: 100%;
    min-width: 280px;
    padding: 1rem;
}
@media screen and (max-width: 479px) {
    .block-slider.block-latest-winners .winner-card {
        gap: 0.5rem;
        height: 85px;
        max-width: 90%;
        padding: 0.75rem;
    }
}
.block-slider.block-latest-winners .winner-card__image {
    border-radius: 0.5rem;
    flex-shrink: 0;
    height: 56px;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 56px;
}
@media screen and (max-width: 479px) {
    .block-slider.block-latest-winners .winner-card__image {
        height: 48px;
        width: 48px;
    }
}
.block-slider.block-latest-winners .winner-card__info {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin: 0;
    min-width: 0;
    padding-top: 4px;
}
.block-slider.block-latest-winners .winner-card__player {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0;
}
.block-slider.block-latest-winners .winner-card__user-icon {
    align-items: center;
    background-color: #3a3b4e;
    border-radius: 50%;
    color: #a1a1aa;
    display: flex;
    height: 20px;
    justify-content: center;
    margin: 0;
    width: 20px;
}
.block-slider.block-latest-winners .winner-card__user-icon svg {
    height: 12px;
    width: 12px;
}
@media screen and (max-width: 479px) {
    .block-slider.block-latest-winners .winner-card__user-icon {
        height: 18px;
        width: 18px;
    }
    .block-slider.block-latest-winners .winner-card__user-icon svg {
        height: 10px;
        width: 10px;
    }
}
.block-slider.block-latest-winners .winner-card__player-name {
    font-size: 0.875rem;
    font-weight: 300;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 479px) {
    .block-slider.block-latest-winners .winner-card__player-name {
        font-size: 0.75rem;
    }
}
.block-slider.block-latest-winners .winner-card__game {
    font-size: 0.625rem;
    font-weight: 100;
    margin: 0;
    overflow: hidden;
    padding-bottom: 8px;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 479px) {
    .block-slider.block-latest-winners .winner-card__game {
        font-size: 0.5625rem;
    }
}
.block-slider.block-latest-winners .winner-card__amount {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 0;
}
.block-slider.block-latest-winners .winner-card__amount-value {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
}
@media screen and (max-width: 479px) {
    .block-slider.block-latest-winners .winner-card__amount-value {
        font-size: 0.875rem;
    }
}
.block-slider.block-latest-winners .winner-card__amount-line {
    background-color: #24fbed;
    height: 1px;
    margin: 0;
    width: 40%;
}
.block-slider.block-latest-winners .swiper-button-next {
    align-items: center;
    background: rgba(30, 31, 44, 0.9);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 36px;
    inset-block: 0;
    justify-content: center;
    margin-block: auto;
    position: absolute;
    right: 15px;
    width: 36px;
    z-index: 10;
}
.block-slider.block-latest-winners .swiper-button-next:after {
    display: none !important;
}
.block-slider.block-latest-winners .swiper-button-next:before {
    content: "›";
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
    top: -0.5px;
}
@media screen and (max-width: 479px) {
    .block-slider.block-latest-winners .swiper-button-next {
        height: 28px;
        right: 4px;
        width: 28px;
    }
}
.block-slider.block-latest-winners .swiper-button-prev {
    display: none !important;
}
.block-slider.block-latest-winners * {
    border: none;
    outline: none;
}
.block-slider.block-latest-winners .winner-placeholder {
    display: flex;
    gap: 1rem;
    margin: 0;
    padding: 0 1rem;
}
@media screen and (max-width: 479px) {
    .block-slider.block-latest-winners .winner-placeholder {
        gap: 0.75rem;
        padding: 0 0.5rem;
    }
}
.block-slider.block-latest-winners .placeholder-image {
    background-color: #3a3b4e;
    border-radius: 0.375rem;
    margin: 0;
    padding: 0;
}
.block-slider.block-latest-winners .swiper-button-next.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}
@media screen and (max-width: 479px) {
    .block-slider.block-latest-winners .block-container {
        -webkit-overflow-scrolling: touch;
        padding: 0.25rem 0;
    }
    .block-slider.block-latest-winners .block-container:after {
        background: linear-gradient(90deg, transparent, #2b2d3c 95%);
        height: calc(100% + 0.5rem);
        top: -0.25rem;
        width: 25px;
    }
    .block-slider.block-latest-winners .latest-winners-track.swiper .swiper-slide:first-child {
        margin-left: 0.75rem !important;
    }
    .block-slider.block-latest-winners .latest-winners-track.swiper .swiper-slide:last-child {
        margin-right: 0.75rem !important;
    }
    .block-slider.block-latest-winners .latest-winners-track.swiper .swiper-wrapper {
        gap: 0.5rem;
    }
    .block-slider.block-latest-winners .winner-card {
        min-width: 180px !important;
    }
}
@media (max-width: 400px) {
    .block-slider.block-latest-winners .latest-winners-track.swiper .swiper-slide:first-child {
        margin-left: 0.5rem !important;
    }
    .block-slider.block-latest-winners .latest-winners-track.swiper .swiper-slide:last-child {
        margin-right: 0.5rem !important;
    }
}
.block-slider.block-latest-winners,
.block-slider.block-latest-winners * {
    box-sizing: border-box;
}
[data-render="site"] .block-slider.block-latest-winners .swiper-outer-container {
    padding-left: 0;
}
.block-accordion-text {
    padding-bottom: var(--padding);
}
.block-accordion-text .block-header {
    border-bottom: 1px solid var(--color-gray-600);
    cursor: pointer;
    padding: var(--padding);
    width: 100%;
}
.block-accordion-text .block-header__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.block-accordion-text .block-header__title {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
}
.block-accordion-text .block-header__icon {
    color: var(--color-gray-600);
    height: 16px;
    margin-left: 1rem;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 16px;
}
.block-accordion-text .block-header__icon.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.block-accordion-text [x-cloak] {
    display: none !important;
}
.block-accordion-text .block-content {
    padding: 0 var(--padding);
    text-align: start;
}
.block-accordion-text .block-content .accordion-content__item-title {
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 0.5rem;
}
.block-accordion-text .block-content .accordion-content__item-description {
    font-size: 0.75rem;
    padding: 0 var(--padding);
}
.block-menu-list {
    align-items: center;
    background: var(--background-dark);
    color: var(--text-dark);
    display: flex;
    flex-wrap: wrap;
    gap: var(--padding);
    justify-content: flex-start;
}
.block-menu-list .menu-item {
    font-weight: 600;
}
.block-menu-list .menu-item a {
    color: inherit;
}
.block-menu-list .menu-item.placeholder {
    background: var(--background-lighter);
    border-radius: 0.25rem;
    min-height: 1.125rem;
    min-width: 3.75rem;
}
.block-menu-list .menu-item.placeholder .placeholder-text {
    background: var(--background-light);
    border-radius: 0.25rem;
    height: 100%;
}
.block-social-media-links {
    background: var(--background-dark);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: var(--padding);
}
.block-social-media-links .social-btn {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--primary);
    border-radius: 4px;
    color: var(--background-dark);
    display: flex;
    -webkit-filter: drop-shadow(2px 2px 4px hsla(0, 0%, 88%, 0.25));
    filter: drop-shadow(2px 2px 4px rgba(224, 224, 224, 0.25));
    flex-flow: wrap;
    font-size: 1.25rem;
    height: 2.125rem;
    justify-content: center;
    margin: var(--padding);
    width: 2.125rem;
}
.block-social-media-links .social-btn__img {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (min-width: 992px) {
    .block-social-media-links .social-btn {
        height: 3.125rem;
        padding: 10px;
        width: 3.125rem;
    }
}
.cms-block.block-footer-logo-slider {
    background: var(--background-dark);
    width: 100%;
    z-index: 0;
}
.cms-block.block-footer-logo-slider .block-container.block-slider-container {
    height: 100%;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
}
.cms-block.block-footer-logo-slider .block-container.block-slider-container .swiper-button-prev.d-none {
    display: block !important;
}
.cms-block.block-footer-logo-slider .block-container.block-slider-container .swiper-button-next,
.cms-block.block-footer-logo-slider .block-container.block-slider-container .swiper-button-prev {
    background-color: var(--background-dark);
    border-radius: 0;
    color: var(--text-dark);
    opacity: 1 !important;
    transition: none !important;
    width: 40px;
}
.cms-block.block-footer-logo-slider .block-container.block-slider-container .swiper-button-next:after,
.cms-block.block-footer-logo-slider .block-container.block-slider-container .swiper-button-prev:after {
    font-size: 21px;
    font-weight: 900;
}
.cms-block.block-footer-logo-slider .block-container.block-slider-container .swiper-button-prev {
    left: 0;
    top: 20px;
}
.cms-block.block-footer-logo-slider .block-container.block-slider-container .swiper-button-next {
    right: 0;
    top: 20px;
}
.cms-block.block-footer-logo-slider .block-container.block-slider-container .swiper-slide {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0 15px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: all 0.2s ease-in;
    width: auto !important;
}
.cms-block.block-footer-logo-slider .block-container.block-slider-container .swiper-slide .footer-logo {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    height: 40px !important;
    max-width: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.2s ease-in;
    width: auto !important;
}
.cms-block.block-footer-logo-slider .block-container.block-slider-container .swiper-slide:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cms-block.block-footer-logo-slider .block-container.block-slider-container .swiper-slide:hover img {
    -webkit-filter: brightness(0.75);
    filter: brightness(0.75);
}
.cms-block.block-footer-logo-slider .block-container.block-slider-container .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cms-block.block-footer-logo-slider .block-container.block-slider-container .swiper-slide.swiper-slide-active img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.cms-block.block-dropdown-menu {
    -ms-grid-columns: 1fr;
    align-content: start;
    box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    justify-content: start;
    padding: 0.625rem 0;
    width: 100%;
}
.cms-block.block-dropdown-menu .header-main-menu-item {
    -ms-grid-columns: 2.5rem 1fr;
    align-items: center;
    color: var(--text-color);
    display: -ms-grid;
    display: grid;
    font-size: 0.875rem;
    font-weight: 600;
    gap: 18px;
    grid-template-columns: 2.5rem 1fr;
    line-height: 1.0625rem;
    max-width: 100%;
    min-height: 2.5rem;
    min-width: -webkit-min-content;
    min-width: min-content;
    padding: 0 0.625rem;
    width: -webkit-max-content;
    width: max-content;
}
.cms-block.block-dropdown-menu .header-main-menu-item .menu-item-image-container img {
    -ms-grid-column-align: center;
    height: 2.5rem;
    justify-self: center;
    -o-object-fit: contain;
    object-fit: contain;
    width: 2.5rem;
}
.cms-block.block-dropdown-menu .header-main-menu-item .menu-item-text {
    min-width: -webkit-max-content;
    min-width: max-content;
    overflow: visible;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .cms-block.block-dropdown-menu {
        -webkit-overflow-scrolling: touch;
        max-height: 50vh;
        overflow-y: scroll;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cms-block.block-dropdown-menu {
        -ms-grid-columns: (1fr) [2];
        gap: 14px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 992px) {
    .cms-block.block-dropdown-menu {
        -ms-grid-columns: (1fr) [4];
        gap: 24px;
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 992px) and (min-width: 1200px) {
    .cms-block.block-dropdown-menu {
        -ms-grid-columns: (1fr) [5];
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (min-width: 992px) and (min-width: 1400px) {
    .cms-block.block-dropdown-menu {
        -ms-grid-columns: (1fr) [6];
        grid-template-columns: repeat(6, 1fr);
    }
}
.block-footer-menu-info {
    background-color: var(--background-dark);
    color: var(--text-dark);
}
.block-footer-menu-info .columns {
    display: -ms-grid;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    text-align: left;
}
.block-footer-menu-info .column {
    display: flex;
    flex-direction: column;
}
.block-footer-menu-info .column .column-title {
    color: var(--primary);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    white-space: nowrap;
}
.block-footer-menu-info .column .column-items {
    list-style: none;
    margin: 0;
    padding: 0;
}
.block-footer-menu-info .column .column-items a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.4;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .block-footer-menu-info .columns {
        align-items: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .block-footer-menu-info .column {
        align-items: center;
    }
    .block-footer-menu-info .column .column-items {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}
.cms-block.block-legal-info .legal-info {
    background: var(--background-dark);
    color: var(--text-dark);
    font-size: 0.625rem;
    padding: var(--padding);
    text-align: center;
}
.cms-block.block-legal-info .legal-info a {
    color: var(--primary);
    text-decoration: none;
}
.cms-block.block-legal-info .legal-info-panel {
    background-color: var(--background-dark);
}
.cms-block.block-footer-image {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.cms-block.block-footer-image .license-btn {
    background: var(--background-dark);
    padding: 10px;
}
.cms-block.block-footer-image .license-btn img.image-footer {
    border-radius: 4px;
    display: block;
    height: auto;
    max-height: 150px;
    max-width: 280px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.cms-block.block-copyright .copyright {
    background: var(--background-dark);
    color: var(--text-dark);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.125rem;
    padding: var(--padding);
    text-align: center;
}
.cms-block.block-copyright .copyright-panel {
    background-color: var(--background-dark);
}
.header-main-menu .header-main-menu-container .header-main-menu-body .header-main-menu-item {
    -ms-grid-columns: 2.5rem 1fr;
    gap: 18px;
    grid-template-columns: 2.5rem 1fr;
}
.header-main-menu .header-main-menu-container .header-main-menu-body .header-main-menu-item .header-main-menu-item-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .header-main-menu .header-main-menu-container .header-main-menu-body .header-main-menu-item {
        -ms-grid-columns: 2.5rem 1fr;
        gap: 10px;
        grid-template-columns: 2.5rem 1fr;
        min-height: 2.5rem;
    }
}
/* body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon {
    background-image: url(mc-menu-base-icon-light.png?de30e98159550a29f305e72b072f8f85);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-casino-icon {
    background-image: url(mc-casino-icon.png?d8940560adcf260e7f9936cd2ed16207);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-trophy-icon {
    background-image: url(mc-trophy-base-icon-light.png?5d656f40b730f62e7d5555dbed3a3c5b);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-casino-evolution-icon {
    background-image: url(mc-casino-evolution-icon-light.png?b710dfc09c29033c481ea8dd3e962eb3);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-casino-live-icon {
    background-image: url(mc-casino-live-icon-light.png?d9a40af49bc0288087c0dfb07d76a0ff);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-pragmatic-casino-icon {
    background-image: url(mc-pragmatic-casino-icon-light.png?76f32ce493248a09b95a620a68c8180d);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-sports-icon {
    background-image: url(mc-sports-icon.png?aba62715ad910d03998b97ee6fba97d3);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-bonus-icon {
    background-image: url(mc-bonus-icon.png?a190c62b196d3e240855262095cee9bd);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-faq-icon {
    background-image: url(mc-faq-icon-light.png?972584d001865778af53aaa78764499f);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-store-icon {
    background-image: url(mc-store-icon-light.png?54511369feb26c0ee5476e2d43d75173);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-hipismo-icon {
    background-image: url(mc-hipismo-icon-light.png?fbbece6e6102f565a130bfe1358b1dc5);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-lottery-icon {
    background-image: url(mc-lottery-icon-light.png?476b0eb5fd514df439c9347ea72a4115);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-pronostico-icon {
    background-image: url(mc-pronostico-icon.png?aba0dcdb5882ac712a3df8b01e1c4d84);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-contact-icon {
    background-image: url(mc-contact-icon-light.png?3e3dfc727ce92803fdce7186dd395ed2);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon {
    background-image: url(mc-menu-base-icon-dark.png?bb9e1b5f4e97d10d84eb2711518344d5);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-casino-icon {
    background-image: url(mc-casino-icon.png?d8940560adcf260e7f9936cd2ed16207);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-trophy-icon {
    background-image: url(mc-trophy-base-icon-dark.png?5d656f40b730f62e7d5555dbed3a3c5b);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-casino-evolution-icon {
    background-image: url(mc-casino-evolution-icon-dark.png?411d46c9d5082fb0b0f42eaee3470e2b);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-casino-live-icon {
    background-image: url(mc-casino-live-icon-dark.png?73df2504a180316bbe30be97dfe9470b);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-pragmatic-casino-icon {
    background-image: url(mc-pragmatic-casino-icon-dark.png?e581dce3d3324e92e133c74ac78e4679);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-sports-icon {
    background-image: url(mc-sports-icon.png?aba62715ad910d03998b97ee6fba97d3);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-baseball-icon {
    background-image: url(mc-baseball-icon.png?d480754a377a3ff4c445a8db590c39d8);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-basket-icon {
    background-image: url(mc-basket-icon.png?fafa2ed8086cfe8dbe2b8c6c5d55a540);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-bonus-icon {
    background-image: url(mc-bonus-icon.png?a190c62b196d3e240855262095cee9bd);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-faq-icon {
    background-image: url(mc-faq-icon-dark.png?4f658a1977e70cddb399e35bd792185c);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-store-icon {
    background-image: url(mc-store-icon-dark.png?2ea205fc41e3bde3169d6c22c8b8bb48);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-hipismo-icon {
    background-image: url(mc-hipismo-icon-dark.png?3f31c57b9f7b223ffef0fe134edb4a4c);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-lottery-icon {
    background-image: url(mc-lottery-icon-dark.png?018b7521c20c7120df43c6e084d72ce3);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-pronostico-icon {
    background-image: url(mc-pronostico-icon.png?aba0dcdb5882ac712a3df8b01e1c4d84);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-contact-icon {
    background-image: url(mc-contact-icon-dark.png?d466ee06f72eb73e5411382ae6f79e1a);
} */
body.dark button[data-action="changeSchemaColor"] .icon-dark,
body.light button[data-action="changeSchemaColor"] .icon-light {
    display: none;
    display: block;
}
.header-main-menu .floating-btn-theme-color {
    background: transparent;
    border: none;
    bottom: 14px;
    color: var(--text-color);
    font-size: 1.875rem;
    padding: 0;
    position: absolute;
    right: 25px;
}
@media screen and (min-width: 992px) {
    .header-main-menu .floating-btn-theme-color {
        bottom: 19px;
        font-size: 2.5rem;
        right: 30px;
    }
}
body .header-main-menu .header-main-menu-container:after {
    background: linear-gradient(180deg, hsla(0, 0%, 98%, 0), #fbfbfb);
}
body .header-main-menu .header-main-menu-container:before {
    background: linear-gradient(0deg, hsla(0, 0%, 98%, 0), #fbfbfb);
}
body.light .header-main-menu .header-main-menu-container:after {
    background: linear-gradient(180deg, hsla(0, 0%, 98%, 0), #fbfbfb);
}
body.light .header-main-menu .header-main-menu-container:before {
    background: linear-gradient(0deg, hsla(0, 0%, 98%, 0), #fbfbfb);
}
body.dark .header-main-menu .header-main-menu-container:after {
    background: linear-gradient(180deg, rgba(46, 45, 44, 0), #2e2d2c);
}
body.dark .header-main-menu .header-main-menu-container:before {
    background: linear-gradient(0deg, rgba(46, 45, 44, 0), #2e2d2c);
}
html.html-footer-8 body footer.dw-footer-8 .footer-container .swiper-container .swiper-button-prev {
    background: linear-gradient(90deg, #2e2d2c 80%, rgba(46, 45, 44, 0));
    left: 0;
}
html.html-footer-8 body footer.dw-footer-8 .footer-container .swiper-container .swiper-button-next {
    background: linear-gradient(-90deg, #2e2d2c 80%, rgba(46, 45, 44, 0));
    right: 0;
}
html.html-footer-8 body.light footer.dw-footer-8 .footer-container .swiper-container .swiper-button-prev {
    background: linear-gradient(90deg, #2e2d2c 80%, rgba(46, 45, 44, 0));
    left: 0;
}
html.html-footer-8 body.light footer.dw-footer-8 .footer-container .swiper-container .swiper-button-next {
    background: linear-gradient(-90deg, #2e2d2c 80%, rgba(46, 45, 44, 0));
    right: 0;
}
html.html-footer-8 body.dark footer.dw-footer-8 .footer-container .swiper-container .swiper-button-prev {
    background: linear-gradient(90deg, #2e2d2c 80%, rgba(46, 45, 44, 0));
    left: 0;
}
html.html-footer-8 body.dark footer.dw-footer-8 .footer-container .swiper-container .swiper-button-next {
    background: linear-gradient(-90deg, #2e2d2c 80%, rgba(46, 45, 44, 0));
    right: 0;
}
body {
    background: #f4f4f4 !important;
    font-family: Montserrat, sans-serif;
}
body.mobile .button_chat_iframe iframe {
    bottom: 45px !important;
}
iframe {
    margin-bottom: -7px !important;
}
.btn,
input,
input.form-control {
    border-radius: 5px;
}
.dw-casino-05 {
    margin: 0 auto 6px !important;
}
.dw-casino-05 .header-casino .select-casino:before {
    font-size: 19px !important;
    height: 100% !important;
}
@media screen and (min-width: 768px) {
    .dw-casino-05 .header-casino .select-casino:before {
        padding: 11px 0 !important;
    }
}
@media screen and (max-width: 767px) {
    .dw-casino-05 .header-casino .select-casino:before {
        padding: 8px 0 !important;
    }
}
.dw-casino-05 .header-casino .row .form-group {
    margin-bottom: 0 !important;
}
.dw-casino-05 .btn-footer-casino,
.dw-casino-05 .btn-footer-sg {
    margin-top: 10px;
}
.dw-casino-05 .btn-footer-casino .btn.btn-theme02,
.dw-casino-05 .btn-footer-sg .btn.btn-theme02 {
    background: #e8bb00 !important;
    background-image: linear-gradient(90deg, #f8d152 0, #e8bb00 90%) !important;
    border: none !important;
    color: #282828 !important;
}
.dw-casino-05 .btn-footer-casino .btn:nth-child(2),
.dw-casino-05 .btn-footer-sg .btn:nth-child(2),
.dw-home-module .dw-home-module-11 .home-header {
    display: none !important;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item {
    border-radius: 5px !important;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .playIcon:after {
    background: var(--primary) !important;
    color: var(--text-light) !important;
    font-weight: 700 !important;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .play {
    background: var(--primary) !important;
    color: var(--text-light) !important;
    display: none !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .play:hover {
    background: var(--primary-light) !important;
    color: var(--text-light) !important;
}
.dw-slider-theme {
    margin-bottom: 15px !important;
}
.dw-slider-theme.sports {
    margin-bottom: 0 !important;
}
.dw-slider-theme .swiper-container .swiper-footer {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
}
.dw-slider-theme .swiper-footer {
    align-items: center;
    display: flex;
    justify-content: center;
}
.dw-slider-theme .swiper-footer .swiper-pagination {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
}
.dw-slider-theme .swiper-footer .swiper-pagination.swiper-pagination-fraction {
    background: var(--primary);
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    color: var(--text-light);
    display: flex;
    font-size: 10px;
    font-weight: 600;
    height: auto;
    padding: 5px;
    width: auto;
}
.dw-slider-theme .swiper-pagination {
    line-height: 0;
}
.dw-slider-theme .swiper-pagination .swiper-pagination-bullet {
    background: var(--primary-dark);
    border: 1px solid var(--primary);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    height: 10px;
    margin: 5px;
    opacity: 0.5;
    width: 10px;
}
.dw-slider-theme .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary);
}
.dw-slider-theme .swiper-button-next,
.dw-slider-theme .swiper-button-prev {
    background-image: none !important;
    color: var(--primary);
    display: flex;
    font-size: 52px;
    height: auto;
    margin: 0;
    opacity: 0.4;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.15s;
    width: auto;
}
.dw-slider-theme .swiper-button-next:after,
.dw-slider-theme .swiper-button-prev:after {
    display: none;
}
.dw-slider-theme .swiper-button-next:focus,
.dw-slider-theme .swiper-button-next:hover,
.dw-slider-theme .swiper-button-prev:focus,
.dw-slider-theme .swiper-button-prev:hover {
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .dw-slider-theme .swiper-button-next,
    .dw-slider-theme .swiper-button-prev {
        font-size: 38px;
    }
}
@media screen and (max-width: 480px) {
    .dw-slider-theme .swiper-button-next,
    .dw-slider-theme .swiper-button-prev {
        font-size: 28px;
    }
}
.dw-slider-theme .swiper-button-prev {
    left: 2%;
}
.dw-slider-theme .swiper-button-next {
    right: 2%;
}
.dw-slider-theme .swiper-button-next.swiper-button-disabled,
.dw-slider-theme .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.wrapper .container .form-templates .card {
    margin: 0 auto !important;
}
.wrapper .container .form-templates .card .card-body .btn-form {
    background-image: linear-gradient(90deg, #f8d152 0, #e8bb00 90%) !important;
    border: none !important;
    border-radius: 5px !important;
    color: #282828 !important;
    padding: 8px 14px !important;
}
.modal-default .modal-content .modal-body .btn.btn-theme {
    background-image: linear-gradient(90deg, #f8d152 0, #e8bb00 90%) !important;
    border: none !important;
    color: #282828 !important;
    margin-bottom: 10px;
    min-height: 38px !important;
}
.modal-default .modal-content .modal-body .btn.credit-transactions {
    font-weight: 700;
}
.modal-default .modal-content .modal-body .menu-transaction li a {
    border-radius: 5px !important;
    font-weight: 600;
    text-transform: uppercase;
}
.modal-default .modal-content .modal-body .menu-transaction li a.active,
.modal-default .modal-content .modal-body .menu-transaction li a:hover {
    color: #282828;
}
.wallet-default-container .col-wallet .wallet-body .history-wallet-body .buttons-history .btn.btn-gray {
    background: #f4f4f4 !important;
    background-image: linear-gradient(90deg, #f4f4f4 0, #d3d3d3 90%) !important;
    border: none !important;
    color: #282828 !important;
    font-size: 14px !important;
}
.wallet-default-container .col-wallet .wallet-body .history-wallet-body .buttons-history .hline.hline-100 {
    margin: 5px auto !important;
}
.wallet-default-container .col-wallet .btn-wallet-transaction-mobile .btn.btn-theme {
    background: #e8bb00 !important;
    background-image: linear-gradient(90deg, #f8d152 0, #e8bb00 90%) !important;
    border: none !important;
    color: #282828 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
.wallet-default-container .col-wallet .btn-wallet-transaction-mobile .btn.btn-theme02 {
    background: #f4f4f4 !important;
    background-image: linear-gradient(90deg, #f4f4f4 0, #d3d3d3 90%) !important;
    border: none !important;
    color: #282828 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
.wallet-default-container .col-wallet .btn-wallet-transaction-mobile .btn i.fa {
    display: none !important;
}
.wallet-default-container .col-wallet .btn-wallet-transaction-mobile .btn br {
    display: none;
}
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance .text-nav {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: center !important;
}
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance .fa-database {
    display: none !important;
}
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance .notification {
    margin-right: 11px !important;
}
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance .notification .badge {
    background-color: #e0000f !important;
}
.wallet-default-container .wallet-nav-top .float-wallet-top .btn.payment {
    min-height: 45px !important;
}
.wallet-default-container .wallet-nav-top .float-wallet-top .btn.payment.btn-theme,
.wallet-default-container .wallet-nav-top .float-wallet-top .btn.payment.btn-theme02 {
    text-transform: uppercase !important;
}
.wallet-default-container .wallet-nav-top .float-wallet-top .btn-theme,
.wallet-default-container .wallet-nav-top .float-wallet-top .btn-theme02 {
    background: #e8bb00 !important;
    background-image: linear-gradient(90deg, #f8d152 0, #e8bb00 90%) !important;
    border: none !important;
    color: #282828 !important;
    font-weight: 600 !important;
}
.wallet-default-container .wallet-nav-top .float-wallet-top .btn-theme02 {
    background: #f4f4f4 !important;
    background-image: linear-gradient(90deg, #f4f4f4 0, #d3d3d3 90%) !important;
}
@media screen and (max-width: 991px) {
    .wallet-default-container .wallet-tabs .wallet-nav ul {
        display: flex !important;
    }
    .wallet-default-container .wallet-tabs .wallet-nav ul li {
        margin: 0 2px !important;
    }
}
.wallet-default-container .wallet-tabs .wallet-nav ul li {
    border-left: none !important;
    border-right: none !important;
    width: 100% !important;
}
.wallet-default-container .wallet-tabs .wallet-nav ul li a {
    background: rgba(0, 0, 0, 0.07) !important;
    border-radius: 5px !important;
    padding: 10px 7px 10px 15px;
}
@media screen and (max-width: 991px) {
    .wallet-default-container .wallet-tabs .wallet-nav ul li a {
        padding: 5px;
    }
}
.wallet-default-container .wallet-tabs .wallet-nav ul li a .badge-item {
    background-color: #e0000f !important;
}
@media screen and (min-width: 992px) {
    .wallet-default-container .wallet-tabs .wallet-nav ul li a .badge-item {
        position: relative !important;
        top: -1px !important;
    }
}
@media screen and (max-width: 991px) {
    .wallet-default-container .wallet-tabs .wallet-nav ul li a .badge-item {
        min-width: 18px !important;
        right: -2px !important;
        top: -3px !important;
    }
}
.wallet-default-container .wallet-tabs .wallet-nav ul li a.active,
.wallet-default-container .wallet-tabs .wallet-nav ul li a:focus,
.wallet-default-container .wallet-tabs .wallet-nav ul li a:hover {
    background: #e8bb00 !important;
    background-image: linear-gradient(90deg, #f8d152 0, #e8bb00 90%) !important;
    border: none !important;
    color: #282828 !important;
}
.wallet-default-container .wallet-tabs .wallet-nav ul li a.active .badge-item,
.wallet-default-container .wallet-tabs .wallet-nav ul li a:focus .badge-item,
.wallet-default-container .wallet-tabs .wallet-nav ul li a:hover .badge-item {
    background: #e0000f !important;
    background-image: linear-gradient(90deg, #e0000f 0, #e0000f 90%) !important;
    color: #fff !important;
}
.wallet-default-container .wallet-body .form-control-sm {
    height: 34px !important;
    line-height: 24px !important;
}
.wallet-default-container .wallet-body .btn.btn-theme {
    background-image: linear-gradient(90deg, #f8d152 0, #e8bb00 90%) !important;
    border: none !important;
    color: #282828 !important;
    width: 100%;
}
.wallet-default-container .wallet-body .btn.btn-theme.disabled,
.wallet-default-container .wallet-body .btn.btn-theme:disabled {
    opacity: 0.4 !important;
}
.wallet-default-container .wallet-body .wallet-section-body table.dataTable.no-footer a .fa-info-circle {
    color: #e8bb00 !important;
}
.wallet-default-container .wallet-section-body,
.wallet-default-container .wallet-section-body #profile-form,
.wallet-default-container .wallet-withdrawal-section-body,
.wallet-default-container .wallet-withdrawal-section-body #profile-form {
    color: #282828 !important;
    font-size: 14px !important;
}
.wallet-default-container .wallet-section-body .title-wallet-body,
.wallet-default-container .wallet-withdrawal-section-body .title-wallet-body {
    font-size: 14px !important;
}
.wallet-default-container .wallet-section-body .text-form-wallet,
.wallet-default-container .wallet-withdrawal-section-body .text-form-wallet {
    color: #777 !important;
}
.wallet-default-container .wallet-section-body .mandatory-align,
.wallet-default-container .wallet-withdrawal-section-body .mandatory-align {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .wallet-default-container .wallet-section-body .mandatory-align,
    .wallet-default-container .wallet-withdrawal-section-body .mandatory-align {
        text-align: left;
    }
}
@media screen and (min-width: 768px) {
    .wallet-default-container .wallet-section-body .mandatory-small,
    .wallet-default-container .wallet-withdrawal-section-body .mandatory-small {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .wallet-default-container .wallet-section-body .mandatory,
    .wallet-default-container .wallet-withdrawal-section-body .mandatory {
        display: none !important;
    }
}
.wallet-default-container .register-rules {
    margin-bottom: 0 !important;
}
.wallet-default-container .form-group {
    margin-bottom: 10px !important;
}
.wallet-default-container .hline {
    margin: 9px auto 8px !important;
}
.modal .modal-content {
    background-color: #f8f9fa !important;
}
.modal-header {
    background: #282828 !important;
}
.modal-header .modal-title {
    color: #e8bb00 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
.modal-header .close {
    color: #e8bb00 !important;
    opacity: 1 !important;
    text-shadow: none !important;
}
.dw-lobby-store-details .dw-lobby-store-details-container img.dw-lobby-store-details-image {
    height: auto;
    max-width: 578px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .dw-lobby-store-details .dw-lobby-store-details-container {
        flex-direction: column-reverse !important;
    }
    .dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right {
        margin-bottom: 15px !important;
    }
}
.post-default {
    padding-top: 0 !important;
}
.post-default .date-post,
.post-default .deep-purple,
.post-default .post-title {
    display: none !important;
}
.post-default .post-content img {
    margin: 0 0 8px !important;
}
.list-post-default .post-list .article-post .content-article {
    border-radius: 5px !important;
}
.list-post-default .post-list .article-post .content-article .date-article,
.list-post-default .post-list .article-post .content-article .deep-purple {
    display: none !important;
}
.DropdownLang .dropdown-menu .dropdown-item {
    align-items: center !important;
    display: flex !important;
}
.DropdownLang .dropdown-menu .dropdown-item .lang-flag {
    margin-right: 5px !important;
}
.nav-mobile-1 .ms-fixed-mobile-item-no-login {
    display: flex !important;
}
.nav-mobile-1 .ms-fixed-mobile-item-no-login .btn {
    margin: 0 4px !important;
    width: 100% !important;
}
.nav-mobile-1 {
    border-top: 1px solid hsla(0, 0%, 100%, 0.11);
    box-shadow: none !important;
}
.nav-mobile-1.nav-mobile-1-guest {
    background: var(--background-dark);
}
.nav-mobile-1.nav-mobile-1-guest .btn-el {
    border-radius: 5px;
    flex-basis: 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 0.9375rem;
    padding: 5.5px 23px;
}
._asb_betslip-link-container {
    bottom: 60px !important;
    left: inherit !important;
    right: 5px !important;
}
.swal2-icon.swal2-warning {
    border-color: #e0000f !important;
    color: #e0000f !important;
}
.swal2-container .swal2-modal .swal2-title {
    color: #282828;
}
.swal2-container .swal2-modal .swal2-content {
    color: #777;
}
.swal2-container .swal2-modal .swal2-actions .swal2-confirm {
    background: #e8bb00 !important;
    background-image: linear-gradient(90deg, #f8d152 0, #e8bb00 90%) !important;
    border: none !important;
    color: #282828 !important;
    font-weight: 600 !important;
}
.swal2-container .swal2-modal .swal2-actions .swal2-cancel {
    background: #f4f4f4 !important;
    background-image: linear-gradient(90deg, #f4f4f4 0, #d3d3d3 90%) !important;
    border: none !important;
    color: #282828 !important;
    font-weight: 600 !important;
}
.swal2-container .swal2-modal .swal2-actions .swal2-styled:focus {
    box-shadow: none !important;
    outline: 0 !important;
}
.hesperiden.tparrows {
    display: none !important;
}
.tooltip-inner {
    max-width: 300px !important;
}
@media screen and (max-width: 991px) {
    .wrapper .container .form-templates {
        display: inherit !important;
        margin: 0 auto !important;
        min-height: calc(100vh - 105px) !important;
        padding: 15px 0 !important;
    }
}
@-webkit-keyframes pulseTimes {
    0% {
        box-shadow: 0 0 0 0 rgba(232, 187, 0, 0.7);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(232, 187, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        box-shadow: 0 0 0 0 rgba(232, 187, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulseTimes {
    0% {
        box-shadow: 0 0 0 0 rgba(232, 187, 0, 0.7);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(232, 187, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        box-shadow: 0 0 0 0 rgba(232, 187, 0, 0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.swal2-theme .swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.75);
}
.swal2-theme .swal2-container .swal2-popup {
    background: var(--background-contrast);
    color: var(--text-color);
}
.swal2-theme .swal2-container .swal2-modal .swal2-title {
    color: var(--text-color);
}
.swal2-theme .swal2-container .swal2-modal .swal2-actions button {
    border-radius: 0.625rem;
    font-size: 1rem;
    font-weight: 500;
    min-height: 3rem;
    min-width: 9.375rem;
    padding: 12px 20px;
}
.swal2-theme .swal2-container .swal2-modal .swal2-actions .swal2-confirm {
    background: var(--primary) !important;
    border: 2px solid var(--primary) !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: var(--dark) !important;
}
.swal2-theme .swal2-container .swal2-icon {
    aspect-ratio: 1/1;
    background: url(mc-alert-icon-base.png?1e0614454ca139cdac74656bcb70bd94) no-repeat 50%;
    background-size: contain !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.5));
    height: 7rem !important;
    width: 7rem !important;
}
.swal2-theme .swal2-container .swal2-icon div,
.swal2-theme .swal2-container .swal2-icon span {
    display: none !important;
}
.swal2-theme .swal2-container .swal2-success:after {
    background: url(mc-alert-icon-check.png?ce6fadc133c21ff5bb2e28940b22432f) no-repeat 50%;
    background-size: contain !important;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.swal2-theme .swal2-container .swal2-info:after {
    background: url(mc-alert-icon-info.png?7fb9d53c7c8e5502166abc8e15a01e57) no-repeat 50%;
    background-size: contain !important;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.swal2-theme .swal2-container .swal2-warning:after {
    background: url(mc-alert-icon-warning.png?1f541752fd1bbdbb0abc5a07df440882) no-repeat 50%;
    background-size: contain !important;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.swal2-theme .swal2-container .swal2-question:after {
    background: url(mc-alert-icon-question.png?da2b862c4fa206321953f56730ebb86b) no-repeat 50%;
    background-size: contain !important;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.swal2-theme .swal2-container .swal2-error:after {
    background: url(mc-alert-icon-error.png?4e092450be280b9b9d429ab618f9aad2) no-repeat 50%;
    background-size: contain !important;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (min-width: 992px) {
    .swal2-theme .swal2-container .swal2-modal .swal2-actions button {
        font-size: 1rem;
        padding: 12px 20px;
    }
    .swal2-theme .swal2-container .swal2-icon {
        aspect-ratio: 1/1;
        height: 10rem !important;
        width: 10rem !important;
    }
}
.preview-games-iframe {
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition-property: all;
    transition-timing-function: ease;
    width: 100%;
    z-index: 1000;
}
.preview-games-iframe.expand-active .container-iframe {
    height: 100%;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 100%;
}
.preview-games-iframe.expand-active .container-iframe iframe {
    border: 0;
    border-radius: 0;
}
.preview-games-iframe.expand-active .container-iframe .iframe-header {
    bottom: auto;
    top: 0;
}
.preview-games-iframe.expand-active .container-iframe .iframe-header .options-container {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.preview-games-iframe .container-iframe {
    align-items: center;
    background: #232323;
    display: flex;
    flex-direction: row-reverse;
    height: calc(100% - 100px);
    justify-content: flex-start;
    left: 50%;
    max-height: 700px;
    max-width: 1300px;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 100px);
    z-index: 2;
}
.preview-games-iframe .container-iframe iframe {
    background: #282828;
    border: none;
    height: 100%;
    margin-bottom: 0 !important;
    width: calc(100% - 52px);
}
.preview-games-iframe .container-iframe .header-options-frame {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}
.preview-games-iframe .container-iframe .header-options-frame .center-header-options,
.preview-games-iframe .container-iframe .header-options-frame .left-header-options,
.preview-games-iframe .container-iframe .header-options-frame .right-header-options {
    display: flex;
    margin: 0 0 -10px -10px;
}
.preview-games-iframe .container-iframe .header-options-frame .frame-btn {
    align-items: center;
    aspect-ratio: 1/1;
    color: #eee;
    display: flex;
    justify-content: center;
    padding: 0 0 10px 10px;
}
.preview-games-iframe .container-iframe .header-options-frame .frame-btn button {
    background: transparent;
    border: none;
    color: inherit;
    display: flex;
    font-size: 1.875rem !important;
    line-height: 1;
    padding: 0;
}
.preview-games-iframe .container-iframe .header-options-frame .frame-btn button:active {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
@media (hover: hover) {
    .preview-games-iframe .container-iframe .header-options-frame .frame-btn button:hover {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }
}
.preview-games-iframe .container-iframe .header-options-frame .frame-btn .close-btn {
    align-items: center;
    background: var(--background-dark);
    border: 1px solid var(--text-dark);
    border-radius: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: var(--text-dark);
    display: flex;
    font-size: 1rem !important;
    justify-content: center;
    padding: 5px;
}
@media screen and (min-width: 768px) {
    .preview-games-iframe .container-iframe .header-options-frame {
        flex-direction: column-reverse;
        height: 100%;
        width: auto;
    }
    .preview-games-iframe .container-iframe .header-options-frame .center-header-options,
    .preview-games-iframe .container-iframe .header-options-frame .left-header-options,
    .preview-games-iframe .container-iframe .header-options-frame .right-header-options {
        flex-direction: column-reverse;
    }
}
.preview-games-iframe .container-iframe .logo-on-iframe {
    align-items: center;
    display: flex;
    justify-content: center;
}
.preview-games-iframe .container-iframe .logo-on-iframe img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    transition: all 0.1s ease;
}
.preview-games-iframe .container-iframe .logo-on-iframe img:active {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
@media (hover: hover) {
    .preview-games-iframe .container-iframe .logo-on-iframe img:hover {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }
}
@media screen and (max-width: 767px) {
    .preview-games-iframe .container-iframe {
        align-items: flex-end;
        flex-direction: column;
        height: calc(100% - 70px);
        top: calc(50% + 15px);
        width: calc(100% - 50px);
    }
    .preview-games-iframe .container-iframe iframe {
        border: none;
        height: calc(100% - 50px);
        width: 100%;
    }
}
.preview-games-iframe .background-opacity {
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
body.dark .sportsbook-container {
    background-color: #1e1e1e;
}
.dw-live-casino-02 .btn.btn-theme {
    color: #282828 !important;
}
.payphone-others .warning {
    background: #f8dd52;
    border-radius: 10px;
    color: #000;
    padding: 2px 10px;
}
.payphone-others .payment-selection {
    -webkit-column-gap: 10px;
    column-gap: 10px;
    display: flex;
}
.payphone-others .payment-selection .payment-option {
    aspect-ratio: 5/3;
    border: 1px solid var(--text-light);
    border-radius: 0.3125rem;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 0.875rem;
    margin: 0;
    padding: 7px 10px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .payphone-others .payment-selection .payment-option {
        padding: 10px 12px;
    }
}
@media screen and (min-width: 992px) {
    .payphone-others .payment-selection .payment-option {
        padding: 12px 15px;
    }
}
.payphone-others .payment-selection .payment-option:hover {
    background: var(--primary-light) !important;
}
.payphone-others .payment-selection .payment-option img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
.payphone-others .payment-selection .pill-selector-option {
    margin: 0 0 10px !important;
    max-width: 50%;
    padding: 0 0 0 10px;
    width: 50%;
}
@media screen and (min-width: 576px) {
    .payphone-others .payment-selection .pill-selector-option {
        max-width: 33.333333%;
        width: 33.333333%;
    }
}
@media screen and (min-width: 768px) {
    .payphone-others .payment-selection .pill-selector-option {
        max-width: 25%;
        width: 25%;
    }
}
@media screen and (min-width: 992px) {
    .payphone-others .payment-selection .pill-selector-option {
        max-width: 20%;
        width: 20%;
    }
}
@media screen and (min-width: 1200px) {
    .payphone-others .payment-selection .pill-selector-option {
        max-width: 16.66667%;
        width: 16.66667%;
    }
}
@media screen and (min-width: 1400px) {
    .payphone-others .payment-selection .pill-selector-option {
        max-width: 14.285714%;
        width: 14.285714%;
    }
}
