﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #47aad0;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #e5a641;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #20b1e9;
    --secondary: #036cd1;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #eebf13;
    --danger: #f16869;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: 'Mitr', sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 27px;
    color: #d2d2d2;
    text-align: left;
    background-color: #000;
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #1180ac;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: 'Mitr', sans-serif;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: 'Mitr', sans-serif;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: 'Mitr', sans-serif;
    font-weight: 700;
    line-height: 1.2
}


.lead {
    font-size: 1.5rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.5rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail,
.x-coin-hunting .-img-chest,
.x-coin-hunting .-img-chest-open,
.x-coin-hunting .-img-flying,
.x-coin-hunting .-img-get-coin-alert,
.x-coin-hunting .-img-get-coin-alert-light,
.x-coin-hunting .-img-text-container {
    max-width: 100%;
    height: auto
}
.img-fluid img{
    max-width: 100%;
    height: auto
}
.img-thumbnail {
    padding: .25rem;
    background-color: #000;
    border: 1px solid #dee2e6;
    border-radius: 2px
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 2px
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #d2d2d2
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #d2d2d2;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #c1e9f9
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #8bd6f4
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #aae1f7
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #b8d6f2
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #7cb3e7
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #a2caee
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #faedbd
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #f6de84
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #f8e7a5
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #fbd5d5
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #f8b0b1
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f9bebe
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.2em + 1.6rem + 2px);
    padding: .8rem;
    font-family: Helvetica Neue, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    background-color: #0e1d34;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #fff;
    background-color: #0e1d34;
    border-color: #94daf4;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(32, 177, 233, .25)
}

.form-control::-webkit-input-placeholder {
    color: #d2d2d2;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #d2d2d2;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #d2d2d2;
    opacity: 1
}

.form-control::placeholder {
    color: #d2d2d2;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #fff;
    background-color: #0e1d34
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.8rem + 1px);
    padding-bottom: calc(.8rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.2
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.5rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: 1.05rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem;
    margin-bottom: 0;
    line-height: 1.2;
    color: #d2d2d2;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: 1.05rem;
    line-height: 1.5;
    border-radius: 2px
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 5px
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 1.05rem;
    line-height: 1.2;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: 2px
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.2em + 1.6rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.3em + .4rem);
    background-size: calc(.6em + .8rem) calc(.6em + .8rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.2em + 1.6rem);
    background-position: top calc(.3em + .4rem) right calc(.3em + .4rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((3em + 4.8rem)/4 + 1.8rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .8rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #0e1d34 no-repeat center right 1.8rem/calc(.6em + .8rem) calc(.6em + .8rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f16869
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 1.05rem;
    line-height: 1.2;
    color: #fff;
    background-color: rgba(241, 104, 105, .9);
    border-radius: 2px
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #f16869;
    padding-right: calc(1.2em + 1.6rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f16869' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f16869' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.3em + .4rem);
    background-size: calc(.6em + .8rem) calc(.6em + .8rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f16869;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.2em + 1.6rem);
    background-position: top calc(.3em + .4rem) right calc(.3em + .4rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #f16869;
    padding-right: calc((3em + 4.8rem)/4 + 1.8rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .8rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f16869' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f16869' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #0e1d34 no-repeat center right 1.8rem/calc(.6em + .8rem) calc(.6em + .8rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #f16869;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #f16869
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #f16869
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #f16869
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #f59797;
    background-color: #f59797
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #f16869
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #f16869;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    display: inline-block;
    font-weight: 400;
    color: #d2d2d2;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.2rem;
    line-height: 1.2;
    border-radius: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
        transition: none
    }
}

.btn:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:hover {
    color: #d2d2d2;
    text-decoration: none
}

.btn.focus,
.btn:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .focus.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(32, 177, 233, .25)
}

.btn.disabled,
.btn:disabled,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .disabled.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:disabled {
    opacity: .65
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons a.disabled.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons fieldset:disabled a.vex-dialog-button,
a.btn.disabled,
fieldset:disabled .vex.vex-theme-plain .vex-content .vex-dialog-buttons a.vex-dialog-button,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
    color: #fff;
    background-color: #20b1e9;
    border-color: #20b1e9
}

.btn-primary:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:hover,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:hover {
    color: #fff;
    background-color: #149bce;
    border-color: #1392c3
}

.btn-primary.focus,
.btn-primary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .focus.vex-dialog-button.vex-dialog-button-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .focus.-copy-btn {
    box-shadow: 0 0 0 .2rem rgba(65, 189, 236, .5)
}

.btn-primary.disabled,
.btn-primary:disabled,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .disabled.vex-dialog-button.vex-dialog-button-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:disabled,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:disabled,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .disabled.-copy-btn {
    color: #fff;
    background-color: #20b1e9;
    border-color: #20b1e9
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:not(:disabled):not(.disabled).active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:not(:disabled):not(.disabled):active,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:not(:disabled):not(.disabled).active,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:not(:disabled):not(.disabled):active,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .show>.dropdown-toggle.-copy-btn {
    color: #fff;
    background-color: #1392c3;
    border-color: #1289b7
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-primary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:not(:disabled):not(.disabled).active:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:not(:disabled):not(.disabled):active:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:not(:disabled):not(.disabled).active:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:not(:disabled):not(.disabled):active:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .show>.dropdown-toggle.-copy-btn:focus {
    box-shadow: 0 0 0 .2rem rgba(65, 189, 236, .5)
}

.btn-secondary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary {
    color: #fff;
    background-color: #036cd1;
    border-color: #036cd1
}

.btn-secondary:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:hover {
    color: #fff;
    background-color: #0259ab;
    border-color: #02529f
}

.btn-secondary.focus,
.btn-secondary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .focus.vex-dialog-button.vex-dialog-button-pink,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .focus.vex-dialog-button.vex-dialog-button-secondary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(41, 130, 216, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .disabled.vex-dialog-button.vex-dialog-button-pink,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .disabled.vex-dialog-button.vex-dialog-button-secondary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:disabled,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:disabled {
    color: #fff;
    background-color: #036cd1;
    border-color: #036cd1
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-pink,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-secondary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:not(:disabled):not(.disabled).active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:not(:disabled):not(.disabled):active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:not(:disabled):not(.disabled).active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #02529f;
    border-color: #024c92
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-pink:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-secondary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:not(:disabled):not(.disabled).active:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:not(:disabled):not(.disabled):active:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:not(:disabled):not(.disabled).active:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(41, 130, 216, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-warning:hover {
    color: #212529;
    background-color: #cca30f;
    border-color: #c09a0e
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(207, 168, 22, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c09a0e;
    border-color: #b4900d
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(207, 168, 22, .5)
}

.btn-danger {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-danger:hover {
    color: #fff;
    background-color: #ee4546;
    border-color: #ed393b
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(243, 127, 128, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ed393b;
    border-color: #ec2e2f
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(243, 127, 128, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #20b1e9;
    border-color: #20b1e9
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #20b1e9;
    border-color: #20b1e9
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 177, 233, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #20b1e9;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #20b1e9;
    border-color: #20b1e9
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 177, 233, .5)
}

.btn-outline-secondary {
    color: #036cd1;
    border-color: #036cd1
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #036cd1;
    border-color: #036cd1
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(3, 108, 209, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #036cd1;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #036cd1;
    border-color: #036cd1
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(3, 108, 209, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #eebf13;
    border-color: #eebf13
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(238, 191, 19, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #eebf13;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(238, 191, 19, .5)
}

.btn-outline-danger {
    color: #f16869;
    border-color: #f16869
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f16869;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #20b1e9;
    text-decoration: none
}

.btn-link:hover {
    color: #1180ac;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-lg>.vex-dialog-button {
    padding: .5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 5px
}

.btn-group-sm>.btn,
.btn-sm,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-sm>.vex-dialog-button {
    padding: .25rem .5rem;
    font-size: 1.05rem;
    line-height: 1.5;
    border-radius: 2px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1.2rem;
    color: #d2d2d2;
    text-align: left;
    list-style: none;
    background-color: rgba(0, 45, 89, .9);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 2px
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #20b1e9
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: 1.05rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.active.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.active.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.btn-group:not(:last-child)>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.btn-group:not(:first-child)>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-sm>.vex-dialog-button+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-lg>.vex-dialog-button+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.btn-group:not(:last-child)>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.btn-group:not(:first-child)>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.btn-group>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.vex-dialog-button {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.btn-group>.vex-dialog-button input[type=checkbox],
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.btn-group>.vex-dialog-button input[type=radio],
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.vex-dialog-button input[type=checkbox],
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.vex-dialog-button input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button,
.input-group-prepend .btn,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .vex-dialog-button {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .vex-dialog-button:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .vex-dialog-button:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn+.vex-dialog-button,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-text+.vex-dialog-button,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.btn,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.input-group-text,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.vex-dialog-button,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn+.vex-dialog-button,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-text+.vex-dialog-button,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.btn,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.input-group-text,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .btn+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .input-group-text+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .vex-dialog-button+.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .vex-dialog-button+.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .vex-dialog-button+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .btn+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .input-group-text+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .vex-dialog-button+.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .vex-dialog-button+.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .vex-dialog-button+.vex-dialog-button {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .8rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 2px
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-lg>.input-group-append>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-lg>.input-group-prepend>.vex-dialog-button {
    padding: .5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 5px
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-sm>.input-group-append>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-sm>.input-group-prepend>.vex-dialog-button {
    padding: .25rem .5rem;
    font-size: 1.05rem;
    line-height: 1.5;
    border-radius: 2px
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.8rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-append:last-child>.vex-dialog-button:not(:last-child):not(.dropdown-toggle),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-append:not(:last-child)>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-prepend>.vex-dialog-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-append>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-prepend:first-child>.vex-dialog-button:not(:first-child),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-prepend:not(:first-child)>.vex-dialog-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.44rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #20b1e9;
    background-color: #20b1e9
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(32, 177, 233, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #94daf4
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #c2eaf9;
    border-color: #c2eaf9
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #0e1d34;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .22rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: 2px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #20b1e9;
    background-color: #20b1e9
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(32, 177, 233, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(32, 177, 233, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(32, 177, 233, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.22rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #0e1d34;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(32, 177, 233, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.2em + 1.6rem + 2px);
    padding: .8rem 1.8rem .8rem .8rem;
    font-family: Helvetica Neue, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .8rem center/8px 10px;
    background-color: #0e1d34;
    border: 1px solid #ced4da;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #94daf4;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(32, 177, 233, .25)
}

.custom-select:focus::-ms-value {
    color: #fff;
    background-color: #0e1d34
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .8rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 1.05rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.5rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.2em + 1.6rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #94daf4;
    box-shadow: 0 0 0 .2rem rgba(32, 177, 233, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.2em + 1.6rem + 2px);
    font-family: Helvetica Neue, sans-serif;
    font-weight: 400;
    background-color: #0e1d34;
    border: 1px solid #ced4da;
    border-radius: 2px
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .8rem;
    line-height: 1.2;
    color: #fff
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.2em + 1.6rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 2px 2px 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem rgba(32, 177, 233, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem rgba(32, 177, 233, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem rgba(32, 177, 233, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #20b1e9;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #c2eaf9
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #20b1e9;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #c2eaf9
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #20b1e9;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #c2eaf9
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #000;
    border-color: #dee2e6 #dee2e6 #000
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 2px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #20b1e9
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}
.tab-pane{
    background-size: cover !important;
}
.-block-content-term-and-condition .tab-pane{
    background: transparent !important;
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .32rem;
    padding-bottom: .32rem;
    margin-right: 1rem;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
div#headerContent{
    position:absolute;
    right: -10px;
    top:10px;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.5rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 2px
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 2px
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: 1px 1px 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 1px 1px
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: 1px
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 2px
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 2px
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #20b1e9;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #1180ac;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(32, 177, 233, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #20b1e9;
    border-color: #20b1e9
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 1.05rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #20b1e9
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #1392c3
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(32, 177, 233, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #036cd1
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #02529f
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(3, 108, 209, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #eebf13
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #c09a0e
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(238, 191, 19, .5)
}

.badge-danger {
    color: #fff;
    background-color: #f16869
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #ed393b
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 5px
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 2px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4.3rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #115c79;
    background-color: #d2effb;
    border-color: #c1e9f9
}

.alert-primary hr {
    border-top-color: #aae1f7
}

.alert-primary .alert-link {
    color: #0b3a4c
}

.alert-secondary {
    color: #02386d;
    background-color: #cde2f6;
    border-color: #b8d6f2
}

.alert-secondary hr {
    border-top-color: #a2caee
}

.alert-secondary .alert-link {
    color: #011e3b
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #7c630a;
    background-color: #fcf2d0;
    border-color: #faedbd
}

.alert-warning hr {
    border-top-color: #f8e7a5
}

.alert-warning .alert-link {
    color: #4d3d06
}

.alert-danger {
    color: #7d3637;
    background-color: #fce1e1;
    border-color: #fbd5d5
}

.alert-danger hr {
    border-top-color: #f9bebe
}

.alert-danger .alert-link {
    color: #592727
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .9rem;
    background-color: #e9ecef;
    border-radius: 10px
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #20b1e9;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #d2d2d2;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #20b1e9;
    border-color: #20b1e9
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #115c79;
    background-color: #c1e9f9
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #115c79;
    background-color: #aae1f7
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #115c79;
    border-color: #115c79
}

.list-group-item-secondary {
    color: #02386d;
    background-color: #b8d6f2
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #02386d;
    background-color: #a2caee
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #02386d;
    border-color: #02386d
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #7c630a;
    background-color: #faedbd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #7c630a;
    background-color: #f8e7a5
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7c630a;
    border-color: #7c630a
}

.list-group-item-danger {
    color: #7d3637;
    background-color: #fbd5d5
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #7d3637;
    background-color: #f9bebe
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7d3637;
    border-color: #7d3637
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.2
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: 'Mitr', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.05rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 2px
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: 'Mitr', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.05rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 5px
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: 5px 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: 5px 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #d2d2d2
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #20b1e9!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #1392c3!important
}

.bg-secondary {
    background-color: #036cd1!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #02529f!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #eebf13!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #c09a0e!important
}

.bg-danger {
    background-color: #f16869!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #ed393b!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #20b1e9!important
}

.border-secondary {
    border-color: #036cd1!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #eebf13!important
}

.border-danger {
    border-color: #f16869!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded,
.rounded-sm {
    border-radius: 2px!important
}

.rounded-top {
    border-top-left-radius: 2px!important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 2px!important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 2px!important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 2px!important
}

.rounded-left {
    border-top-left-radius: 2px!important
}

.rounded-lg {
    border-radius: 5px!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: flex!important
    }
    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: flex!important
    }
    .d-md-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: flex!important
    }
    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: flex!important
    }
    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: flex!important
    }
    .d-print-inline-flex {
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row!important
    }
    .flex-sm-column {
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        justify-content: center!important
    }
    .justify-content-sm-between {
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        justify-content: space-around!important
    }
    .align-items-sm-start {
        align-items: flex-start!important
    }
    .align-items-sm-end {
        align-items: flex-end!important
    }
    .align-items-sm-center {
        align-items: center!important
    }
    .align-items-sm-baseline {
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        align-items: stretch!important
    }
    .align-content-sm-start {
        align-content: flex-start!important
    }
    .align-content-sm-end {
        align-content: flex-end!important
    }
    .align-content-sm-center {
        align-content: center!important
    }
    .align-content-sm-between {
        align-content: space-between!important
    }
    .align-content-sm-around {
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        align-content: stretch!important
    }
    .align-self-sm-auto {
        align-self: auto!important
    }
    .align-self-sm-start {
        align-self: flex-start!important
    }
    .align-self-sm-end {
        align-self: flex-end!important
    }
    .align-self-sm-center {
        align-self: center!important
    }
    .align-self-sm-baseline {
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row!important
    }
    .flex-md-column {
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        justify-content: center!important
    }
    .justify-content-md-between {
        justify-content: space-between!important
    }
    .justify-content-md-around {
        justify-content: space-around!important
    }
    .align-items-md-start {
        align-items: flex-start!important
    }
    .align-items-md-end {
        align-items: flex-end!important
    }
    .align-items-md-center {
        align-items: center!important
    }
    .align-items-md-baseline {
        align-items: baseline!important
    }
    .align-items-md-stretch {
        align-items: stretch!important
    }
    .align-content-md-start {
        align-content: flex-start!important
    }
    .align-content-md-end {
        align-content: flex-end!important
    }
    .align-content-md-center {
        align-content: center!important
    }
    .align-content-md-between {
        align-content: space-between!important
    }
    .align-content-md-around {
        align-content: space-around!important
    }
    .align-content-md-stretch {
        align-content: stretch!important
    }
    .align-self-md-auto {
        align-self: auto!important
    }
    .align-self-md-start {
        align-self: flex-start!important
    }
    .align-self-md-end {
        align-self: flex-end!important
    }
    .align-self-md-center {
        align-self: center!important
    }
    .align-self-md-baseline {
        align-self: baseline!important
    }
    .align-self-md-stretch {
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row!important
    }
    .flex-lg-column {
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        justify-content: center!important
    }
    .justify-content-lg-between {
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        justify-content: space-around!important
    }
    .align-items-lg-start {
        align-items: flex-start!important
    }
    .align-items-lg-end {
        align-items: flex-end!important
    }
    .align-items-lg-center {
        align-items: center!important
    }
    .align-items-lg-baseline {
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        align-items: stretch!important
    }
    .align-content-lg-start {
        align-content: flex-start!important
    }
    .align-content-lg-end {
        align-content: flex-end!important
    }
    .align-content-lg-center {
        align-content: center!important
    }
    .align-content-lg-between {
        align-content: space-between!important
    }
    .align-content-lg-around {
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        align-content: stretch!important
    }
    .align-self-lg-auto {
        align-self: auto!important
    }
    .align-self-lg-start {
        align-self: flex-start!important
    }
    .align-self-lg-end {
        align-self: flex-end!important
    }
    .align-self-lg-center {
        align-self: center!important
    }
    .align-self-lg-baseline {
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row!important
    }
    .flex-xl-column {
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        justify-content: center!important
    }
    .justify-content-xl-between {
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        justify-content: space-around!important
    }
    .align-items-xl-start {
        align-items: flex-start!important
    }
    .align-items-xl-end {
        align-items: flex-end!important
    }
    .align-items-xl-center {
        align-items: center!important
    }
    .align-items-xl-baseline {
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        align-items: stretch!important
    }
    .align-content-xl-start {
        align-content: flex-start!important
    }
    .align-content-xl-end {
        align-content: flex-end!important
    }
    .align-content-xl-center {
        align-content: center!important
    }
    .align-content-xl-between {
        align-content: space-between!important
    }
    .align-content-xl-around {
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        align-content: stretch!important
    }
    .align-self-xl-auto {
        align-self: auto!important
    }
    .align-self-xl-start {
        align-self: flex-start!important
    }
    .align-self-xl-end {
        align-self: flex-end!important
    }
    .align-self-xl-center {
        align-self: center!important
    }
    .align-self-xl-baseline {
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.cke_editable,
.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -3rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -3rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #20b1e9!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #1180ac!important
}

.text-secondary {
    color: #036cd1!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #024586!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #eebf13!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #a8870c!important
}

.text-danger {
    color: #f16869!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #eb2223!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416!important
}

.text-body {
    color: #d2d2d2!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible!important;
    background: #f2f2f2!important;
    background: rgba(0, 0, 0, .06)!important;
    border: 0!important;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after {
    content: "!";
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px!important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0;
    float: left;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px!important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0;
    border-left: 1px solid #0073bb;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #00578d
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #aaa
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 5px 8px 2px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default!important
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #1da7ee;
    color: #fff;
    border: 1px solid #0073bb
}

.selectize-control.multi .selectize-input>div.active {
    background: #92c836;
    color: #fff;
    border: 1px solid #00578d
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #fff;
    background: #d2d2d2;
    border: 1px solid #aaa
}

.selectize-input>input {
    display: inline-block!important;
    padding: 0!important;
    min-height: 0!important;
    max-height: none!important;
    max-width: 100%!important;
    margin: 0 1px!important;
    text-indent: 0!important;
    border: 0!important;
    background: none!important;
    line-height: inherit!important;
    -webkit-user-select: auto!important;
    box-shadow: none!important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none!important
}

.selectize-input:after {
    content: " ";
    display: block;
    clear: left
}

.selectize-input.dropdown-active:before {
    content: " ";
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    background: #fff;
    margin: -1px 0 0;
    border: 1px solid #d0d0d0;
    border-top: 0;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
    padding: 5px 8px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-color: grey transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px;
    border-color: transparent transparent grey
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px!important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

.selectize-control.multi .selectize-input.has-items {
    padding-left: 5px;
    padding-right: 5px
}

.selectize-control.multi .selectize-input.disabled [data-value] {
    color: #999;
    text-shadow: none;
    background: none;
    box-shadow: none
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    border-color: #e6e6e6
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    background: none
}

.selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgba(0, 51, 83, .3);
    border-radius: 3px;
    background-color: #1b9dec;
    background-image: linear-gradient(180deg, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px hsla(0, 0%, 100%, .03)
}

.selectize-control.multi .selectize-input [data-value].active {
    background-color: #0085d4;
    background-image: linear-gradient(180deg, #008fd8, #0075cf);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0)
}

.selectize-control.single .selectize-input {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 hsla(0, 0%, 100%, .8);
    background-color: #f9f9f9;
    background-image: linear-gradient(180deg, #fefefe, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefefe", endColorstr="#fff2f2f2", GradientType=0)
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border-color: #b8b8b8
}

.selectize-dropdown .optgroup-header {
    padding-top: 7px;
    font-weight: 700;
    font-size: .85em
}

.selectize-dropdown .optgroup {
    border-top: 1px solid #f0f0f0
}

.selectize-dropdown .optgroup:first-child {
    border-top: 0
}

@-webkit-keyframes vex-fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes vex-fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes vex-fadeout {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes vex-fadeout {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.vex,
.vex *,
.vex :after,
.vex :before {
    box-sizing: border-box
}

.vex {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1111;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.vex-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.vex-overlay {
    -webkit-animation: vex-fadein .5s;
    animation: vex-fadein .5s;
    position: fixed;
    z-index: 1111;
    background: rgba(0, 0, 0, .4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.vex-overlay.vex-closing {
    -webkit-animation: vex-fadeout .5s forwards;
    animation: vex-fadeout .5s forwards
}

.vex-content {
    -webkit-animation: vex-fadein .5s;
    animation: vex-fadein .5s;
    background: #fff
}

.vex.vex-closing .vex-content {
    -webkit-animation: vex-fadeout .5s forwards;
    animation: vex-fadeout .5s forwards
}

.vex-close:before {
    font-family: Arial, sans-serif;
    content: "\00D7"
}

.vex-dialog-form {
    margin: 0
}

.vex-dialog-button {
    text-rendering: optimizeLegibility;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.vex-loading-spinner {
    -webkit-animation: vex-rotation .7s linear infinite;
    animation: vex-rotation .7s linear infinite;
    box-shadow: 0 0 1em rgba(0, 0, 0, .1);
    position: fixed;
    z-index: 1112;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2em;
    width: 2em;
    background: #fff
}

body.vex-open {
    overflow: hidden
}

@-webkit-keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent
    }
    70% {
        box-shadow: inset 0 0 0 300px hsla(0, 0%, 100%, .25)
    }
    to {
        box-shadow: inset 0 0 0 300px transparent
    }
}

@keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent
    }
    70% {
        box-shadow: inset 0 0 0 300px hsla(0, 0%, 100%, .25)
    }
    to {
        box-shadow: inset 0 0 0 300px transparent
    }
}

.vex.vex-theme-plain {
    padding-top: 160px;
    padding-bottom: 160px
}

.vex.vex-theme-plain .vex-content {
    font-family: Helvetica Neue, sans-serif;
    background: #fff;
    color: #444;
    padding: 1em;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 450px;
    font-size: 1.1em;
    line-height: 1.5em
}

.vex.vex-theme-plain .vex-content h1,
.vex.vex-theme-plain .vex-content h2,
.vex.vex-theme-plain .vex-content h3,
.vex.vex-theme-plain .vex-content h4,
.vex.vex-theme-plain .vex-content h5,
.vex.vex-theme-plain .vex-content h6,
.vex.vex-theme-plain .vex-content li,
.vex.vex-theme-plain .vex-content p,
.vex.vex-theme-plain .vex-content ul {
    color: inherit
}

.vex.vex-theme-plain .vex-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.vex.vex-theme-plain .vex-close:before {
    position: absolute;
    content: "\00D7";
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 3px;
    right: 3px;
    color: #bbb;
    background: transparent
}

.vex.vex-theme-plain .vex-close:active:before,
.vex.vex-theme-plain .vex-close:hover:before {
    color: #777;
    background: #e0e0e0
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
    margin-bottom: .5em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
    margin-bottom: 1em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=date],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime-local],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=email],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=month],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=number],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=password],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=search],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=tel],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=text],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=time],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=url],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=week],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea {
    background: #f0f0f0;
    width: 100%;
    padding: .25em .67em;
    border: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    min-height: 2.5em;
    margin: 0 0 .25em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=date]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime-local]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=email]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=month]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=number]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=password]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=search]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=tel]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=text]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=time]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=url]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=week]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
    outline: none
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons {
    *zoom: 1
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
    content: "";
    display: table;
    clear: both
}

.vex.vex-theme-plain .vex-dialog-button {
    border-radius: 0;
    border: 0;
    float: right;
    margin: 0 0 0 .5em;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    line-height: 1em;
    padding: .75em 2em
}

.vex.vex-theme-plain .vex-dialog-button.vex-last {
    margin-left: 0
}

.vex.vex-theme-plain .vex-dialog-button:focus {
    -webkit-animation: vex-pulse 1.1s infinite;
    animation: vex-pulse 1.1s infinite;
    outline: none
}

@media (max-width:568px) {
    .vex.vex-theme-plain .vex-dialog-button:focus {
        -webkit-animation: none;
        animation: none
    }
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
    background: #3288e6;
    color: #fff
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
    background: #e0e0e0;
    color: #777
}

.vex-loading-spinner.vex-theme-plain {
    height: 2.5em;
    width: 2.5em
}

body {
    overflow-x: hidden
}

[data-animatable] {
    opacity: 0
}

[data-animatable].animated {
    opacity: 1
}

a:focus {
    outline: none
}

.x-link {
    color: #d2d2d2
}

.x-link:focus,
.x-link:hover {
    text-decoration: none;
    color: #20b1e9
}

.cke_editable,
.font-normal,
.x-blog {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.f-1 {
    font-size: 3rem!important
}

.f-2 {
    font-size: 2.4rem!important
}

.f-3 {
    font-size: 2.1rem!important
}

.f-4 {
    font-size: 1.8rem!important
}

.f-5 {
    font-size: 1.5rem!important
}

.f-6 {
    font-size: 1.2rem!important
}

.f-7 {
    font-size: 1.08rem!important
}

.f-8 {
    font-size: .96rem!important
}

.f-9 {
    font-size: .84rem!important
}

@media (min-width:576px) {
    .f-sm-1 {
        font-size: 3rem!important
    }
    .f-sm-2 {
        font-size: 2.4rem!important
    }
    .f-sm-3 {
        font-size: 2.1rem!important
    }
    .f-sm-4 {
        font-size: 1.8rem!important
    }
    .f-sm-5 {
        font-size: 1.5rem!important
    }
    .f-sm-6 {
        font-size: 1.2rem!important
    }
    .f-sm-7 {
        font-size: 1.08rem!important
    }
    .f-sm-8 {
        font-size: .96rem!important
    }
    .f-sm-9 {
        font-size: .84rem!important
    }
}

@media (min-width:768px) {
    .f-md-1 {
        font-size: 3rem!important
    }
    .f-md-2 {
        font-size: 2.4rem!important
    }
    .f-md-3 {
        font-size: 2.1rem!important
    }
    .f-md-4 {
        font-size: 1.8rem!important
    }
    .f-md-5 {
        font-size: 1.5rem!important
    }
    .f-md-6 {
        font-size: 1.2rem!important
    }
    .f-md-7 {
        font-size: 1.08rem!important
    }
    .f-md-8 {
        font-size: .96rem!important
    }
    .f-md-9 {
        font-size: .84rem!important
    }
}

@media (min-width:992px) {
    .f-lg-1 {
        font-size: 3rem!important
    }
    .f-lg-2 {
        font-size: 2.4rem!important
    }
    .f-lg-3 {
        font-size: 2.1rem!important
    }
    .f-lg-4 {
        font-size: 1.8rem!important
    }
    .f-lg-5 {
        font-size: 1.5rem!important
    }
    .f-lg-6 {
        font-size: 1.2rem!important
    }
    .f-lg-7 {
        font-size: 1.08rem!important
    }
    .f-lg-8 {
        font-size: .96rem!important
    }
    .f-lg-9 {
        font-size: .84rem!important
    }
}

@media (min-width:1200px) {
    .f-xl-1 {
        font-size: 3rem!important
    }
    .f-xl-2 {
        font-size: 2.4rem!important
    }
    .f-xl-3 {
        font-size: 2.1rem!important
    }
    .f-xl-4 {
        font-size: 1.8rem!important
    }
    .f-xl-5 {
        font-size: 1.5rem!important
    }
    .f-xl-6 {
        font-size: 1.2rem!important
    }
    .f-xl-7 {
        font-size: 1.08rem!important
    }
    .f-xl-8 {
        font-size: .96rem!important
    }
    .f-xl-9 {
        font-size: .84rem!important
    }
}

.form-control-label.required:after,
legend.col-form-label.required:after {
    content: "*";
    color: #f16869;
    margin-left: .2rem
}

.form-text-hint {
    font-size: 85%
}

.x-input-select-date .selectized[name$="[day]"]+.selectize-control {
    width: 50px
}

.x-input-select-date .selectized[name$="[month]"]+.selectize-control,
.x-input-select-date .selectized[name$="[year]"]+.selectize-control {
    width: 70px
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

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

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

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

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

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

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

.selectize-control.form-control {
    padding: 0;
    height: 28px
}

.selectize-control.form-control.multi {
    height: auto
}

.selectize-control.form-control.multi .selectize-input>* {
    height: auto;
    overflow: inherit
}

.selectize-control.form-control.multi .selectize-input.has-items input {
    top: -10px
}

.selectize-control.form-control .selectize-dropdown,
.selectize-control.form-control .selectize-dropdown-content {
    border-radius: 2px
}

.selectize-control.form-control .selectize-input {
    border: none;
    background-color: #fff;
    border-radius: 2px;
    height: 100%;
    padding: .8rem
}

.selectize-control.form-control .selectize-input>* {
    height: 1.68rem;
    overflow: hidden
}

.selectize-control.form-control .selectize-input .item,
.selectize-control.form-control .selectize-input input {
    font-size: 1.2rem;
    line-height: 1.2
}

.selectize-control.form-control.form-control-sm {
    font-size: 1.05rem;
    height: 28px
}

.selectize-control.form-control.form-control-sm .selectize-input .item,
.selectize-control.form-control.form-control-sm .selectize-input input {
    font-size: 1.05rem;
    line-height: 1.5
}

.selectize-control.form-control.x-selectize-custom-render {
    min-height: 28px;
    height: auto
}

.selectize-control.form-control.x-selectize-custom-render .selectize-input {
    background-image: none;
    box-shadow: none
}

.selectize-control.form-control.x-selectize-custom-render .selectize-input>* {
    height: auto;
    overflow: inherit
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
    padding: .8rem
}

.selectize-dropdown .option.-disabled {
    font-weight: 700;
    cursor: default;
    pointer-events: none
}

.selectize-dropdown .option.-disabled.active {
    background-color: inherit
}

.selectize-dropdown.form-control {
    padding: 0;
    height: auto!important
}

select[data-chooser]+.selectize-control.loading {
    position: relative
}

select[data-chooser]+.selectize-control.loading:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 10
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: "inherit";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "inherit";
    font-size: 40px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: .75
}

.slick-dotted {
    position: relative
}

.slick-dotted .slick-dots li button:before {
    font-size: 45px
}

.slick-arrow {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 10
}

.slick-arrow,
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: #20b1e9
}

.slick-arrow:active:before,
.slick-arrow:before,
.slick-arrow:focus:before,
.slick-arrow:hover:before {
    color: #fff
}

.slick-arrow.slick-prev {
    left: 0
}

.slick-arrow.slick-prev:before {
    content: "\f053";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px
}

.slick-arrow.slick-next {
    right: 0
}

.slick-arrow.slick-next:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px
}

[data-slickable].-single .-slick-item {
    display: none
}

[data-slickable].-single .-slick-item:first-child,
[data-slickable].-single.slick-initialized .-slick-item {
    display: block!important
}

body,
html {
    height: 100%;
    font-family: 'Mitr', sans-serif;
    background-color: #000
}

#main__content {
    margin-top: -92px
}

@media (max-width:991.98px) {
    #main__content {
        margin-top: 0;
    }
}

.x-alert-info {
    background-color: #0e1d34;
    color: #20b1e9
}

.x-mini-copy {
    line-height: 30px;
    height: 24px;
    background: #20b1e9!important;
    color: #000!important;
    border-radius: 10px;
    padding: 4px
}

.x-hr-border-glow {
    height: 1px;
    margin-top: 0;
    width: 70%;
    text-align: center
}

.x-hr-border-gradient {
    height: 2px;
    margin-top: 0;
    background: linear-gradient(90deg, #0f73d2, #46a9d5);
    width: 140px
}

.x-hr-border-primary {
    width: 100%;
    height: 2px;
    border-color: #20b1e9
}

.-x-input-icon {
    display: flex;
    align-items: center;
    border-radius: 3px;
    position: relative
}

.-x-input-icon .-icon {
    height: 18px;
    color: #20b1e9;
    top: 12px
}

.-x-input-icon .form-control {
    padding-left: 38px
}

.-x-input-icon .form-control.text-center {
    padding-right: 38px
}

.-x-input-icon .x-input-reset-btn {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 14px;
    right: 1rem;
    width: 18px;
    height: 18px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #828282
}

@media (min-width:992px) {
    .-x-input-icon .x-input-reset-btn {
        transition: opacity .2s;
        opacity: .75
    }
    .-x-input-icon .x-input-reset-btn:hover {
        opacity: 1
    }
}

.-x-input-icon .x-input-reset-btn .fas {
    font-size: 10px;
    color: #1a1a1a
}

.-x-input-icon .x-input-reset-btn:focus {
    outline: none
}

@media (max-width:991.98px) {
    .-x-input-icon .x-input-reset-btn {
        top: 18px
    }
}

.x-input-number-name-bank {
    position: relative
}

.x-input-number-name-bank .-validate-box {
    background: #1b375a;
    position: absolute;
    top: 0;
    left: -70%;
    border-radius: 16px;
    padding: 20px 16px 14px;
    width: 60%;
    margin-bottom: 2rem;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 1px solid #303f56
}

@media (max-width:991.98px) {
    .x-input-number-name-bank .-validate-box {
        position: relative;
        width: 100%;
        left: 0;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }
}

.x-input-number-name-bank .-validate-box .-content-validate {
    color: #20b1e9;
    font-size: 1.5rem;
    line-height: 1.2
}

.x-input-number-name-bank .-validate-box .-detail-validate {
    margin-top: .5rem;
    color: #fff;
    line-height: 1.2
}

.x-input-number-name-bank .-validate-box .fas.fa-arrow-right {
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: x-register-arrow-horizontal-mover .5s infinite alternate;
    animation: x-register-arrow-horizontal-mover .5s infinite alternate
}

@media (max-width:991.98px) {
    .x-input-number-name-bank .-validate-box .fas.fa-arrow-right {
        display: none
    }
}

.w-85 {
    width: 85%
}

.w-90 {
    width: 90%
}

.x-service-wrapper .-box {
    padding: 0 4rem
}

.x-service-wrapper .-box a {
    text-decoration: none!important;
    color: #d2d2d2
}

.x-service-wrapper .-box .-fake-bg {
    display: none
}

.x-service-wrapper .-box .-ic-wrapper {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.x-service-wrapper .-box .-ic-wrapper .-ic-bank,
.x-service-wrapper .-box .-ic-wrapper .-ic-otp,
.x-service-wrapper .-box .-ic-wrapper .-ic-register {
    width: 100px;
    height: auto;
    margin-bottom: 1rem
}

.x-service-wrapper .-box .-ic-wrapper .-ic {
    width: 120px;
    height: auto;
    margin-bottom: 1rem
}

.x-service-wrapper .-box .-title-h2,
.x-service-wrapper .-box h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    white-space: nowrap;
    margin-bottom: 5px;
    font-weight: bold;
    background: linear-gradient(
180deg
, #ffcf5a 0%, #e8da9b 10%, #ffcb4b 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.x-service-wrapper .-box .x-hr-border-glow {
    transition: all .6s
}

.x-service-wrapper .-box:hover .x-hr-border-glow {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media (max-width:991.98px) {
    .x-service-wrapper .-box {
        padding: 0
    }
}

@media (max-width:767.98px) {
    .x-service-wrapper .-box {
        padding: 0
    }
    .x-service-wrapper .-box .-ic-wrapper {
        height: 100px;
        width: 100px;
        margin-right: 15px;
        display: flex;
        justify-content: center;
        align-items: flex-start
    }
    .x-service-wrapper .-box .x-hr-border-glow {
        margin-left: 0;
        width: 150px
    }
    .x-service-wrapper .-box h3 {
        color: #fff;
        font-size: 1.75rem;
        margin-bottom: 0
    }
}

@media (max-width:575.98px) {
    .x-service-wrapper.-logged .-box .-ic-wrapper {
        width: 120px
    }
}

.x-admin-contact {
    margin-top: .7rem;
    text-align: center;
    border-top: 1px solid #656565;
    padding-top: 12px;
    position: relative;
    top: 9px
}

@media (max-width:991.98px) {
    .x-admin-contact {
        position: absolute;
        left: 50%;
        right: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 60px;
        width: 100%;
        top: auto;
        border: none
    }
    .x-admin-contact.-no-fixed {
        position: static;
        -webkit-transform: none;
        transform: none
    }
}

.x-visually-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.x-gutter-divine {
    padding-left: 7.5px;
    padding-right: 7.5px
}

@-webkit-keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes x-shimmer {
    0% {
        background-position: -200px top
    }
    to {
        background-position: 200px top
    }
}

@-webkit-keyframes x-shimmer-short {
    0% {
        background-position: -100px top
    }
    to {
        background-position: 100px top
    }
}

@keyframes x-shimmer-short {
    0% {
        background-position: -100px top
    }
    to {
        background-position: 100px top
    }
}

@-webkit-keyframes x-shimmer-shorter {
    0% {
        background-position: -60px top
    }
    to {
        background-position: 60px top
    }
}

@keyframes x-shimmer-shorter {
    0% {
        background-position: -60px top
    }
    to {
        background-position: 60px top
    }
}

@-webkit-keyframes x-hamburger-wave {
    0% {
        width: 70%
    }
    to {
        width: 100%
    }
}

@keyframes x-hamburger-wave {
    0% {
        width: 70%
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes x-alert-blinker {
    0% {
        border-color: #fff;
        background: red;
        color: #fff
    }
    50% {
        border-color: red;
        background: #fff;
        color: red
    }
}

@keyframes x-alert-blinker {
    0% {
        border-color: #fff;
        background: red;
        color: #fff
    }
    50% {
        border-color: red;
        background: #fff;
        color: red
    }
}

@-webkit-keyframes x-progress-bar-stripes {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 1rem 0
    }
}

@keyframes x-progress-bar-stripes {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 1rem 0
    }
}

@-webkit-keyframes x-register-arrow-horizontal-mover {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    to {
        -webkit-transform: translate(10px, -50%);
        transform: translate(10px, -50%)
    }
}

@keyframes x-register-arrow-horizontal-mover {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    to {
        -webkit-transform: translate(10px, -50%);
        transform: translate(10px, -50%)
    }
}

@-webkit-keyframes x-dust-mover {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(15px, 5px) rotate(-1deg);
        transform: translate(15px, 5px) rotate(-1deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes x-dust-mover {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(15px, 5px) rotate(-1deg);
        transform: translate(15px, 5px) rotate(-1deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@-webkit-keyframes x-ball-roll {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes x-ball-roll {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes x-ball-bounce {
    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@keyframes x-ball-bounce {
    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@-webkit-keyframes x-ball-shadow {
    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: .8
    }
}

@keyframes x-ball-shadow {
    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: .8
    }
}

@-webkit-keyframes x-shaker-left-right {
    0%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
    15%,
    30%,
    45% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    20%,
    35%,
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    60% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    70% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
}

@keyframes x-shaker-left-right {
    0%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
    15%,
    30%,
    45% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    20%,
    35%,
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    60% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    70% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
}

@-webkit-keyframes x-promotion-history-coming-in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes x-promotion-history-coming-in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    to {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes x-opacity-glow-fading-up {
    0% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@keyframes x-opacity-glow-fading-up {
    0% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes x-rotate-item {
    0%,
    60%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    8% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    15% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    30% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    45% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    50% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
}

@keyframes x-rotate-item {
    0%,
    60%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    8% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    15% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    30% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    45% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    50% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
}

.x-button-actions {
    display: none
}

@media (max-width:991.98px) {
    .x-button-actions {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .vex-dialog-button,
    .x-button-actions .btn,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
        border-radius: 0;
        padding: .375rem .75rem;
        color: #fff
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .vex-dialog-button .-icon,
    .x-button-actions .btn .-icon,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button .-icon {
        max-width: 30px
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .-btn-bottom.vex-dialog-button,
    .x-button-actions .btn.-btn-bottom,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-bottom.vex-dialog-button {
        color: #000!important
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .vex-dialog-button .-typo,
    .x-button-actions .btn .-typo,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button .-typo {
        padding-top: 4px;
        display: inline-block
    }
}

.x-button-actions .btn-plain-lobby:not(.-include-sood),
.x-button-actions .btn-plain-primary:not(.-include-sood),
.x-button-actions .btn-plain-secondary:not(.-include-sood) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 1
}

@media (max-width:991.98px) {
    .x-button-actions .btn-plain-lobby:not(.-include-sood),
    .x-button-actions .btn-plain-primary:not(.-include-sood),
    .x-button-actions .btn-plain-secondary:not(.-include-sood) {
        padding: 8px 0 0!important;
        font-size: 1.4rem;
        border: none
    }
    .x-button-actions .btn-plain-lobby:not(.-include-sood):hover,
    .x-button-actions .btn-plain-primary:not(.-include-sood):hover,
    .x-button-actions .btn-plain-secondary:not(.-include-sood):hover {
        color: unset
    }
}

@media (max-width:767.98px) {
    .x-button-actions .btn-plain-lobby:not(.-include-sood) .-icon,
    .x-button-actions .btn-plain-primary:not(.-include-sood) .-icon,
    .x-button-actions .btn-plain-secondary:not(.-include-sood) .-icon {
        max-width: 26px
    }
    .x-button-actions .btn-plain-lobby:not(.-include-sood) .-typo,
    .x-button-actions .btn-plain-primary:not(.-include-sood) .-typo,
    .x-button-actions .btn-plain-secondary:not(.-include-sood) .-typo {
        position: relative;
        margin-top: -5px;
        padding-top: 6px
    }
}

@media (max-width:991.98px) {
    #account-actions #account-actions-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 3
    }
}

.x-contact-us-gift {
    z-index: 3;
    position: fixed;
    top: 20%;
    right: 0;
    width: 90px
}

@media (max-width:991.98px) {
    .x-contact-us-gift {
        bottom: 367px;
        top: auto
    }
}

.x-contact-us {
    z-index: 2;
    position: fixed;
    top: 30%;
    right: 0;
    overflow: hidden;
    max-height: 183px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

@media (max-width:991.98px) {
    .x-contact-us {
        max-height: 145px;
        bottom: 130px;
        top: auto
    }
}

.x-contact-us .x-hr-border-glow {
    position: absolute;
    height: 2px;
    z-index: 1
}

.x-contact-us .x-hr-border-glow.-bottom,
.x-contact-us .x-hr-border-glow.-left,
.x-contact-us .x-hr-border-glow.-top {
    opacity: .6
}

.x-contact-us .x-hr-border-glow.-top {
    left: 15%;
    top: -.8%
}

.x-contact-us .x-hr-border-glow.-bottom {
    left: 15%;
    bottom: -.5%
}

.x-contact-us .x-hr-border-glow.-left {
    width: 2px;
    height: 50%;
    top: 22%;
    z-index: 1;
    background: linear-gradient(100deg, transparent, #ecbd7b 30%, #ecbd7b 70%, transparent)
}

.x-contact-us a {
    padding: 1rem 1rem 3rem;
    color: #fff
}

@media (max-width:991.98px) {
    .x-contact-us a {
        padding: .6rem 1rem 2rem;
        font-size: 80%
    }
}

.x-contact-us a i,
.x-contact-us a svg {
    color: #fff;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.x-contact-us a:hover {
    color: #000;
    text-decoration: none
}

.x-contact-us a:hover i,
.x-contact-us a:hover svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #000;
    fill: #000
}

.x-contact-us .-live-chat-container {
    background: #162627
}

.x-contact-us .-live-chat-container:hover {
    color: #20b1e9;
    text-decoration: none
}

.x-contact-us .-live-chat-container:hover i,
.x-contact-us .-live-chat-container:hover svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #20b1e9;
    fill: #20b1e9
}

.x-contact-us .-contact-us-container {
    background: linear-gradient(180deg, #b5f9f8 -70%, #003736);
    position: relative;
    top: -30px;
    -webkit-transform: skewY(9deg);
    transform: skewY(9deg)
}

.x-contact-us .-contact-us-container svg {
    fill: #fff;
    height: 36px;
    width: 32px
}

@media (max-width:991.98px) {
    .x-contact-us .-contact-us-container svg {
        height: 30px
    }
}

.x-contact-us .-contact-us-container>div {
    -webkit-transform: skewY(-9deg);
    transform: skewY(-9deg)
}

@media (max-width:991.98px) {
    .x-contact-us .-contact-us-container {
        top: -20px
    }
}

.x-contact-us.-single {
    max-height: none
}

.x-contact-us.-single a {
    padding: 1rem 1.8rem
}

@media (max-width:991.98px) {
    .x-contact-us.-single a {
        padding: .6rem 1rem
    }
}

.x-contact-us.-single .-contact-us-container {
    position: static;
    -webkit-transform: none;
    transform: none
}

.x-contact-us.-single .-contact-us-container>div {
    -webkit-transform: none;
    transform: none
}

.x-index-top-container {
    background-size: cover !important;
    overflow: hidden;
    padding-top: 5rem;
}

@media (max-width:991.98px) {
    .x-index-top-container {
        position: relative;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0
    }
}

.x-index-top-container .-bg-container {
    overflow: hidden
}

.x-index-top-container .-bg-container .-bg-1,
.x-index-top-container .-bg-container .-bg-2,
.x-index-top-container .-bg-container .-bg-3 {
    position: absolute;
    left: 25%;
    top: 20%;
    z-index: 0
}

@media (max-width:1199.98px) {
    .x-index-top-container .-bg-container .-bg-1,
    .x-index-top-container .-bg-container .-bg-2,
    .x-index-top-container .-bg-container .-bg-3 {
        left: 10%
    }
}

@media (max-width:767.98px) {
    .x-index-top-container .-bg-container .-bg-1,
    .x-index-top-container .-bg-container .-bg-2,
    .x-index-top-container .-bg-container .-bg-3 {
        left: -10%
    }
}

.x-index-top-container .-bg-container .-bg-1 {
    -webkit-animation: x-bg-1 8s ease infinite;
    animation: x-bg-1 8s ease infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.x-index-top-container .-bg-container .-bg-2 {
    -webkit-animation: x-bg-2 8s ease infinite;
    animation: x-bg-2 8s ease infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.x-index-top-container .-bg-container .-bg-3 {
    -webkit-animation: x-bg-3 8s ease infinite;
    animation: x-bg-3 8s ease infinite
}

.x-index-top-container .-inner-wrapper {
    padding-top: 10rem;
    padding-bottom: 3rem
}

.x-index-top-container .-inner-wrapper .-btn-cover-container {
    position: relative
}

.x-index-top-container .-inner-wrapper .-btn-cover-container .-glow-container {
    text-decoration: none;
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    z-index: -1
}

.x-index-top-container .-inner-wrapper .-btn-cover-container .-glow-container.-play {
    border-radius: 4px;
    box-shadow: 0 0 5px #fff, 0 0 8px rgba(32, 177, 233, .7), 0 0 10px rgba(32, 177, 233, .7), 0 0 13px rgba(32, 177, 233, .7), 0 0 16px rgba(32, 177, 233, .7), 0 0 28px rgba(32, 177, 233, .7), 0 0 36px rgba(32, 177, 233, .7), 0 0 44px rgba(32, 177, 233, .7)
}

.x-index-top-container .-inner-wrapper .-btn-cover-container .-glow-container.-play:after {
    box-shadow: 0 0 8px #fff, 0 0 10px rgba(32, 177, 233, .7), 0 0 16px rgba(32, 177, 233, .7), 0 0 20px rgba(32, 177, 233, .7), 0 0 24px rgba(32, 177, 233, .7), 0 0 36px rgba(32, 177, 233, .7), 0 0 48px rgba(32, 177, 233, .7), 0 0 56px rgba(32, 177, 233, .7)
}

.x-index-top-container .-inner-wrapper .-btn-cover-container .-glow-container.-register {
    border-radius: 9px;
    box-shadow: 0 0 5px #fff, 0 0 8px rgba(15, 115, 210, .7), 0 0 10px rgba(15, 115, 210, .7), 0 0 13px rgba(15, 115, 210, .7), 0 0 16px rgba(15, 115, 210, .7), 0 0 28px rgba(15, 115, 210, .7), 0 0 36px rgba(15, 115, 210, .7), 0 0 44px rgba(15, 115, 210, .7)
}

.x-index-top-container .-inner-wrapper .-btn-cover-container .-glow-container.-register:after {
    box-shadow: 0 0 8px #fff, 0 0 10px rgba(15, 115, 210, .7), 0 0 16px rgba(15, 115, 210, .7), 0 0 20px rgba(15, 115, 210, .7), 0 0 24px rgba(15, 115, 210, .7), 0 0 36px rgba(15, 115, 210, .7), 0 0 48px rgba(15, 115, 210, .7), 0 0 56px rgba(15, 115, 210, .7)
}

.x-index-top-container .-inner-wrapper a.-btn-glow-register {
    width: 180px;
    background: #fff;
    border-radius: 10px
}

.x-index-top-container .-inner-wrapper .-title .-ic-chip {
    width: 100px;
    height: auto;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.x-index-top-container .-inner-wrapper .-title .-logo-title {
    width: 400px;
    height: auto;
    margin-bottom: 2rem!important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-index-top-container .-inner-wrapper .-btn-actions .vex-dialog-button,
.x-index-top-container .-inner-wrapper .-btn-actions .btn,
.x-index-top-container .-inner-wrapper .-btn-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 10px;
    padding-bottom: 6px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-index-top-container .-inner-wrapper .-play-button .vex-dialog-button.vex-dialog-button-primary,
.x-index-top-container .-inner-wrapper .-play-button .btn-primary,
.x-index-top-container .-inner-wrapper .-play-button .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-index-top-container .-inner-wrapper .-play-button .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-index-top-container .-inner-wrapper .-play-button .-copy-btn {
    background: #46a9d5;
    background: linear-gradient(0deg, #0f73d2, #46a9d5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=1)
}

.x-index-top-container .-inner-wrapper .-play-button .-box .x-hr-border-glow {
    transition: all .6s
}

.x-index-top-container .-inner-wrapper .-play-button .-box:hover .x-hr-border-glow {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media (max-width:991.98px) {
    .x-index-top-container .-inner-wrapper {
        padding-top: 6rem
    }
    .x-index-top-container .-inner-wrapper .-title .-logo-title {
        width: 300px;
        margin-bottom: 2.5rem!important
    }
}

@media (max-width:767.98px) {
    .x-index-top-container .-inner-wrapper .-title .-ic-chip {
        width: 60px
    }
    .x-index-top-container .-inner-wrapper .-title .-logo-title {
        width: 200px;
        margin-bottom: 1.5rem!important;
        margin-left: -4px
    }
    .x-index-top-container .-inner-wrapper .-sub-title {
        font-size: 1.4rem
    }
}

.x-btn-play {
    border-radius: 20px;
    width: 200px
}

@media (max-width:575.98px) {
    .x-btn-play {
        width: 180px
    }
}

@-webkit-keyframes x-bg-1 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(-30px, 15px) rotate(-1deg);
        transform: translate(-30px, 15px) rotate(-1deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes x-bg-1 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(-30px, 15px) rotate(-1deg);
        transform: translate(-30px, 15px) rotate(-1deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@-webkit-keyframes x-bg-2 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(30px, -5px) rotate(-5deg);
        transform: translate(30px, -5px) rotate(-5deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes x-bg-2 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(30px, -5px) rotate(-5deg);
        transform: translate(30px, -5px) rotate(-5deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@-webkit-keyframes x-bg-3 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(-30px, -15px) rotate(-1deg);
        transform: translate(-30px, -15px) rotate(-1deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes x-bg-3 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(-30px, -15px) rotate(-1deg);
        transform: translate(-30px, -15px) rotate(-1deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@media (max-width:991.98px) {
    .x-footer .-inner-wrapper .-term-btn {
        font-size: 1.4rem
    }
}

@media (max-width:991.98px) {
    .x-footer {
        padding-bottom: 60px!important
    }
}

@media (max-width:575.98px) {
    .x-footer.-has-my-score-ranking {
        padding-bottom: 90px!important
    }
}

.x-footer-seo .-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #353535
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-seo .-tags .vex-dialog-button,
.x-footer-seo .-tags .btn,
.x-footer-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 7px 10px 2px;
    line-height: 1;
    border-radius: 7px;
    color: #8e8e8e;
    background: #12151c
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-seo .-tags .vex-dialog-button:hover,
.x-footer-seo .-tags .btn:hover,
.x-footer-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:hover {
    background: #1d212a
}

.x-ma-container {
    position: relative;
    height: 100%;
    min-height: 100vh;
    background-image: none
}

.x-ma-container.-has-block {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media (max-width:991.98px) {
    .x-ma-container.-has-block {
        padding-top: 0
    }
}

.x-ma-container.-has-block .-detail .-message-wrapper {
    margin-top: 1rem
}

.x-ma-container.-has-block .-detail .-message-wrapper .-title {
    font-size: 2.7rem;
    color: #fff
}

@media (max-width:991.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-title {
        font-size: 2.4rem
    }
}

@media (max-width:575.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-title {
        font-size: 2.1rem
    }
}

.x-ma-container.-has-block .-detail .-message-wrapper .-description {
    margin-top: 1rem;
    font-size: 2.7rem;
    color: #d2d2d2
}

.x-ma-container.-has-block .-detail .-message-wrapper .-description .-time {
    font-size: 1.25em;
    color: #fdc21d
}

@media (max-width:991.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-description {
        font-size: 2.4rem
    }
}

@media (max-width:575.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-description {
        font-size: 2.1rem
    }
}

@media (max-width:767.98px) {
    .x-ma-container {
        padding-right: 10px;
        padding-left: 10px
    }
}

.x-ma-container .-overlay {
    position: fixed;
    z-index: -1;
    background: #092a91;
    background: radial-gradient(circle, #092a91 0, #051157 15%, #030430 30%, #020329 50%, #010117 72%);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.x-ma-container .-img-desktop {
    max-width: 1200px
}

.x-ma-container .-img-mobile {
    max-width: 400px
}

@media (max-width:575.98px) {
    .x-ma-container .-img-mobile {
        max-width: 90%
    }
}

.x-ma-container .-detail {
    margin-bottom: 2rem
}

.x-ma-container .-detail .-message-wrapper {
    margin-top: 50px;
    font-size: 2.4rem
}

.x-ma-container .-detail .-message-wrapper .-title {
    display: block;
    color: #fff
}

.x-ma-container .-detail .-brand {
    display: block;
    margin-top: 30px;
    font-size: 1.8rem
}

.x-ma-container .-cover {
    width: 400px;
    margin: auto;
    position: relative
}

@media (max-width:575.98px) {
    .x-ma-container .-cover {
        width: 100%
    }
}

.x-ma-container .-cover .-computer {
    width: 220px;
    margin-top: 65px;
    -webkit-animation-name: x-ma-computer;
    animation-name: x-ma-computer;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:575.98px) {
    .x-ma-container .-cover .-computer {
        width: 200px;
        margin-top: 40px
    }
}

.x-ma-container .-cover .-bubble1,
.x-ma-container .-cover .-bubble2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.x-ma-container .-cover .-bubble1 {
    -webkit-animation-name: x-ma-bubble1;
    animation-name: x-ma-bubble1;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.x-ma-container .-cover .-bubble2 {
    -webkit-animation-name: x-ma-bubble2;
    animation-name: x-ma-bubble2;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.x-ma-container .-logo {
    margin-top: 30px;
    width: 200px;
    margin-bottom: 30px
}

@-webkit-keyframes x-ma-computer {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes x-ma-computer {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes x-ma-bubble1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes x-ma-bubble1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes x-ma-bubble2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    30% {
        -webkit-transform: translateY(2%);
        transform: translateY(2%)
    }
    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }
    70% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes x-ma-bubble2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    30% {
        -webkit-transform: translateY(2%);
        transform: translateY(2%)
    }
    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }
    70% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#depositModal .x-transaction-ma-modal-dialog-container .modal-content .modal-body {
    padding-bottom: 3rem!important
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container {
    text-align: center
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-ma-icon {
    width: 120px;
    margin-top: 2rem
}

@media (max-width:767.98px) {
    .x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-ma-icon {
        margin-top: 1rem
    }
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-title-wrapper {
    margin-top: 1rem
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-title-wrapper .-title {
    margin-bottom: 0;
    font-size: 2.4rem;
    font-weight: 600;
    color: #20b1e9
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-title-wrapper .-sub-title {
    font-size: 2.1rem;
    font-weight: 600;
    color: #20b1e9
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-content-wrapper {
    margin: 1rem 0;
    font-size: 1.5rem;
    color: #d2d2d2
}

.x-tab-event-container .-bg-banner {
    width: 100%;
    height: 330px;
    background-size: cover!important;
    background-position: 50%!important;
    background-repeat: no-repeat!important
}

.x-tab-event-container .-title {
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .x-tab-event-container .-title {
        font-size: 26px
    }
}

.x-tab-event-container .x-hr-border-gradient {
    margin-top: -10px
}

.x-tab-event-container .-event-tab-form-container,
.x-tab-event-container .-event-tab-info-container {
    font-size: 22px
}

@media (max-width:991.98px) {
    .x-tab-event-container .-event-tab-form-container,
    .x-tab-event-container .-event-tab-info-container {
        font-size: 20px
    }
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper {
    display: flex;
    align-items: center
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-mock {
    width: 200px;
    border: 2px solid #e33f64
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-middle-line {
    width: 150px;
    height: 2px;
    background-color: #e33f64
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-text-wrapper {
    padding: 15px;
    border: 2px solid #e33f64;
    color: #20b1e9
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-text-wrapper p {
    margin: 0
}

@media (max-width:575.98px) {
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-text-wrapper {
        width: 100%;
        word-wrap: break-word
    }
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
    padding: 7px 5px 0;
    min-width: 72px;
    margin-top: -85px;
    margin-left: 20px;
    width: 110px
}

@media (max-width:991.98px) {
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-middle-line {
        width: 60px
    }
}

@media (max-width:767.98px) {
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper {
        flex-direction: column
    }
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-middle-line {
        height: 60px;
        width: 2px
    }
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
        margin-top: 20px;
        margin-left: 0
    }
}

.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper {
    text-align: center;
    margin-top: 2rem
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex-dialog-button,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    min-width: 150px;
    border-radius: 3px!important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex-dialog-button:first-child,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn:first-child,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:first-child {
    margin-right: 15px
}

@media (max-width:575.98px) {
    .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex-dialog-button:first-child,
    .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn:first-child,
    .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:first-child {
        margin-right: 0
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex-dialog-button:last-child,
    .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn:last-child,
    .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:last-child {
        margin-top: 15px
    }
}

.x-tab-event-container .-event-tab-form-container {
    display: none
}

.x-tab-event-container .-event-tab-form-container .x-hr-border-primary {
    height: 1px
}

.x-tab-event-container .-event-tab-form-container .-back-btn {
    padding: 10px 30px 4px
}

.x-tab-event-container .-event-tab-form-container .-upload-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 20px;
    background-color: #494949;
    cursor: pointer
}

@media (min-width:992px) {
    .x-tab-event-container .-event-tab-form-container .-upload-btn {
        transition: background-color .2s
    }
    .x-tab-event-container .-event-tab-form-container .-upload-btn:hover {
        background-color: #636363
    }
}

.x-tab-event-container .-event-tab-form-container .-form-container {
    padding: 2rem 14rem;
    background: #101010
}

.x-tab-event-container .-event-tab-form-container .-form-container .-form-title {
    font-size: 28px;
    color: #fff
}

.x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon {
    flex-wrap: wrap;
    width: 80%;
    margin: 20px auto 0
}

.x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon .-icon {
    left: 12px;
    top: 16px;
    font-size: 12px
}

.x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon .x-form-control {
    width: 100%
}

.x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon .x-form-control.is-valid {
    border-color: transparent;
    background-size: 16px
}

@media (max-width:1199.98px) {
    .x-tab-event-container .-event-tab-form-container .-form-container {
        padding: 2rem 8rem
    }
}

@media (max-width:991.98px) {
    .x-tab-event-container .-event-tab-form-container .-form-container {
        padding: 2rem 6rem
    }
}

@media (max-width:767.98px) {
    .x-tab-event-container .-event-tab-form-container .-form-container {
        padding: 2rem 0
    }
    .x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon {
        width: 90%
    }
    .x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon .x-form-control {
        font-size: 14px
    }
}

.x-tab-event-container .-event-notice-wrapper,
.x-tab-event-container .-event-success-wrapper {
    padding: 2rem 14rem;
    background: #101010
}

@media (max-width:1199.98px) {
    .x-tab-event-container .-event-notice-wrapper,
    .x-tab-event-container .-event-success-wrapper {
        padding: 2rem 8rem
    }
}

@media (max-width:991.98px) {
    .x-tab-event-container .-event-notice-wrapper,
    .x-tab-event-container .-event-success-wrapper {
        padding: 2rem 6rem
    }
}

@media (max-width:767.98px) {
    .x-tab-event-container .-event-notice-wrapper,
    .x-tab-event-container .-event-success-wrapper {
        padding: 2rem 0
    }
}

.x-index-tab-container {
    position: relative;
    z-index: 1
}

.x-index-tab-container .tab-content .x-tab-index .-bg {
    height: 350px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: 50%!important
}

.x-index-tab-container .tab-content .x-tab-index .-notice-box {
    position: relative;
    margin-top: 6rem;
    border: 1px solid #20b1e9;
    border-radius: 20px
}

.x-index-tab-container .tab-content .x-tab-index .-notice-box .-title {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    background-color: #000;
    text-align: center
}

.x-index-tab-container .tab-content .x-tab-index .-notice-box .-title img {
    width: 160px;
    height: auto
}

.x-index-tab-container .tab-content .x-tab-index .-notice-box .-mobile-index {
    -webkit-animation: x-floating 6s ease-in-out infinite;
    animation: x-floating 6s ease-in-out infinite;
    position: relative;
    height: auto;
    z-index: -2
}

.x-index-tab-container .tab-content .x-tab-index .-bottom {
    height: auto;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: 50%!important
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-scanner {
    width: 80%;
    height: auto;
    margin-left: 20%;
    padding: 1.75rem 1rem;
    color: #20b1e9;
    border: 1px solid #20b1e9
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-scanner .-logo {
    width: 100px;
    height: 100px
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming {
    position: relative;
    width: 70%;
    margin-left: 10%
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-image {
    width: 100%;
    height: auto
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-text {
    position: absolute;
    top: 15px;
    left: 230px
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-text .-text-detail {
    margin-top: -18px
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bg {
        height: 300px
    }
    .x-index-tab-container .tab-content .x-tab-index .-bottom .-scanner {
        width: 50%;
        margin-left: auto;
        margin-right: auto
    }
    .x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming {
        width: 80%
    }
    .x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-text {
        top: 30px;
        left: 300px
    }
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bg {
        height: 200px
    }
    .x-index-tab-container .tab-content .x-tab-index .-notice-box {
        margin-top: 3rem
    }
    .x-index-tab-container .tab-content .x-tab-index .-notice-box p {
        padding: 0!important;
        font-size: 1.4rem!important
    }
    .x-index-tab-container .tab-content .x-tab-index .-bottom .-scanner {
        width: 100%
    }
    .x-index-tab-container .tab-content .x-tab-index .-bottom .-scanner .-logo {
        width: 80px;
        height: 80px
    }
    .x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-text {
        top: 0;
        left: 0;
        right: 0
    }
    .x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-text .-text-detail {
        margin-top: -10px
    }
}

.x-index-tab-container .tab-content .x-tab-manual {
    position: relative
}

.x-index-tab-container .tab-content .x-tab-manual .-bg {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0a1614, #1b3e32)
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper {
    position: relative;
    z-index: 3
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs {
    border-bottom: none
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item {
    min-width: 120px;
    text-align: center
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link {
    border: none;
    border-radius: 0;
    color: #20b1e9;
    background-color: rgba(0, 0, 0, .8);
    line-height: 100%;
    padding-top: 15px
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link.active {
    border: none;
    color: #000;
    background-color: #20b1e9
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item:hover .nav-link {
    border: none
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item {
        width: 33%;
        min-width: 0
    }
    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1.1rem
    }
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .tab-content .x-video-container .-video-outer-wrapper {
    width: 500px;
    border: 1px solid #afafaf;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #000
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .tab-content .x-video-container .-video-outer-wrapper:focus {
    outline: none
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .tab-content .x-video-container .-video-outer-wrapper .-video-wrapper video {
    width: 100%
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .tab-content .x-video-container .-video-outer-wrapper .-video-wrapper video:focus {
    outline: none
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .tab-content .x-video-container .-video-outer-wrapper {
        width: 100%
    }
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box a {
    text-decoration: none!important;
    color: #d2d2d2
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper .-ic-wrapper {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper .-ic-wrapper .-ic-bank,
.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper .-ic-wrapper .-ic-otp,
.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper .-ic-wrapper .-ic-register {
    width: 100px
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper .-ic-wrapper .-ic {
    width: 120px;
    margin-bottom: 1rem
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-index {
    height: 100%;
    font-size: 4rem;
    padding-right: .5rem;
    margin-right: .5rem;
    color: #fff;
    line-height: 1;
    border-right: 4px solid #20b1e9
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-detail h3 {
    font-size: 1.75rem
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper {
        display: none!important
    }
}

.x-smoke {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    z-index: -1
}

@media (max-width:767.98px) {
    .x-smoke {
        overflow: hidden
    }
}

.x-smoke .-inner {
    position: absolute;
    left: 5%;
    right: 0;
    top: 0;
    width: 90%;
    transition: opacity .5s ease-out
}

@media (max-width:575.98px) {
    .x-smoke .-inner {
        width: 80%
    }
}

.x-coin-hunting {
    display: block;
    width: 75px;
    position: absolute
}

.x-coin-hunting .-timer-container {
    font-size: 28px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: relative;
    top: -18px
}

.x-coin-hunting .-timer-container .-timer {
    position: relative;
    top: 5px;
    color: #4d0f0d;
    font-weight: 700;
    text-shadow: 2px 2px 2px hsla(0, 0%, 58.8%, .7)
}

.x-coin-hunting .-img-text-container {
    position: relative;
    z-index: 2;
    top: -18px;
    width: 75px;
    text-align: center
}

.x-coin-hunting .-img-alert-container,
.x-coin-hunting .-img-chest-open,
.x-coin-hunting .-img-flying,
.x-coin-hunting .-img-get-coin-alert,
.x-coin-hunting .-img-get-coin-alert-light,
.x-coin-hunting .-img-text-container {
    display: none
}

.x-coin-hunting .-img-chest {
    display: block;
    position: relative;
    z-index: 0
}

.x-coin-hunting .-img-alarm {
    position: absolute;
    z-index: 3;
    width: 24px;
    top: -6px;
    right: -10px;
    -webkit-animation: x-coin-hunting-alarm 2s cubic-bezier(.36, .07, .19, .97) both;
    animation: x-coin-hunting-alarm 2s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.x-coin-hunting .-img-alarm,
.x-coin-hunting .-img-chest {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.x-coin-hunting .-img-chest {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: x-coin-hunting-chest 1.2s cubic-bezier(.36, .07, .19, .97) both;
    animation: x-coin-hunting-chest 1.2s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.x-coin-hunting .-img-chest-open {
    width: 130px;
    left: -38px;
    position: relative;
    max-width: none
}

.x-coin-hunting.-flying .-timer-container,
.x-coin-hunting.-getting .-timer-container,
.x-coin-hunting.-loading,
.x-coin-hunting.-loading .-img-chest,
.x-coin-hunting.-ready .-timer-container,
.x-coin-hunting.-showing .-timer-container {
    display: none
}

.x-coin-hunting.-ready .-img-chest {
    -webkit-animation-name: x-coin-hunting-chest-shake;
    animation-name: x-coin-hunting-chest-shake
}

.x-coin-hunting.-ready .-img-text-container {
    display: block
}

.x-coin-hunting.-ready .-img-text-container .-img-text,
.x-coin-hunting.-ready .-img-text-container .-img-text-hover {
    position: relative;
    z-index: 2
}

.x-coin-hunting.-ready .-img-light {
    position: absolute;
    z-index: 1;
    bottom: 18px;
    left: -8px;
    max-width: 130%
}

.x-coin-hunting.-ready .-img-text {
    display: block
}

.x-coin-hunting.-ready .-img-text-hover {
    display: none
}

.x-coin-hunting.-ready:hover {
    cursor: pointer
}

.x-coin-hunting.-ready:hover .-img-text-container .-img-text {
    display: none
}

.x-coin-hunting.-getting .-img-alert-container,
.x-coin-hunting.-ready:hover .-img-text-container .-img-text-hover {
    display: block
}

.x-coin-hunting.-flying .-img-chest,
.x-coin-hunting.-getting .-img-alert-container .-typo,
.x-coin-hunting.-getting .-img-chest,
.x-coin-hunting.-showing .-img-chest {
    display: none
}

.x-coin-hunting.-flying .-img-chest-open,
.x-coin-hunting.-getting .-img-chest-open,
.x-coin-hunting.-showing .-img-chest-open {
    display: block
}

.x-coin-hunting.-flying .-img-chest-open,
.x-coin-hunting.-showing .-img-chest-open {
    opacity: .4
}

.x-coin-hunting.-flying .-img-alert-container,
.x-coin-hunting.-showing .-img-alert-container {
    display: block
}

.x-coin-hunting.-flying .-img-alert-container .-typo,
.x-coin-hunting.-showing .-img-alert-container .-typo {
    font-size: 20px;
    white-space: nowrap;
    bottom: 18px;
    line-height: 1;
    text-align: center;
    color: #fff
}

.x-coin-hunting.-flying .-img-alert-container .-typo,
.x-coin-hunting.-flying .-img-get-coin-alert,
.x-coin-hunting.-showing .-img-alert-container .-typo,
.x-coin-hunting.-showing .-img-get-coin-alert {
    z-index: 11;
    position: absolute;
    width: 100%;
    -webkit-animation-name: x-coin-hunting-alert;
    animation-name: x-coin-hunting-alert;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.x-coin-hunting.-flying .-img-get-coin-alert,
.x-coin-hunting.-showing .-img-get-coin-alert {
    display: block;
    top: 10px
}

.x-coin-hunting.-flying .-img-get-coin-alert-light,
.x-coin-hunting.-showing .-img-get-coin-alert-light {
    max-width: none;
    display: block;
    position: absolute;
    z-index: 10;
    width: 175%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -20px;
    -webkit-animation-name: x-coin-hunting-alert-light;
    animation-name: x-coin-hunting-alert-light;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes x-coin-hunting-chest {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    30% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    70% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes x-coin-hunting-chest {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    30% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    70% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes x-coin-hunting-chest-shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes x-coin-hunting-chest-shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@-webkit-keyframes x-coin-hunting-alarm {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    15% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    30% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    45% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    85% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    92% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes x-coin-hunting-alarm {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    15% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    30% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    45% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    85% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    92% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes x-coin-hunting-alert {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes x-coin-hunting-alert {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes x-coin-hunting-alert-light {
    0% {
        -webkit-transform: translateX(-50%) scale(.6);
        transform: translateX(-50%) scale(.6)
    }
    to {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

@keyframes x-coin-hunting-alert-light {
    0% {
        -webkit-transform: translateX(-50%) scale(.6);
        transform: translateX(-50%) scale(.6)
    }
    to {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

.x-coin-hunting.-position-promotion_tab {
    left: 60%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-coin-hunting.-position-promotion_tab {
        left: 65%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-coin-hunting.-position-promotion_tab {
        left: 70%
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-coin-hunting.-position-promotion_tab {
        left: 75%
    }
}

@media (max-width:575.98px) {
    .x-coin-hunting.-position-promotion_tab {
        left: 3%;
        -webkit-transform: unset;
        transform: unset
    }
}

.x-coin-hunting.-position-index_footer {
    bottom: 0;
    left: 50px
}

@media (max-width:767.98px) {
    .x-coin-hunting.-position-index_footer {
        left: 20px
    }
}

.x-coin-hunting.-position-deposit_modal,
.x-coin-hunting.-position-withdraw_modal {
    bottom: -45px;
    right: -40px
}

@media (max-width:991.98px) {
    .x-coin-hunting.-position-deposit_modal,
    .x-coin-hunting.-position-withdraw_modal {
        bottom: 0
    }
}

@media (max-width:767.98px) {
    .x-coin-hunting.-position-deposit_modal,
    .x-coin-hunting.-position-withdraw_modal {
        right: 5px
    }
}

.x-coin-hunting.-position-lobby_index {
    right: 0;
    top: -50px;
    z-index: 10
}

.x-coin-hunting.-position-manual_tab {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -70px
}

.x-coin-hunting.-position-event_tab {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20px
}

@media (max-width:767.98px) {
    .x-coin-hunting.-position-event_tab {
        top: 0
    }
}

.x-wrapper-right-container {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-end;
    position: fixed;
    right: 0;
    z-index: 11
}

@media (min-width:992px) {
    .x-wrapper-right-container {
        top: 30%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-wrapper-right-container {
        bottom: 30%
    }
}

@media (max-width:767.98px) {
    .x-wrapper-right-container {
        bottom: 112px
    }
}

@media (max-width:575.98px) {
    .x-wrapper-right-container.-has-my-score-ranking {
        bottom: 150px
    }
}

.x-wrapper-right-container .x-contact-us-gift {
    position: absolute;
    top: -90px
}

.x-simple-play-open-button {
    position: fixed;
    z-index: 10
}

.x-simple-play-open-button img {
    position: relative;
    z-index: 1;
    width: 200px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-simple-play-open-button:hover {
    cursor: pointer
}

.x-simple-play-open-button:hover img {
    -webkit-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg)
}

@media (min-width:992px) {
    .x-simple-play-open-button {
        left: 40px;
        bottom: 40px;
        z-index: 10
    }
    .x-simple-play-open-button .-circle {
        background: linear-gradient(45deg, #9c191d 20%, #ed2c38);
        width: 120px;
        height: 120px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        left: 66px;
        top: 60px;
        z-index: 1;
        color: #fff
    }
    .x-simple-play-open-button .-circle span {
        text-shadow: 2px 2px 1px rgba(0, 0, 0, .4)
    }
    .x-simple-play-open-button .-circle .-icon {
        width: 40px
    }
}

@media (max-width:991.98px) {
    .x-simple-play-open-button.-xs-show {
        bottom: 230px;
        right: 0
    }
    .x-simple-play-open-button.-xs-show img {
        width: 90px;
        margin-right: 10px;
        margin-bottom: 15px
    }
}

.x-simple-play-sidebar-container {
    position: fixed;
    z-index: 60;
    top: 0;
    bottom: 0;
    left: -1000px;
    width: 280px;
    height: 100%;
    background-color: rgba(0, 0, 0, .95);
    transition: left .2s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.x-simple-play-sidebar-container::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-simple-play-sidebar-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-simple-play-sidebar-container::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

.x-simple-play-sidebar-container.show {
    left: 0
}

@media (max-width:991.98px) {
    .x-simple-play-sidebar-container {
        width: 100%;
        left: unset;
        right: -1000px;
        transition: right .2s;
        background-color: #000
    }
    .x-simple-play-sidebar-container.show {
        right: 0;
        left: unset
    }
}

.x-simple-play-sidebar-container .-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 44px;
    height: 44px;
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .2s
}

.x-simple-play-sidebar-container .-close:hover {
    text-decoration: none;
    opacity: 1
}

.x-simple-play-sidebar-container .-inner-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.x-simple-play-sidebar-container .-inner-wrapper .-logo img {
    width: 70%
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-simple-play-sidebar-container .-inner-wrapper .-logo img {
        width: 250px
    }
}

.x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-img-wrapper {
    position: relative
}

@media (max-width:991.98px) {
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-img-wrapper {
        width: 55%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-img-wrapper {
        width: 75%
    }
}

@media (max-width:575.98px) {
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-img-wrapper {
        width: 100%
    }
}

.x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s
}

.x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-hover .-hover-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-hover .-hover-inner .-logo {
    width: 60%
}

@media (min-width:992px) {
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover {
        opacity: 1;
        background-color: rgba(0, 0, 0, .9)
    }
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover .-hover-inner {
        -webkit-animation: flip-in-hor-top .5s cubic-bezier(.25, .46, .45, .94) both;
        animation: flip-in-hor-top .5s cubic-bezier(.25, .46, .45, .94) both
    }
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover .-hover-inner .-description {
        margin-top: .5rem
    }
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover .-hover-inner .-description .-animate-ripple-out {
        width: 26px;
        height: 26px
    }
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover .-hover-inner .-description .-animate-ripple-out:before {
        border: 5px solid #20b1e9;
        border-radius: 20px
    }
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover .-hover-inner .-description .fas {
        margin-top: 4px
    }
}

@media (min-width:992px) {
    ::-webkit-scrollbar {
        background: transparent;
        width: 8px;
        height: 8px;
        border-radius: 4px
    }
    ::-webkit-scrollbar-thumb {
        background: #b0b4bb;
        width: 8px;
        height: 8px;
        border-radius: 4px
    }
    ::-webkit-scrollbar-track {
        background: #e6e8ec;
        width: 8px;
        height: 8px;
        border-radius: 4px
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

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

@-webkit-keyframes x-floating {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(-30px) rotate(-1deg);
        transform: translateY(-30px) rotate(-1deg)
    }
    to {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
}

@keyframes x-floating {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(-30px) rotate(-1deg);
        transform: translateY(-30px) rotate(-1deg)
    }
    to {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
}

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

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

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

@-webkit-keyframes x-arrow-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes x-arrow-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes hvr-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.-animate-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative
}

.-animate-ripple-out:before {
    content: "";
    position: absolute;
    border: 6px solid #20b1e9;
    border-radius: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes fadeInModal {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeInModal {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeInModal,
.fadeInRegister {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@media (max-width:991.98px) {
    .fadeInModal,
    .fadeInRegister {
        -webkit-animation-name: fadeInModal;
        animation-name: fadeInModal
    }
}

.x-alert-warning {
    background-color: rgba(255, 0, 0, .3);
    width: 80%;
    font-size: 1em!important;
    margin: auto auto 1em;
    padding: 1rem;
    text-align: center;
    color: #d2d2d2
}

.x-profile-dropdown-menu {
    background-color: rgba(0, 45, 89, .9)
}

.x-profile-dropdown-menu .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.x-profile-dropdown-menu .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(236, 189, 123, .4);
    padding-top: 10px
}

.x-profile-dropdown-menu .navbar-nav .nav-item .nav-link {
    color: #afafaf;
    transition: color .2s
}

.x-profile-dropdown-menu .navbar-nav .nav-item .nav-link .-ic {
    width: 26px;
    margin-right: 15px
}

.x-profile-dropdown-menu .navbar-nav .nav-item .nav-link .fas {
    color: #20b1e9;
    min-width: 20px;
    margin-right: 1rem;
    text-align: center
}

.x-profile-dropdown-menu .navbar-nav .nav-item:hover .nav-link {
    color: #20b1e9
}

.x-profile-dropdown-menu .navbar-nav .nav-item:last-child {
    border-bottom: none
}

.x-profile-dropdown-menu .navbar-nav .nav-item .-badge {
    background-color: #20b1e9;
    color: #000;
    border-radius: 12px;
    margin-left: .5rem;
    width: 40px;
    text-align: center;
    line-height: 14px;
    padding-top: 8px;
    display: inline-block
}

@media (max-width:991.98px) {
    .x-profile-dropdown-menu .navbar-nav .nav-item .-badge {
        top: 1px!important
    }
}

@media (max-width:991.98px) {
    .x-profile-dropdown-menu {
        background-color: transparent
    }
    .x-profile-dropdown-menu .navbar-nav .nav-item .nav-link {
        font-size: 1.3rem
    }
}

.form-control {
    border: 0
}

.x-form-control {
    background: #0e1d34;
    color: #fff;
    border-bottom: 2px solid transparent;
    transition: all .5s;
    width: 100%;
    font-size: .95rem
}

.x-form-control::-webkit-input-placeholder {
    color: #d2d2d2;
    line-height: normal
}

.x-form-control:-ms-input-placeholder {
    color: #d2d2d2;
    line-height: normal
}

.x-form-control::-ms-input-placeholder {
    color: #d2d2d2;
    line-height: normal
}

.x-form-control::placeholder {
    color: #d2d2d2;
    line-height: normal
}

.x-form-control:focus {
    background-color: #0e1d34;
    color: #fff;
    box-shadow: none;
    outline: none;
    border-color: #20b1e9;
    -o-border-image: linear-gradient(90deg, #0f73d2, #46a9d5) 1;
    border-image: linear-gradient(90deg, #0f73d2, #46a9d5) 1
}

.invalid-feedback {
    text-align: center;
    font-size: 90%;
    margin-top: .5rem
}

.x-form-register .x-checkbox-primary .form-check {
    position: relative
}

.x-form-register .x-checkbox-primary .form-check input[type=checkbox]+label {
    position: unset!important
}

.x-checkbox-primary .form-check {
    padding-left: 0
}

.x-checkbox-primary .form-check input[type=checkbox] {
    display: none
}

.x-checkbox-primary .form-check input[type=checkbox]+label {
    position: relative;
    padding-left: 25px!important
}

.x-checkbox-primary .form-check input[type=checkbox]+label:before {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
    border: 1px solid #20b1e9;
    border-radius: 2px
}

.x-checkbox-primary .form-check input[type=checkbox]+label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 3px;
    width: 14px;
    height: 14px;
    background-image: url(build/images/ic-checkmark.272b632e.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s
}

.x-checkbox-primary .form-check input[type=checkbox]:checked+label:after {
    opacity: 1;
    visibility: visible
}

#dice {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: dice-spin 20s linear infinite;
    animation: dice-spin 20s linear infinite
}

#dice,
#dice .side {
    width: 70px;
    height: 70px
}

#dice .side {
    position: absolute;
    background: #fff;
    box-shadow: inset 0 0 20px #ddd;
    border-radius: 20px
}

#dice .cover,
#dice .inner {
    background: #e0e0e0;
    box-shadow: none
}

#dice .cover {
    border-radius: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#dice .cover.x {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

#dice .cover.z {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

#dice .front {
    -webkit-transform: translateZ(35px);
    transform: translateZ(35px)
}

#dice .front.inner {
    -webkit-transform: translateZ(33px);
    transform: translateZ(33px)
}

#dice .back {
    -webkit-transform: rotateX(-180deg) translateZ(35px);
    transform: rotateX(-180deg) translateZ(35px)
}

#dice .back.inner {
    -webkit-transform: rotateX(-180deg) translateZ(33px);
    transform: rotateX(-180deg) translateZ(33px)
}

#dice .right {
    -webkit-transform: rotateY(90deg) translateZ(35px);
    transform: rotateY(90deg) translateZ(35px)
}

#dice .right.inner {
    -webkit-transform: rotateY(90deg) translateZ(33px);
    transform: rotateY(90deg) translateZ(33px)
}

#dice .left {
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px)
}

#dice .left.inner {
    -webkit-transform: rotateY(-90deg) translateZ(33px);
    transform: rotateY(-90deg) translateZ(33px)
}

#dice .top {
    -webkit-transform: rotateX(90deg) translateZ(35px);
    transform: rotateX(90deg) translateZ(35px)
}

#dice .top.inner {
    -webkit-transform: rotateX(90deg) translateZ(33px);
    transform: rotateX(90deg) translateZ(33px)
}

#dice .bottom {
    -webkit-transform: rotateX(-90deg) translateZ(35px);
    transform: rotateX(-90deg) translateZ(35px)
}

#dice .bottom.inner {
    -webkit-transform: rotateX(-90deg) translateZ(33px);
    transform: rotateX(-90deg) translateZ(33px)
}

#dice .dot {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #444;
    box-shadow: inset 5px 0 10px #000
}

#dice .dot.center {
    margin: 28px 0 0 28px
}

#dice .dot.dtop {
    margin-top: 12px
}

#dice .dot.dleft {
    margin-left: 44px
}

#dice .dot.dright {
    margin-left: 12px
}

#dice .dot.dbottom {
    margin-top: 44px
}

#dice .dot.center.dleft {
    margin: 28px 0 0 12px
}

#dice .dot.center.dright {
    margin: 28px 0 0 44px
}

@-webkit-keyframes dice-spin {
    0% {
        -webkit-transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg)
    }
    16% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg)
    }
    33% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg)
    }
    50% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }
    66% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg)
    }
    83% {
        -webkit-transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg)
    }
    to {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }
}

@keyframes dice-spin {
    0% {
        -webkit-transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg)
    }
    16% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg)
    }
    33% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg)
    }
    50% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }
    66% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg)
    }
    83% {
        -webkit-transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg)
    }
    to {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }
}

.text-primary-border-bottom {
    border-bottom: 3px solid;
    line-height: 1.6;
    -o-border-image: radial-gradient(#e33f64, rgba(250, 224, 66, 0)) 1;
    border-image: radial-gradient(#e33f64, rgba(250, 224, 66, 0)) 1
}

.text-gray-lighter,
.text-muted {
    color: #d2d2d2!important
}

.text-muted-lighter {
    color: #d2d2d2;
}

.btn-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
    color: #000;
    border: none;
    background: #46a9d5;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #0f73d2), color-stop(100%, #46a9d5));
    background: linear-gradient(90deg, #0f73d2 0, #46a9d5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0);
    box-shadow: 0 0 2px 2px rgba(236, 189, 123, .1)
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:visited,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:active,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:visited {
    outline: 0;
    text-decoration: none;
    box-shadow: none
}

.btn-plain-primary {
    color: #000;
    background: linear-gradient(180deg, #e8ba78 19%, #a27f43);
    border: none;
    border-radius: 0
}

.btn-plain-primary:hover {
    color: #000
}

.btn-plain-secondary {
    color: #000;
    background: linear-gradient(180deg, #b5f9f8 -70%, #05716f);
    border: none;
    border-radius: 0
}

.btn-plain-secondary:hover {
    color: #000
}

.btn-plain-lobby {
    border: none;
    color: #fff!important;
    background: linear-gradient(180deg, #fff, #d2d2d2)
}

.btn-plain-lobby .-icon {
    margin-bottom: 4px
}

.btn-plain-lobby:hover,
.btn-plain-sood {
    color: #fff!important
}

.btn-plain-sood {
    border: none;
    background: linear-gradient(180deg, #2c353c 20%, #000);
    padding-top: 8px!important
}

.btn-plain-sood:hover {
    color: #fff!important
}

.btn-plain-secondary-landing {
    color: #000;
    background: #0f73d2;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #036cd1), color-stop(100%, #0f73d2));
    background: linear-gradient(90deg, #036cd1 0, #0f73d2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0);
    border: none;
    border-radius: 0
}

.btn-plain-secondary-landing:hover {
    color: #000
}

.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 9px;
    padding-bottom: 6px;
    line-height: 30px
}

.btn.-icon i.fas,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-icon.vex-dialog-button i.fas {
    position: relative;
    top: 3px
}

.btn .fa-play-circle,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button .fa-play-circle {
    padding-top: 3px
}

@media (min-width:992px) {
    .btn.-submit,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-submit.vex-dialog-button {
        width: 100%
    }
}

@media (max-width:1199.98px) {
    .btn.-submit.-android-view,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-submit.-android-view.vex-dialog-button {
        display: none!important
    }
}

.btn.-btn-play-test,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button {
    padding-top: 6px
}

@media (max-width:991.98px) {
    .btn.-btn-play-test .-typo,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button .-typo {
        padding-top: 9px
    }
}

.x-btn-image {
    display: inline-block
}

.x-btn-image.-hoverable>img {
    max-width: 100%;
    height: auto
}

.x-btn-image.-hoverable .-hover {
    display: none
}

@media (min-width:992px) {
    .x-btn-image.-hoverable:hover .-default {
        display: none
    }
    .x-btn-image.-hoverable:hover .-hover {
        display: inline-block
    }
}

@media (max-width:991.98px) {
    .modal-open .x-header {
        z-index: unset!important
    }
}

.x-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    opacity: 1;
        transition: all .5s;
}

.x-header.-sticky {
    background: #000000d6 !important;
}

.x-header .navbar-brand {
    position: relative;
    opacity: 1;
    transition: opacity .2s ease-out
}

.x-header .navbar-brand .-logo {
    position: absolute;
    top: 16px;
    left: 0;
    transition: opacity .2s;
    width: 160px
}

@media (max-width:767.98px) {
    .x-header .navbar-brand .-logo {
        width: 100px
    }
}

.x-header .x-hamburger {
    margin-right: 20px;
    margin-top: 6px;
    width: 25px;
    height: 24px;
    position: relative;
    transition: .5s ease-in-out;
    cursor: pointer
}

.x-header .x-hamburger,
.x-header .x-hamburger span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.x-header .x-hamburger span {
    width: 70%;
    display: block;
    position: absolute;
    height: 3px;
    background: #a1a1a1;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out
}

.x-header .x-hamburger span:first-child {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out infinite alternate;
    animation: x-hamburger-wave .4s ease-out infinite alternate
}

.x-header .x-hamburger span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out .3s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .3s infinite alternate
}

.x-header .x-hamburger span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out .6s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .6s infinite alternate
}

.x-header .x-hamburger.open {
    width: 25px
}

.x-header .x-hamburger.open span {
    width: 100%;
    -webkit-animation: none;
    animation: none
}

.x-header .x-hamburger.open span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 5px
}

.x-header .x-hamburger.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.x-header .x-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 5px
}

.x-header #headerBrand {
    height: 85px;
    flex: 1
}

@media (max-width:767.98px) {
    .x-header #headerBrand {
        height: 76px
    }
}

.x-header #headerContent .-header-login-btn {
    transition: opacity .2s ease-out
}

.x-header .x-logged .-logged-container {
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .75)
}

@media (max-width:991.98px) {
    .x-header .x-logged .-logged-container {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px
    }
}

.x-header .x-logged .-logged-container .dropdown {
    position: relative;
    display: inline-block
}

.x-header .x-logged .-logged-container .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0, 45, 89, .9);
    min-width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0
}

.x-header .x-logged .-logged-container .dropdown-content .dropdown-item {
    border-bottom: 1px solid #20b1e9
}

.x-header .x-logged .-logged-container .dropdown-content .dropdown-item:last-child {
    border-bottom: none
}

.x-header .x-logged .-logged-container .dropdown-content .dropdown-item:last-child i {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.x-header .x-logged .-logged-container .dropdown-content a {
    color: #d2d2d2;
    text-decoration: none;
    display: block
}

.x-header .x-logged .-logged-container .dropdown-content a:hover {
    color: #20b1e9;
    background-color: transparent
}

@media (min-width:992px) {
    .x-header .x-logged .-logged-container .--profile:hover .dropdown-content {
        display: block
    }
}

.x-header .x-logged .-logged-container .--profile {
    background: linear-gradient(180deg, #262626, #000);
    border-bottom-left-radius: 10px
}

@media (max-width:991.98px) {
    .x-header .x-logged .-logged-container .--profile {
        border-bottom-right-radius: 10px
    }
}

.x-header .x-logged .-logged-container .--profile .--profile-detail {
    line-height: 100%
}

.x-header .x-logged .-logged-container .--profile .--profile-detail .-pending-approved {
    color: #20b1e9
}

.x-header .x-logged .-logged-container .--profile .--profile-detail .-pending-approved .fas.fa-spinner {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 16px
}

.x-header .x-logged .-logged-container .--profile .--profile-detail .-pending-approved .x-queue-number-expression {
    color: #d2d2d2
}

.x-header .x-logged .-logged-container .--profile .--profile-detail button {
    line-height: normal
}

@media (max-width:991.98px) {
    .x-header .x-logged .-logged-container .--profile .--profile-detail .bh-logged-name {
        font-size: 1.3rem!important
    }
    .x-header .x-logged .-logged-container .--profile .--profile-detail .-user-balance #customer-balance {
        font-size: 1.4rem
    }
}

.x-header .x-logged .-logged-container .--deposit {
    background: linear-gradient(180deg, #e8ba78 19%, #a27f43)
}

.x-header .x-logged .-logged-container .--withdraw {
    background: linear-gradient(0deg, #036cd1, #0f73d2);
    border-bottom-right-radius: 10px
}

.x-logged-sidebar-mobile {
    display: none
}

@media (max-width:991.98px) {
    .x-logged-sidebar-mobile {
        display: block
    }
    .x-logged-sidebar-mobile .-inner-wrapper {
        position: fixed;
        top: 0;
        right: -90%;
        z-index: 60;
        width: 70%;
        min-width: 280px;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 1, 1, .95), rgba(36, 41, 44, .95));
        transition: right .2s;
        opacity: 0
    }
    .x-logged-sidebar-mobile .-inner-wrapper.show {
        right: 0;
        opacity: 1
    }
    .x-logged-sidebar-mobile .-inner-wrapper.show .-heading {
        padding-left: 2rem!important
    }
    .x-logged-sidebar-mobile .-inner-wrapper.show .-heading img {
        width: 130px
    }
    .x-logged-sidebar-mobile .-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 55;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7)
    }
    .x-logged-sidebar-mobile .-overlay.show {
        display: block
    }
}

@media (max-width:991.98px) {
    .x-bank-account-form,
    .x-bank-account-form .-animatable-container,
    .x-bank-account-form form {
        height: 100%
    }
}

@media (max-width:991.98px) {
    .x-bank-account-form {
        overflow-y: auto;
        margin-bottom: 5rem
    }
}

.x-bank-account-form .invalid-feedback {
    display: block
}

.x-bank-choices-type .-outer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.x-bank-choices-type .-outer-wrapper .-input-radio {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px 10px;
    position: relative;
    border-radius: 50%;
    opacity: .75;
    transition: all .1s
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label:focus {
    outline: none
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transition: all .1s
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .fas.fa-check {
    display: none;
    position: absolute;
    bottom: -2px;
    right: -1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    background-color: #71dd8a
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label {
    opacity: 1
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
    width: 38px;
    height: 38px
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .fas.fa-check {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
        width: 34px;
        height: 34px
    }
    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
        width: 26px;
        height: 26px
    }
    .x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
        width: 30px;
        height: 30px
    }
}

@media (max-width:991.98px) {
    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
        width: 60px;
        height: 60px
    }
    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
        width: 50px;
        height: 50px
    }
    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label .fas.fa-check {
        width: 20px!important;
        height: 20px!important;
        font-size: 11px!important
    }
    .x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
        width: 56px;
        height: 56px
    }
}

.ribbon {
    width: 95px;
    height: 95px;
    overflow: hidden;
    position: absolute;
    z-index: 2
}

.ribbon .-text-wrapper {
    position: absolute;
    display: block;
    height: 26px;
    right: -9px;
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 150px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center
}

.ribbon .-text-wrapper,
.ribbon .-text-wrapper.-hot {
    background-color: #ed2c38
}

.ribbon .-text-wrapper.-new {
    background-color: #0f73d2
}

.ribbon .-text-wrapper span {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    font-weight: 700
}

.ribbon.ribbon-top-left {
    top: -4px;
    left: -4px
}

.ribbon.ribbon-top-left:after,
.ribbon.ribbon-top-left:before {
    border-top-color: transparent;
    border-left-color: transparent
}

.ribbon.ribbon-top-left:before {
    top: 0;
    right: 0
}

.ribbon.ribbon-top-left:after {
    bottom: 0;
    left: 0
}

.x-index-tab-container {
    background-color: #000
}

.x-index-tab-container .x-tab {
    border-bottom: none
}

.x-index-tab-container .x-tab .nav-item {
    width: 25%;
    text-align: center
}

.x-index-tab-container .x-tab .nav-item .nav-link {
    color: #afafaf;
    background-color: #000;
    transition: color .3s;
    border: none
}

.x-index-tab-container .x-tab .nav-item .nav-link .x-hr-border-glow {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s
}

.x-index-tab-container .x-tab .nav-item .nav-link .-ic {
    width: auto;
    height: 50px;
    transition: all .6s
}

.x-index-tab-container .x-tab .nav-item .nav-link.active {
    border: none;
    background-color: linear-gradient(180deg, transparent, #002d59)
}

.x-index-tab-container .x-tab .nav-item .nav-link.active span {
    color: #fff!important
}

.x-index-tab-container .x-tab .nav-item .nav-link.active .x-hr-border-glow {
    visibility: visible;
    opacity: 1;
    width: 50%
}

@media (min-width:992px) {
    .x-index-tab-container .x-tab .nav-item:hover .nav-link {
        border: none;
        color: #20b1e9;
        background-color: #000
    }
    .x-index-tab-container .x-tab .nav-item:hover .nav-link .x-hr-border-glow {
        visibility: visible;
        opacity: 1;
        width: 50%
    }
    .x-index-tab-container .x-tab .nav-item:hover .nav-link .-ic {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.x-index-tab-container .tab-content {
    min-height: 100px
}

@media (max-width:767.98px) {
    .x-index-tab-container .x-tab .nav-item .nav-link .-ic {
        height: 40px
    }
    .x-index-tab-container .x-tab .nav-item .nav-link span {
        font-size: 1.2rem
    }
}

.vex.vex-theme-plain .vex-content {
    padding: 2.5rem 1rem 1.8rem;
    font-family: DBHelvethaicaMonX, Helvetica Neue, Helvetica, Arial, sans-serif!important;
    border-radius: 2px;
    width: 400px
}

@media (max-width:575.98px) {
    .vex.vex-theme-plain .vex-content {
        width: 350px
    }
}

.vex.vex-theme-plain .vex-content .vex-dialog-message {
    text-align: center;
    font-weight: 700
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons {
    text-align: center;
    margin-top: 2rem
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    float: none;
    min-width: 120px;
    border: none;
    margin: 5px
}

.x-profile-image img {
    width: 50px
}

@media (max-width:767.98px) {
    .x-profile-image img {
        width: 40px;
        height: 40px
    }
}

.x-web-list-sidebar {
    position: fixed;
    left: -250px;
    top: 0;
    height: 100%;
    min-width: 140px;
    z-index: 60;
    transition: left .3s;
}

.x-web-list-sidebar .-inner-wrapper {
    position: relative;
    height: 100%;
    width: 250px;
    background: #0000004d;
    z-index: 60;
    overflow: auto;
}

.x-web-list-sidebar .-inner-wrapper .-title {
    font-size: 1.5rem;
    font-weight: 400
}

.x-web-list-sidebar .-inner-wrapper .-hr {
    width: 50px;
    margin: .25rem auto 1rem;
    border-top: 2px solid
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item:first-child .nav-link {
    position: relative
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item:first-child .nav-link .-glow-wrapper {
    position: relative;
    width: 50px;
    height: 50px;
    margin: auto
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item:first-child .nav-link .-glow-wrapper .-glow-container {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    transition: all 2.5s linear;
    border-radius: 12px;
    box-shadow: 0 0 2px #fff, 0 0 6px hsla(0, 0%, 100%, .7), 0 0 12px hsla(0, 0%, 100%, .7), 0 0 24px hsla(0, 0%, 100%, .7), 0 0 30px hsla(0, 0%, 100%, .7)
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item:first-child .nav-link .-glow-wrapper .-glow-container:after {
    box-shadow: 0 0 1px #fff, 0 0 3px hsla(0, 0%, 100%, .7), 0 0 4px hsla(0, 0%, 100%, .7), 0 0 7px hsla(0, 0%, 100%, .7), 0 0 10px hsla(0, 0%, 100%, .7)
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link {
    padding: .75rem 0;
    text-align: center
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link .-logo {
    width: 50px
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link .-text {
    margin-top: 6px;
    color: #adb5bd;
    transition: color .3s
}

@media (max-width:991.98px) {
    .x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link .-text {
        font-size: 1.3rem
    }
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link:hover .-text {
    color: #fff
}

.x-web-list-sidebar .-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    background: rgba(0, 0, 0, .6)
}

.x-web-list-sidebar.open {
    left: 0
}

.x-web-list-sidebar.open .-overlay {
    display: block
}

.x-apple-os .x-entrance-sood .-btn-sood {
    padding-top: 6px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .vex-dialog-button,
.x-apple-os .btn,
.x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 12px;
    line-height: 24px
}

@media (max-width:991.98px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-submit.vex-dialog-button,
    .x-apple-os .btn.-submit,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-submit.vex-dialog-button {
        padding-top: 14px
    }
}

.x-apple-os .x-mini-copy {
    display: inline-block;
    padding-top: 2px!important
}

.x-apple-os .fa-play-circle {
    padding-top: 0
}

.x-apple-os .x-deposit-next {
    padding-top: 10px!important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .x-button-actions#account-actions-mobile .vex-dialog-button,
.x-apple-os .x-button-actions#account-actions-mobile .btn,
.x-apple-os .x-button-actions#account-actions-mobile .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 8px;
    line-height: 30px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-play-test.vex-dialog-button,
.x-apple-os .btn.-btn-play-test,
.x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button {
    padding-top: 6px
}

@media (max-width:991.98px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-play-test.vex-dialog-button,
    .x-apple-os .btn.-btn-play-test,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button {
        line-height: 30px
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-play-test.vex-dialog-button .fa-play-circle,
    .x-apple-os .btn.-btn-play-test .fa-play-circle,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button .fa-play-circle {
        padding-top: 3px
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-play-test.vex-dialog-button .-typo,
    .x-apple-os .btn.-btn-play-test .-typo,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button .-typo {
        padding-top: 9px
    }
}

.x-apple-os .form-check input[type=checkbox]+label:before {
    margin-top: 4px!important
}

.x-apple-os .form-check input[type=checkbox]+label:after {
    top: 4px!important
}

.x-apple-os .x-account-profile .-profile-container .x-checkbox-primary {
    margin-top: 10px!important
}

.x-apple-os .x-account-profile .-profile-container .x-checkbox-primary .form-check-label:before {
    margin-top: 0!important
}

.x-apple-os .x-account-profile .-profile-container .x-checkbox-primary .form-check-label:after {
    top: 0!important
}

.x-apple-os .x-account-profile .-bank-info .media-body {
    margin-top: .35rem!important
}

.x-apple-os .-deposit-preview .-fake-input,
.x-apple-os .x-withdraw-pending .-fake-input {
    padding: 16px .675rem 4px!important
}

.x-apple-os .x-promotion-active-header .progress span {
    margin-top: 2px!important
}

.x-windows-os .x-header .navbar-nav .-header-login-btn,
.x-windows-os .x-header .navbar-nav a {
    line-height: 26px
}

.x-windows-os .x-account-profile .-bank-info .media-body {
    margin-top: 0!important
}

.x-windows-os .form-check input[type=checkbox]+label:before {
    top: 4px!important
}

.x-windows-os .form-check input[type=checkbox]+label:after {
    top: 8px!important
}

.x-windows-os form[name=set_un_subscribe_sms] .form-check input[type=checkbox]+label:after {
    top: 4px!important
}

.x-windows-os .x-pending .-fake-input {
    padding: 10px .675rem 8px
}

.x-windows-os .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
    line-height: 24px!important;
    padding-bottom: .25rem!important
}

.x-windows-os .x-promotion-active-header .progress span {
    margin-top: 0!important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-windows-os .x-footer-seo .-tags .vex-dialog-button,
.x-windows-os .x-footer-seo .-tags .btn,
.x-windows-os .x-footer-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding: 5px 10px
}

.x-windows-os .-danger-zone.-wrk-owner,
.x-windows-os .x-danger-zone.-wrk-owner {
    padding: 16px 15px
}

.x-windows-os .x-deposit-bank-maintenance .-text {
    padding: 16px 1rem
}

.x-windows-os .x-select-amount .-amount-container .-btn-select-amount .-no {
    top: 8px
}

.x-windows-os .x-deposit-notice.-decimal .-noted-title {
    padding: 8px 0 7px
}

.x-windows-os .x-input-number-name-bank .-validate-box {
    padding: 16px
}

.x-ios-os #resetPasswordModal .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-bank-account-form .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-deposit-form .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-form-register .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-login-form .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-pending .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-withdraw-form .-x-input-icon input::-webkit-input-placeholder {
    line-height: 22px
}

.x-ios-os #resetPasswordModal .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-bank-account-form .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-deposit-form .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-form-register .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-login-form .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-pending .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-withdraw-form .-x-input-icon input:-ms-input-placeholder {
    line-height: 22px
}

.x-ios-os #resetPasswordModal .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-bank-account-form .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-deposit-form .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-form-register .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-login-form .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-pending .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-withdraw-form .-x-input-icon input::-ms-input-placeholder {
    line-height: 22px
}

.x-ios-os #resetPasswordModal .-x-input-icon input::placeholder,
.x-ios-os .x-bank-account-form .-x-input-icon input::placeholder,
.x-ios-os .x-deposit-form .-x-input-icon input::placeholder,
.x-ios-os .x-form-register .-x-input-icon input::placeholder,
.x-ios-os .x-login-form .-x-input-icon input::placeholder,
.x-ios-os .x-pending .-x-input-icon input::placeholder,
.x-ios-os .x-withdraw-form .-x-input-icon input::placeholder {
    line-height: 22px
}

.x-ios-os #resetPasswordModal .-submit,
.x-ios-os .x-bank-account-form .-submit,
.x-ios-os .x-deposit-form .-submit,
.x-ios-os .x-form-register .-submit,
.x-ios-os .x-login-form .-submit,
.x-ios-os .x-pending .-submit,
.x-ios-os .x-withdraw-form .-submit {
    padding-top: 15px
}

.x-ios-os .x-account-profile .-bank-info .media-body {
    margin-top: .4rem!important
}

.x-ios-os .x-account-profile .-btn-action-wrapper {
    margin-top: .5rem!important
}

.x-ios-os .x-pending .x-mini-copy {
    padding-top: 0!important
}

.x-ios-os .x-pending .-fake-input {
    padding: 16px .675rem 6px
}

.x-ios-os .x-withdraw-pending .-fake-input {
    padding: 18px .675rem 6px
}

.x-ios-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 14px
}

.x-ios-os #ads .-submit {
    padding-top: 20px
}

.x-android-os #resetPasswordModal .-submit,
.x-android-os .x-bank-account-form .-submit,
.x-android-os .x-deposit-form .-submit,
.x-android-os .x-form-register .-submit,
.x-android-os .x-login-form .-submit,
.x-android-os .x-pending .-submit,
.x-android-os .x-withdraw-form .-submit {
    padding-top: 15px
}

.x-android-os .x-account-profile .-bank-info .media-body {
    margin-top: .35rem!important
}

.x-android-os .x-account-profile .-btn-action-wrapper {
    margin-top: .5rem!important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-android-os .x-account-profile .-change-password-container .vex-dialog-button,
.x-android-os .x-account-profile .-change-password-container .btn,
.x-android-os .x-account-profile .-change-password-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 14px;
    padding-bottom: 6px
}

.x-android-os .x-admin-contact .x-text-with-link-component {
    font-size: 20px
}

.x-android-os .x-pending .-fake-input {
    padding: 14px .675rem 4px
}

.x-android-os .x-pending .x-mini-copy {
    padding-top: 0!important
}

.x-android-os .x-withdraw-pending .-fake-input {
    padding: 18px .675rem 6px
}

.x-android-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 14px
}

.x-android-os #ads .-submit {
    padding-top: 20px
}

.x-android-os .-danger-zone.-wrk-owner,
.x-android-os .x-danger-zone.-wrk-owner {
    padding: 20px 15px 14px
}

@media (max-width:991.98px) {
    .x-modal {
        padding-right: 0!important
    }
}

.x-modal .close {
    position: absolute;
    right: 14px;
    top: 6px;
    z-index: 1
}

.x-modal .-modal-size {
    transition: max-width .6s;
    max-width: 450px
}

@media (max-width:991.98px) {
    .x-modal .-modal-size {
        max-width: 100%;
        height: 100%;
        margin: 0!important
    }
}

.x-modal .-modal-size.-modal-bigger {
    max-width: 1000px
}

@media (max-width:1199.98px) {
    .x-modal .-modal-size.-modal-bigger {
        max-width: 900px
    }
}

@media (max-width:991.98px) {
    .x-modal .-modal-size.-modal-bigger {
        max-width: 100%
    }
}

.x-modal .-modal-size.-modal-big {
    max-width: 800px
}

@media (max-width:991.98px) {
    .x-modal .-modal-size.-modal-big {
        max-width: 100%
    }
}

.x-modal .-modal-size.-modal-medium {
    max-width: 600px
}

@media (max-width:991.98px) {
    .x-modal .-modal-size.-modal-medium {
        max-width: 100%
    }
}

@media (max-width:991.98px) {
    .x-modal .-modal-size.bankInfoMobile {
        height: 700px
    }
}

.x-modal .-modal-content {
    background: linear-gradient(155deg, #194375, #102c4d 75%, #071c35);
    border-radius: 10px;
    position: relative;
    min-height: 200px
}

.x-modal .-modal-content .modal-body {
    padding-bottom: 3rem;
    padding-left: 4rem;
    padding-right: 4rem
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-modal .-modal-content .modal-body {
        padding-left: 10rem;
        padding-right: 10rem
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-modal .-modal-content .modal-body {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

@media (max-width:575.98px) {
    .x-modal .-modal-content .modal-body {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (max-width:991.98px) {
    .x-modal .-modal-content {
        position: relative;
        height: 100%;
        background: linear-gradient(155deg, #194375, #102c4d 75%, #071c35);
        min-height: 400px;
        border-radius: 0
    }
    .x-modal .-modal-content .modal-header {
        height: 15%
    }
    .x-modal .-modal-content .modal-header h3 {
        font-size: 2.3rem
    }
    .x-modal .-modal-content .modal-body {
        height: 85%;
        position: relative;
        font-size: 1.4rem
    }
    .x-modal .-modal-content .modal-body .js-modal-content {
        height: 100%
    }
    .x-modal .-modal-content .-submit {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        height: 60px;
        font-size: 1.5rem
    }
}

.x-modal .close {
    text-shadow: none
}

@media (max-width:991.98px) {
    .x-modal .-real-content {
        padding-bottom: 70px
    }
}

.x-modal .x-title-modal.-has-icon {
    display: flex!important;
    justify-content: center;
    align-items: flex-end
}

.x-modal .x-title-modal.-has-icon .-icon {
    position: relative;
    top: -2px;
    width: 40px;
    margin-right: 10px
}

@media (max-width:991.98px) {
    .x-modal .x-title-modal.-has-icon .-icon {
        top: -4px;
        width: 34px
    }
}

@media (max-width:991.98px) {
    .x-modal .x-title-modal {
        font-size: 2.3rem
    }
}

.x-modal .x-hr-border-glow {
    margin-top: -10px
}

@media (max-width:991.98px) {
    .x-modal.-scrollable.-no-button .-modal-body {
        bottom: 0
    }
    .x-modal.-scrollable .-modal-size {
        position: fixed;
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0
    }
    .x-modal.-scrollable .-modal-content {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        height: 100%;
        border-radius: 0;
        box-shadow: none
    }
    .x-modal.-scrollable .modal-header {
        height: auto;
        margin-top: 0!important;
        padding: 2rem 2rem .5rem!important
    }
    .x-modal.-scrollable .modal-body {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: unset;
        padding-bottom: 1rem;
        overflow: auto
    }
}

#depositModal .-modal-content .modal-body {
    padding-bottom: 1.5rem
}

@media (max-width:991.98px) {
    #depositModal .modal-content .modal-body {
        position: fixed;
        overflow: auto;
        width: 100%
    }
    #depositModal .modal-content .modal-body .-submit[disabled] {
        opacity: 1
    }
}

#depositModal .-x-input-icon .form-control.is-invalid,
#withdrawModal .-x-input-icon .form-control.is-invalid {
    background-image: none
}

@media (max-width:991.98px) {
    #depositModal .-x-input-icon .-icon,
    #withdrawModal .-x-input-icon .-icon {
        top: 18px
    }
    #depositModal .-x-input-icon .form-control,
    #withdrawModal .-x-input-icon .form-control {
        height: 55px;
        padding: 0 38px;
        font-size: 1.1rem
    }
}

@media (max-width:991.98px) {
    #bankInfoModal .modal-content .modal-body,
    #depositModal .modal-content .modal-body,
    #registerModal .modal-content .modal-body,
    #withdrawModal .modal-content .modal-body {
        padding-top: 2rem!important;
        height: 100%!important
    }
}

@media (max-width:991.98px) {
    #accountModal .modal-content .modal-body,
    #registerModal .modal-content .modal-body {
        position: fixed;
        overflow: auto;
        width: 100%;
        padding-bottom: 4rem
    }
}

#accountModal .x-profile-image img {
    width: 70px
}

@media (max-width:991.98px) {
    #accountModal .x-profile-image img {
        height: 70px
    }
}

#accountModal .modal-content .modal-body {
    padding-left: 2rem;
    padding-right: 2rem
}

@media (max-width:991.98px) {
    #accountModal .modal-content .modal-body {
        height: 100%
    }
}

#ads .-checkbox-label {
    padding: 4px
}

#alertModal .-fail-ic,
#alertModal .-img,
#alertModal .-success-ic,
.x-form-register .-fail-ic,
.x-form-register .-success-ic {
    width: 90px
}

#alertModal .-modal-content .x-title-modal {
    text-align: center
}

.x-slide-left-content {
    transition: all .6s;
    align-self: flex-start
}

.x-slide-left-content.-hide {
    height: 0;
    width: 0;
    flex-grow: 0;
    padding: 0;
    flex-basis: 0;
    overflow: hidden
}

.x-slide-left-content.-hide .x-title-modal {
    display: none!important
}

@media (max-width:575.98px) {
    #betLimitUpdateModal .-modal-content .modal-body {
        height: auto;
        background: linear-gradient(155deg, #194375, #102c4d 75%, #071c35)
    }
}

#promotionReturnUfaFreeSportByUserModal .-modal-content .modal-body,
#promotionReturnUfaSportByUserModal .-modal-content .modal-body {
    padding: 1.5rem
}

@media (max-width:991.98px) {
    #promotionReturnUfaFreeSportByUserModal .-modal-content .modal-body,
    #promotionReturnUfaSportByUserModal .-modal-content .modal-body {
        padding: 1rem
    }
}

#promotionReturnUfaFreeSportByUserModal .x-title-modal,
#promotionReturnUfaSportByUserModal .x-title-modal {
    width: 100%
}

.x-competition-section-title {
    font-size: 1.68rem;
    font-weight: 600;
    line-height: 1.5;
    background: linear-gradient(180deg, #fff, #9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0 0 5px rgba(125, 221, 251, .75));
    filter: drop-shadow(0 0 5px rgba(125, 221, 251, .75))
}

@media (max-width:991.98px) {
    .x-competition-section-title {
        text-align: center
    }
}

.x-competition-heading-title .-title {
    font-size: 2.1rem;
    font-weight: 600;
    text-shadow: 0 0 10px hsla(0, 0%, 100%, .5)
}

.x-competition-heading-title .-description {
    font-size: 1.8rem;
    font-weight: 600
}

.x-competition-error-container .-outer-error-wrapper {
    margin-top: 1.5rem;
    text-align: center
}

.x-competition-error-container .-outer-error-wrapper .-ic-img {
    width: 50px;
    height: auto
}

.x-competition-error-container .-inner-error-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.44rem;
    color: #f16869
}

@media (max-width:575.98px) {
    .x-competition-error-container .-inner-error-wrapper {
        font-size: 1.2rem
    }
}

.x-competition-error-container .-inner-error-wrapper .-error-title {
    margin-top: 1rem
}

.x-competition-error-container .-inner-error-wrapper .-error-description {
    margin-bottom: 0
}

.x-competition-error-container .-inner-error-wrapper .-deposit-btn {
    font-weight: 600;
    color: #fff;
    transition: all .2s
}

.x-competition-error-container .-inner-error-wrapper .-deposit-btn:hover {
    color: hsla(0, 0%, 100%, .5)
}

.x-cover-competition-container {
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

@media (min-width:576px) {
    .x-cover-competition-container {
        background-image: url(build/web/shared/img/competition-cover-blue.png)
    }
}

@media (max-width:991.98px) {
    .x-cover-competition-container {
        height: 300px
    }
}

@media (max-width:575.98px) {
    .x-cover-competition-container {
        height: 250px;
        background-image: url(build/web/shared/img/competition-cover-blue-mobile.png)
    }
}

.x-competition-content-class-container {
    margin-top: 0!important
}

.x-competition-main-container {
    padding: 2rem 0
}

.x-competition-main-container .-competition-inner-content-wrapper {
    position: relative;
    top: -3px;
    z-index: 1;
    border-width: 3px;
    border-style: solid;
    -o-border-image: radial-gradient(#f8f8f8 50%, #cacaca) 1;
    border-image: radial-gradient(#f8f8f8 50%, #cacaca) 1;
    box-shadow: 0 0 10px rgba(230, 255, 253, .5)
}

@media (max-width:575.98px) {
    .x-competition-main-container .-competition-inner-content-wrapper {
        top: 0;
        padding: 0;
        border: none;
        box-shadow: none
    }
}

.x-competition-main-container .-competition-table-outer-container {
    padding: 2rem;
    background: linear-gradient(135deg, rgba(25, 66, 115, .7), rgba(10, 32, 60, .7))
}

@media (max-width:991.98px) {
    .x-competition-main-container .-competition-table-outer-container {
        padding: 1rem
    }
}

.x-competition-main-container .-outer-rules-wrapper {
    margin-top: 2rem
}

.x-competition-main-container .-outer-conditions-wrapper,
.x-competition-main-container .-outer-rewards-wrapper {
    margin-top: 3rem
}

.x-competition-rules-list {
    flex-direction: row;
    flex-wrap: wrap
}

.x-competition-rules-list .nav-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

@media (min-width:992px) {
    .x-competition-rules-list .nav-item {
        flex: 1
    }
}

@media (max-width:991.98px) {
    .x-competition-rules-list .nav-item {
        flex-direction: column;
        align-items: center;
        width: 50%;
        margin-top: 1rem
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-competition-rules-list .nav-item br {
        display: none
    }
}

@media (max-width:767.98px) {
    .x-competition-rules-list .nav-item {
        padding: 0 2rem
    }
}

@media (max-width:575.98px) {
    .x-competition-rules-list .nav-item {
        width: 100%;
        padding: 0 1rem
    }
}

.x-competition-rules-list .nav-item .-icon-img {
    width: 100px;
    height: auto
}

@media (max-width:991.98px) {
    .x-competition-rules-list .nav-item .-icon-img {
        width: 80px
    }
}

.x-competition-rules-list .nav-item .-no {
    font-size: 1.5rem;
    font-weight: 600
}

@media (max-width:991.98px) {
    .x-competition-rules-list .nav-item .-no {
        display: none
    }
}

.x-competition-rules-list .nav-item .-description {
    font-size: 1.32rem
}

.x-competition-rules-list .nav-item .-rules-detail-wrapper {
    flex: 1
}

@media (min-width:992px) {
    .x-competition-rules-list .nav-item .-rules-detail-wrapper {
        margin-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991.98px) {
    .x-competition-rules-list .nav-item .-rules-detail-wrapper {
        margin-top: 1rem;
        text-align: center
    }
}

.x-competition-condition-wrapper {
    font-size: 1.32rem
}

.x-competition-status-board-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 1rem;
    background: hsla(0, 0%, 100%, .05)
}

@media (max-width:767.98px) {
    .x-competition-status-board-container {
        flex-direction: column
    }
}

@media (max-width:575.98px) {
    .x-competition-status-board-container {
        padding: 1.5rem 1rem
    }
}

@media (max-width:375px) {
    .x-competition-status-board-container {
        padding: 1rem;
        display: block
    }
}

.x-competition-status-board-container .-timer-wrapper {
    min-width: 128px;
    text-align: left
}

@media (max-width:991.98px) {
    .x-competition-status-board-container .-timer-wrapper {
        min-width: 102px
    }
}

.x-competition-status-board-container .-outer-customer-wrapper {
    flex: 1;
    padding: 1rem 2rem
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-competition-status-board-container .-outer-customer-wrapper {
        padding: 1rem 3rem
    }
}

@media (min-width:768px) {
    .x-competition-status-board-container .-outer-customer-wrapper {
        position: relative
    }
    .x-competition-status-board-container .-outer-customer-wrapper:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 2px;
        height: 100%;
        background: #fafafa;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:991.98px) {
    .x-competition-status-board-container .-outer-customer-wrapper {
        padding: 1rem 1.2rem
    }
}

@media (max-width:767.98px) {
    .x-competition-status-board-container .-outer-customer-wrapper {
        width: 100%;
        margin-bottom: 1rem
    }
}

@media (max-width:575.98px) {
    .x-competition-status-board-container .-outer-customer-wrapper {
        padding: 1rem 0
    }
}

.x-competition-status-board-container .-outer-timing-interaction-wrapper {
    flex: 1;
    padding: 1rem 2rem
}

@media (max-width:991.98px) {
    .x-competition-status-board-container .-outer-timing-interaction-wrapper {
        padding: 1rem 1.2rem
    }
}

@media (max-width:767.98px) {
    .x-competition-status-board-container .-outer-timing-interaction-wrapper {
        width: 100%
    }
}

@media (max-width:575.98px) {
    .x-competition-status-board-container .-outer-timing-interaction-wrapper {
        padding: 0
    }
}

.x-competition-timing-interaction-container {
    text-align: center
}

.x-competition-timing-interaction-container .-title {
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 2.04rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 5px rgba(125, 221, 251, .75)
}

.x-competition-timing-interaction-container .-title .-pre-text {
    margin-right: 5px
}

@media (max-width:1199.98px) {
    .x-competition-timing-interaction-container .-title {
        font-size: 1.8rem
    }
}

.x-competition-timing-interaction-container .-description {
    font-size: 1.56rem;
    font-weight: 600;
    color: #fff
}

@media (max-width:1199.98px) {
    .x-competition-timing-interaction-container .-description {
        font-size: 1.44rem
    }
}

@media (max-width:575.98px) {
    .x-competition-timing-interaction-container .-description {
        font-size: 1.2rem
    }
}

.x-competition-timing-interaction-container .-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem
}

@media (max-width:350px) {
    .x-competition-timing-interaction-container .-btn-wrapper {
        flex-direction: column
    }
}

.x-competition-timing-interaction-container .-btn-wrapper .-main-btn {
    min-width: 150px
}

.x-competition-timing-interaction-container .-btn-wrapper .-main-btn:active,
.x-competition-timing-interaction-container .-btn-wrapper .-main-btn:focus,
.x-competition-timing-interaction-container .-btn-wrapper .-main-btn:hover {
    text-decoration: none;
    text-outline: none;
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5)
}

.x-competition-timing-interaction-container .-btn-wrapper .-main-btn .-inner-wrapper {
    position: relative
}

.x-competition-timing-interaction-container .-btn-wrapper .-main-btn .-inner-wrapper .-text-btn {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -webkit-linear-gradient(#fff 100%, #e8e8e8 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, .15);
    font-weight: 600;
    line-height: 1.5
}

.x-competition-customer-data-container .-top-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #fff
}

.x-competition-customer-data-container .-customer-detail {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.x-competition-customer-data-container .-customer-detail .-profile-img {
    width: 60px;
    height: auto
}

@media (max-width:575.98px) {
    .x-competition-customer-data-container .-customer-detail .-profile-img {
        width: 50px
    }
}

.x-competition-customer-data-container .-customer-detail .-detail-wrapper {
    margin-left: 10px
}

.x-competition-customer-data-container .-customer-detail .-title {
    margin-top: 5px;
    font-size: 1.5rem;
    font-weight: 600
}

@media (max-width:575.98px) {
    .x-competition-customer-data-container .-customer-detail .-title {
        font-size: 1.32rem
    }
}

.x-competition-customer-data-container .-customer-detail .-sub-title {
    font-size: 1.32rem
}

@media (max-width:575.98px) {
    .x-competition-customer-data-container .-customer-detail .-sub-title {
        font-size: 1.2rem
    }
}

.x-competition-customer-data-container .-transaction-rate-wrapper {
    text-align: right
}

.x-competition-customer-data-container .-transaction-rate-wrapper .-text {
    margin-top: 5px;
    font-size: 1.32rem
}

.x-competition-customer-data-container .-transaction-rate-wrapper .-info-wrapper .-percent .-highlight {
    font-size: 1.92rem;
    font-weight: 600
}

@media (max-width:575.98px) {
    .x-competition-customer-data-container .-transaction-rate-wrapper .-info-wrapper .-percent .-highlight {
        font-size: 1.68rem
    }
}

.x-competition-customer-data-container .-transaction-rate-wrapper .-info-wrapper .-counting {
    margin-top: -5px;
    font-size: 2.52rem;
    font-weight: 600;
    color: #20b1e9
}

@media (max-width:575.98px) {
    .x-competition-customer-data-container .-transaction-rate-wrapper .-info-wrapper .-counting {
        font-size: 2.16rem
    }
}

.x-competition-customer-data-container .-progress-wrapper {
    width: 100%;
    height: 24px;
    margin-top: .5rem;
    padding: 3px;
    background: rgba(0, 0, 0, .5);
    border-radius: 15px
}

.x-competition-customer-data-container .-progress-wrapper .progress-bar {
    background: #46a9d5;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #0f73d2), color-stop(100%, #46a9d5));
    background: linear-gradient(90deg, #0f73d2 0, #46a9d5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0);
    border-radius: 15px
}

.x-competition-customer-data-container .-progress-text {
    margin-top: 10px;
    text-align: center;
    font-size: 1.44rem
}

.x-competition-customer-data-container .-progress-text .-prefix {
    display: inline-block;
    margin-right: 5px
}

.x-competition-customer-data-container .-progress-text .-round-state {
    display: inline-block;
    font-weight: 600;
    color: #20b1e9
}

.x-competition-customer-data-container .-reload-btn {
    display: inline-block;
    font-size: .96rem;
    margin-left: 10px;
    color: #20b1e9
}

.x-competition-customer-data-container .-reload-btn .fas {
    font-size: .9em
}

.x-base-ranking-reward-list-wrapper {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between
}

.x-base-ranking-reward-list-wrapper .-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 0 10px;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 3px;
    transition: all .2s
}

@media (max-width:575.98px) {
    .x-base-ranking-reward-list-wrapper .-list-item {
        width: 100%
    }
}

.x-base-ranking-reward-list-wrapper .-list-item:hover {
    background: hsla(0, 0%, 100%, .2)
}

.x-base-ranking-reward-list-wrapper .-list-item .-position-wrapper {
    font-size: 1.32rem;
    font-weight: 600;
    color: #f3f3f3
}

.x-base-ranking-reward-list-wrapper .-list-item .-position-wrapper span {
    display: inline-block;
    position: relative;
    top: 5px
}

.x-base-ranking-reward-list-wrapper .-list-item .-reward-wrapper {
    font-size: 1.5rem;
    font-weight: 600;
    color: #f3f3f3
}

.x-base-ranking-reward-list-wrapper .-list-item .-reward-wrapper .-ic {
    width: 36px;
    height: auto
}

.x-base-ranking-reward-list-wrapper .-list-item .-reward-wrapper span {
    display: inline-block;
    position: relative;
    top: 4px;
    min-width: 50px
}

@media (min-width:576px) {
    .x-base-ranking-reward-list-wrapper.-board-credit,
    .x-base-ranking-reward-list-wrapper.-board-win {
        max-height: 210px
    }
}

.x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper {
    display: flex;
    align-items: center
}

.x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper .-position-img {
    width: 50px;
    height: auto
}

.x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper span {
    margin-left: 5px
}

@media (min-width:992px) {
    .x-base-ranking-reward-list-wrapper.-competition {
        max-height: 280px
    }
    .x-base-ranking-reward-list-wrapper.-competition .-list-item {
        width: calc(33% - 5px)
    }
    .x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper span {
        margin-left: 10px
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .x-base-ranking-reward-list-wrapper.-competition {
        max-height: 420px
    }
    .x-base-ranking-reward-list-wrapper.-competition .-list-item {
        width: calc(50% - 5px)
    }
}

.x-base-ranking-container {
    position: relative;
    padding: 2rem 0 3rem;
    overflow: hidden;
    background-size: contain;
    background-repeat: repeat;
    background-position: top;
    background-image: url(build/images/ranking-bg.33fb9cfe.webp)
}

@media (max-width:575.98px) {
    .x-base-ranking-container {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-container .-custom-container {
        padding: 0
    }
}

.x-base-ranking-container .-ranking-separated-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.x-base-ranking-container .-ranking-separated-section .-inner-wrapper {
    width: 49.4%
}

@media (max-width:991.98px) {
    .x-base-ranking-container .-ranking-separated-section .-inner-wrapper {
        width: 100%
    }
}

.x-base-ranking-container .-ranking-container-wrapper {
    position: relative;
    top: -3px;
    z-index: 1;
    border-width: 3px;
    border-style: solid;
    -o-border-image: radial-gradient(#f8f8f8 50%, #cacaca) 1;
    border-image: radial-gradient(#f8f8f8 50%, #cacaca) 1;
    box-shadow: 0 0 10px rgba(230, 255, 253, .5)
}

.x-base-ranking-container .-ranking-container-wrapper .-slided {
    overflow: auto
}

@media (max-width:575.98px) {
    .x-base-ranking-container .-ranking-container-wrapper {
        top: 0;
        padding: 0;
        border: none;
        box-shadow: none
    }
}

.x-base-ranking-container .-ranking-table-outer-container {
    padding: 2rem;
    background: linear-gradient(135deg, rgba(25, 66, 115, .7), rgba(10, 32, 60, .7))
}

@media (max-width:991.98px) {
    .x-base-ranking-container .-ranking-table-outer-container {
        padding: 1rem
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-container .-ranking-table-outer-container {
        padding: 0 15px 15px
    }
}

.x-base-ranking-container .-no-result {
    text-align: center
}

.x-base-ranking-container .-no-result .-title {
    font-size: 1.8rem
}

.x-base-ranking-container .-no-result .-description {
    margin-bottom: 0;
    font-size: 1.44rem
}

@media (max-width:991.98px) {
    .x-base-ranking-container .-no-result {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-container .-no-result {
        padding-top: 2rem
    }
}

.x-base-ranking-tabs-menu-container {
    position: relative;
    flex-direction: row;
    justify-content: center;
    z-index: 2
}

.x-base-ranking-tabs-menu-container .nav-item {
    position: relative;
    width: 350px
}

.x-base-ranking-tabs-menu-container .nav-item:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 60%;
    background: #fafafa;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x-base-ranking-tabs-menu-container .nav-item:first-child .nav-link {
    border-top-left-radius: 10px
}

.x-base-ranking-tabs-menu-container .nav-item:last-child .nav-link {
    border-top-right-radius: 10px
}

@media (max-width:991.98px) {
    .x-base-ranking-tabs-menu-container .nav-item {
        width: 280px
    }
}

@media (max-width:767.98px) {
    .x-base-ranking-tabs-menu-container .nav-item {
        width: 220px
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-tabs-menu-container .nav-item {
        width: 50%
    }
    .x-base-ranking-tabs-menu-container .nav-item:first-child .nav-link {
        border-top-left-radius: 0
    }
    .x-base-ranking-tabs-menu-container .nav-item:last-child .nav-link {
        border-top-right-radius: 0
    }
}

.x-base-ranking-tabs-menu-container .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: .5rem 1rem;
    background: linear-gradient(180deg, #143862, #05173b);
    transition: all .2s
}

.x-base-ranking-tabs-menu-container .nav-link .-ic {
    width: 40px;
    height: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .2s
}

.x-base-ranking-tabs-menu-container .nav-link .-text {
    position: relative;
    top: 3px;
    margin-left: 10px;
    font-size: 1.35rem;
    font-weight: 600;
    background: linear-gradient(180deg, #e5fffd, #76c5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5));
    filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5))
}

.x-base-ranking-tabs-menu-container .nav-link .-line-glow {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -26px;
    width: 230px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-base-ranking-tabs-menu-container .nav-link.-active {
    background: linear-gradient(180deg, #143862, #05173b)
}

.x-base-ranking-tabs-menu-container .nav-link.-active:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.x-base-ranking-tabs-menu-container .nav-link.-active:hover .-ic {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.x-base-ranking-tabs-menu-container .nav-link.-active .-ic {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.5) translate(-5px, -8px);
    transform: scale(1.5) translate(-5px, -8px)
}

.x-base-ranking-tabs-menu-container .nav-link.-active .-text {
    -webkit-animation: x-ranking-tab-saturate 2.5s infinite;
    animation: x-ranking-tab-saturate 2.5s infinite
}

.x-base-ranking-tabs-menu-container .nav-link.-active .-line-glow {
    display: block
}

@media (min-width:992px) {
    .x-base-ranking-tabs-menu-container .nav-link:hover {
        -webkit-filter: brightness(1.25);
        filter: brightness(1.25)
    }
    .x-base-ranking-tabs-menu-container .nav-link:hover .-ic {
        -webkit-filter: grayscale(.5);
        filter: grayscale(.5);
        -webkit-transform: scale(1.5) translate(-5px, -8px);
        transform: scale(1.5) translate(-5px, -8px)
    }
}

@media (max-width:767.98px) {
    .x-base-ranking-tabs-menu-container .nav-link {
        padding: .5rem
    }
    .x-base-ranking-tabs-menu-container .nav-link .-behind {
        display: block;
        margin-top: -2px
    }
    .x-base-ranking-tabs-menu-container .nav-link.-active .-ic {
        -webkit-transform: scale(1.5) translate(-2px, -2px);
        transform: scale(1.5) translate(-2px, -2px)
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-tabs-menu-container .nav-link,
    .x-base-ranking-tabs-menu-container .nav-link.-active {
        background: linear-gradient(180deg, #143862, #05173b)
    }
    .x-base-ranking-tabs-menu-container .nav-link.-active .-text {
        font-weight: 600
    }
    .x-base-ranking-tabs-menu-container .nav-link .-text {
        font-size: 1.2rem;
        font-weight: 500
    }
    .x-base-ranking-tabs-menu-container .nav-link .-line-glow {
        bottom: -20px;
        width: 200px
    }
}

@media screen and (max-width:360px) {
    .x-base-ranking-tabs-menu-container .nav-link .-line-glow {
        bottom: -16px;
        width: 160px
    }
}

@-webkit-keyframes x-ranking-tab-saturate {
    0% {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(1);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(1)
    }
    50% {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(3);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(3)
    }
    to {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(1);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(1)
    }
}

@keyframes x-ranking-tab-saturate {
    0% {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(1);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(1)
    }
    50% {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(3);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(3)
    }
    to {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(1);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(1)
    }
}

.x-safari-browser .x-base-ranking-container {
    background-image: url(build/images/ranking-bg.09791ea2.jpg)
}

.x-ranking-content-class-container {
    margin-top: 0!important
}

.x-ranking-round-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 2rem;
    background: #05173b
}

.x-ranking-round-container .-btn {
    position: relative;
    width: 33.33333%;
    padding: 1.4rem 0 .8rem;
    text-align: center;
    font-size: 1.44rem;
    color: hsla(0, 0%, 100%, .5);
    background: transparent;
    transition: color .2s
}

.x-ranking-round-container .-btn:before {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 4px;
    background: #43c0f9;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-ranking-round-container .-btn:hover {
    text-decoration: none;
    color: hsla(0, 0%, 100%, .75)
}

.x-ranking-round-container .-btn.-active {
    font-weight: 600;
    color: #fff
}

.x-ranking-round-container .-btn.-active:before {
    display: block
}

@media (max-width:767.98px) {
    .x-ranking-round-container .-btn {
        font-size: 1.32rem
    }
}

@media (max-width:575.98px) {
    .x-ranking-round-container {
        padding: 0 15px
    }
}

.x-cover-ranking-container {
    position: relative;
    background-image: url(build/images/ranking-cover-bg.09dab4c8.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden
}

.x-cover-ranking-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .9))
}

.x-cover-ranking-container .-ranking-inner-wrapper {
    position: relative;
    padding: 6rem 1.5rem 0
}

@media (max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper {
        padding: 6rem 0 0
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-heading-title {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
    position: relative;
    z-index: 2;
    width: 150px;
    height: auto;
    margin-top: -1rem
}

@media (max-width:991.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
        width: 140px
    }
}

@media (max-width:767.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
        width: 130px;
        margin-top: -2rem
    }
}

@media (max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
        width: 100px
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
    position: relative;
    width: 450px;
    margin-bottom: 3rem
}

@media (max-width:991.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
        width: 400px
    }
}

@media (max-width:767.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
        width: 350px;
        margin-bottom: 2rem
    }
}

@media (max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
        width: 250px
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper .-text-img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    margin-top: -.5rem
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper .-line-img {
    position: absolute;
    bottom: -22%;
    right: 0;
    z-index: 1;
    width: 90%;
    height: auto
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper .-effect-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 170%;
    height: auto;
    opacity: .6;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn {
    position: absolute;
    bottom: 20px;
    right: 0
}

.x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn .-box-img {
    width: 140px;
    height: auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media (max-width:991.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn .-box-img {
        width: 100px
    }
}

@media (max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn .-box-img {
        width: 60px
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn:hover .-box-img {
    -webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg)
}

.x-cover-ranking-container .-ranking-inner-wrapper .-timer-wrapper {
    margin-top: 2rem;
    font-size: 2rem
}

@media (min-width:576px) {
    .x-ranking-customer-own-wrapper {
        margin-bottom: 2rem
    }
}

@media (max-width:575.98px) {
    .x-ranking-customer-own-wrapper {
        position: fixed;
        bottom: 74px;
        left: 0;
        z-index: 1;
        width: 100%;
        padding-top: 1.5rem
    }
}

.x-ranking-customer-own-wrapper .-title-wrapper {
    margin-bottom: 5px;
    padding-left: 7.2%
}

@media (max-width:991.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper {
        padding-left: 40px
    }
}

@media (max-width:767.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper {
        padding-left: 15px
    }
}

@media (max-width:575.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper {
        display: none;
        padding-left: 12px
    }
}

.x-ranking-customer-own-wrapper .-title-wrapper .-title {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 600;
    background: #43c0f9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:575.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper .-title {
        font-size: 1.2rem
    }
}

@media screen and (max-width:360px) {
    .x-ranking-customer-own-wrapper .-title-wrapper .-title {
        font-size: 1.08rem
    }
}

.x-ranking-heading-column-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 0 20px
}

.x-ranking-heading-column-wrapper .-column-wrapper {
    width: 25%;
    text-align: center
}

.x-ranking-heading-column-wrapper .-column-wrapper .-text {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 600;
    background: #43c0f9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-ranking-heading-column-wrapper .-column-wrapper.-position {
    width: 15%
}

.x-ranking-heading-column-wrapper .-column-wrapper.-profile {
    width: 35%
}

@media (max-width:1199.98px) {
    .x-ranking-heading-column-wrapper {
        padding: 0 15px
    }
}

@media (max-width:991.98px) {
    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        min-width: 190px
    }
}

@media (max-width:767.98px) {
    .x-ranking-heading-column-wrapper {
        padding: 0 10px
    }
    .x-ranking-heading-column-wrapper .-column-wrapper.-position {
        width: 50px
    }
    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        width: auto;
        min-width: 120px
    }
}

@media (max-width:575.98px) {
    .x-ranking-heading-column-wrapper {
        padding: 1.5rem 10px 0
    }
    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        width: 90px;
        min-width: unset
    }
    .x-ranking-heading-column-wrapper .-column-wrapper.-position {
        width: 40px
    }
    .x-ranking-heading-column-wrapper .-column-wrapper.-result {
        width: auto;
        max-width: 180px;
        flex: 1
    }
    .x-ranking-heading-column-wrapper .-column-wrapper.-reward {
        width: 70px
    }
    .x-ranking-heading-column-wrapper .-column-wrapper .-text {
        font-size: 1.2rem
    }
}

@media screen and (max-width:380px) {
    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        width: 70px
    }
}

@media screen and (max-width:360px) {
    .x-ranking-heading-column-wrapper .-column-wrapper .-text {
        font-size: 1.08rem
    }
}

.x-ranking-item-full-size-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px 20px;
    background: hsla(0, 0%, 100%, .05);
    border: 2px solid transparent
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container {
        padding: 10px 15px
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container {
        padding: 10px
    }
}

@media screen and (max-width:360px) {
    .x-ranking-item-full-size-container {
        padding: 10px 5px
    }
}

.x-ranking-item-full-size-container .-profile-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 0 0 35%;
    color: #fff
}

.x-ranking-item-full-size-container .-profile-wrapper .-group-img {
    width: 55px;
    height: auto;
    margin-right: 8px
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        flex: 0 0 32%
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        width: 50px
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        align-items: center;
        min-width: 120px
    }
    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        width: 40px;
        margin-right: 5px
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        padding-left: 3px;
        flex: 0 0 25%;
        min-width: 85px
    }
    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        width: 30px
    }
}

@media screen and (max-width:380px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        flex: 0 0 10%;
        min-width: 55px;
        padding-left: 5px
    }
    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        display: none
    }
}

.x-ranking-item-full-size-container .-profile-info-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-width: 112px
}

.x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
    font-size: 1.35rem;
    font-weight: 600
}

.x-ranking-item-full-size-container .-profile-info-wrapper .-group-title {
    margin-top: -4px;
    font-size: 1.2rem
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-profile-info-wrapper {
        min-width: 100px
    }
    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
        font-size: 1.2rem
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-profile-info-wrapper {
        position: relative;
        top: 4px
    }
    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
        position: relative;
        font-size: 1.08rem
    }
    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number .-hidden {
        position: relative;
        display: inline-block
    }
    .x-ranking-item-full-size-container .-profile-info-wrapper .-group-title {
        margin-top: 0
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-profile-info-wrapper {
        min-width: unset
    }
    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
        line-height: 1;
        font-weight: 400
    }
    .x-ranking-item-full-size-container .-profile-info-wrapper .-group-title {
        display: none
    }
}

.x-ranking-item-full-size-container .-position-wrapper {
    flex: 0 0 15%;
    text-align: center
}

.x-ranking-item-full-size-container .-position-wrapper .-ic {
    width: 50px;
    height: auto
}

.x-ranking-item-full-size-container .-position-wrapper .-text {
    position: relative;
    top: 5px;
    margin-right: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-position-wrapper .-text {
        font-size: 1.2rem
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-position-wrapper {
        flex: 0 0 10%
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-position-wrapper .-ic {
        width: 100%
    }
    .x-ranking-item-full-size-container .-position-wrapper .-text {
        margin-right: unset
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-position-wrapper {
        flex: 0 0 8%
    }
}

@media screen and (max-width:360px) {
    .x-ranking-item-full-size-container .-position-wrapper {
        min-width: 26px
    }
}

.x-ranking-item-full-size-container .-result-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 25%;
    padding-right: 40px;
    text-align: center;
    color: #fff
}

.x-ranking-item-full-size-container .-result-wrapper .-round-diff {
    color: #c4c4c4
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-result-wrapper .-round-diff {
        font-size: 1.08rem
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-result-wrapper .-round-diff {
        font-size: .9rem
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-result-wrapper .-round-diff {
        font-size: .84rem
    }
}

.x-ranking-item-full-size-container .-result-wrapper .-value-wrapper {
    text-align: right
}

.x-ranking-item-full-size-container .-result-wrapper .-value {
    display: inline-block;
    position: relative;
    top: 5px;
    font-size: 1.74rem;
    font-weight: 600
}

.x-ranking-item-full-size-container .-result-wrapper .-value.-own {
    font-size: 1.5rem;
    margin-top: -3px
}

.x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
    margin-left: 10px;
    width: 40px
}

.x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper .-img {
    width: 100%;
    height: auto
}

@media (min-width:992px) {
    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        margin-left: 5px
    }
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-result-wrapper {
        padding-right: 20px
    }
    .x-ranking-item-full-size-container .-result-wrapper .-value {
        font-size: 1.5rem
    }
    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 34px
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-result-wrapper {
        padding-right: 0
    }
    .x-ranking-item-full-size-container .-result-wrapper .-value {
        font-size: 1.35rem
    }
    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        display: block;
        font-size: 1.35rem
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-result-wrapper .-value,
    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        font-size: 1.2rem
    }
    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 30px;
        margin-left: 3px
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-result-wrapper {
        width: auto;
        max-width: 180px;
        flex: 1;
        justify-content: flex-end
    }
    .x-ranking-item-full-size-container .-result-wrapper .-value {
        top: 3px
    }
    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 25px
    }
}

@media screen and (max-width:360px) {
    .x-ranking-item-full-size-container .-result-wrapper .-value {
        font-size: 1.08rem
    }
    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        font-size: .84rem
    }
    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 20px
    }
}

.x-ranking-item-full-size-container .-reward-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex: 0 0 20%;
    text-align: center
}

.x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
    display: inline-block;
    position: relative;
    top: 5px;
    font-size: 1.74rem;
    font-weight: 600;
    min-width: 52px;
    margin-left: 5px;
    text-align: left
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        font-size: 1.5rem
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        min-width: 40px;
        font-size: 1.35rem
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        font-size: 1.2rem
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        min-width: 32px;
        margin-left: 2px
    }
}

.x-ranking-item-full-size-container .-reward-wrapper .-ic {
    width: 40px;
    height: auto;
    margin: 0 5px
}

.x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
    width: 50px
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        flex: 0 0 22%
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        justify-content: flex-end
    }
    .x-ranking-item-full-size-container .-reward-wrapper .-ic,
    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 34px
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        flex: 0 0 26%
    }
    .x-ranking-item-full-size-container .-reward-wrapper .-ic {
        width: 30px;
        margin: 0 2px
    }
    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 30px
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        flex: 0 0 0%;
        min-width: 85px
    }
    .x-ranking-item-full-size-container .-reward-wrapper .-ic,
    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 20px
    }
}

@media screen and (max-width:360px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-ic,
    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 20px
    }
}

.x-ranking-item-full-size-container.-top-item {
    margin-top: 0;
    background: rgba(63, 97, 134, .8);
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #f5fafe, #f5fafe)
}

.x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
    margin: 0 6px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.x-ranking-item-full-size-container.-top-item .-result-wrapper .-value,
.x-ranking-item-full-size-container.-top-item .-reward-wrapper .-reward-text {
    background: #43c0f9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
        margin: 0 3px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
        margin: 0
    }
}

.x-ranking-item-full-size-container.-second-item,
.x-ranking-item-full-size-container.-third-item {
    background: hsla(0, 0%, 100%, .2)
}

.x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
.x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
    margin: 0 6px;
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
    .x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
    .x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
        margin: 0 3px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
    .x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
        margin: 0
    }
}

.x-ranking-item-full-size-container.-is-own {
    background: hsla(0, 0%, 100%, .2);
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #f5fafe, #f5fafe)
}

.x-ranking-item-full-size-container.-is-own .-profile-info-wrapper {
    color: #43c0f9
}

@media (min-width:1200px) {
    .x-ranking-item-full-size-container.-small-item .-result-wrapper {
        padding-right: 20px
    }
}

@media (min-width:992px) {
    .x-ranking-item-full-size-container.-small-item .-position-wrapper {
        flex: 0 1 10%
    }
    .x-ranking-item-full-size-container.-small-item .-result-wrapper {
        padding-right: unset
    }
    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-round-diff {
        font-size: .96rem
    }
    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-value {
        font-size: 1.35rem
    }
    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-ic-provider-wrapper {
        width: 34px
    }
    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-ic-provider-wrapper .-img {
        width: 100%
    }
    .x-ranking-item-full-size-container.-small-item .-reward-wrapper {
        flex: 0 1 20%
    }
    .x-ranking-item-full-size-container.-small-item .-reward-wrapper .-reward-text {
        min-width: auto;
        font-size: 1.35rem
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-ranking-item-full-size-container.-small-item .-profile-wrapper .-group-img {
        width: 40px
    }
}

.x-ranking-item-full-size-container.-my-item {
    margin-top: 0;
    background: hsla(0, 0%, 100%, .2);
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #f5fafe, #f5fafe)
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container.-my-item {
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        background: #324768
    }
}

#rankingWeeklyDetailModal .modal-body {
    padding-left: 2rem;
    padding-right: 2rem
}

@media (max-width:991.98px) {
    #rankingWeeklyDetailModal .modal-body {
        margin-top: 2rem
    }
}

@media (max-width:575.98px) {
    #rankingWeeklyDetailModal .modal-body {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

#rankingWeeklyDetailModal .x-title-modal {
    text-align: center
}

#rankingWeeklyDetailModal .x-title-modal .x-hr-border-glow {
    width: 150px
}

.x-ranking-weekly-modal-detail-container {
    margin-top: 1rem
}

.x-ranking-weekly-modal-detail-container .-provider-list-wrapper {
    flex-direction: row;
    margin: 2rem auto
}

@media (max-width:575.98px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper {
        flex-wrap: wrap;
        justify-content: center
    }
}

.x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item {
    width: 70px;
    margin-right: 10px
}

.x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item .-provider-img {
    width: 100%;
    height: auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media (min-width:992px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item:hover .-provider-img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media (max-width:991.98px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item {
        width: 60px;
        margin-right: 5px
    }
}

@media (max-width:575.98px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item {
        width: 20%;
        max-width: 70px;
        margin-right: 2px
    }
}

@media (max-width:991.98px) {
    .x-ranking-weekly-modal-detail-container {
        margin-top: 2rem
    }
}

.x-ranking-weekly-modal-detail-container .-heading-title {
    font-size: 1.56rem;
    font-weight: 600;
    background: #43c0f9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper {
    overflow: auto
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

@media (min-width:992px) {
    .x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper {
        max-height: 200px
    }
}

.x-ranking-weekly-modal-detail-container .-rewards-detail-wrapper {
    margin-top: 2rem
}

@media (max-width:991.98px) {
    .x-ranking-weekly-modal-detail-container .-rewards-detail-wrapper {
        margin-top: 1rem
    }
}

.x-ranking-weekly-modal-detail-container .-no-result {
    padding: 2rem 1rem;
    text-align: center;
    background: hsla(0, 0%, 100%, .1)
}

.x-ranking-weekly-modal-detail-container .-no-result .-img {
    width: 50px;
    height: auto
}

.x-ranking-weekly-modal-detail-container .-no-result .-title {
    margin-top: .75rem;
    margin-bottom: 0;
    font-size: 1.56rem
}

.x-ranking-weekly-modal-detail-container .-no-result .-description {
    margin-bottom: 0;
    font-size: 1.32rem
}

@media (max-width:767.98px) {
    .x-form-register button[disabled] {
        opacity: 1;
        background: #816642;
        background: -webkit-gradient(left top, left bottom, color-stop(0, #493b22), color-stop(100%, #816642));
        background: linear-gradient(90deg, #493b22 0, #816642);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0)
    }
}

.x-form-register .x-button-actions {
    display: block
}

@media (min-width:992px) {
    .x-form-register .x-button-actions .-btn-left-bottom,
    .x-form-register .x-button-actions .-btn-right-bottom {
        width: 60%;
        margin: auto
    }
    .x-form-register .x-button-actions .-btn-left-bottom {
        box-shadow: 0 0 5px 3px rgba(236, 189, 123, .3)
    }
    .x-form-register .x-button-actions .-btn-right-bottom {
        box-shadow: 0 0 5px 3px rgba(18, 22, 27, .3)
    }
}

.x-form-register .-term-and-condition-check-box {
    font-size: 18px
}

@media (max-width:991.98px) {
    .x-form-register .-term-and-condition-check-box {
        position: absolute;
        bottom: 100px;
        left: 50%;
        right: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .x-form-register .-term-and-condition-check-box input[type=checkbox] {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    .x-form-register .-term-and-condition-check-box.-no-fixed {
        position: static;
        -webkit-transform: inherit;
        transform: inherit
    }
}

.x-form-register .-term-and-condition-content {
    height: 280px;
    overflow-y: scroll
}

.x-form-register .-term-and-condition-content::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-form-register .-term-and-condition-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-form-register .-term-and-condition-content::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

@media (max-width:991.98px) {
    .x-form-register .-term-and-condition-content {
        padding: 0!important;
        height: auto;
        overflow-y: unset;
        max-height: none;
        -webkit-overflow-scrolling: auto;
        overflow: unset;
        background: linear-gradient(155deg, #194375, #102c4d 75%, #071c35)
    }
}

@media (max-width:991.98px) {
    .x-form-register .x-slide-left-content+.-form {
        display: none
    }
    .x-form-register .x-slide-left-content.-hide+.-form {
        display: block
    }
}

@media (max-width:1199.98px) {
    .x-form-register,
    .x-form-register .-animatable-container {
        height: 100%
    }
    .x-form-register img.-ic-register {
        width: 120px
    }
    .x-form-register img.-ic-lock,
    .x-form-register img.-ic-otp {
        width: 70px
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-form-register .-submit.vex-dialog-button.vex-dialog-button-primary,
    .x-form-register .btn-primary.-submit,
    .x-form-register .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-submit.vex-dialog-button.vex-dialog-button-primary,
    .x-form-register .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-submit.-copy-btn,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-form-register .-submit.-copy-btn {
        box-shadow: 0 0 5px 1px rgba(236, 189, 123, .3)
    }
}

@media (max-width:1199.98px) and (max-width:991.98px) {
    .x-form-register .x-button-actions .-btn-left-bottom {
        box-shadow: 0 0 5px 1px rgba(236, 189, 123, .3)
    }
    .x-form-register .x-button-actions .-btn-right-bottom {
        box-shadow: 0 0 5px 1px rgba(18, 22, 27, .3)
    }
}

.x-step-register .-border {
    flex: 1;
    max-width: 100%
}

.x-step-register .-border hr {
    border-top-width: 2px;
    border-color: #d2d2d2
}

.x-step-register .-step-box-outer {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #d2d2d2;
    width: 26px;
    height: 26px
}

.x-step-register .-step-box-outer.step-active .--step-box-inner {
    background-color: #20b1e9;
    color: #000;
    font-weight: 700;
    border-radius: 50%
}

.x-step-register .-step-box-outer .--step-box-inner {
    background: transparent;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #d2d2d2;
    font-family: Sans-Serif, sans-serif;
    font-size: 10px!important;
    margin: 2px;
    line-height: 18px
}

@media (max-width:991.98px) {
    .x-step-register .-step-box-outer {
        width: 24px;
        height: 24px;
        background-color: #d2d2d2
    }
    .x-step-register .-step-box-outer .--step-box-inner {
        margin: 1px
    }
    .x-step-register .-step-box-outer.step-active {
        background-color: #fff
    }
}

.cke_editable blockquote,
.x-blog blockquote {
    font-size: 1.3em;
    width: 100%;
    margin: 20px auto;
    font-style: italic;
    color: #555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #20b1e9;
    line-height: 1.6;
    position: relative;
    background: #ededed
}

.cke_editable blockquote p,
.x-blog blockquote p {
    margin-bottom: 0!important
}

.cke_editable blockquote:before,
.x-blog blockquote:before {
    font-family: Arial;
    content: "\201C";
    color: #20b1e9;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px
}

.cke_editable blockquote:after,
.x-blog blockquote:after {
    content: ""
}

@media (max-width:767.98px) {
    .cke_editable blockquote,
    .x-blog blockquote {
        font-size: 1.15em;
        padding: 1em 25px 1em 50px
    }
}

.cke_editable img,
.x-blog img {
    max-width: 100%;
    height: auto!important
}

.cke_editable iframe,
.x-blog iframe {
    max-width: 100%
}

@media (max-width:575.98px) {
    .cke_editable iframe,
    .x-blog iframe {
        height: auto!important
    }
}

.x-blog-item {
    margin-bottom: 1rem
}

.x-blog-item .x-link .-image-container {
    overflow: hidden
}

.x-blog-item .x-link:hover .-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-blog-item .x-link .-img {
    transition: all .6s
}

.x-blog-social-widget .-img {
    transition: all .4s;
    width: 40px
}

.x-blog-social-widget .-img:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.x-blog-show {
    min-height: 500px;
    padding: 14rem 0 2rem
}

@media (max-width:991.98px) {
    .x-blog-show {
        padding-top: 8rem
    }
}

.x-blog-show .-heading-title {
    text-align: center;
    color: #fff;
    margin-top: 1.5rem;
    font-size: 2.5rem
}

@media (max-width:991.98px) {
    .x-blog-show .-heading-title {
        font-size: 2.25rem
    }
}

@media (max-width:767.98px) {
    .x-blog-show .-heading-title {
        font-size: 2rem
    }
}

@media (max-width:575.98px) {
    .x-blog-show .-heading-title {
        margin-top: 1rem;
        font-size: 1.75rem
    }
}

@media (max-width:991.98px) {
    .x-deposit-form,
    .x-deposit-form .-animatable-container,
    .x-deposit-form form {
        height: 100%
    }
}

@media (max-width:1199.98px) {
    .x-deposit-form .-deposit-container {
        height: 100%!important
    }
}

.x-deposit-form .-deposit-container .-btn-get-promotion {
    background: transparent;
    border: 0;
    font-size: 1.4rem
}

.x-deposit-form .-deposit-container .-btn-get-promotion .fas {
    -webkit-animation: x-shaker-left-right 1.3s cubic-bezier(.455, .03, .515, .955) infinite both;
    animation: x-shaker-left-right 1.3s cubic-bezier(.455, .03, .515, .955) infinite both
}

.x-deposit-form .-deposit-container .-btn-cancel-promotion {
    font-size: 1.4rem
}

.x-deposit-form .-bg-promotion-active {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

@media (max-width:767.98px) {
    .x-deposit-form .-bg-promotion-active {
        width: 90%
    }
}

@media (max-width:991.98px) {
    .x-deposit-form .x-slide-left-content+.-form {
        display: none
    }
    .x-deposit-form .x-slide-left-content.-hide+.-form {
        display: block
    }
}

@media (max-width:767.98px) {
    .x-deposit-bank-change .-bank-after,
    .x-deposit-bank-change .-bank-before {
        padding: 0
    }
}

.x-deposit-bank-change .-bank-before {
    opacity: .4
}

.x-deposit-bank-change .-title .fas {
    color: #dc3545!important
}

.x-deposit-bank-change .fas.fa-arrow-right {
    position: relative;
    top: 3px;
    right: -10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-name: x-arrow-left;
    animation-name: x-arrow-left;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.x-deposit-bank-change .-submit .fas {
    position: relative;
    top: 3px;
    right: -10px
}

@media (max-width:767.98px) {
    .x-deposit-bank-change {
        padding: 1rem 0!important
    }
    .x-deposit-bank-change .-title {
        font-size: 1.75rem!important
    }
}

.-deposit-preview .-fake-input {
    position: relative
}

.-deposit-preview .-fake-input .fas {
    position: absolute;
    top: 15px;
    left: -40px;
    font-size: 22px;
    color: #20b1e9;
    -webkit-animation-name: x-arrow-left;
    animation-name: x-arrow-left;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

#depositModal .-temporary-deposit-decimal,
.-deposit-preview .-temporary-deposit-decimal {
    margin-bottom: 1rem;
    font-size: 1.5rem
}

#depositModal .-temporary-deposit-decimal .-decimal,
.-deposit-preview .-temporary-deposit-decimal .-decimal {
    display: block;
    padding: 0 2rem
}

#depositModal .-temporary-deposit-decimal .-badge,
.-deposit-preview .-temporary-deposit-decimal .-badge {
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 22px;
    padding: 2px 11px;
    border: 2px solid #fff;
    background: red;
    color: #fff;
    -webkit-animation-name: x-alert-blinker;
    animation-name: x-alert-blinker;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#depositModal .-temporary-deposit-decimal .-badge .fas,
.-deposit-preview .-temporary-deposit-decimal .-badge .fas {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

#depositModal .-temporary-deposit-decimal .-description,
.-deposit-preview .-temporary-deposit-decimal .-description {
    margin-top: 1rem;
    display: block;
    padding: 0 2rem;
    color: #f16869
}

@media (max-width:991.98px) {
    #depositModal .-temporary-deposit-decimal .-decimal,
    #depositModal .-temporary-deposit-decimal .-description,
    .-deposit-preview .-temporary-deposit-decimal .-decimal,
    .-deposit-preview .-temporary-deposit-decimal .-description {
        padding: 0
    }
}

.x-pending .-fake-input {
    padding: 12px .675rem 8px;
    background-color: #132848;
    color: #20b1e9;
    font-size: 1.95rem;
    line-height: 1
}

.x-pending .-fake-input .-decimal {
    font-weight: 700;
    color: #fff;
    text-decoration: underline
}

@media (max-width:991.98px) {
    .x-pending .-fake-input {
        width: 80%
    }
}

@media (max-width:767.98px) {
    .x-pending .-fake-input {
        width: 100%
    }
}

@media (max-width:991.98px) {
    .x-pending {
        height: 100%
    }
    .x-pending .js-copy-to-clipboard {
        background-color: transparent;
        border-radius: 10px;
        border: 1px solid #fff;
        padding: 4px
    }
    .x-pending .-animatable-container {
        height: 100%
    }
}

.x-pending .-qr {
    width: 70%
}

.x-pending .-pending-bg-promotion-active {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    padding: 7px 1rem 0
}

@media (max-width:991.98px) {
    .x-pending .-pending-bg-promotion-active {
        padding: 7px 1.5rem 0
    }
}

.x-pending .-pending-bg-promotion-active .-title {
    color: #20b1e9;
    font-size: 1.5rem;
    font-weight: 700
}

@media (max-width:991.98px) {
    .x-pending .-pending-bg-promotion-active .-title {
        font-size: 1.44rem
    }
}

.x-pending .-danger-zone,
.x-pending .x-danger-zone {
    margin: 2rem auto 0;
    position: relative;
    padding: 20px 15px 12px;
    width: 100%;
    border: 2px solid #fd043a;
    background: rgba(253, 4, 58, .2)
}

@media (max-width:991.98px) {
    .x-pending .-danger-zone,
    .x-pending .x-danger-zone {
        width: 90%;
        margin-bottom: 4rem
    }
}

@media (max-width:767.98px) {
    .x-pending .-danger-zone,
    .x-pending .x-danger-zone {
        width: 100%
    }
}

.x-pending .-danger-zone .-icon-wrapper,
.x-pending .x-danger-zone .-icon-wrapper {
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 6px
}

.x-pending .-danger-zone .-icon-wrapper .-img,
.x-pending .x-danger-zone .-icon-wrapper .-img {
    width: 30px
}

.x-pending .-danger-zone span,
.x-pending .x-danger-zone span {
    display: block;
    font-size: 1.5rem
}

.x-pending .-danger-zone.-wrk-owner,
.x-pending .x-danger-zone.-wrk-owner {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #877656;
    background: #343129
}

@media (min-width:992px) {
    .x-pending .-danger-zone.-wrk-owner,
    .x-pending .x-danger-zone.-wrk-owner {
        width: 250px
    }
}

.x-pending .-danger-zone.-wrk-owner .-icon-wrapper,
.x-pending .x-danger-zone.-wrk-owner .-icon-wrapper {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    margin-top: -5px;
    margin-right: 10px;
    padding: 0
}

.x-pending .-danger-zone.-wrk-owner .-icon-wrapper .-img,
.x-pending .x-danger-zone.-wrk-owner .-icon-wrapper .-img {
    width: 40px
}

.x-pending .-danger-zone.-wrk-owner span,
.x-pending .x-danger-zone.-wrk-owner span {
    font-size: 1.5rem
}

.x-deposit-promotion {
    max-height: 400px;
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.x-deposit-promotion::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-deposit-promotion::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-deposit-promotion::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

@media (max-width:991.98px) {
    .x-deposit-promotion {
        max-height: none;
        -webkit-overflow-scrolling: auto;
        overflow: unset;
        background: linear-gradient(155deg, #194375, #102c4d 75%, #071c35)
    }
}

.x-deposit-promotion .-img {
    transition: all .6s;
    opacity: .7;
    border-radius: 10px
}

.x-deposit-promotion .-img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-deposit-promotion .-img.-active {
    opacity: 1;
    border: 3px solid #20b1e9
}

.x-deposit-notice {
    padding: 0 2rem
}

@media (max-width:991.98px) {
    .x-deposit-notice {
        padding: 1rem 2rem 0
    }
}

.x-deposit-notice .-noted {
    position: relative;
    padding: 1rem .6rem .6rem;
    border: 2px solid #e9a02a;
    border-radius: 5px;
    font-size: 1.4rem;
    background: #212a2f;
    text-align: center;
    -webkit-animation: x-deposit-notice-bg-blinker .5s ease-in-out infinite alternate;
    animation: x-deposit-notice-bg-blinker .5s ease-in-out infinite alternate
}

.x-deposit-notice .-noted span {
    display: inline-block
}

.x-deposit-notice .-noted .-chevron {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x-deposit-notice .-noted .-chevron.-left {
    left: -35px;
    -webkit-animation: x-deposit-notice-chevron-left .5s ease-in-out infinite alternate;
    animation: x-deposit-notice-chevron-left .5s ease-in-out infinite alternate
}

.x-deposit-notice .-noted .-chevron.-left .fas {
    color: #e9a02a
}

.x-deposit-notice .-noted .-chevron.-left .fas:first-child {
    margin-right: -8px
}

.x-deposit-notice .-noted .-chevron.-right {
    right: -35px;
    -webkit-animation: x-deposit-notice-chevron-right .5s ease-in-out infinite alternate;
    animation: x-deposit-notice-chevron-right .5s ease-in-out infinite alternate
}

.x-deposit-notice .-noted .-chevron.-right .fas {
    color: #e9a02a
}

.x-deposit-notice .-noted .-chevron.-right .fas:last-child {
    margin-left: -8px
}

.x-deposit-notice .-bank-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding: .8rem;
    border-radius: 5px;
    background: #212a2f
}

.x-deposit-notice .-bank-info .-img {
    width: 60px;
    margin-right: 1rem
}

.x-deposit-notice .-bank-info .-details .-main-text {
    font-size: 1.98rem;
    font-weight: 700;
    color: #e9a02a
}

.x-deposit-notice .-bank-info .-details .-normal-text {
    font-size: 1.2rem;
    color: #a6afb4
}

.x-deposit-notice .-bank-info .-details .-normal-text:not(:last-child) {
    margin-top: -5px
}

@media (max-width:767.98px) {
    .x-deposit-notice .-bank-info .-img {
        width: 60px
    }
}

.x-deposit-notice.-group-new .-cover {
    position: relative;
    width: 150%;
    left: -25%
}

@media (max-width:991.98px) {
    .x-deposit-notice.-group-new {
        padding: 1rem 0 0
    }
    .x-deposit-notice.-group-new .-cover {
        width: 80%;
        left: 10%;
        margin-top: -15px
    }
}

@media (max-width:767.98px) {
    .x-deposit-notice.-group-new .-cover {
        width: 100%;
        left: 0
    }
}

@media (max-width:991.98px) {
    .x-deposit-notice.-decimal {
        padding: 0 15px
    }
}

.x-deposit-notice.-decimal .-noted-title {
    padding: 12px 0 2px;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 7.5px;
    color: #fff;
    background: #b6385c;
    -webkit-animation: x-deposit-notice-title-blinker .4s ease-in-out infinite alternate;
    animation: x-deposit-notice-title-blinker .4s ease-in-out infinite alternate
}

.x-deposit-notice.-decimal .-noted-img-wrapper .-img {
    width: 100%;
    margin-top: 1.5rem
}

@media (max-width:991.98px) {
    .x-deposit-notice.-decimal .-noted-img-wrapper {
        width: 80%;
        margin: auto
    }
}

.x-wm-network-confirmed-text {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #d2d2d2
}

@media (max-width:991.98px) {
    .x-wm-network-confirmed-text {
        margin-top: 2rem
    }
}

@media (max-width:575.98px) {
    .x-wm-network-confirmed-text {
        width: 230px;
        margin: 2rem auto 0
    }
}

@-webkit-keyframes x-deposit-notice-title-blinker {
    0% {
        background: #b6385c
    }
    to {
        background: #7c263e
    }
}

@keyframes x-deposit-notice-title-blinker {
    0% {
        background: #b6385c
    }
    to {
        background: #7c263e
    }
}

@-webkit-keyframes x-deposit-notice-bg-blinker {
    0% {
        background: #212a2f;
        border-color: #e9a02a
    }
    to {
        background: rgba(33, 42, 47, .5);
        border-color: #b47613
    }
}

@keyframes x-deposit-notice-bg-blinker {
    0% {
        background: #212a2f;
        border-color: #e9a02a
    }
    to {
        background: rgba(33, 42, 47, .5);
        border-color: #b47613
    }
}

@-webkit-keyframes x-deposit-notice-chevron-left {
    0% {
        -webkit-transform: translate(-8px, -50%);
        transform: translate(-8px, -50%)
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes x-deposit-notice-chevron-left {
    0% {
        -webkit-transform: translate(-8px, -50%);
        transform: translate(-8px, -50%)
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@-webkit-keyframes x-deposit-notice-chevron-right {
    0% {
        -webkit-transform: translate(8px, -50%);
        transform: translate(8px, -50%)
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes x-deposit-notice-chevron-right {
    0% {
        -webkit-transform: translate(8px, -50%);
        transform: translate(8px, -50%)
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.x-withdraw-form .x-select-amount {
    margin-top: 1rem
}

@media (max-width:991.98px) {
    .x-withdraw-form,
    .x-withdraw-form .-animatable-container,
    .x-withdraw-form form {
        height: 100%
    }
}

.x-withdraw-pending .-fake-input {
    padding: 12px .675rem 8px;
    background-color: #132848;
    color: #20b1e9;
    font-size: 1.95rem;
    line-height: 1
}

.x-withdraw-pending .-fake-input .-decimal {
    font-weight: 700;
    color: #fff;
    text-decoration: underline
}

@media (max-width:991.98px) {
    .x-withdraw-pending .-fake-input {
        width: 80%
    }
}

@media (max-width:767.98px) {
    .x-withdraw-pending .-fake-input {
        width: 100%
    }
}

.x-withdraw-pending .-no-credit-container .-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #f16869
}

.x-withdraw-pending .-no-credit-container .-content {
    font-size: 1.44rem;
    color: #d2d2d2
}

.x-intro-promotion {
    color: hsla(0, 0%, 100%, .8)
}

.x-intro-promotion.-android-view {
    opacity: 0
}

.x-intro-promotion.-android-view.show {
    transition: opacity .6s ease-in-out;
    opacity: 1
}

.x-intro-promotion.-android-view .slick-dots li.slick-active button:before {
    opacity: .75
}

.x-intro-promotion.-android-view .slick-dots li:not(.slick-active) button:focus:before,
.x-intro-promotion.-android-view .slick-dots li:not(.slick-active) button:hover:before {
    opacity: .25
}

@media (min-width:992px) {
    .x-intro-promotion .slick-dots li:not(.slick-active) button:hover:before {
        opacity: .5
    }
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-dots li:not(.slick-active) button:hover:before {
        opacity: .25
    }
}

.x-intro-promotion .slick-dots li:not(.slick-active) button:focus:before {
    opacity: .25
}

.x-intro-promotion .slick-arrow {
    background-color: rgba(0, 45, 89, .9);
    width: 50px;
    height: 50px
}

.x-intro-promotion .slick-arrow:before {
    display: none!important
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-arrow {
        width: 30px;
        height: 30px
    }
}

.x-intro-promotion .slick-arrow .fas {
    font-size: 18px;
    line-height: 18px;
    color: #20b1e9;
    opacity: .8
}

.x-intro-promotion .slick-arrow .fas:hover {
    opacity: 1
}

.x-intro-promotion .slick-arrow.slick-prev {
    left: 28%;
    top: 150px
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-arrow.slick-prev {
        left: 3%
    }
}

.x-intro-promotion .slick-arrow.slick-next {
    right: 28%;
    top: 150px
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-arrow.slick-next {
        right: 3%
    }
}

.x-intro-promotion .slick-list.draggable {
    padding: 0!important;
    margin-right: 2rem;
    margin-left: 2rem
}

@media (max-width:575.98px) {
    .x-intro-promotion .slick-list.draggable {
        margin-left: 0;
        margin-right: 0
    }
}

.x-intro-promotion .slick-list .slick-track .slick-slide {
    opacity: .2
}

.x-intro-promotion .slick-list .slick-track .slick-slide img {
    width: 1000px
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide img {
        width: 600px
    }
}

@media (max-width:767.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide img {
        width: 100%
    }
}

.x-intro-promotion .slick-list .slick-track .slick-slide .-slick-content {
    opacity: 0
}

.x-intro-promotion .slick-list .slick-track .slick-slide .-btn-container {
    min-width: 12%
}

@media (max-width:1199.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide .-btn-container {
        min-width: 20%
    }
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide .-btn-container {
        min-width: 30%
    }
}

@media (max-width:767.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide .-btn-container {
        min-width: 40%
    }
}

@media (max-width:575.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide .-btn-container {
        min-width: 50%
    }
}

.x-intro-promotion .slick-list .slick-track .slick-slide.slick-center {
    opacity: 1
}

.x-intro-promotion .slick-list .slick-track .slick-slide.slick-center .-slick-content {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide.slick-center .-slick-content {
        max-width: 80%
    }
}

@media (max-width:767.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide.slick-center .-slick-content {
        max-width: 100%
    }
}

.x-promotion-return-by-user-container .-promotion-return-btn {
    margin-bottom: 1rem;
    padding: .75rem 2.5rem .35rem
}

.x-promotion-return-by-user-container .-group-round-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    flex-direction: row
}

@media (max-width:991.98px) {
    .x-promotion-return-by-user-container .-group-round-container {
        flex-direction: column
    }
}

.x-promotion-return-by-user-container .-group-round-container.-expired,
.x-promotion-return-by-user-container .-group-round-container.-no-data {
    justify-content: center
}

.x-promotion-return-by-user-container .-group-round-container.-expired .-date-range-container,
.x-promotion-return-by-user-container .-group-round-container.-no-data .-date-range-container {
    flex: 1
}

.x-promotion-return-by-user-container .-group-round-container .-date-range-container {
    padding-top: 5px
}

@media (max-width:991.98px) {
    .x-promotion-return-by-user-container .-group-round-container .-date-range-container {
        font-size: 1.2rem!important;
        text-align: center
    }
}

.x-promotion-return-by-user-container .-group-round-container .-bonus {
    display: flex;
    color: #20b1e9
}

@media (max-width:991.98px) {
    .x-promotion-return-by-user-container .-group-round-container .-bonus {
        justify-content: center;
        margin-top: 1rem
    }
}

.x-promotion-return-by-user-container .-group-round-container .-bonus .-dollar-sign {
    display: flex;
    justify-content: center;
    background-color: #20b1e9;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-right: 4px;
    color: #000;
    border-radius: 50%
}

.x-promotion-return-by-user-container .-group-round-container .-bonus .-dollar-sign .-dollar-sign-inner {
    position: relative;
    top: 4px;
    font-size: 1.35rem
}

.x-promotion-return-by-user-container .-description-container {
    text-align: center
}

.x-promotion-return-by-user-container .-description-container .-text-description {
    color: #20b1e9
}

.x-promotion-return-by-user-container .-description-container button[disabled] {
    opacity: .5;
    pointer-events: none
}

.x-promotion-return-by-user-container .-condition-container {
    margin-top: .7rem;
    border-top: 1px solid #656565;
    height: 280px;
    overflow-y: auto
}

.x-promotion-return-by-user-container .-condition-container::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-promotion-return-by-user-container .-condition-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-promotion-return-by-user-container .-condition-container::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

@media (max-width:575.98px) {
    .x-promotion-return-by-user-container .-condition-container {
        height: 220px
    }
}

.x-promotion-return-by-user-container .-condition-container .-condition-title {
    margin: 1rem 0 .7rem;
    color: #20b1e9
}

@media (max-width:991.98px) {
    .x-promotion-return-by-user-container .x-admin-contact {
        border-top: 1px solid #656565
    }
}

.x-promotion-content {
    color: #a0a0a0
}

.x-promotion-content h2 {
    color: #20b1e9
}

.x-promotion-content table {
    width: 100%
}

@media (max-width:991.98px) {
    .x-login-form,
    .x-login-form .-animatable-container,
    .x-register-already-form,
    .x-register-already-form .-animatable-container {
        height: 100%
    }
}

.x-register-already-form .-already-description {
    width: 100%;
    margin: 1rem 0 2rem;
    padding: 1rem 1rem .5rem;
    text-align: center;
    background: #0e1d34
}

.x-register-already-form .x-reset-pw-text-container {
    width: 100%;
    margin: 1rem auto;
    text-align: center
}

.x-register-already-form .x-reset-pw-text-container a {
    display: inline-block;
    color: #20b1e9
}

@media (min-width:992px) {
    .x-register-already-form .x-reset-pw-text-container a:hover {
        color: #37b9eb
    }
}

@media (max-width:575.98px) {
    .x-account-profile .order-2 {
        padding-bottom: 2rem
    }
}

@media (max-width:991.98px) {
    .x-account-profile {
        background: linear-gradient(155deg, #194375, #102c4d 75%, #071c35);
        padding-top: 2rem;
        font-size: 1.3rem
    }
}

@media (max-width:767.98px) {
    .x-account-profile .-account-provider-container {
        padding-right: 0;
        padding-left: 0
    }
}

.x-account-profile .-account-provider-container .-account-provider-inner {
    font-size: 1.1rem
}

.x-account-profile .-account-provider-container .-account-provider-inner.-scroll {
    height: 320px;
    overflow-y: auto
}

.x-account-profile .-account-provider-container .-account-provider-inner.-scroll::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-account-profile .-account-provider-container .-account-provider-inner.-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-account-profile .-account-provider-container .-account-provider-inner.-scroll::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

.x-account-profile .-account-provider-container .-account-provider-inner .-info-wrapper {
    flex: 1;
    flex-wrap: wrap
}

.x-account-profile .-account-provider-container .-account-provider-inner .-info-wrapper img {
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.x-account-profile .-account-provider-container .-account-provider-inner .-btn-action-wrapper {
    width: 46px;
    min-width: 46px;
    text-align: right
}

@media (max-width:991.98px) {
    .x-account-profile .-account-provider-container .-account-provider-inner {
        width: 60%
    }
}

@media (max-width:767.98px) {
    .x-account-profile .-account-provider-container .-account-provider-inner {
        width: 80%
    }
}

@media (max-width:575.98px) {
    .x-account-profile .-account-provider-container .-account-provider-inner {
        width: 100%
    }
    .x-account-profile .-account-provider-container .-account-provider-inner .-info-wrapper img {
        width: 30px;
        height: 30px;
        margin-top: 10px
    }
}

.x-account-profile .-profile-container .-bank-info {
    width: 80%;
    background-color: #0e1d34
}

@media (max-width:575.98px) {
    .x-account-profile .-profile-container .-bank-info {
        width: 90%
    }
}

.x-account-profile .-profile-container .-bank-info .media-body {
    color: #fff!important;
    margin-top: .4rem
}

.x-account-profile .-profile-container .-change-password-container {
    width: 80%
}

.x-account-profile .-profile-container .x-checkbox-primary {
    margin-top: 10px
}

.x-account-profile .-profile-container .x-checkbox-primary .form-check-label:before {
    margin-top: 0
}

.x-account-profile .-profile-container .x-checkbox-primary .form-check-label:after {
    top: 0
}

@media (max-width:991.98px) {
    .x-promotion-active-header {
        background: linear-gradient(155deg, #194375, #102c4d 75%, #071c35);
        padding-top: 2rem;
        font-size: 1.3rem
    }
}

@media (max-width:575.98px) {
    .x-promotion-active-header {
        padding-top: .75rem
    }
}

.x-promotion-active-header .-joining .fas.fa-circle {
    position: relative;
    top: -2px;
    font-size: 12px;
    color: #28a745
}

.x-promotion-active-header .progress {
    position: relative;
    height: 1.5rem;
    padding: .25rem;
    border-radius: 10px;
    background-color: #2e383c
}

.x-promotion-active-header .progress .progress-bar {
    border-radius: 10px;
    background: #46a9d5;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #0f73d2), color-stop(100%, #46a9d5));
    background: linear-gradient(90deg, #0f73d2 0, #46a9d5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0)
}

.x-promotion-active-header .progress span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 3px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff
}

.x-promotion-active-header .-condition {
    max-height: 200px;
    overflow: auto;
    border-top: 1px solid rgba(236, 189, 123, .4);
    border-bottom: 1px solid rgba(236, 189, 123, .4);
    -webkit-overflow-scrolling: touch
}

.x-promotion-active-header .-condition::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-promotion-active-header .-condition::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-promotion-active-header .-condition::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

@media (max-width:767.98px) {
    .x-promotion-active-header .-condition {
        max-height: 44vh
    }
}

@media screen and (max-width:320px) {
    .x-promotion-active-header .-condition {
        max-height: 40vh
    }
}

@media (max-width:575.98px) {
    .x-promotion-active-header .x-admin-contact {
        margin-top: 0
    }
}

.x-account-verification-modal {
    text-align: center;
    font-size: 1.56rem;
    color: #d2d2d2
}

.x-account-verification-modal .fas.fa-spinner {
    font-size: 4rem;
    color: #20b1e9
}

.x-account-verification-modal .-description {
    margin-top: 2rem
}

#historyModal .-modal-content .modal-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media (max-width:767.98px) {
    #historyModal .-modal-content .modal-body {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:992px) {
    .x-bill-history-container {
        max-height: 500px;
        overflow: auto
    }
    .x-bill-history-container::-webkit-scrollbar-track {
        background-color: #212020;
        border-radius: 5px
    }
    .x-bill-history-container::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #333;
        border-radius: 5px
    }
    .x-bill-history-container::-webkit-scrollbar-thumb {
        background-color: #333;
        border-radius: 5px
    }
}

.x-bill-history-container table {
    margin-bottom: 0
}

.x-bill-history-container table.table-striped tbody tr:nth-child(odd) {
    background: hsla(0, 0%, 100%, .1)
}

.x-bill-history-container table thead th {
    padding: .6rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    color: #f3d067
}

@media (max-width:575.98px) {
    .x-bill-history-container table thead th {
        padding: .6rem .5rem;
        font-size: .9rem
    }
}

.x-bill-history-container table tbody td {
    padding: .6rem .75rem;
    font-size: 1rem
}

@media (max-width:575.98px) {
    .x-bill-history-container table tbody td {
        padding: .6rem .5rem;
        font-size: .9rem
    }
}

.x-bill-history-container table tbody td.-amount {
    font-weight: 600;
    text-align: right
}

.x-bill-history-container table tbody td.-amount.-deposit {
    color: #33933e
}

.x-bill-history-container table tbody td.-amount.-withdraw {
    color: #b93838
}

.x-bill-history-container table .-transaction-heading-wrapper {
    text-align: right;
    width: 170px
}

@media (max-width:575.98px) {
    .x-bill-history-container table .-transaction-heading-wrapper {
        width: 145px
    }
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-transaction-heading-wrapper {
        width: 134px
    }
}

.x-bill-history-container table .-transaction-body-wrapper {
    text-align: right;
    width: 170px
}

@media (max-width:575.98px) {
    .x-bill-history-container table .-transaction-body-wrapper {
        width: 145px
    }
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-transaction-body-wrapper {
        width: 134px
    }
}

.x-bill-history-container table .-state-wrapper {
    display: flex;
    align-items: center
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-state-wrapper {
        font-size: .8rem
    }
}

.x-bill-history-container table .-state-wrapper .-ic {
    width: 16px;
    margin-left: 10px
}

@media (max-width:575.98px) {
    .x-bill-history-container table .-state-wrapper .-ic {
        margin-left: 6px
    }
}

.x-bill-history-container table .-state-wrapper .fas {
    margin-left: 10px;
    color: #88e3ff
}

@media (max-width:575.98px) {
    .x-bill-history-container table .-state-wrapper .fas {
        margin-left: 6px
    }
}

.x-bill-history-container table .-state-wrapper .-state-title {
    margin-left: 6px
}

.x-bill-history-container table .-state-wrapper .-state-title.-short {
    display: none
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-state-wrapper .-state-title {
        display: none
    }
    .x-bill-history-container table .-state-wrapper .-state-title.-short {
        display: inline-block
    }
}

.x-bill-history-container table .-amount {
    font-weight: 500
}

.x-bill-history-container table .-amount.-deposit {
    color: #33933e
}

.x-bill-history-container table .-amount.-withdraw {
    color: #b93838
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-datetime {
        font-size: .8rem
    }
}

.x-bill-history-container .-no-result-wrapper {
    padding: 1rem;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 5px;
    text-align: center
}

.x-bill-history-container .-no-result-wrapper .-heading-title .-icon {
    font-size: 3rem;
    color: #f3d067
}

.x-bill-history-container .-no-result-wrapper .-heading-title .-title {
    margin-top: 1rem;
    font-size: 1.68rem;
    font-weight: 500;
    color: #f3d067
}

.x-bill-history-container .-no-result-wrapper .-heading-title .-sub-title {
    font-size: 1rem
}

.x-landing {
    background: transparent
}

.x-landing .-logo {
    position: relative;
    width: 160px
}

@media (max-width:1199.98px) {
    .x-landing {
        background-position: 50%
    }
}

.x-landing #main__content {
    height: 100%
}

@media (max-width:991.98px) {
    .x-landing #main__content {
        padding-bottom: 0
    }
}

.x-landing .x-index-top-container {
    position: relative;
    z-index: 2
}

@media (max-width:991.98px) {
    .x-landing .x-index-top-container {
        overflow-x: hidden!important
    }
    .x-landing .x-index-top-container .x-register-card-landing .card-body.-default-content {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

@media (max-width:575.98px) {
    .x-landing .x-index-top-container .x-register-card-landing .-default-img,
    .x-landing .x-index-top-container .x-register-card-landing .-logo-title {
        width: 90%
    }
}

.x-landing .-btn-image .-btn {
    width: 180px
}

.x-landing .-btn-image .-btn-register {
    width: 175px
}

.x-landing .-btn-image button:focus {
    box-shadow: none
}

.x-register-card-landing .card {
    border-radius: 25px;
    background: hsla(0, 0%, 100%, .1)
}

@media (max-width:991.98px) {
    .x-register-card-landing .card {
        border-radius: 0
    }
}

.x-register-card-landing .card .card-body {
    padding-bottom: 0!important
}

.x-register-card-landing .card .card-body .-bg-promotion-active {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 45px
}

@media (max-width:767.98px) {
    .x-register-card-landing .card .card-body .-bg-promotion-active {
        width: 90%
    }
    .x-register-card-landing .card .card-body .-bg-promotion-active.-default-bg {
        width: 100%
    }
}

.x-register-card-landing .card .card-body .-bg-promotion-active.-default-bg {
    height: auto
}

.x-register-card-landing .card .card-body .-promotion-content {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 10px
}

.x-register-card-landing .card .card-body .-promotion-content::-webkit-scrollbar-track {
    background-color: #212020
}

.x-register-card-landing .card .card-body .-promotion-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333
}

.x-register-card-landing .card .card-body .-promotion-content::-webkit-scrollbar-thumb {
    background-color: #5c544b;
    border-radius: 5px
}

@media (max-width:991.98px) {
    .x-register-card-landing .card .card-body .-promotion-content {
        overflow-y: unset;
        max-height: unset
    }
}

.x-register-card-landing .x-hr-border-glow {
    margin-top: -1px
}

.x-register-card-landing .x-hr-border-glow.-sm-view {
    margin-bottom: -1px;
    width: 95%
}

.x-register-card-landing .x-hr-border-glow.-landing-title-default {
    width: 60%;
    height: 3px
}

.x-register-card-footer {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px
}

.x-register-card-footer .-glow-bg {
    background: linear-gradient(1turn, #20b1e9 -150%, rgba(12, 10, 8, 0) 40%);
    height: 50px
}

@-webkit-keyframes animStar {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
}

@keyframes animStar {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
}

.x-register-card-footer #stars {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars,
.x-register-card-footer #stars:after {
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 324px 4866px #20b1e9, 1681px 1767px #20b1e9, 383px 1561px #20b1e9, 284px 1070px #20b1e9, 1202px 165px #20b1e9, 1985px 1037px #20b1e9, 34px 165px #20b1e9, 1628px 506px #20b1e9, 1344px 1330px #20b1e9, 1023px 190px #20b1e9, 993px 1754px #20b1e9, 502px 509px #20b1e9, 1268px 946px #20b1e9, 1204px 895px #20b1e9, 448px 1480px #20b1e9, 1164px 196px #20b1e9, 598px 1685px #20b1e9, 1370px 1360px #20b1e9, 1299px 1080px #20b1e9, 493px 1293px #20b1e9, 1383px 921px #20b1e9, 1336px 207px #20b1e9, 1157px 503px #20b1e9, 798px 171px #20b1e9, 1415px 1694px #20b1e9, 569px 1189px #20b1e9, 831px 416px #20b1e9, 1715px 1139px #20b1e9, 1201px 1674px #20b1e9, 1479px 1623px #20b1e9, 820px 957px #20b1e9, 502px 48px #20b1e9, 1048px 754px #20b1e9, 200px 762px #20b1e9, 1718px 34px #20b1e9, 1059px 1247px #20b1e9, 1895px 962px #20b1e9, 732px 1957px #20b1e9, 1972px 1330px #20b1e9, 1983px 696px #20b1e9, 443px 1309px #20b1e9, 1322px 1132px #20b1e9, 616px 1364px #20b1e9, 67px 284px #20b1e9, 1101px 1828px #20b1e9, 891px 47px #20b1e9, 1470px 713px #20b1e9, 1970px 310px #20b1e9, 449px 1118px #20b1e9, 1040px 826px #20b1e9, 51px 685px #20b1e9, 1314px 1188px #20b1e9, 865px 1448px #20b1e9, 83px 1894px #20b1e9, 944px 892px #20b1e9, 736px 1542px #20b1e9, 16px 221px #20b1e9, 330px 448px #20b1e9, 387px 1398px #20b1e9, 1071px 1486px #20b1e9, 1364px 1674px #20b1e9, 1650px 1818px #20b1e9, 1444px 440px #20b1e9, 807px 556px #20b1e9, 258px 706px #20b1e9, 932px 1710px #20b1e9, 1056px 1332px #20b1e9, 626px 668px #20b1e9, 1945px 10px #20b1e9, 1502px 842px #20b1e9, 422px 1257px #20b1e9, 414px 1830px #20b1e9, 885px 281px #20b1e9, 39px 450px #20b1e9, 1358px 212px #20b1e9, 896px 1670px #20b1e9, 1049px 393px #20b1e9, 1637px 772px #20b1e9, 1326px 1854px #20b1e9, 1655px 89px #20b1e9, 1852px 867px #20b1e9, 1399px 610px #20b1e9, 115px 809px #20b1e9, 153px 849px #20b1e9, 1957px 103px #20b1e9, 345px 1267px #20b1e9, 177px 1740px #20b1e9, 536px 939px #20b1e9, 1545px 805px #20b1e9, 1326px 382px #20b1e9, 1593px 1174px #20b1e9, 119px 1190px #20b1e9, 1178px 546px #20b1e9, 650px 1254px #20b1e9, 1982px 1161px #20b1e9, 1113px 1363px #20b1e9, 495px 1188px #20b1e9, 584px 1538px #20b1e9, 777px 1058px #20b1e9, 176px 214px #20b1e9, 252px 1487px #20b1e9, 1256px 1679px #20b1e9, 58px 1395px #20b1e9, 1665px 855px #20b1e9, 51px 1198px #20b1e9, 513px 11px #20b1e9, 384px 1243px #20b1e9, 1267px 1622px #20b1e9, 1914px 1044px #20b1e9, 1728px 1962px #20b1e9, 1320px 331px #20b1e9, 30px 1249px #20b1e9, 1571px 1848px #20b1e9, 434px 1235px #20b1e9, 1958px 859px #20b1e9, 1976px 1544px #20b1e9, 789px 903px #20b1e9, 1834px 618px #20b1e9, 1561px 677px #20b1e9, 389px 909px #20b1e9, 1199px 353px #20b1e9, 1543px 499px #20b1e9, 1097px 1458px #20b1e9, 401px 1858px #20b1e9, 1488px 1103px #20b1e9, 534px 737px #20b1e9, 614px 719px #20b1e9, 447px 1608px #20b1e9, 377px 102px #20b1e9, 304px 1329px #20b1e9, 471px 1355px #20b1e9, 1694px 717px #20b1e9, 1448px 1122px #20b1e9, 136px 1486px #20b1e9, 1074px 1004px #20b1e9, 489px 389px #20b1e9, 1536px 1997px #20b1e9, 1838px 158px #20b1e9, 1156px 1176px #20b1e9, 416px 550px #20b1e9, 321px 246px #20b1e9, 1479px 1332px #20b1e9, 804px 690px #20b1e9, 1047px 607px #20b1e9, 788px 1319px #20b1e9, 558px 555px #20b1e9, 316px 1695px #20b1e9, 415px 863px #20b1e9, 1162px 1784px #20b1e9, 939px 895px #20b1e9, 256px 1449px #20b1e9, 153px 377px #20b1e9, 758px 1744px #20b1e9, 691px 1366px #20b1e9, 275px 931px #20b1e9, 1125px 862px #20b1e9, 171px 132px #20b1e9, 625px 276px #20b1e9, 474px 1065px #20b1e9, 1782px 831px #20b1e9, 1164px 73px #20b1e9, 1908px 1766px #20b1e9, 105px 1983px #20b1e9, 739px 553px #20b1e9, 1303px 1089px #20b1e9, 139px 1082px #20b1e9, 1438px 284px #20b1e9, 157px 703px #20b1e9, 193px 423px #20b1e9, 32px 1922px #20b1e9, 1269px 1933px #20b1e9, 1721px 818px #20b1e9, 76px 1025px #20b1e9, 786px 1039px #20b1e9, 1128px 1324px #20b1e9, 1084px 9px #20b1e9, 1865px 518px #20b1e9, 1037px 1126px #20b1e9, 236px 147px #20b1e9, 594px 1249px #20b1e9, 309px 738px #20b1e9, 1253px 848px #20b1e9, 632px 1169px #20b1e9, 868px 1858px #20b1e9, 1390px 461px #20b1e9, 1467px 539px #20b1e9, 444px 263px #20b1e9, 1784px 437px #20b1e9, 1549px 824px #20b1e9, 908px 1230px #20b1e9, 1323px 979px #20b1e9, 198px 1359px #20b1e9, 1694px 1747px #20b1e9, 475px 1177px #20b1e9, 600px 1653px #20b1e9, 650px 1162px #20b1e9, 1556px 1878px #20b1e9, 1849px 1395px #20b1e9, 536px 1097px #20b1e9, 879px 957px #20b1e9, 1753px 1638px #20b1e9, 1618px 1847px #20b1e9, 1983px 1567px #20b1e9, 1111px 655px #20b1e9, 581px 772px #20b1e9, 1495px 916px #20b1e9, 241px 63px #20b1e9, 1181px 1917px #20b1e9, 1763px 1822px #20b1e9, 341px 454px #20b1e9, 782px 1090px #20b1e9, 1636px 1666px #20b1e9, 1307px 798px #20b1e9, 244px 793px #20b1e9, 38px 809px #20b1e9, 656px 374px #20b1e9, 8px 389px #20b1e9, 1689px 681px #20b1e9, 1070px 317px #20b1e9, 83px 76px #20b1e9, 668px 486px #20b1e9, 874px 487px #20b1e9, 442px 1862px #20b1e9, 684px 371px #20b1e9, 33px 304px #20b1e9, 227px 1066px #20b1e9, 111px 1862px #20b1e9, 804px 489px #20b1e9, 1741px 1588px #20b1e9, 116px 472px #20b1e9, 1623px 1642px #20b1e9, 1563px 444px #20b1e9, 702px 1719px #20b1e9, 1571px 1024px #20b1e9, 901px 1082px #20b1e9, 757px 1952px #20b1e9, 1366px 544px #20b1e9, 1203px 713px #20b1e9, 105px 889px #20b1e9, 1070px 1435px #20b1e9, 1149px 1528px #20b1e9, 1810px 1184px #20b1e9, 1258px 80px #20b1e9, 1340px 1002px #20b1e9, 1556px 619px #20b1e9, 854px 857px #20b1e9, 1626px 1172px #20b1e9, 1907px 933px #20b1e9, 1087px 793px #20b1e9, 1426px 927px #20b1e9, 1454px 1797px #20b1e9, 621px 1439px #20b1e9, 1440px 988px #20b1e9, 1388px 1737px #20b1e9, 287px 5px #20b1e9, 1319px 1100px #20b1e9, 1168px 810px #20b1e9, 1697px 967px #20b1e9, 1006px 1083px #20b1e9, 1471px 146px #20b1e9, 1188px 1924px #20b1e9, 1490px 994px #20b1e9, 1529px 505px #20b1e9, 940px 316px #20b1e9, 172px 966px #20b1e9, 182px 1844px #20b1e9, 1929px 359px #20b1e9, 563px 1329px #20b1e9, 1441px 59px #20b1e9, 1819px 1843px #20b1e9, 1022px 452px #20b1e9, 1652px 330px #20b1e9, 1348px 1304px #20b1e9, 1173px 689px #20b1e9, 1840px 934px #20b1e9, 960px 1951px #20b1e9, 790px 408px #20b1e9, 474px 914px #20b1e9, 570px 1022px #20b1e9, 1619px 779px #20b1e9, 62px 645px #20b1e9, 908px 469px #20b1e9, 1342px 1109px #20b1e9, 1678px 1900px #20b1e9, 1870px 733px #20b1e9, 374px 737px #20b1e9, 1993px 593px #20b1e9, 879px 601px #20b1e9, 318px 1880px #20b1e9, 787px 1409px #20b1e9, 29px 323px #20b1e9, 1227px 982px #20b1e9, 600px 592px #20b1e9, 1003px 571px #20b1e9, 372px 311px #20b1e9, 134px 1775px #20b1e9, 1637px 1980px #20b1e9, 1253px 1828px #20b1e9, 452px 268px #20b1e9, 897px 634px #20b1e9, 395px 1133px #20b1e9, 1771px 195px #20b1e9, 1806px 1487px #20b1e9, 253px 621px #20b1e9, 1480px 466px #20b1e9, 1269px 606px #20b1e9, 1258px 61px #20b1e9, 659px 218px #20b1e9, 1576px 1347px #20b1e9, 1054px 1642px #20b1e9, 1629px 53px #20b1e9, 1899px 424px #20b1e9, 1217px 1954px #20b1e9, 1696px 1790px #20b1e9, 1413px 956px #20b1e9, 1783px 449px #20b1e9, 1731px 1120px #20b1e9, 584px 66px #20b1e9, 696px 18px #20b1e9, 220px 497px #20b1e9, 839px 1125px #20b1e9, 1806px 1577px #20b1e9, 1879px 1038px #20b1e9, 1935px 1867px #20b1e9, 870px 406px #20b1e9, 23px 1535px #20b1e9, 412px 771px #20b1e9, 804px 912px #20b1e9, 494px 818px #20b1e9, 1165px 839px #20b1e9, 108px 194px #20b1e9, 1688px 1373px #20b1e9, 1943px 560px #20b1e9, 953px 1678px #20b1e9, 1282px 1708px #20b1e9, 639px 728px #20b1e9, 274px 1167px #20b1e9, 1762px 1914px #20b1e9, 1504px 876px #20b1e9, 1485px 486px #20b1e9, 291px 1490px #20b1e9, 882px 1013px #20b1e9, 1288px 116px #20b1e9, 1821px 1526px #20b1e9, 922px 351px #20b1e9, 550px 1659px #20b1e9, 19px 753px #20b1e9, 476px 1813px #20b1e9, 1244px 1435px #20b1e9, 1329px 1700px #20b1e9, 726px 1603px #20b1e9, 1032px 1949px #20b1e9, 1915px 46px #20b1e9, 530px 1832px #20b1e9, 638px 1563px #20b1e9, 249px 307px #20b1e9, 1021px 118px #20b1e9, 946px 1564px #20b1e9, 625px 780px #20b1e9, 1752px 324px #20b1e9, 140px 1266px #20b1e9, 1499px 1043px #20b1e9, 1367px 1481px #20b1e9, 1590px 357px #20b1e9, 117px 1150px #20b1e9, 116px 136px #20b1e9, 461px 508px #20b1e9, 613px 1633px #20b1e9, 1050px 1705px #20b1e9, 1527px 191px #20b1e9, 828px 404px #20b1e9, 219px 178px #20b1e9, 1137px 1240px #20b1e9, 202px 850px #20b1e9, 840px 1968px #20b1e9, 1404px 1846px #20b1e9, 763px 1554px #20b1e9, 771px 1922px #20b1e9, 1184px 1544px #20b1e9, 1570px 1582px #20b1e9, 169px 105px #20b1e9, 306px 1343px #20b1e9, 482px 492px #20b1e9, 1089px 265px #20b1e9, 699px 1565px #20b1e9, 662px 847px #20b1e9, 1895px 43px #20b1e9, 1489px 1354px #20b1e9, 137px 1104px #20b1e9, 1241px 1230px #20b1e9, 767px 199px #20b1e9, 1934px 1142px #20b1e9, 1042px 142px #20b1e9, 272px 885px #20b1e9, 1520px 534px #20b1e9, 1552px 765px #20b1e9, 1942px 1301px #20b1e9, 431px 910px #20b1e9, 1798px 637px #20b1e9, 487px 128px #20b1e9, 147px 906px #20b1e9, 548px 791px #20b1e9, 203px 395px #20b1e9, 847px 56px #20b1e9, 1672px 846px #20b1e9, 758px 1372px #20b1e9, 400px 1130px #20b1e9, 1886px 234px #20b1e9, 613px 1489px #20b1e9, 1731px 746px #20b1e9, 189px 1141px #20b1e9, 782px 402px #20b1e9, 1336px 1505px #20b1e9, 902px 659px #20b1e9, 887px 498px #20b1e9, 473px 1339px #20b1e9, 783px 157px #20b1e9, 716px 561px #20b1e9, 1078px 254px #20b1e9, 1239px 822px #20b1e9, 1866px 1945px #20b1e9, 942px 1302px #20b1e9, 236px 746px #20b1e9, 867px 511px #20b1e9, 660px 792px #20b1e9, 234px 736px #20b1e9, 1808px 1222px #20b1e9, 888px 944px #20b1e9, 328px 168px #20b1e9, 314px 350px #20b1e9, 1243px 352px #20b1e9, 1594px 1577px #20b1e9, 1837px 993px #20b1e9, 1466px 885px #20b1e9, 1722px 965px #20b1e9, 1630px 1160px #20b1e9, 65px 1471px #20b1e9, 1137px 1086px #20b1e9, 748px 1982px #20b1e9, 4px 1123px #20b1e9, 184px 657px #20b1e9, 506px 562px #20b1e9, 1129px 1598px #20b1e9, 1411px 1661px #20b1e9, 1752px 1774px #20b1e9, 1533px 1378px #20b1e9, 89px 743px #20b1e9, 1478px 203px #20b1e9, 271px 725px #20b1e9, 283px 497px #20b1e9, 1828px 1001px #20b1e9, 601px 284px #20b1e9, 1652px 327px #20b1e9, 446px 1653px #20b1e9, 216px 1828px #20b1e9, 1001px 1080px #20b1e9, 135px 1168px #20b1e9, 1084px 393px #20b1e9, 343px 786px #20b1e9, 39px 398px #20b1e9, 1672px 968px #20b1e9, 910px 1267px #20b1e9, 1592px 1143px #20b1e9, 1952px 1020px #20b1e9, 556px 11px #20b1e9, 1908px 453px #20b1e9, 88px 563px #20b1e9, 1396px 260px #20b1e9, 1466px 868px #20b1e9, 687px 356px #20b1e9, 506px 1213px #20b1e9, 759px 170px #20b1e9, 291px 771px #20b1e9, 1582px 562px #20b1e9, 1510px 309px #20b1e9, 707px 439px #20b1e9, 10px 889px #20b1e9, 350px 1873px #20b1e9, 313px 1893px #20b1e9, 186px 966px #20b1e9, 1514px 226px #20b1e9, 1876px 912px #20b1e9, 1444px 1989px #20b1e9, 363px 1133px #20b1e9, 1811px 914px #20b1e9, 320px 522px #20b1e9, 1110px 1434px #20b1e9, 1910px 1322px #20b1e9, 1167px 1545px #20b1e9, 1684px 167px #20b1e9, 746px 415px #20b1e9, 1136px 1209px #20b1e9, 1621px 565px #20b1e9, 78px 800px #20b1e9, 592px 1180px #20b1e9, 1474px 1069px #20b1e9, 283px 1663px #20b1e9, 1841px 742px #20b1e9, 1050px 1940px #20b1e9, 1417px 603px #20b1e9, 936px 155px #20b1e9, 82px 820px #20b1e9, 264px 15px #20b1e9, 610px 1925px #20b1e9, 1890px 1480px #20b1e9, 749px 1946px #20b1e9, 130px 1626px #20b1e9, 1454px 1236px #20b1e9, 1887px 1925px #20b1e9, 1002px 1324px #20b1e9, 1608px 1911px #20b1e9, 1748px 1365px #20b1e9, 1264px 1081px #20b1e9, 45px 287px #20b1e9, 1923px 1721px #20b1e9, 656px 1268px #20b1e9, 1402px 1710px #20b1e9, 1410px 596px #20b1e9, 1360px 1386px #20b1e9, 1241px 896px #20b1e9, 1409px 287px #20b1e9, 1034px 14px #20b1e9, 1856px 1264px #20b1e9, 1708px 201px #20b1e9, 539px 923px #20b1e9, 1299px 1624px #20b1e9, 5px 1129px #20b1e9, 1896px 1096px #20b1e9, 679px 1769px #20b1e9, 380px 1114px #20b1e9, 583px 1854px #20b1e9, 777px 1920px #20b1e9, 1067px 1250px #20b1e9, 1344px 1006px #20b1e9, 1363px 1048px #20b1e9, 72px 207px #20b1e9, 451px 1072px #20b1e9, 144px 1648px #20b1e9, 344px 903px #20b1e9, 750px 120px #20b1e9, 89px 846px #20b1e9, 222px 1503px #20b1e9, 236px 1893px #20b1e9, 1326px 1593px #20b1e9, 711px 219px #20b1e9, 1439px 1780px #20b1e9, 450px 798px #20b1e9, 893px 533px #20b1e9, 1902px 1939px #20b1e9, 1413px 1914px #20b1e9, 370px 324px #20b1e9, 1966px 1537px #20b1e9, 1844px 170px #20b1e9, 626px 98px #20b1e9, 1919px 123px #20b1e9, 671px 744px #20b1e9, 1242px 854px #20b1e9, 432px 1122px #20b1e9, 731px 1984px #20b1e9, 48px 1266px #20b1e9, 77px 1845px #20b1e9, 1617px 760px #20b1e9, 1995px 889px #20b1e9, 1426px 1977px #20b1e9, 633px 1319px #20b1e9, 1534px 935px #20b1e9, 1567px 1672px #20b1e9, 1732px 1187px #20b1e9, 162px 862px #20b1e9, 279px 1510px #20b1e9, 1958px 1837px #20b1e9, 1739px 704px #20b1e9, 389px 1393px #20b1e9, 1668px 906px #20b1e9, 245px 19px #20b1e9, 1606px 346px #20b1e9, 1990px 383px #20b1e9, 1429px 1042px #20b1e9, 841px 179px #20b1e9, 1826px 1055px #20b1e9, 490px 1846px #20b1e9, 468px 1950px #20b1e9, 1139px 555px #20b1e9, 1263px 1278px #20b1e9, 541px 645px #20b1e9, 1691px 1303px #20b1e9, 132px 359px #20b1e9, 1495px 1238px #20b1e9, 485px 1961px #20b1e9, 1620px 1006px #20b1e9, 1488px 508px #20b1e9, 1370px 338px #20b1e9, 336px 918px #20b1e9, 420px 1907px #20b1e9, 493px 994px #20b1e9, 1267px 494px #20b1e9, 1806px 1379px #20b1e9, 1654px 933px #20b1e9, 503px 1573px #20b1e9, 1274px 60px #20b1e9, 278px 451px #20b1e9, 226px 1947px #20b1e9, 1260px 920px #20b1e9, 1740px 512px #20b1e9, 459px 1082px #20b1e9, 1320px 838px #20b1e9, 539px 1508px #20b1e9, 141px 1783px #20b1e9, 361px 1226px #20b1e9, 1788px 1793px #20b1e9, 1099px 1587px #20b1e9, 1714px 1375px #20b1e9, 157px 816px #20b1e9, 1035px 71px #20b1e9, 292px 801px #20b1e9, 1639px 982px #20b1e9, 1032px 1681px #20b1e9, 1987px 600px #20b1e9, 1893px 760px #20b1e9, 1077px 617px #20b1e9, 1632px 1419px #20b1e9, 547px 1354px #20b1e9, 64px 219px #20b1e9, 577px 811px #20b1e9, 821px 800px #20b1e9, 222px 419px #20b1e9, 94px 979px #20b1e9, 1692px 1954px #20b1e9, 1913px 1108px #20b1e9, 564px 23px #20b1e9, 335px 947px #20b1e9, 1704px 1420px #20b1e9, 86px 1169px #20b1e9, 506px 70px #20b1e9, 130px 836px #20b1e9, 1391px 1655px #20b1e9, 1030px 425px #20b1e9, 1387px 1396px #20b1e9, 1691px 1003px #20b1e9, 1105px 729px #20b1e9, 194px 911px #20b1e9, 511px 1790px #20b1e9, 1228px 26px #20b1e9, 214px 881px #20b1e9, 1028px 1511px #20b1e9, 649px 1449px #20b1e9, 1633px 119px #20b1e9, 1153px 1632px #20b1e9, 85px 1017px #20b1e9, 431px 1089px #20b1e9, 116px 1232px #20b1e9, 41px 257px #20b1e9, 1853px 979px #20b1e9, 1247px 490px #20b1e9, 28px 116px #20b1e9, 1188px 1902px #20b1e9, 1802px 1220px #20b1e9, 852px 340px #20b1e9, 499px 406px #20b1e9, 191px 1037px #20b1e9, 985px 1456px #20b1e9, 1527px 210px #20b1e9, 1358px 149px #20b1e9, 372px 207px #20b1e9, 1972px 1094px #20b1e9, 623px 589px #20b1e9, 1799px 578px #20b1e9, 1109px 418px #20b1e9, 997px 182px #20b1e9, 1187px 892px #20b1e9, 1020px 1588px #20b1e9, 531px 1579px #20b1e9, 1605px 953px #20b1e9, 1866px 459px #20b1e9, 1508px 551px #20b1e9, 1507px 375px #20b1e9, 505px 130px #20b1e9, 1724px 371px #20b1e9, 487px 1491px #20b1e9, 627px 844px #20b1e9, 1126px 728px #20b1e9, 175px 744px #20b1e9, 1238px 1084px #20b1e9, 1416px 158px #20b1e9, 1283px 1174px #20b1e9, 1245px 1343px #20b1e9, 1871px 922px #20b1e9, 1686px 1766px #20b1e9, 1642px 1440px #20b1e9, 509px 609px #20b1e9, 334px 305px #20b1e9, 98px 990px #20b1e9, 365px 471px #20b1e9, 632px 1898px #20b1e9, 652px 764px #20b1e9, 522px 288px #20b1e9, 1492px 483px #20b1e9, 1669px 1011px #20b1e9, 794px 1926px #20b1e9, 1921px 1311px #20b1e9, 1459px 1784px #20b1e9, 1348px 1857px #20b1e9, 1969px 83px #20b1e9, 1002px 1896px #20b1e9, 689px 374px #20b1e9, 433px 20px #20b1e9, 728px 197px #20b1e9, 957px 1985px #20b1e9, 178px 1245px #20b1e9, 1778px 1984px #20b1e9, 1104px 520px #20b1e9, 1229px 598px #20b1e9, 1011px 1934px #20b1e9, 1658px 626px #20b1e9, 1221px 1005px #20b1e9, 1666px 917px #20b1e9, 1953px 1098px #20b1e9, 388px 560px #20b1e9, 865px 1983px #20b1e9, 1979px 1705px #20b1e9, 1871px 1132px #20b1e9, 1367px 1682px #20b1e9, 758px 1337px #20b1e9, 953px 1639px #20b1e9, 572px 1559px #20b1e9, 653px 302px #20b1e9, 341px 1358px #20b1e9, 1003px 1570px #20b1e9, 928px 1830px #20b1e9, 817px 1902px #20b1e9, 1036px 1958px #20b1e9, 1138px 1996px #20b1e9, 1275px 1922px #20b1e9, 1501px 345px #20b1e9, 1691px 794px #20b1e9, 1367px 1336px #20b1e9, 796px 101px #20b1e9, 685px 1394px #20b1e9, 1501px 1066px #20b1e9, 403px 1158px #20b1e9, 337px 281px #20b1e9, 56px 1638px #20b1e9, 1581px 1143px #20b1e9, 539px 1388px #20b1e9, 1391px 1601px #20b1e9, 288px 1170px #20b1e9, 1679px 1210px #20b1e9, 389px 1444px #20b1e9, 178px 1244px #20b1e9, 1797px 1900px #20b1e9, 1770px 27px #20b1e9, 858px 1243px #20b1e9, 1526px 1251px #20b1e9, 102px 1659px #20b1e9, 1517px 102px #20b1e9, 1869px 1794px #20b1e9, 1339px 1799px #20b1e9, 232px 88px #20b1e9, 594px 1640px #20b1e9, 829px 1336px #20b1e9, 842px 1719px #20b1e9, 551px 1356px #20b1e9, 491px 1283px #20b1e9, 922px 793px #20b1e9, 1839px 1595px #20b1e9, 1184px 669px #20b1e9, 1444px 1299px #20b1e9, 69px 310px #20b1e9, 281px 1247px #20b1e9, 301px 115px #20b1e9, 143px 1870px #20b1e9, 11px 1236px #20b1e9, 1056px 275px #20b1e9, 1977px 822px #20b1e9, 719px 1249px #20b1e9, 1415px 545px #20b1e9, 958px 948px #20b1e9, 737px 397px #20b1e9, 789px 209px #20b1e9, 990px 1348px #20b1e9, 1057px 896px #20b1e9, 1313px 1460px #20b1e9, 767px 1944px #20b1e9, 1381px 1080px #20b1e9, 1902px 1527px #20b1e9, 1840px 1596px #20b1e9, 920px 1319px #20b1e9, 756px 858px #20b1e9, 1930px 1099px #20b1e9, 1414px 889px #20b1e9, 1289px 883px #20b1e9, 892px 1936px #20b1e9, 1898px 1520px #20b1e9, 399px 1465px #20b1e9, 687px 341px #20b1e9, 389px 1353px #20b1e9, 999px 861px #20b1e9, 1315px 1184px #20b1e9, 1707px 1486px #20b1e9, 432px 1982px #20b1e9, 1895px 144px #20b1e9, 1399px 1261px #20b1e9, 467px 1529px #20b1e9, 1565px 59px #20b1e9, 49px 1292px #20b1e9, 1235px 970px #20b1e9, 1583px 893px #20b1e9, 300px 1855px #20b1e9, 1969px 188px #20b1e9, 852px 621px #20b1e9, 1985px 273px #20b1e9, 519px 1502px #20b1e9, 317px 1664px #20b1e9, 213px 1765px #20b1e9, 97px 1269px #20b1e9, 1247px 787px #20b1e9, 1160px 773px #20b1e9, 145px 1706px #20b1e9, 418px 355px #20b1e9, 1245px 85px #20b1e9, 543px 1346px #20b1e9, 953px 1636px #20b1e9, 752px 1839px #20b1e9, 1659px 86px #20b1e9, 949px 119px #20b1e9, 80px 1812px #20b1e9, 383px 1759px #20b1e9, 85px 1540px #20b1e9, 719px 1116px #20b1e9, 1753px 150px #20b1e9, 1669px 111px #20b1e9, 1995px 483px #20b1e9, 1329px 1772px #20b1e9, 694px 145px #20b1e9, 1616px 491px #20b1e9, 1525px 447px #20b1e9, 14px 1238px #20b1e9, 547px 407px #20b1e9, 527px 1553px #20b1e9, 1976px 211px #20b1e9, 959px 250px #20b1e9, 94px 708px #20b1e9, 1637px 171px #20b1e9, 711px 1120px #20b1e9, 1004px 551px #20b1e9, 1321px 1165px #20b1e9, 45px 1472px #20b1e9, 1287px 1223px #20b1e9, 1260px 1165px #20b1e9, 1663px 364px #20b1e9, 59px 768px #20b1e9, 1113px 924px #20b1e9, 495px 1095px #20b1e9, 260px 1142px #20b1e9, 52px 84px #20b1e9, 999px 1633px #20b1e9, 418px 633px #20b1e9, 43px 789px #20b1e9, 1369px 1940px #20b1e9, 858px 1354px #20b1e9, 975px 1792px #20b1e9, 657px 180px #20b1e9, 1478px 450px #20b1e9, 330px 1204px #20b1e9, 880px 1828px #20b1e9, 221px 624px #20b1e9, 891px 1652px #20b1e9, 117px 1769px #20b1e9, 1632px 631px #20b1e9, 1108px 125px #20b1e9, 1607px 1276px #20b1e9, 1023px 664px #20b1e9, 672px 794px #20b1e9, 1874px 865px #20b1e9, 556px 867px #20b1e9, 1888px 1350px #20b1e9, 520px 1050px #20b1e9, 1431px 1948px #20b1e9, 549px 1441px #20b1e9, 103px 1436px #20b1e9, 1632px 47px #20b1e9, 1062px 453px #20b1e9, 1341px 1597px #20b1e9, 1056px 1017px #20b1e9, 183px 830px #20b1e9, 196px 535px #20b1e9, 72px 930px #20b1e9, 568px 123px #20b1e9, 610px 383px #20b1e9, 305px 1998px #20b1e9, 658px 1058px #20b1e9, 1379px 1155px #20b1e9, 315px 15px #20b1e9, 548px 263px #20b1e9, 1762px 371px #20b1e9, 1924px 1993px #20b1e9, 243px 1679px #20b1e9, 564px 849px #20b1e9, 1686px 669px #20b1e9, 138px 1130px #20b1e9
}

.x-register-card-footer #stars:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars2 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars2,
.x-register-card-footer #stars2:after {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 1817px 8214px #20b1e9, 191px 1201px #20b1e9, 1011px 1075px #20b1e9, 452px 558px #20b1e9, 1988px 393px #20b1e9, 827px 275px #20b1e9, 1530px 1761px #20b1e9, 7px 289px #20b1e9, 1946px 1117px #20b1e9, 365px 1908px #20b1e9, 1458px 1548px #20b1e9, 1623px 1155px #20b1e9, 1493px 715px #20b1e9, 1963px 937px #20b1e9, 824px 1409px #20b1e9, 619px 557px #20b1e9, 1875px 1286px #20b1e9, 943px 1272px #20b1e9, 1206px 166px #20b1e9, 1357px 451px #20b1e9, 1407px 78px #20b1e9, 1443px 1598px #20b1e9, 114px 1952px #20b1e9, 1908px 662px #20b1e9, 699px 1500px #20b1e9, 1040px 65px #20b1e9, 1077px 182px #20b1e9, 195px 1915px #20b1e9, 267px 1225px #20b1e9, 1810px 1640px #20b1e9, 211px 767px #20b1e9, 1071px 972px #20b1e9, 669px 390px #20b1e9, 1127px 160px #20b1e9, 1289px 177px #20b1e9, 785px 414px #20b1e9, 1788px 1769px #20b1e9, 1324px 1733px #20b1e9, 729px 1969px #20b1e9, 600px 996px #20b1e9, 216px 617px #20b1e9, 267px 1263px #20b1e9, 1183px 170px #20b1e9, 694px 1957px #20b1e9, 660px 1586px #20b1e9, 1344px 289px #20b1e9, 1813px 417px #20b1e9, 1935px 1427px #20b1e9, 1067px 339px #20b1e9, 1888px 1440px #20b1e9, 1617px 774px #20b1e9, 809px 1215px #20b1e9, 1643px 783px #20b1e9, 1110px 965px #20b1e9, 327px 739px #20b1e9, 1953px 1473px #20b1e9, 1238px 315px #20b1e9, 1997px 327px #20b1e9, 1712px 860px #20b1e9, 1096px 1823px #20b1e9, 1015px 1778px #20b1e9, 1889px 211px #20b1e9, 624px 134px #20b1e9, 140px 472px #20b1e9, 1993px 116px #20b1e9, 745px 177px #20b1e9, 549px 923px #20b1e9, 359px 94px #20b1e9, 1719px 133px #20b1e9, 431px 942px #20b1e9, 214px 868px #20b1e9, 1738px 888px #20b1e9, 1255px 1701px #20b1e9, 825px 618px #20b1e9, 465px 491px #20b1e9, 838px 1294px #20b1e9, 1490px 712px #20b1e9, 981px 591px #20b1e9, 1261px 564px #20b1e9, 1390px 725px #20b1e9, 1346px 822px #20b1e9, 628px 207px #20b1e9, 1397px 48px #20b1e9, 1232px 1608px #20b1e9, 1354px 149px #20b1e9, 773px 1567px #20b1e9, 1003px 1102px #20b1e9, 1479px 193px #20b1e9, 700px 249px #20b1e9, 847px 681px #20b1e9, 1948px 1348px #20b1e9, 963px 968px #20b1e9, 1091px 1394px #20b1e9, 82px 1937px #20b1e9, 824px 1271px #20b1e9, 983px 1632px #20b1e9, 1600px 1253px #20b1e9, 1764px 1383px #20b1e9, 317px 265px #20b1e9, 1842px 1627px #20b1e9, 1479px 85px #20b1e9, 1601px 914px #20b1e9, 1109px 420px #20b1e9, 1689px 94px #20b1e9, 1255px 1516px #20b1e9, 1310px 422px #20b1e9, 1868px 1160px #20b1e9, 1830px 28px #20b1e9, 986px 1076px #20b1e9, 290px 83px #20b1e9, 1050px 752px #20b1e9, 1702px 1599px #20b1e9, 388px 980px #20b1e9, 568px 752px #20b1e9, 1992px 703px #20b1e9, 564px 1325px #20b1e9, 175px 1518px #20b1e9, 1972px 1216px #20b1e9, 165px 1658px #20b1e9, 536px 1586px #20b1e9, 618px 884px #20b1e9, 1895px 115px #20b1e9, 1001px 930px #20b1e9, 1556px 741px #20b1e9, 1053px 1804px #20b1e9, 1662px 1258px #20b1e9, 191px 13px #20b1e9, 854px 448px #20b1e9, 1239px 551px #20b1e9, 169px 415px #20b1e9, 880px 1727px #20b1e9, 863px 738px #20b1e9, 457px 768px #20b1e9, 322px 1203px #20b1e9, 656px 1707px #20b1e9, 1164px 1998px #20b1e9, 1433px 230px #20b1e9, 345px 1584px #20b1e9, 101px 1611px #20b1e9, 116px 360px #20b1e9, 596px 8px #20b1e9, 102px 852px #20b1e9, 636px 568px #20b1e9, 23px 1582px #20b1e9, 927px 68px #20b1e9, 894px 968px #20b1e9, 423px 1270px #20b1e9, 651px 1390px #20b1e9, 151px 1944px #20b1e9, 1755px 1244px #20b1e9, 932px 769px #20b1e9, 570px 1352px #20b1e9, 461px 158px #20b1e9, 1026px 1478px #20b1e9, 228px 336px #20b1e9, 247px 166px #20b1e9, 1854px 645px #20b1e9, 342px 847px #20b1e9, 729px 842px #20b1e9, 1672px 516px #20b1e9, 680px 1490px #20b1e9, 5px 1915px #20b1e9, 1026px 778px #20b1e9, 1346px 150px #20b1e9, 1790px 1851px #20b1e9, 1776px 6px #20b1e9, 1306px 1996px #20b1e9, 1648px 533px #20b1e9, 376px 325px #20b1e9, 1769px 1738px #20b1e9, 56px 276px #20b1e9, 810px 1717px #20b1e9, 1790px 264px #20b1e9, 1099px 1613px #20b1e9, 1517px 1282px #20b1e9, 1912px 573px #20b1e9, 768px 265px #20b1e9, 856px 674px #20b1e9, 1682px 884px #20b1e9, 944px 522px #20b1e9, 1082px 1957px #20b1e9, 1660px 1182px #20b1e9, 1605px 1245px #20b1e9, 915px 1649px #20b1e9, 1082px 269px #20b1e9, 1236px 1298px #20b1e9, 684px 790px #20b1e9, 743px 1614px #20b1e9, 977px 1342px #20b1e9, 1838px 1837px #20b1e9, 1485px 358px #20b1e9, 686px 1021px #20b1e9, 1965px 547px #20b1e9, 1607px 804px #20b1e9, 5px 1007px #20b1e9, 191px 393px #20b1e9, 1345px 1697px #20b1e9, 1032px 1540px #20b1e9, 1931px 1322px #20b1e9, 557px 1501px #20b1e9, 1719px 1391px #20b1e9, 1897px 1944px #20b1e9, 780px 1078px #20b1e9, 884px 1143px #20b1e9, 938px 1270px #20b1e9, 66px 1189px #20b1e9, 885px 1629px #20b1e9, 1752px 630px #20b1e9, 391px 1423px #20b1e9, 1787px 632px #20b1e9, 1305px 560px #20b1e9, 1755px 1430px #20b1e9, 1409px 1483px #20b1e9, 1986px 488px #20b1e9, 1672px 859px #20b1e9, 648px 307px #20b1e9, 605px 1426px #20b1e9, 26px 390px #20b1e9, 1632px 1468px #20b1e9, 511px 577px #20b1e9, 472px 622px #20b1e9, 1675px 130px #20b1e9, 398px 1857px #20b1e9, 740px 1287px #20b1e9, 1728px 1262px #20b1e9, 1286px 1247px #20b1e9, 764px 1449px #20b1e9, 200px 512px #20b1e9, 678px 165px #20b1e9, 1417px 1142px #20b1e9, 578px 1907px #20b1e9, 528px 805px #20b1e9, 910px 271px #20b1e9, 235px 461px #20b1e9, 1818px 1176px #20b1e9, 234px 1441px #20b1e9, 1151px 992px #20b1e9, 1913px 480px #20b1e9, 182px 1616px #20b1e9, 1945px 1003px #20b1e9, 464px 1919px #20b1e9, 669px 1213px #20b1e9, 1803px 530px #20b1e9, 1273px 196px #20b1e9, 1284px 47px #20b1e9, 626px 420px #20b1e9, 535px 1993px #20b1e9, 480px 910px #20b1e9, 499px 1749px #20b1e9, 135px 1639px #20b1e9, 1143px 713px #20b1e9, 482px 1124px #20b1e9, 25px 410px #20b1e9, 263px 1021px #20b1e9, 1494px 794px #20b1e9, 1184px 1862px #20b1e9, 496px 449px #20b1e9, 952px 1759px #20b1e9, 240px 600px #20b1e9, 57px 1567px #20b1e9, 1475px 306px #20b1e9, 1464px 1500px #20b1e9, 1970px 258px #20b1e9, 1091px 1830px #20b1e9, 1881px 1294px #20b1e9, 1849px 1384px #20b1e9, 1420px 1038px #20b1e9, 1974px 596px #20b1e9, 487px 1452px #20b1e9, 775px 801px #20b1e9, 832px 165px #20b1e9, 1247px 1379px #20b1e9, 274px 722px #20b1e9, 1987px 1273px #20b1e9, 1752px 1577px #20b1e9, 1121px 913px #20b1e9, 1758px 958px #20b1e9, 1918px 608px #20b1e9, 153px 956px #20b1e9, 1340px 644px #20b1e9, 276px 1103px #20b1e9, 346px 1482px #20b1e9, 316px 730px #20b1e9, 227px 459px #20b1e9, 141px 1110px #20b1e9, 1101px 1620px #20b1e9, 1732px 1497px #20b1e9, 1323px 295px #20b1e9, 948px 53px #20b1e9, 921px 1327px #20b1e9, 367px 1766px #20b1e9, 1567px 1651px #20b1e9, 1444px 861px #20b1e9, 1806px 284px #20b1e9, 1500px 891px #20b1e9, 1100px 94px #20b1e9, 1082px 1893px #20b1e9, 1206px 1391px #20b1e9, 331px 1387px #20b1e9, 533px 1778px #20b1e9, 1793px 1357px #20b1e9, 935px 1204px #20b1e9, 1700px 1076px #20b1e9, 972px 1206px #20b1e9, 1118px 736px #20b1e9, 615px 1326px #20b1e9, 317px 57px #20b1e9, 995px 1838px #20b1e9, 1036px 1616px #20b1e9, 1803px 698px #20b1e9, 1755px 1648px #20b1e9, 313px 1109px #20b1e9, 530px 1793px #20b1e9, 1966px 1461px #20b1e9, 947px 1540px #20b1e9, 1457px 1348px #20b1e9, 657px 633px #20b1e9, 1482px 1255px #20b1e9, 1685px 362px #20b1e9, 525px 944px #20b1e9, 805px 810px #20b1e9, 310px 650px #20b1e9, 1842px 465px #20b1e9, 1991px 905px #20b1e9, 1557px 223px #20b1e9, 1480px 1832px #20b1e9, 941px 1474px #20b1e9, 200px 1089px #20b1e9, 675px 1089px #20b1e9, 318px 381px #20b1e9, 845px 1764px #20b1e9, 1909px 1586px #20b1e9, 234px 1028px #20b1e9, 1109px 1342px #20b1e9, 679px 776px #20b1e9, 2px 706px #20b1e9, 250px 215px #20b1e9, 411px 29px #20b1e9, 478px 646px #20b1e9, 1240px 1192px #20b1e9, 782px 1777px #20b1e9, 123px 1296px #20b1e9, 1363px 339px #20b1e9, 1199px 1458px #20b1e9, 14px 1265px #20b1e9, 1146px 773px #20b1e9, 187px 1354px #20b1e9, 632px 1217px #20b1e9, 1190px 1244px #20b1e9, 1559px 1597px #20b1e9, 1804px 1050px #20b1e9, 1649px 354px #20b1e9, 492px 192px #20b1e9, 257px 153px #20b1e9, 1165px 1622px #20b1e9, 550px 386px #20b1e9, 1738px 208px #20b1e9, 235px 1558px #20b1e9, 1852px 869px #20b1e9, 168px 1071px #20b1e9, 1093px 1856px #20b1e9, 765px 203px #20b1e9, 943px 1339px #20b1e9, 1412px 1487px #20b1e9, 1544px 904px #20b1e9, 184px 137px #20b1e9, 745px 581px #20b1e9, 940px 1179px #20b1e9, 324px 1995px #20b1e9, 1747px 545px #20b1e9, 1673px 760px #20b1e9, 1322px 1001px #20b1e9, 851px 1202px #20b1e9, 1270px 676px #20b1e9, 107px 1458px #20b1e9, 876px 1819px #20b1e9, 477px 1274px #20b1e9, 251px 235px #20b1e9, 774px 1276px #20b1e9, 101px 1795px #20b1e9, 25px 1569px #20b1e9, 1522px 22px #20b1e9, 1376px 1461px #20b1e9, 510px 1179px #20b1e9, 100px 1800px #20b1e9, 831px 1459px #20b1e9, 1367px 869px #20b1e9, 182px 1165px #20b1e9, 613px 583px #20b1e9, 1331px 1293px #20b1e9, 240px 743px #20b1e9, 485px 1440px #20b1e9, 623px 143px #20b1e9, 561px 891px #20b1e9, 834px 1453px #20b1e9, 290px 903px #20b1e9, 1626px 517px #20b1e9, 1313px 512px #20b1e9, 1446px 173px #20b1e9, 371px 804px #20b1e9, 426px 566px #20b1e9, 193px 1185px #20b1e9, 207px 302px #20b1e9, 240px 843px #20b1e9, 1593px 1324px #20b1e9, 1693px 591px #20b1e9, 22px 257px #20b1e9, 1944px 1723px #20b1e9, 226px 1108px #20b1e9, 48px 346px #20b1e9, 976px 938px #20b1e9, 1223px 927px #20b1e9, 28px 704px #20b1e9, 1324px 832px #20b1e9, 1104px 1024px #20b1e9, 1352px 1330px #20b1e9, 1275px 1958px #20b1e9, 1925px 659px #20b1e9, 1264px 1658px #20b1e9, 1296px 1333px #20b1e9, 140px 773px #20b1e9, 923px 1720px #20b1e9, 1138px 378px #20b1e9, 690px 690px #20b1e9, 412px 809px #20b1e9, 247px 1311px #20b1e9, 565px 1794px #20b1e9, 1378px 866px #20b1e9, 1288px 1349px #20b1e9, 1744px 1713px #20b1e9, 1788px 237px #20b1e9, 1558px 190px #20b1e9, 499px 1035px #20b1e9, 1068px 1335px #20b1e9, 773px 972px #20b1e9, 974px 1351px #20b1e9, 363px 335px #20b1e9, 614px 142px #20b1e9, 329px 71px #20b1e9, 1619px 1225px #20b1e9, 1207px 210px #20b1e9, 680px 1849px #20b1e9, 973px 517px #20b1e9, 1358px 70px #20b1e9, 740px 1011px #20b1e9, 512px 193px #20b1e9, 394px 909px #20b1e9, 36px 268px #20b1e9, 1899px 1676px #20b1e9, 786px 1876px #20b1e9, 318px 23px #20b1e9, 568px 1511px #20b1e9, 1665px 1171px #20b1e9, 1637px 127px #20b1e9, 717px 1274px #20b1e9, 657px 962px #20b1e9, 1561px 1981px #20b1e9, 413px 1368px #20b1e9, 1789px 11px #20b1e9, 1504px 1524px #20b1e9, 870px 89px #20b1e9, 695px 313px #20b1e9, 1393px 1803px #20b1e9, 784px 1244px #20b1e9, 1226px 1367px #20b1e9, 289px 705px #20b1e9, 1275px 1265px #20b1e9, 4px 1680px #20b1e9, 1591px 489px #20b1e9, 918px 1003px #20b1e9, 506px 1537px #20b1e9, 776px 1484px #20b1e9, 1702px 1826px #20b1e9, 518px 19px #20b1e9, 848px 546px #20b1e9, 1074px 1770px #20b1e9, 1296px 697px #20b1e9, 1310px 75px #20b1e9, 978px 321px #20b1e9, 127px 489px #20b1e9, 126px 77px #20b1e9, 873px 936px #20b1e9, 1376px 1612px #20b1e9, 48px 966px #20b1e9, 319px 1115px #20b1e9, 345px 552px #20b1e9, 1654px 1362px #20b1e9, 96px 756px #20b1e9, 1983px 1256px #20b1e9, 707px 1064px #20b1e9, 1807px 1773px #20b1e9, 1263px 1944px #20b1e9, 792px 756px #20b1e9, 1636px 800px #20b1e9, 684px 816px #20b1e9, 587px 1041px #20b1e9, 562px 336px #20b1e9, 1664px 847px #20b1e9, 1898px 211px #20b1e9, 1612px 1961px #20b1e9
}

.x-register-card-footer #stars2:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars3 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars3,
.x-register-card-footer #stars3:after {
    width: 5px;
    height: 5px;
    background: transparent;
    box-shadow: 612px 17004px #20b1e9, 1676px 1173px #20b1e9, 1131px 605px #20b1e9, 890px 444px #20b1e9, 1919px 1859px #20b1e9, 1062px 1846px #20b1e9, 1329px 997px #20b1e9, 602px 420px #20b1e9, 1470px 822px #20b1e9, 1584px 1677px #20b1e9, 1133px 364px #20b1e9, 1621px 506px #20b1e9, 536px 24px #20b1e9, 834px 1114px #20b1e9, 395px 1890px #20b1e9, 1815px 417px #20b1e9, 1525px 235px #20b1e9, 1810px 452px #20b1e9, 250px 1819px #20b1e9, 570px 1364px #20b1e9, 1097px 1259px #20b1e9, 314px 597px #20b1e9, 586px 1341px #20b1e9, 405px 1876px #20b1e9, 1505px 1468px #20b1e9, 1296px 991px #20b1e9, 412px 1311px #20b1e9, 672px 551px #20b1e9, 1988px 938px #20b1e9, 379px 440px #20b1e9, 426px 1823px #20b1e9, 1219px 1001px #20b1e9, 357px 1325px #20b1e9, 1362px 422px #20b1e9, 1714px 53px #20b1e9, 442px 22px #20b1e9, 691px 1295px #20b1e9, 1421px 245px #20b1e9, 172px 35px #20b1e9, 538px 747px #20b1e9, 1641px 1388px #20b1e9, 1976px 830px #20b1e9, 761px 177px #20b1e9, 960px 1099px #20b1e9, 1346px 522px #20b1e9, 1169px 820px #20b1e9, 616px 948px #20b1e9, 6px 1451px #20b1e9, 1173px 300px #20b1e9, 973px 1358px #20b1e9, 1679px 1629px #20b1e9, 921px 1044px #20b1e9, 1294px 430px #20b1e9, 1111px 547px #20b1e9, 1988px 345px #20b1e9, 1470px 138px #20b1e9, 1544px 741px #20b1e9, 1042px 814px #20b1e9, 262px 1386px #20b1e9, 1224px 1917px #20b1e9, 1687px 700px #20b1e9, 1240px 383px #20b1e9, 1393px 1087px #20b1e9, 1129px 1814px #20b1e9, 1418px 1756px #20b1e9, 361px 713px #20b1e9, 1808px 1658px #20b1e9, 1246px 351px #20b1e9, 866px 745px #20b1e9, 894px 1018px #20b1e9, 989px 1274px #20b1e9, 134px 92px #20b1e9, 102px 351px #20b1e9, 984px 1375px #20b1e9, 49px 1470px #20b1e9, 261px 201px #20b1e9, 1243px 1850px #20b1e9, 1432px 812px #20b1e9, 1636px 295px #20b1e9, 1381px 504px #20b1e9, 513px 421px #20b1e9, 1803px 571px #20b1e9, 407px 835px #20b1e9, 1838px 495px #20b1e9, 1708px 1928px #20b1e9, 1026px 1951px #20b1e9, 958px 434px #20b1e9, 1483px 839px #20b1e9, 1590px 1114px #20b1e9, 1747px 484px #20b1e9, 650px 1826px #20b1e9, 1342px 1495px #20b1e9, 1345px 134px #20b1e9, 592px 67px #20b1e9, 1974px 1651px #20b1e9, 1840px 1633px #20b1e9, 822px 419px #20b1e9, 76px 1361px #20b1e9, 1446px 938px #20b1e9, 15px 652px #20b1e9, 1791px 1292px #20b1e9, 610px 504px #20b1e9, 1921px 1361px #20b1e9, 1252px 1820px #20b1e9, 1009px 1449px #20b1e9, 823px 991px #20b1e9, 529px 554px #20b1e9, 868px 1295px #20b1e9, 1619px 223px #20b1e9, 501px 1128px #20b1e9, 427px 1605px #20b1e9, 979px 1350px #20b1e9, 1056px 1117px #20b1e9, 1175px 1891px #20b1e9, 1672px 358px #20b1e9, 1824px 188px #20b1e9, 573px 1358px #20b1e9, 470px 1296px #20b1e9, 315px 479px #20b1e9, 1922px 1178px #20b1e9, 334px 1498px #20b1e9, 192px 1615px #20b1e9, 435px 874px #20b1e9, 1466px 1451px #20b1e9, 1810px 1383px #20b1e9, 274px 1177px #20b1e9, 1215px 5px #20b1e9, 690px 341px #20b1e9, 161px 1208px #20b1e9, 386px 1868px #20b1e9, 1944px 993px #20b1e9, 1543px 1993px #20b1e9, 399px 518px #20b1e9, 1156px 963px #20b1e9, 321px 1458px #20b1e9, 384px 1238px #20b1e9, 451px 890px #20b1e9, 883px 1578px #20b1e9, 615px 538px #20b1e9, 817px 1423px #20b1e9, 1143px 1815px #20b1e9, 704px 1160px #20b1e9, 967px 1425px #20b1e9, 715px 1896px #20b1e9, 70px 1788px #20b1e9, 1131px 995px #20b1e9, 1487px 1697px #20b1e9, 569px 1514px #20b1e9, 685px 1185px #20b1e9, 241px 979px #20b1e9, 1741px 638px #20b1e9, 51px 888px #20b1e9, 1957px 908px #20b1e9, 1496px 1759px #20b1e9, 600px 1072px #20b1e9, 1629px 1672px #20b1e9, 512px 359px #20b1e9, 1474px 1259px #20b1e9, 511px 862px #20b1e9, 1628px 642px #20b1e9, 1961px 1721px #20b1e9, 1852px 541px #20b1e9, 986px 1289px #20b1e9, 383px 885px #20b1e9, 1486px 1555px #20b1e9, 995px 1776px #20b1e9, 664px 508px #20b1e9, 740px 1867px #20b1e9, 245px 456px #20b1e9, 1619px 883px #20b1e9, 1977px 941px #20b1e9, 1229px 251px #20b1e9, 719px 1968px #20b1e9, 1939px 538px #20b1e9, 70px 262px #20b1e9, 1056px 1814px #20b1e9, 11px 1565px #20b1e9, 1202px 707px #20b1e9, 186px 483px #20b1e9, 1770px 1971px #20b1e9, 591px 1532px #20b1e9, 915px 980px #20b1e9, 1749px 462px #20b1e9, 1221px 1570px #20b1e9, 1291px 1186px #20b1e9, 1080px 1948px #20b1e9, 1745px 1783px #20b1e9, 1847px 412px #20b1e9, 1446px 1280px #20b1e9, 1690px 1748px #20b1e9, 535px 1447px #20b1e9, 474px 1269px #20b1e9, 1184px 1293px #20b1e9, 858px 919px #20b1e9, 1937px 1145px #20b1e9, 145px 1295px #20b1e9, 707px 1041px #20b1e9, 76px 1774px #20b1e9, 1104px 949px #20b1e9, 723px 304px #20b1e9
}

.x-register-card-footer #stars3:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars4 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars4,
.x-register-card-footer #stars4:after {
    width: 7px;
    height: 7px;
    background: transparent;
    box-shadow: 329px 7875px #20b1e9, 139px 1367px #20b1e9, 484px 1137px #20b1e9, 1783px 184px #20b1e9, 1608px 789px #20b1e9, 1227px 25px #20b1e9, 1430px 1129px #20b1e9, 762px 1555px #20b1e9, 563px 1554px #20b1e9, 1692px 1517px #20b1e9, 557px 1297px #20b1e9, 1498px 1277px #20b1e9, 1166px 340px #20b1e9, 693px 1740px #20b1e9, 1914px 1763px #20b1e9, 1908px 1371px #20b1e9, 1175px 533px #20b1e9, 1852px 443px #20b1e9, 1605px 814px #20b1e9, 965px 268px #20b1e9, 236px 1977px #20b1e9, 302px 1829px #20b1e9, 319px 1330px #20b1e9, 796px 877px #20b1e9, 917px 1996px #20b1e9, 1481px 784px #20b1e9, 98px 1199px #20b1e9, 121px 1693px #20b1e9, 519px 304px #20b1e9, 747px 1120px #20b1e9, 427px 1139px #20b1e9, 1214px 217px #20b1e9, 1305px 623px #20b1e9, 1841px 1015px #20b1e9, 391px 378px #20b1e9, 1662px 663px #20b1e9, 122px 1201px #20b1e9, 228px 821px #20b1e9, 11px 1242px #20b1e9, 1055px 782px #20b1e9, 1477px 1523px #20b1e9, 129px 1605px #20b1e9, 1808px 934px #20b1e9, 1927px 1312px #20b1e9, 437px 1493px #20b1e9, 89px 1288px #20b1e9, 1357px 271px #20b1e9, 101px 656px #20b1e9, 1912px 1718px #20b1e9, 1624px 1912px #20b1e9, 1189px 1915px #20b1e9, 966px 1691px #20b1e9, 1264px 1570px #20b1e9, 986px 145px #20b1e9, 411px 776px #20b1e9, 1996px 888px #20b1e9, 542px 1525px #20b1e9, 1145px 1266px #20b1e9, 1590px 1354px #20b1e9, 1565px 770px #20b1e9, 360px 1418px #20b1e9, 1983px 1901px #20b1e9, 70px 1651px #20b1e9, 1454px 1337px #20b1e9, 786px 1283px #20b1e9, 1022px 906px #20b1e9, 502px 1629px #20b1e9, 1502px 1733px #20b1e9, 1396px 1566px #20b1e9, 754px 680px #20b1e9, 1346px 1389px #20b1e9, 463px 852px #20b1e9, 1749px 992px #20b1e9, 1236px 1121px #20b1e9, 1515px 223px #20b1e9, 1057px 1646px #20b1e9, 953px 600px #20b1e9, 778px 746px #20b1e9, 732px 955px #20b1e9, 1664px 582px #20b1e9, 778px 1804px #20b1e9, 961px 87px #20b1e9, 1533px 1359px #20b1e9, 69px 1131px #20b1e9, 755px 1518px #20b1e9, 1129px 1274px #20b1e9, 701px 834px #20b1e9, 1422px 1280px #20b1e9, 547px 1718px #20b1e9, 1793px 1672px #20b1e9, 630px 1032px #20b1e9, 142px 1951px #20b1e9, 1844px 1562px #20b1e9, 426px 777px #20b1e9, 664px 1594px #20b1e9, 1403px 815px #20b1e9, 1499px 342px #20b1e9, 1665px 618px #20b1e9, 437px 273px #20b1e9, 248px 1840px #20b1e9
}

.x-register-card-footer #stars4:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars5 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars5,
.x-register-card-footer #stars5:after {
    width: 9px;
    height: 9px;
    background: transparent;
    box-shadow: 1564px 11163px #20b1e9, 91px 110px #20b1e9, 145px 1953px #20b1e9, 264px 798px #20b1e9, 1140px 1799px #20b1e9, 1588px 1447px #20b1e9, 1666px 1458px #20b1e9, 1856px 1368px #20b1e9, 1257px 897px #20b1e9, 664px 1254px #20b1e9, 164px 687px #20b1e9, 799px 766px #20b1e9, 501px 97px #20b1e9, 1120px 1179px #20b1e9, 1776px 1896px #20b1e9, 1860px 958px #20b1e9, 1528px 283px #20b1e9, 1202px 246px #20b1e9, 564px 230px #20b1e9, 150px 837px #20b1e9, 1402px 464px #20b1e9, 223px 1182px #20b1e9, 486px 1951px #20b1e9, 702px 1657px #20b1e9, 74px 1312px #20b1e9, 638px 434px #20b1e9, 170px 1030px #20b1e9, 1709px 550px #20b1e9, 708px 261px #20b1e9, 879px 412px #20b1e9, 1838px 186px #20b1e9, 1217px 848px #20b1e9, 1238px 877px #20b1e9, 1301px 674px #20b1e9, 615px 1938px #20b1e9, 1681px 24px #20b1e9, 39px 242px #20b1e9, 1094px 161px #20b1e9, 217px 199px #20b1e9, 1610px 955px #20b1e9, 408px 635px #20b1e9, 1947px 1515px #20b1e9, 588px 936px #20b1e9, 580px 803px #20b1e9, 1535px 761px #20b1e9, 1576px 950px #20b1e9, 1868px 328px #20b1e9, 1938px 1638px #20b1e9, 69px 994px #20b1e9, 858px 1647px #20b1e9
}

.x-register-card-footer #stars5:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars6 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars6,
.x-register-card-footer #stars6:after {
    width: 4px;
    height: 4px;
    background: transparent;
    box-shadow: 1111px 10298px #20b1e9, 762px 677px #20b1e9, 966px 1538px #20b1e9, 1932px 16px #20b1e9, 1076px 686px #20b1e9, 1456px 1171px #20b1e9, 1713px 401px #20b1e9, 1011px 867px #20b1e9, 365px 1466px #20b1e9, 1978px 1976px #20b1e9, 957px 608px #20b1e9, 1386px 1389px #20b1e9, 146px 1754px #20b1e9, 1800px 403px #20b1e9, 876px 313px #20b1e9, 1473px 1486px #20b1e9, 1112px 1621px #20b1e9, 1180px 1890px #20b1e9, 1901px 1849px #20b1e9, 1558px 537px #20b1e9, 1126px 726px #20b1e9, 1745px 997px #20b1e9, 1625px 756px #20b1e9, 1280px 737px #20b1e9, 81px 1787px #20b1e9, 1930px 287px #20b1e9, 1930px 1938px #20b1e9, 1522px 1905px #20b1e9, 1672px 1982px #20b1e9, 50px 505px #20b1e9, 818px 327px #20b1e9, 1591px 193px #20b1e9, 1602px 778px #20b1e9, 1346px 379px #20b1e9, 1678px 205px #20b1e9, 39px 1416px #20b1e9, 547px 1967px #20b1e9, 478px 1449px #20b1e9, 1402px 1496px #20b1e9, 1810px 29px #20b1e9, 1136px 1062px #20b1e9, 1056px 298px #20b1e9, 839px 1096px #20b1e9, 1303px 1748px #20b1e9, 1722px 216px #20b1e9, 669px 1124px #20b1e9, 366px 767px #20b1e9, 1685px 1828px #20b1e9, 467px 463px #20b1e9, 967px 484px #20b1e9, 471px 58px #20b1e9, 1333px 595px #20b1e9, 714px 701px #20b1e9, 1793px 1986px #20b1e9, 1954px 211px #20b1e9, 1341px 1234px #20b1e9, 1097px 116px #20b1e9, 6px 1346px #20b1e9, 1911px 539px #20b1e9, 29px 388px #20b1e9, 1191px 52px #20b1e9, 139px 357px #20b1e9, 1714px 659px #20b1e9, 1786px 863px #20b1e9, 1953px 703px #20b1e9, 44px 1531px #20b1e9, 168px 760px #20b1e9, 124px 1968px #20b1e9, 395px 59px #20b1e9, 813px 578px #20b1e9, 1809px 1066px #20b1e9, 1485px 225px #20b1e9, 262px 728px #20b1e9, 40px 190px #20b1e9, 56px 962px #20b1e9, 778px 1187px #20b1e9, 580px 1952px #20b1e9, 1403px 730px #20b1e9, 428px 64px #20b1e9, 1130px 1333px #20b1e9, 431px 1797px #20b1e9, 1676px 1634px #20b1e9, 956px 23px #20b1e9, 1616px 1087px #20b1e9, 255px 1415px #20b1e9, 452px 198px #20b1e9, 1346px 1167px #20b1e9, 783px 1441px #20b1e9, 1926px 1178px #20b1e9, 1225px 1108px #20b1e9, 905px 612px #20b1e9, 586px 1568px #20b1e9, 800px 178px #20b1e9, 464px 749px #20b1e9, 491px 1537px #20b1e9, 513px 1284px #20b1e9, 1518px 1186px #20b1e9, 1680px 1588px #20b1e9, 840px 669px #20b1e9, 1266px 804px #20b1e9, 1354px 723px #20b1e9, 317px 177px #20b1e9, 990px 1732px #20b1e9, 516px 1360px #20b1e9, 285px 1215px #20b1e9, 435px 1155px #20b1e9, 1354px 702px #20b1e9, 869px 51px #20b1e9, 761px 1079px #20b1e9, 1767px 1343px #20b1e9, 1495px 117px #20b1e9, 275px 966px #20b1e9, 920px 69px #20b1e9, 997px 1078px #20b1e9, 45px 1412px #20b1e9, 1449px 392px #20b1e9, 1986px 453px #20b1e9, 810px 1873px #20b1e9, 1492px 1052px #20b1e9, 357px 1890px #20b1e9, 1089px 1934px #20b1e9, 817px 1372px #20b1e9, 109px 1213px #20b1e9, 321px 115px #20b1e9, 1774px 379px #20b1e9, 1363px 90px #20b1e9, 1040px 1925px #20b1e9, 1364px 313px #20b1e9, 799px 1201px #20b1e9, 318px 1349px #20b1e9, 1606px 181px #20b1e9, 42px 24px #20b1e9, 188px 1274px #20b1e9, 1393px 1727px #20b1e9, 1415px 604px #20b1e9, 782px 348px #20b1e9, 1316px 640px #20b1e9, 1430px 605px #20b1e9, 1842px 123px #20b1e9, 1890px 595px #20b1e9, 18px 989px #20b1e9, 475px 1208px #20b1e9, 1459px 213px #20b1e9, 1334px 1982px #20b1e9, 1802px 1575px #20b1e9, 294px 47px #20b1e9, 743px 1294px #20b1e9, 243px 44px #20b1e9, 1710px 1940px #20b1e9, 1663px 1195px #20b1e9, 1210px 1819px #20b1e9, 1166px 570px #20b1e9, 960px 518px #20b1e9, 437px 496px #20b1e9, 215px 1737px #20b1e9, 1305px 345px #20b1e9, 243px 934px #20b1e9, 571px 432px #20b1e9, 1109px 1229px #20b1e9, 1317px 542px #20b1e9, 176px 1890px #20b1e9, 1832px 404px #20b1e9, 494px 1363px #20b1e9, 1648px 1450px #20b1e9, 1316px 1926px #20b1e9, 820px 1880px #20b1e9, 1192px 659px #20b1e9, 818px 1437px #20b1e9, 820px 1709px #20b1e9, 608px 1862px #20b1e9, 324px 1671px #20b1e9, 1241px 381px #20b1e9, 1090px 193px #20b1e9, 8px 749px #20b1e9, 1577px 1083px #20b1e9, 1675px 1465px #20b1e9, 488px 1561px #20b1e9, 206px 1315px #20b1e9, 1314px 1682px #20b1e9, 266px 1625px #20b1e9, 492px 690px #20b1e9, 1432px 277px #20b1e9, 1294px 768px #20b1e9, 516px 1280px #20b1e9, 1761px 261px #20b1e9, 858px 200px #20b1e9, 1346px 84px #20b1e9, 1408px 559px #20b1e9, 703px 354px #20b1e9, 729px 438px #20b1e9, 325px 123px #20b1e9, 1421px 1726px #20b1e9, 1543px 916px #20b1e9, 951px 249px #20b1e9, 1151px 724px #20b1e9, 232px 1464px #20b1e9, 1456px 617px #20b1e9, 1900px 302px #20b1e9, 1886px 1739px #20b1e9, 12px 1273px #20b1e9, 557px 565px #20b1e9, 50px 1128px #20b1e9, 1748px 1527px #20b1e9, 1735px 1641px #20b1e9, 894px 1455px #20b1e9, 826px 1544px #20b1e9, 1626px 1285px #20b1e9, 876px 1546px #20b1e9, 1387px 1692px #20b1e9, 1499px 253px #20b1e9, 1811px 78px #20b1e9, 1637px 663px #20b1e9, 1717px 1230px #20b1e9, 845px 166px #20b1e9, 460px 339px #20b1e9, 1745px 1166px #20b1e9, 1291px 794px #20b1e9, 1713px 164px #20b1e9, 1607px 1435px #20b1e9, 836px 112px #20b1e9, 106px 1129px #20b1e9, 1971px 122px #20b1e9, 1262px 1692px #20b1e9, 1867px 978px #20b1e9, 1316px 1797px #20b1e9, 1278px 509px #20b1e9, 380px 503px #20b1e9, 1859px 1884px #20b1e9, 1174px 637px #20b1e9, 688px 434px #20b1e9, 1869px 1790px #20b1e9, 1690px 1668px #20b1e9, 1859px 723px #20b1e9, 1083px 817px #20b1e9, 957px 1586px #20b1e9, 263px 65px #20b1e9, 54px 1798px #20b1e9, 704px 846px #20b1e9, 1759px 184px #20b1e9, 1285px 1976px #20b1e9, 1836px 952px #20b1e9, 1042px 231px #20b1e9, 135px 1886px #20b1e9, 1039px 1524px #20b1e9, 988px 1479px #20b1e9, 227px 1509px #20b1e9, 1987px 87px #20b1e9, 158px 1025px #20b1e9, 1029px 1912px #20b1e9, 1634px 136px #20b1e9, 256px 1558px #20b1e9, 1812px 26px #20b1e9, 787px 50px #20b1e9, 493px 119px #20b1e9, 517px 428px #20b1e9, 1673px 399px #20b1e9, 19px 894px #20b1e9, 544px 1856px #20b1e9, 635px 1648px #20b1e9, 1158px 1337px #20b1e9, 1507px 1857px #20b1e9, 128px 399px #20b1e9, 1846px 1967px #20b1e9, 1807px 1674px #20b1e9, 945px 209px #20b1e9, 336px 523px #20b1e9, 103px 753px #20b1e9, 1539px 1299px #20b1e9, 195px 1066px #20b1e9, 268px 1178px #20b1e9, 1025px 796px #20b1e9, 1567px 560px #20b1e9, 926px 103px #20b1e9, 1774px 337px #20b1e9, 1114px 1487px #20b1e9, 1036px 1210px #20b1e9, 1158px 746px #20b1e9, 266px 1198px #20b1e9, 1862px 81px #20b1e9, 1566px 684px #20b1e9, 1874px 1059px #20b1e9, 199px 845px #20b1e9, 1764px 475px #20b1e9, 1015px 1320px #20b1e9, 790px 337px #20b1e9, 1795px 1720px #20b1e9, 1399px 1943px #20b1e9, 1784px 954px #20b1e9, 1270px 1717px #20b1e9, 1536px 231px #20b1e9, 40px 131px #20b1e9, 1446px 839px #20b1e9, 447px 494px #20b1e9, 1104px 245px #20b1e9, 777px 923px #20b1e9, 378px 1527px #20b1e9, 585px 821px #20b1e9, 111px 1235px #20b1e9, 1646px 1286px #20b1e9, 281px 1395px #20b1e9, 1327px 1255px #20b1e9, 1463px 127px #20b1e9, 939px 1189px #20b1e9, 924px 1954px #20b1e9, 1712px 814px #20b1e9, 1920px 610px #20b1e9, 1933px 1304px #20b1e9, 1716px 945px #20b1e9, 390px 1460px #20b1e9, 1700px 1209px #20b1e9, 1978px 933px #20b1e9, 292px 1384px #20b1e9, 722px 1247px #20b1e9, 428px 853px #20b1e9, 1082px 788px #20b1e9, 896px 842px #20b1e9, 1024px 1158px #20b1e9, 1821px 1273px #20b1e9, 1047px 1372px #20b1e9, 1104px 1191px #20b1e9, 590px 525px #20b1e9, 1246px 1135px #20b1e9, 928px 716px #20b1e9, 1062px 239px #20b1e9, 1662px 1870px #20b1e9, 1143px 682px #20b1e9, 137px 1542px #20b1e9, 1385px 441px #20b1e9, 1330px 201px #20b1e9, 1790px 1119px #20b1e9, 53px 1400px #20b1e9, 482px 1943px #20b1e9, 1222px 198px #20b1e9, 1681px 172px #20b1e9, 1590px 933px #20b1e9, 806px 385px #20b1e9, 1452px 494px #20b1e9, 772px 722px #20b1e9, 410px 825px #20b1e9, 1945px 912px #20b1e9, 1189px 1394px #20b1e9, 1897px 1898px #20b1e9, 1374px 1691px #20b1e9, 680px 1424px #20b1e9, 246px 1724px #20b1e9, 154px 1769px #20b1e9, 1075px 1104px #20b1e9, 708px 334px #20b1e9, 894px 758px #20b1e9, 843px 1185px #20b1e9, 755px 1056px #20b1e9, 669px 1037px #20b1e9, 210px 1457px #20b1e9, 38px 1983px #20b1e9, 1279px 1240px #20b1e9, 431px 25px #20b1e9, 1102px 1552px #20b1e9, 1293px 964px #20b1e9, 1399px 1362px #20b1e9, 1135px 1066px #20b1e9, 537px 802px #20b1e9, 550px 404px #20b1e9, 1262px 1916px #20b1e9, 31px 1418px #20b1e9, 1101px 829px #20b1e9, 814px 1514px #20b1e9, 1967px 78px #20b1e9, 260px 1787px #20b1e9, 1532px 916px #20b1e9, 1292px 1621px #20b1e9, 85px 1788px #20b1e9, 300px 1135px #20b1e9, 1449px 374px #20b1e9, 90px 1051px #20b1e9, 347px 838px #20b1e9, 1907px 1042px #20b1e9, 752px 78px #20b1e9, 1450px 703px #20b1e9, 26px 20px #20b1e9, 572px 476px #20b1e9, 1286px 1666px #20b1e9, 1603px 228px #20b1e9, 344px 1799px #20b1e9, 1460px 189px #20b1e9, 1479px 765px #20b1e9, 932px 1848px #20b1e9, 1648px 236px #20b1e9, 180px 1591px #20b1e9, 749px 1627px #20b1e9, 1753px 314px #20b1e9, 1002px 1943px #20b1e9, 1958px 1969px #20b1e9, 140px 515px #20b1e9, 831px 1269px #20b1e9, 1858px 416px #20b1e9, 594px 1669px #20b1e9, 1809px 1716px #20b1e9, 796px 1947px #20b1e9, 1291px 324px #20b1e9, 201px 1641px #20b1e9, 1955px 1079px #20b1e9, 266px 1186px #20b1e9, 722px 1100px #20b1e9, 1194px 439px #20b1e9, 669px 1081px #20b1e9, 348px 1312px #20b1e9, 807px 1276px #20b1e9, 443px 1871px #20b1e9, 1588px 1319px #20b1e9, 696px 1140px #20b1e9, 1350px 1175px #20b1e9, 852px 963px #20b1e9, 1806px 517px #20b1e9, 1923px 1785px #20b1e9, 1209px 596px #20b1e9, 1498px 1370px #20b1e9, 238px 1380px #20b1e9, 1858px 167px #20b1e9, 1058px 689px #20b1e9, 704px 1625px #20b1e9, 611px 514px #20b1e9, 1571px 1371px #20b1e9, 309px 1316px #20b1e9, 417px 1238px #20b1e9, 198px 1296px #20b1e9, 139px 248px #20b1e9, 1303px 82px #20b1e9, 1580px 1650px #20b1e9, 727px 1954px #20b1e9, 1736px 1375px #20b1e9, 42px 791px #20b1e9, 229px 138px #20b1e9, 109px 1274px #20b1e9, 1717px 1337px #20b1e9, 627px 792px #20b1e9, 146px 1001px #20b1e9, 177px 1142px #20b1e9, 576px 1761px #20b1e9, 1612px 800px #20b1e9, 103px 1121px #20b1e9, 1667px 1869px #20b1e9, 340px 1317px #20b1e9, 1612px 785px #20b1e9, 685px 1543px #20b1e9, 39px 1666px #20b1e9, 1427px 1031px #20b1e9, 1882px 1581px #20b1e9, 299px 203px #20b1e9, 123px 1578px #20b1e9, 1687px 1969px #20b1e9, 100px 504px #20b1e9, 322px 986px #20b1e9, 723px 863px #20b1e9, 1487px 168px #20b1e9, 537px 1191px #20b1e9, 1798px 645px #20b1e9, 160px 566px #20b1e9, 121px 1538px #20b1e9, 655px 1906px #20b1e9, 128px 255px #20b1e9, 1883px 889px #20b1e9, 47px 1577px #20b1e9, 174px 1783px #20b1e9, 1045px 1671px #20b1e9, 688px 64px #20b1e9, 462px 715px #20b1e9, 775px 1326px #20b1e9, 854px 1146px #20b1e9, 672px 1962px #20b1e9, 327px 1165px #20b1e9, 247px 393px #20b1e9, 387px 1012px #20b1e9, 1784px 567px #20b1e9, 1814px 712px #20b1e9, 18px 761px #20b1e9, 1602px 536px #20b1e9, 1688px 13px #20b1e9, 1595px 657px #20b1e9, 318px 230px #20b1e9, 1485px 553px #20b1e9, 636px 1806px #20b1e9, 843px 448px #20b1e9, 1993px 1517px #20b1e9, 420px 505px #20b1e9, 1868px 1633px #20b1e9, 109px 1746px #20b1e9, 1226px 940px #20b1e9, 1059px 418px #20b1e9, 1602px 1473px #20b1e9, 776px 1327px #20b1e9, 866px 177px #20b1e9, 374px 84px #20b1e9, 1195px 1392px #20b1e9, 14px 292px #20b1e9, 1261px 1057px #20b1e9, 791px 175px #20b1e9, 952px 138px #20b1e9, 543px 208px #20b1e9, 1627px 1194px #20b1e9, 1058px 1897px #20b1e9, 556px 365px #20b1e9, 1774px 234px #20b1e9, 1760px 129px #20b1e9, 1273px 1963px #20b1e9, 1342px 1874px #20b1e9, 673px 1671px #20b1e9, 1709px 444px #20b1e9, 1490px 1310px #20b1e9, 1176px 1371px #20b1e9, 1987px 83px #20b1e9, 1566px 1174px #20b1e9, 1791px 1794px #20b1e9, 74px 870px #20b1e9, 19px 1480px #20b1e9, 713px 1585px #20b1e9, 1697px 1356px #20b1e9, 187px 64px #20b1e9, 1571px 816px #20b1e9, 631px 1066px #20b1e9, 845px 690px #20b1e9, 1259px 1097px #20b1e9, 692px 1820px #20b1e9, 36px 342px #20b1e9, 1616px 1734px #20b1e9, 135px 1757px #20b1e9, 921px 773px #20b1e9, 1885px 474px #20b1e9, 1541px 462px #20b1e9, 446px 1436px #20b1e9, 509px 1617px #20b1e9, 1446px 1701px #20b1e9, 997px 314px #20b1e9, 1825px 233px #20b1e9, 1093px 222px #20b1e9, 1901px 335px #20b1e9, 791px 1204px #20b1e9, 1033px 988px #20b1e9, 1839px 1466px #20b1e9, 201px 1774px #20b1e9, 830px 1996px #20b1e9, 1150px 99px #20b1e9, 34px 314px #20b1e9, 938px 1556px #20b1e9, 133px 1756px #20b1e9, 904px 1140px #20b1e9, 57px 368px #20b1e9, 217px 367px #20b1e9, 732px 1238px #20b1e9, 360px 673px #20b1e9, 1646px 1675px #20b1e9, 159px 1540px #20b1e9, 333px 640px #20b1e9, 841px 282px #20b1e9, 810px 1980px #20b1e9, 268px 1740px #20b1e9, 860px 475px #20b1e9, 1164px 1883px #20b1e9, 671px 948px #20b1e9, 759px 1039px #20b1e9, 1635px 1268px #20b1e9, 1080px 701px #20b1e9, 991px 1259px #20b1e9, 1111px 448px #20b1e9, 1956px 32px #20b1e9, 1059px 779px #20b1e9, 1159px 1548px #20b1e9, 649px 889px #20b1e9, 597px 1027px #20b1e9, 1496px 912px #20b1e9, 682px 1644px #20b1e9, 733px 1092px #20b1e9, 313px 234px #20b1e9, 1076px 1640px #20b1e9, 1512px 998px #20b1e9, 1275px 1722px #20b1e9, 825px 482px #20b1e9, 1037px 1575px #20b1e9, 936px 1477px #20b1e9, 958px 696px #20b1e9, 141px 1663px #20b1e9, 311px 702px #20b1e9, 850px 175px #20b1e9, 1969px 1763px #20b1e9, 1474px 262px #20b1e9, 1138px 707px #20b1e9, 1984px 1210px #20b1e9, 1314px 778px #20b1e9, 1411px 747px #20b1e9, 1057px 1190px #20b1e9, 241px 900px #20b1e9, 1239px 195px #20b1e9, 90px 903px #20b1e9, 472px 766px #20b1e9, 1028px 1622px #20b1e9, 834px 641px #20b1e9, 752px 1995px #20b1e9, 1617px 1179px #20b1e9, 813px 266px #20b1e9, 1981px 1338px #20b1e9, 630px 1799px #20b1e9, 1790px 1836px #20b1e9, 1328px 582px #20b1e9, 451px 332px #20b1e9, 539px 38px #20b1e9, 1605px 619px #20b1e9, 1433px 67px #20b1e9, 1495px 579px #20b1e9, 733px 1308px #20b1e9, 822px 498px #20b1e9, 930px 989px #20b1e9, 248px 1735px #20b1e9, 1457px 1512px #20b1e9, 1933px 1602px #20b1e9, 1116px 757px #20b1e9, 983px 1568px #20b1e9, 368px 1724px #20b1e9, 1655px 913px #20b1e9, 1274px 1920px #20b1e9, 114px 1103px #20b1e9, 522px 1318px #20b1e9, 794px 95px #20b1e9, 1306px 1946px #20b1e9, 1618px 702px #20b1e9, 1115px 568px #20b1e9, 744px 25px #20b1e9, 213px 214px #20b1e9, 1535px 1145px #20b1e9, 1648px 687px #20b1e9, 867px 1660px #20b1e9, 1073px 1113px #20b1e9, 1126px 1201px #20b1e9, 1332px 480px #20b1e9, 287px 1195px #20b1e9, 1856px 696px #20b1e9, 1660px 890px #20b1e9, 753px 925px #20b1e9, 186px 1435px #20b1e9, 1854px 466px #20b1e9, 1695px 520px #20b1e9, 1094px 1647px #20b1e9, 266px 1651px #20b1e9, 1199px 459px #20b1e9, 1684px 940px #20b1e9, 1842px 1157px #20b1e9, 1294px 767px #20b1e9, 351px 922px #20b1e9, 808px 777px #20b1e9, 1456px 1782px #20b1e9, 524px 765px #20b1e9, 785px 245px #20b1e9, 981px 538px #20b1e9, 424px 1012px #20b1e9, 456px 1446px #20b1e9, 1155px 746px #20b1e9, 764px 1929px #20b1e9, 1797px 988px #20b1e9, 1571px 1631px #20b1e9, 505px 278px #20b1e9, 818px 1496px #20b1e9, 839px 1882px #20b1e9, 606px 1662px #20b1e9, 1931px 83px #20b1e9, 1416px 903px #20b1e9, 1842px 13px #20b1e9, 1110px 1450px #20b1e9, 884px 191px #20b1e9, 1107px 1378px #20b1e9, 1727px 1178px #20b1e9, 871px 746px #20b1e9, 692px 1890px #20b1e9, 1097px 299px #20b1e9, 1703px 1086px #20b1e9, 1477px 1142px #20b1e9, 147px 755px #20b1e9, 1314px 837px #20b1e9, 754px 515px #20b1e9, 1472px 657px #20b1e9, 83px 1980px #20b1e9, 198px 413px #20b1e9, 1751px 1288px #20b1e9, 521px 973px #20b1e9, 1664px 650px #20b1e9, 299px 741px #20b1e9, 582px 1143px #20b1e9, 214px 480px #20b1e9, 1158px 600px #20b1e9, 791px 314px #20b1e9, 1181px 637px #20b1e9, 1547px 909px #20b1e9, 912px 67px #20b1e9, 1639px 1424px #20b1e9, 1309px 280px #20b1e9, 1540px 633px #20b1e9, 1412px 4px #20b1e9, 1962px 252px #20b1e9, 816px 349px #20b1e9, 1783px 703px #20b1e9, 769px 1632px #20b1e9, 1782px 213px #20b1e9, 1251px 1638px #20b1e9
}

.x-register-card-footer #stars6:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars7 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars7,
.x-register-card-footer #stars7:after {
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 1803px 6573px #20b1e9, 314px 1777px #20b1e9, 887px 1338px #20b1e9, 992px 1908px #20b1e9, 716px 1778px #20b1e9, 356px 1497px #20b1e9, 208px 527px #20b1e9, 133px 212px #20b1e9, 1317px 168px #20b1e9, 1665px 896px #20b1e9, 598px 1569px #20b1e9, 704px 309px #20b1e9, 1957px 230px #20b1e9, 1739px 1075px #20b1e9, 374px 1014px #20b1e9, 468px 1929px #20b1e9, 1992px 1022px #20b1e9, 701px 543px #20b1e9, 454px 1697px #20b1e9, 899px 914px #20b1e9, 1730px 1351px #20b1e9, 783px 270px #20b1e9, 1985px 839px #20b1e9, 225px 1787px #20b1e9, 1526px 1695px #20b1e9, 608px 1826px #20b1e9, 1036px 919px #20b1e9, 265px 1002px #20b1e9, 1026px 744px #20b1e9, 202px 843px #20b1e9, 1022px 1385px #20b1e9, 1808px 272px #20b1e9, 1256px 939px #20b1e9, 983px 810px #20b1e9, 546px 146px #20b1e9, 1354px 1176px #20b1e9, 663px 982px #20b1e9, 766px 1501px #20b1e9, 1488px 1953px #20b1e9, 1235px 1176px #20b1e9, 814px 543px #20b1e9, 1217px 902px #20b1e9, 507px 632px #20b1e9, 1475px 1790px #20b1e9, 902px 50px #20b1e9, 1997px 1302px #20b1e9, 1016px 1349px #20b1e9, 1669px 24px #20b1e9, 697px 1532px #20b1e9, 1850px 1605px #20b1e9, 926px 1216px #20b1e9, 1239px 695px #20b1e9, 986px 1598px #20b1e9, 907px 528px #20b1e9, 436px 243px #20b1e9, 416px 1151px #20b1e9, 922px 855px #20b1e9, 521px 1312px #20b1e9, 382px 1913px #20b1e9, 887px 1864px #20b1e9, 1782px 159px #20b1e9, 1641px 286px #20b1e9, 303px 205px #20b1e9, 1219px 1301px #20b1e9, 701px 1517px #20b1e9, 513px 119px #20b1e9, 664px 204px #20b1e9, 1870px 252px #20b1e9, 757px 472px #20b1e9, 1741px 1347px #20b1e9, 1080px 356px #20b1e9, 75px 1217px #20b1e9, 584px 44px #20b1e9, 1702px 1020px #20b1e9, 1143px 383px #20b1e9, 547px 1683px #20b1e9, 1256px 1889px #20b1e9, 1324px 1867px #20b1e9, 597px 165px #20b1e9, 1798px 305px #20b1e9, 1501px 1735px #20b1e9, 564px 1939px #20b1e9, 1701px 1674px #20b1e9, 1992px 121px #20b1e9, 1952px 731px #20b1e9, 235px 927px #20b1e9, 1197px 1183px #20b1e9, 772px 976px #20b1e9, 897px 1461px #20b1e9, 993px 668px #20b1e9, 1320px 1579px #20b1e9, 212px 1443px #20b1e9, 1561px 1630px #20b1e9, 290px 788px #20b1e9, 1694px 867px #20b1e9, 1428px 1593px #20b1e9, 598px 1773px #20b1e9, 1874px 7px #20b1e9, 672px 685px #20b1e9, 1044px 1417px #20b1e9, 56px 793px #20b1e9, 560px 1216px #20b1e9, 1488px 1672px #20b1e9, 1764px 1114px #20b1e9, 1570px 1709px #20b1e9, 1705px 707px #20b1e9, 260px 1190px #20b1e9, 829px 1819px #20b1e9, 1865px 323px #20b1e9, 983px 1774px #20b1e9, 258px 447px #20b1e9, 1466px 392px #20b1e9, 260px 458px #20b1e9, 1531px 350px #20b1e9, 920px 530px #20b1e9, 1186px 128px #20b1e9, 169px 354px #20b1e9, 1527px 200px #20b1e9, 1278px 1641px #20b1e9, 1713px 1834px #20b1e9, 824px 580px #20b1e9, 943px 900px #20b1e9, 108px 1711px #20b1e9, 1279px 187px #20b1e9, 1724px 512px #20b1e9, 1443px 267px #20b1e9, 236px 1476px #20b1e9, 70px 10px #20b1e9, 234px 976px #20b1e9, 1031px 722px #20b1e9, 642px 981px #20b1e9, 1733px 999px #20b1e9, 374px 1624px #20b1e9, 412px 134px #20b1e9, 353px 418px #20b1e9, 1513px 983px #20b1e9, 606px 814px #20b1e9, 293px 1981px #20b1e9, 1563px 610px #20b1e9, 1126px 1355px #20b1e9, 24px 819px #20b1e9, 878px 714px #20b1e9, 1342px 44px #20b1e9, 162px 307px #20b1e9, 721px 1326px #20b1e9, 1566px 1021px #20b1e9, 952px 689px #20b1e9, 1723px 689px #20b1e9, 813px 607px #20b1e9, 1546px 1884px #20b1e9, 199px 1002px #20b1e9, 1568px 1206px #20b1e9, 696px 7px #20b1e9, 410px 1012px #20b1e9, 1774px 886px #20b1e9, 1038px 1714px #20b1e9, 313px 1494px #20b1e9, 385px 206px #20b1e9, 1465px 1774px #20b1e9, 1287px 1149px #20b1e9, 1148px 1054px #20b1e9, 555px 1072px #20b1e9, 887px 110px #20b1e9, 392px 609px #20b1e9, 1998px 451px #20b1e9, 1206px 1910px #20b1e9, 593px 1470px #20b1e9, 957px 1486px #20b1e9, 1472px 1847px #20b1e9, 1620px 64px #20b1e9, 1832px 844px #20b1e9, 1282px 1999px #20b1e9, 608px 659px #20b1e9, 1113px 315px #20b1e9, 1133px 944px #20b1e9, 276px 988px #20b1e9, 766px 1168px #20b1e9, 643px 333px #20b1e9, 548px 801px #20b1e9, 1398px 800px #20b1e9, 245px 401px #20b1e9, 1249px 1054px #20b1e9, 870px 1325px #20b1e9, 547px 1963px #20b1e9, 1650px 1670px #20b1e9, 1070px 1270px #20b1e9, 1328px 441px #20b1e9, 784px 225px #20b1e9, 1838px 366px #20b1e9, 1655px 476px #20b1e9, 149px 348px #20b1e9, 912px 284px #20b1e9, 1599px 206px #20b1e9, 1691px 944px #20b1e9, 593px 249px #20b1e9, 1677px 169px #20b1e9, 185px 136px #20b1e9, 1791px 1811px #20b1e9, 1719px 1494px #20b1e9, 661px 1857px #20b1e9, 1217px 1486px #20b1e9, 1416px 1669px #20b1e9, 1815px 449px #20b1e9, 1132px 1471px #20b1e9, 1870px 215px #20b1e9, 1164px 1321px #20b1e9, 590px 1083px #20b1e9, 1247px 786px #20b1e9, 1885px 1780px #20b1e9, 1883px 1414px #20b1e9, 344px 1587px #20b1e9, 575px 1296px #20b1e9, 1854px 1862px #20b1e9, 1465px 604px #20b1e9, 1927px 1816px #20b1e9, 1693px 1815px #20b1e9, 399px 1379px #20b1e9, 550px 1015px #20b1e9, 913px 385px #20b1e9, 1717px 532px #20b1e9, 277px 373px #20b1e9, 337px 577px #20b1e9, 1411px 17px #20b1e9, 143px 1611px #20b1e9, 148px 77px #20b1e9, 996px 416px #20b1e9, 1456px 1136px #20b1e9, 1803px 1150px #20b1e9, 1995px 1004px #20b1e9, 1499px 1604px #20b1e9, 1608px 1438px #20b1e9, 425px 1486px #20b1e9, 788px 1707px #20b1e9, 774px 1182px #20b1e9, 1760px 1866px #20b1e9, 384px 1120px #20b1e9, 630px 593px #20b1e9, 1077px 178px #20b1e9, 1784px 105px #20b1e9, 97px 924px #20b1e9, 235px 812px #20b1e9, 1239px 722px #20b1e9, 376px 946px #20b1e9, 84px 1242px #20b1e9, 1557px 248px #20b1e9, 677px 1795px #20b1e9, 1873px 1907px #20b1e9, 364px 713px #20b1e9, 710px 1053px #20b1e9, 1255px 1429px #20b1e9, 1219px 742px #20b1e9, 994px 1585px #20b1e9, 1370px 834px #20b1e9, 610px 1731px #20b1e9, 1322px 269px #20b1e9, 674px 1193px #20b1e9, 1316px 1867px #20b1e9, 221px 297px #20b1e9, 762px 1790px #20b1e9, 870px 802px #20b1e9, 971px 1690px #20b1e9, 801px 1057px #20b1e9, 861px 1415px #20b1e9, 1845px 838px #20b1e9, 572px 1592px #20b1e9, 1330px 582px #20b1e9, 948px 872px #20b1e9, 332px 1846px #20b1e9, 656px 1463px #20b1e9, 1661px 29px #20b1e9, 843px 413px #20b1e9, 1405px 407px #20b1e9, 162px 1584px #20b1e9, 1735px 1740px #20b1e9, 1991px 1256px #20b1e9, 48px 1168px #20b1e9, 504px 424px #20b1e9, 764px 1435px #20b1e9, 1127px 284px #20b1e9, 1549px 1363px #20b1e9, 595px 191px #20b1e9, 471px 659px #20b1e9, 899px 1030px #20b1e9, 794px 369px #20b1e9, 1684px 1691px #20b1e9, 1505px 489px #20b1e9, 1423px 463px #20b1e9, 648px 1980px #20b1e9, 1240px 1090px #20b1e9, 1570px 356px #20b1e9, 221px 1237px #20b1e9, 1288px 1960px #20b1e9, 232px 1108px #20b1e9, 541px 1450px #20b1e9, 1062px 534px #20b1e9, 225px 1648px #20b1e9, 1475px 23px #20b1e9, 1150px 1731px #20b1e9, 1815px 1688px #20b1e9, 1350px 1851px #20b1e9
}

.x-register-card-footer #stars7:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars9 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars9,
.x-register-card-footer #stars9:after {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 1817px 8214px #20b1e9, 191px 1201px #20b1e9, 1011px 1075px #20b1e9, 452px 558px #20b1e9, 1988px 393px #20b1e9, 827px 275px #20b1e9, 1530px 1761px #20b1e9, 7px 289px #20b1e9, 1946px 1117px #20b1e9, 365px 1908px #20b1e9, 1458px 1548px #20b1e9, 1623px 1155px #20b1e9, 1493px 715px #20b1e9, 1963px 937px #20b1e9, 824px 1409px #20b1e9, 619px 557px #20b1e9, 1875px 1286px #20b1e9, 943px 1272px #20b1e9, 1206px 166px #20b1e9, 1357px 451px #20b1e9, 1407px 78px #20b1e9, 1443px 1598px #20b1e9, 114px 1952px #20b1e9, 1908px 662px #20b1e9, 699px 1500px #20b1e9, 1040px 65px #20b1e9, 1077px 182px #20b1e9, 195px 1915px #20b1e9, 267px 1225px #20b1e9, 1810px 1640px #20b1e9, 211px 767px #20b1e9, 1071px 972px #20b1e9, 669px 390px #20b1e9, 1127px 160px #20b1e9, 1289px 177px #20b1e9, 785px 414px #20b1e9, 1788px 1769px #20b1e9, 1324px 1733px #20b1e9, 729px 1969px #20b1e9, 600px 996px #20b1e9, 216px 617px #20b1e9, 267px 1263px #20b1e9, 1183px 170px #20b1e9, 694px 1957px #20b1e9, 660px 1586px #20b1e9, 1344px 289px #20b1e9, 1813px 417px #20b1e9, 1935px 1427px #20b1e9, 1067px 339px #20b1e9, 1888px 1440px #20b1e9, 1617px 774px #20b1e9, 809px 1215px #20b1e9, 1643px 783px #20b1e9, 1110px 965px #20b1e9, 327px 739px #20b1e9, 1953px 1473px #20b1e9, 1238px 315px #20b1e9, 1997px 327px #20b1e9, 1712px 860px #20b1e9, 1096px 1823px #20b1e9, 1015px 1778px #20b1e9, 1889px 211px #20b1e9, 624px 134px #20b1e9, 140px 472px #20b1e9, 1993px 116px #20b1e9, 745px 177px #20b1e9, 549px 923px #20b1e9, 359px 94px #20b1e9, 1719px 133px #20b1e9, 431px 942px #20b1e9, 214px 868px #20b1e9, 1738px 888px #20b1e9, 1255px 1701px #20b1e9, 825px 618px #20b1e9, 465px 491px #20b1e9, 838px 1294px #20b1e9, 1490px 712px #20b1e9, 981px 591px #20b1e9, 1261px 564px #20b1e9, 1390px 725px #20b1e9, 1346px 822px #20b1e9, 628px 207px #20b1e9, 1397px 48px #20b1e9, 1232px 1608px #20b1e9, 1354px 149px #20b1e9, 773px 1567px #20b1e9, 1003px 1102px #20b1e9, 1479px 193px #20b1e9, 700px 249px #20b1e9, 847px 681px #20b1e9, 1948px 1348px #20b1e9, 963px 968px #20b1e9, 1091px 1394px #20b1e9, 82px 1937px #20b1e9, 824px 1271px #20b1e9, 983px 1632px #20b1e9, 1600px 1253px #20b1e9, 1764px 1383px #20b1e9, 317px 265px #20b1e9, 1842px 1627px #20b1e9, 1479px 85px #20b1e9, 1601px 914px #20b1e9, 1109px 420px #20b1e9, 1689px 94px #20b1e9, 1255px 1516px #20b1e9, 1310px 422px #20b1e9, 1868px 1160px #20b1e9, 1830px 28px #20b1e9, 986px 1076px #20b1e9, 290px 83px #20b1e9, 1050px 752px #20b1e9, 1702px 1599px #20b1e9, 388px 980px #20b1e9, 568px 752px #20b1e9, 1992px 703px #20b1e9, 564px 1325px #20b1e9, 175px 1518px #20b1e9, 1972px 1216px #20b1e9, 165px 1658px #20b1e9, 536px 1586px #20b1e9, 618px 884px #20b1e9, 1895px 115px #20b1e9, 1001px 930px #20b1e9, 1556px 741px #20b1e9, 1053px 1804px #20b1e9, 1662px 1258px #20b1e9, 191px 13px #20b1e9, 854px 448px #20b1e9, 1239px 551px #20b1e9, 169px 415px #20b1e9, 880px 1727px #20b1e9, 863px 738px #20b1e9, 457px 768px #20b1e9, 322px 1203px #20b1e9, 656px 1707px #20b1e9, 1164px 1998px #20b1e9, 1433px 230px #20b1e9, 345px 1584px #20b1e9, 101px 1611px #20b1e9, 116px 360px #20b1e9, 596px 8px #20b1e9, 102px 852px #20b1e9, 636px 568px #20b1e9, 23px 1582px #20b1e9, 927px 68px #20b1e9, 894px 968px #20b1e9, 423px 1270px #20b1e9, 651px 1390px #20b1e9, 151px 1944px #20b1e9, 1755px 1244px #20b1e9, 932px 769px #20b1e9, 570px 1352px #20b1e9, 461px 158px #20b1e9, 1026px 1478px #20b1e9, 228px 336px #20b1e9, 247px 166px #20b1e9, 1854px 645px #20b1e9, 342px 847px #20b1e9, 729px 842px #20b1e9, 1672px 516px #20b1e9, 680px 1490px #20b1e9, 5px 1915px #20b1e9, 1026px 778px #20b1e9, 1346px 150px #20b1e9, 1790px 1851px #20b1e9, 1776px 6px #20b1e9, 1306px 1996px #20b1e9, 1648px 533px #20b1e9, 376px 325px #20b1e9, 1769px 1738px #20b1e9, 56px 276px #20b1e9, 810px 1717px #20b1e9, 1790px 264px #20b1e9, 1099px 1613px #20b1e9, 1517px 1282px #20b1e9, 1912px 573px #20b1e9, 768px 265px #20b1e9, 856px 674px #20b1e9, 1682px 884px #20b1e9, 944px 522px #20b1e9, 1082px 1957px #20b1e9, 1660px 1182px #20b1e9, 1605px 1245px #20b1e9, 915px 1649px #20b1e9, 1082px 269px #20b1e9, 1236px 1298px #20b1e9, 684px 790px #20b1e9, 743px 1614px #20b1e9, 977px 1342px #20b1e9, 1838px 1837px #20b1e9, 1485px 358px #20b1e9, 686px 1021px #20b1e9, 1965px 547px #20b1e9, 1607px 804px #20b1e9, 5px 1007px #20b1e9, 191px 393px #20b1e9, 1345px 1697px #20b1e9, 1032px 1540px #20b1e9, 1931px 1322px #20b1e9, 557px 1501px #20b1e9, 1719px 1391px #20b1e9, 1897px 1944px #20b1e9, 780px 1078px #20b1e9, 884px 1143px #20b1e9, 938px 1270px #20b1e9, 66px 1189px #20b1e9, 885px 1629px #20b1e9, 1752px 630px #20b1e9, 391px 1423px #20b1e9, 1787px 632px #20b1e9, 1305px 560px #20b1e9, 1755px 1430px #20b1e9, 1409px 1483px #20b1e9, 1986px 488px #20b1e9, 1672px 859px #20b1e9, 648px 307px #20b1e9, 605px 1426px #20b1e9, 26px 390px #20b1e9, 1632px 1468px #20b1e9, 511px 577px #20b1e9, 472px 622px #20b1e9, 1675px 130px #20b1e9, 398px 1857px #20b1e9, 740px 1287px #20b1e9, 1728px 1262px #20b1e9, 1286px 1247px #20b1e9, 764px 1449px #20b1e9, 200px 512px #20b1e9, 678px 165px #20b1e9, 1417px 1142px #20b1e9, 578px 1907px #20b1e9, 528px 805px #20b1e9, 910px 271px #20b1e9, 235px 461px #20b1e9, 1818px 1176px #20b1e9, 234px 1441px #20b1e9, 1151px 992px #20b1e9, 1913px 480px #20b1e9, 182px 1616px #20b1e9, 1945px 1003px #20b1e9, 464px 1919px #20b1e9, 669px 1213px #20b1e9, 1803px 530px #20b1e9, 1273px 196px #20b1e9, 1284px 47px #20b1e9, 626px 420px #20b1e9, 535px 1993px #20b1e9, 480px 910px #20b1e9, 499px 1749px #20b1e9, 135px 1639px #20b1e9, 1143px 713px #20b1e9, 482px 1124px #20b1e9, 25px 410px #20b1e9, 263px 1021px #20b1e9, 1494px 794px #20b1e9, 1184px 1862px #20b1e9, 496px 449px #20b1e9, 952px 1759px #20b1e9, 240px 600px #20b1e9, 57px 1567px #20b1e9, 1475px 306px #20b1e9, 1464px 1500px #20b1e9, 1970px 258px #20b1e9, 1091px 1830px #20b1e9, 1881px 1294px #20b1e9, 1849px 1384px #20b1e9, 1420px 1038px #20b1e9, 1974px 596px #20b1e9, 487px 1452px #20b1e9, 775px 801px #20b1e9, 832px 165px #20b1e9, 1247px 1379px #20b1e9, 274px 722px #20b1e9, 1987px 1273px #20b1e9, 1752px 1577px #20b1e9, 1121px 913px #20b1e9, 1758px 958px #20b1e9, 1918px 608px #20b1e9, 153px 956px #20b1e9, 1340px 644px #20b1e9, 276px 1103px #20b1e9, 346px 1482px #20b1e9, 316px 730px #20b1e9, 227px 459px #20b1e9, 141px 1110px #20b1e9, 1101px 1620px #20b1e9, 1732px 1497px #20b1e9, 1323px 295px #20b1e9, 948px 53px #20b1e9, 921px 1327px #20b1e9, 367px 1766px #20b1e9, 1567px 1651px #20b1e9, 1444px 861px #20b1e9, 1806px 284px #20b1e9, 1500px 891px #20b1e9, 1100px 94px #20b1e9, 1082px 1893px #20b1e9, 1206px 1391px #20b1e9, 331px 1387px #20b1e9, 533px 1778px #20b1e9, 1793px 1357px #20b1e9, 935px 1204px #20b1e9, 1700px 1076px #20b1e9, 972px 1206px #20b1e9, 1118px 736px #20b1e9, 615px 1326px #20b1e9, 317px 57px #20b1e9, 995px 1838px #20b1e9, 1036px 1616px #20b1e9, 1803px 698px #20b1e9, 1755px 1648px #20b1e9, 313px 1109px #20b1e9, 530px 1793px #20b1e9, 1966px 1461px #20b1e9, 947px 1540px #20b1e9, 1457px 1348px #20b1e9, 657px 633px #20b1e9, 1482px 1255px #20b1e9, 1685px 362px #20b1e9, 525px 944px #20b1e9, 805px 810px #20b1e9, 310px 650px #20b1e9, 1842px 465px #20b1e9, 1991px 905px #20b1e9, 1557px 223px #20b1e9, 1480px 1832px #20b1e9, 941px 1474px #20b1e9, 200px 1089px #20b1e9, 675px 1089px #20b1e9, 318px 381px #20b1e9, 845px 1764px #20b1e9, 1909px 1586px #20b1e9, 234px 1028px #20b1e9, 1109px 1342px #20b1e9, 679px 776px #20b1e9, 2px 706px #20b1e9, 250px 215px #20b1e9, 411px 29px #20b1e9, 478px 646px #20b1e9, 1240px 1192px #20b1e9, 782px 1777px #20b1e9, 123px 1296px #20b1e9, 1363px 339px #20b1e9, 1199px 1458px #20b1e9, 14px 1265px #20b1e9, 1146px 773px #20b1e9, 187px 1354px #20b1e9, 632px 1217px #20b1e9, 1190px 1244px #20b1e9, 1559px 1597px #20b1e9, 1804px 1050px #20b1e9, 1649px 354px #20b1e9, 492px 192px #20b1e9, 257px 153px #20b1e9, 1165px 1622px #20b1e9, 550px 386px #20b1e9, 1738px 208px #20b1e9, 235px 1558px #20b1e9, 1852px 869px #20b1e9, 168px 1071px #20b1e9, 1093px 1856px #20b1e9, 765px 203px #20b1e9, 943px 1339px #20b1e9, 1412px 1487px #20b1e9, 1544px 904px #20b1e9, 184px 137px #20b1e9, 745px 581px #20b1e9, 940px 1179px #20b1e9, 324px 1995px #20b1e9, 1747px 545px #20b1e9, 1673px 760px #20b1e9, 1322px 1001px #20b1e9, 851px 1202px #20b1e9, 1270px 676px #20b1e9, 107px 1458px #20b1e9, 876px 1819px #20b1e9, 477px 1274px #20b1e9, 251px 235px #20b1e9, 774px 1276px #20b1e9, 101px 1795px #20b1e9, 25px 1569px #20b1e9, 1522px 22px #20b1e9, 1376px 1461px #20b1e9, 510px 1179px #20b1e9, 100px 1800px #20b1e9, 831px 1459px #20b1e9, 1367px 869px #20b1e9, 182px 1165px #20b1e9, 613px 583px #20b1e9, 1331px 1293px #20b1e9, 240px 743px #20b1e9, 485px 1440px #20b1e9, 623px 143px #20b1e9, 561px 891px #20b1e9, 834px 1453px #20b1e9, 290px 903px #20b1e9, 1626px 517px #20b1e9, 1313px 512px #20b1e9, 1446px 173px #20b1e9, 371px 804px #20b1e9, 426px 566px #20b1e9, 193px 1185px #20b1e9, 207px 302px #20b1e9, 240px 843px #20b1e9, 1593px 1324px #20b1e9, 1693px 591px #20b1e9, 22px 257px #20b1e9, 1944px 1723px #20b1e9, 226px 1108px #20b1e9, 48px 346px #20b1e9, 976px 938px #20b1e9, 1223px 927px #20b1e9, 28px 704px #20b1e9, 1324px 832px #20b1e9, 1104px 1024px #20b1e9, 1352px 1330px #20b1e9, 1275px 1958px #20b1e9, 1925px 659px #20b1e9, 1264px 1658px #20b1e9, 1296px 1333px #20b1e9, 140px 773px #20b1e9, 923px 1720px #20b1e9, 1138px 378px #20b1e9, 690px 690px #20b1e9, 412px 809px #20b1e9, 247px 1311px #20b1e9, 565px 1794px #20b1e9, 1378px 866px #20b1e9, 1288px 1349px #20b1e9, 1744px 1713px #20b1e9, 1788px 237px #20b1e9, 1558px 190px #20b1e9, 499px 1035px #20b1e9, 1068px 1335px #20b1e9, 773px 972px #20b1e9, 974px 1351px #20b1e9, 363px 335px #20b1e9, 614px 142px #20b1e9, 329px 71px #20b1e9, 1619px 1225px #20b1e9, 1207px 210px #20b1e9, 680px 1849px #20b1e9, 973px 517px #20b1e9, 1358px 70px #20b1e9, 740px 1011px #20b1e9, 512px 193px #20b1e9, 394px 909px #20b1e9, 36px 268px #20b1e9, 1899px 1676px #20b1e9, 786px 1876px #20b1e9, 318px 23px #20b1e9, 568px 1511px #20b1e9, 1665px 1171px #20b1e9, 1637px 127px #20b1e9, 717px 1274px #20b1e9, 657px 962px #20b1e9, 1561px 1981px #20b1e9, 413px 1368px #20b1e9, 1789px 11px #20b1e9, 1504px 1524px #20b1e9, 870px 89px #20b1e9, 695px 313px #20b1e9, 1393px 1803px #20b1e9, 784px 1244px #20b1e9, 1226px 1367px #20b1e9, 289px 705px #20b1e9, 1275px 1265px #20b1e9, 4px 1680px #20b1e9, 1591px 489px #20b1e9, 918px 1003px #20b1e9, 506px 1537px #20b1e9, 776px 1484px #20b1e9, 1702px 1826px #20b1e9, 518px 19px #20b1e9, 848px 546px #20b1e9, 1074px 1770px #20b1e9, 1296px 697px #20b1e9, 1310px 75px #20b1e9, 978px 321px #20b1e9, 127px 489px #20b1e9, 126px 77px #20b1e9, 873px 936px #20b1e9, 1376px 1612px #20b1e9, 48px 966px #20b1e9, 319px 1115px #20b1e9, 345px 552px #20b1e9, 1654px 1362px #20b1e9, 96px 756px #20b1e9, 1983px 1256px #20b1e9, 707px 1064px #20b1e9, 1807px 1773px #20b1e9, 1263px 1944px #20b1e9, 792px 756px #20b1e9, 1636px 800px #20b1e9, 684px 816px #20b1e9, 587px 1041px #20b1e9, 562px 336px #20b1e9, 1664px 847px #20b1e9, 1898px 211px #20b1e9, 1612px 1961px #20b1e9
}

.x-register-card-footer #stars9:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars10 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars10,
.x-register-card-footer #stars10:after {
    width: 5px;
    height: 5px;
    background: transparent;
    box-shadow: 1803px 6573px #20b1e9, 314px 1777px #20b1e9, 887px 1338px #20b1e9, 992px 1908px #20b1e9, 716px 1778px #20b1e9, 356px 1497px #20b1e9, 208px 527px #20b1e9, 133px 212px #20b1e9, 1317px 168px #20b1e9, 1665px 896px #20b1e9, 598px 1569px #20b1e9, 704px 309px #20b1e9, 1957px 230px #20b1e9, 1739px 1075px #20b1e9, 374px 1014px #20b1e9, 468px 1929px #20b1e9, 1992px 1022px #20b1e9, 701px 543px #20b1e9, 454px 1697px #20b1e9, 899px 914px #20b1e9, 1730px 1351px #20b1e9, 783px 270px #20b1e9, 1985px 839px #20b1e9, 225px 1787px #20b1e9, 1526px 1695px #20b1e9, 608px 1826px #20b1e9, 1036px 919px #20b1e9, 265px 1002px #20b1e9, 1026px 744px #20b1e9, 202px 843px #20b1e9, 1022px 1385px #20b1e9, 1808px 272px #20b1e9, 1256px 939px #20b1e9, 983px 810px #20b1e9, 546px 146px #20b1e9, 1354px 1176px #20b1e9, 663px 982px #20b1e9, 766px 1501px #20b1e9, 1488px 1953px #20b1e9, 1235px 1176px #20b1e9, 814px 543px #20b1e9, 1217px 902px #20b1e9, 507px 632px #20b1e9, 1475px 1790px #20b1e9, 902px 50px #20b1e9, 1997px 1302px #20b1e9, 1016px 1349px #20b1e9, 1669px 24px #20b1e9, 697px 1532px #20b1e9, 1850px 1605px #20b1e9, 926px 1216px #20b1e9, 1239px 695px #20b1e9, 986px 1598px #20b1e9, 907px 528px #20b1e9, 436px 243px #20b1e9, 416px 1151px #20b1e9, 922px 855px #20b1e9, 521px 1312px #20b1e9, 382px 1913px #20b1e9, 887px 1864px #20b1e9, 1782px 159px #20b1e9, 1641px 286px #20b1e9, 303px 205px #20b1e9, 1219px 1301px #20b1e9, 701px 1517px #20b1e9, 513px 119px #20b1e9, 664px 204px #20b1e9, 1870px 252px #20b1e9, 757px 472px #20b1e9, 1741px 1347px #20b1e9, 1080px 356px #20b1e9, 75px 1217px #20b1e9, 584px 44px #20b1e9, 1702px 1020px #20b1e9, 1143px 383px #20b1e9, 547px 1683px #20b1e9, 1256px 1889px #20b1e9, 1324px 1867px #20b1e9, 597px 165px #20b1e9, 1798px 305px #20b1e9, 1501px 1735px #20b1e9, 564px 1939px #20b1e9, 1701px 1674px #20b1e9, 1992px 121px #20b1e9, 1952px 731px #20b1e9, 235px 927px #20b1e9, 1197px 1183px #20b1e9, 772px 976px #20b1e9, 897px 1461px #20b1e9, 993px 668px #20b1e9, 1320px 1579px #20b1e9, 212px 1443px #20b1e9, 1561px 1630px #20b1e9, 290px 788px #20b1e9, 1694px 867px #20b1e9, 1428px 1593px #20b1e9, 598px 1773px #20b1e9, 1874px 7px #20b1e9, 672px 685px #20b1e9, 1044px 1417px #20b1e9, 56px 793px #20b1e9, 560px 1216px #20b1e9, 1488px 1672px #20b1e9, 1764px 1114px #20b1e9, 1570px 1709px #20b1e9, 1705px 707px #20b1e9, 260px 1190px #20b1e9, 829px 1819px #20b1e9, 1865px 323px #20b1e9, 983px 1774px #20b1e9, 258px 447px #20b1e9, 1466px 392px #20b1e9, 260px 458px #20b1e9, 1531px 350px #20b1e9, 920px 530px #20b1e9, 1186px 128px #20b1e9, 169px 354px #20b1e9, 1527px 200px #20b1e9, 1278px 1641px #20b1e9, 1713px 1834px #20b1e9, 824px 580px #20b1e9, 943px 900px #20b1e9, 108px 1711px #20b1e9, 1279px 187px #20b1e9, 1724px 512px #20b1e9, 1443px 267px #20b1e9, 236px 1476px #20b1e9, 70px 10px #20b1e9, 234px 976px #20b1e9, 1031px 722px #20b1e9, 642px 981px #20b1e9, 1733px 999px #20b1e9, 374px 1624px #20b1e9, 412px 134px #20b1e9, 353px 418px #20b1e9, 1513px 983px #20b1e9, 606px 814px #20b1e9, 293px 1981px #20b1e9, 1563px 610px #20b1e9, 1126px 1355px #20b1e9, 24px 819px #20b1e9, 878px 714px #20b1e9, 1342px 44px #20b1e9, 162px 307px #20b1e9, 721px 1326px #20b1e9, 1566px 1021px #20b1e9, 952px 689px #20b1e9, 1723px 689px #20b1e9, 813px 607px #20b1e9, 1546px 1884px #20b1e9, 199px 1002px #20b1e9, 1568px 1206px #20b1e9, 696px 7px #20b1e9, 410px 1012px #20b1e9, 1774px 886px #20b1e9, 1038px 1714px #20b1e9, 313px 1494px #20b1e9, 385px 206px #20b1e9, 1465px 1774px #20b1e9, 1287px 1149px #20b1e9, 1148px 1054px #20b1e9, 555px 1072px #20b1e9, 887px 110px #20b1e9, 392px 609px #20b1e9, 1998px 451px #20b1e9, 1206px 1910px #20b1e9, 593px 1470px #20b1e9, 957px 1486px #20b1e9, 1472px 1847px #20b1e9, 1620px 64px #20b1e9, 1832px 844px #20b1e9, 1282px 1999px #20b1e9, 608px 659px #20b1e9, 1113px 315px #20b1e9, 1133px 944px #20b1e9, 276px 988px #20b1e9, 766px 1168px #20b1e9, 643px 333px #20b1e9, 548px 801px #20b1e9, 1398px 800px #20b1e9, 245px 401px #20b1e9, 1249px 1054px #20b1e9, 870px 1325px #20b1e9, 547px 1963px #20b1e9, 1650px 1670px #20b1e9, 1070px 1270px #20b1e9, 1328px 441px #20b1e9, 784px 225px #20b1e9, 1838px 366px #20b1e9, 1655px 476px #20b1e9, 149px 348px #20b1e9, 912px 284px #20b1e9, 1599px 206px #20b1e9, 1691px 944px #20b1e9, 593px 249px #20b1e9, 1677px 169px #20b1e9, 185px 136px #20b1e9, 1791px 1811px #20b1e9, 1719px 1494px #20b1e9, 661px 1857px #20b1e9, 1217px 1486px #20b1e9, 1416px 1669px #20b1e9, 1815px 449px #20b1e9, 1132px 1471px #20b1e9, 1870px 215px #20b1e9, 1164px 1321px #20b1e9, 590px 1083px #20b1e9, 1247px 786px #20b1e9, 1885px 1780px #20b1e9, 1883px 1414px #20b1e9, 344px 1587px #20b1e9, 575px 1296px #20b1e9, 1854px 1862px #20b1e9, 1465px 604px #20b1e9, 1927px 1816px #20b1e9, 1693px 1815px #20b1e9, 399px 1379px #20b1e9, 550px 1015px #20b1e9, 913px 385px #20b1e9, 1717px 532px #20b1e9, 277px 373px #20b1e9, 337px 577px #20b1e9, 1411px 17px #20b1e9, 143px 1611px #20b1e9, 148px 77px #20b1e9, 996px 416px #20b1e9, 1456px 1136px #20b1e9, 1803px 1150px #20b1e9, 1995px 1004px #20b1e9, 1499px 1604px #20b1e9, 1608px 1438px #20b1e9, 425px 1486px #20b1e9, 788px 1707px #20b1e9, 774px 1182px #20b1e9, 1760px 1866px #20b1e9, 384px 1120px #20b1e9, 630px 593px #20b1e9, 1077px 178px #20b1e9, 1784px 105px #20b1e9, 97px 924px #20b1e9, 235px 812px #20b1e9, 1239px 722px #20b1e9, 376px 946px #20b1e9, 84px 1242px #20b1e9, 1557px 248px #20b1e9, 677px 1795px #20b1e9, 1873px 1907px #20b1e9, 364px 713px #20b1e9, 710px 1053px #20b1e9, 1255px 1429px #20b1e9, 1219px 742px #20b1e9, 994px 1585px #20b1e9, 1370px 834px #20b1e9, 610px 1731px #20b1e9, 1322px 269px #20b1e9, 674px 1193px #20b1e9, 1316px 1867px #20b1e9, 221px 297px #20b1e9, 762px 1790px #20b1e9, 870px 802px #20b1e9, 971px 1690px #20b1e9, 801px 1057px #20b1e9, 861px 1415px #20b1e9, 1845px 838px #20b1e9, 572px 1592px #20b1e9, 1330px 582px #20b1e9, 948px 872px #20b1e9, 332px 1846px #20b1e9, 656px 1463px #20b1e9, 1661px 29px #20b1e9, 843px 413px #20b1e9, 1405px 407px #20b1e9, 162px 1584px #20b1e9, 1735px 1740px #20b1e9, 1991px 1256px #20b1e9, 48px 1168px #20b1e9, 504px 424px #20b1e9, 764px 1435px #20b1e9, 1127px 284px #20b1e9, 1549px 1363px #20b1e9, 595px 191px #20b1e9, 471px 659px #20b1e9, 899px 1030px #20b1e9, 794px 369px #20b1e9, 1684px 1691px #20b1e9, 1505px 489px #20b1e9, 1423px 463px #20b1e9, 648px 1980px #20b1e9, 1240px 1090px #20b1e9, 1570px 356px #20b1e9, 221px 1237px #20b1e9, 1288px 1960px #20b1e9, 232px 1108px #20b1e9, 541px 1450px #20b1e9, 1062px 534px #20b1e9, 225px 1648px #20b1e9, 1475px 23px #20b1e9, 1150px 1731px #20b1e9, 1815px 1688px #20b1e9, 1350px 1851px #20b1e9
}

.x-register-card-footer #stars10:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-credit-free-bottom-container .x-hr-border-glow {
    width: 25%;
    margin-top: 0
}

.x-progress-bar {
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)!important;
    background-size: 1rem 1rem!important;
    background-color: #62a59b!important;
    -webkit-animation: x-progress-bar-stripes 1s linear infinite;
    animation: x-progress-bar-stripes 1s linear infinite;
    border-radius: 10px
}

.x-progress-bar:before {
    content: " ";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 40%, rgba(170, 255, 250, .4) 60%, rgba(170, 255, 250, .8))
}

#notificationCenterModal .-modal-content .modal-header {
    margin-top: 0!important;
    padding-top: 0!important;
    padding-bottom: 1.5rem!important
}

@media (max-width:991.98px) {
    #notificationCenterModal .-modal-content .modal-header {
        padding-bottom: 2.5rem!important
    }
}

#notificationCenterModal .-modal-content .modal-header .-outer-wrapper {
    position: relative;
    margin: auto
}

#notificationCenterModal .-modal-content .modal-header .-outer-wrapper .-title-bg {
    width: 300px;
    height: auto;
    -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, .75));
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, .75))
}

@media (max-width:575.98px) {
    #notificationCenterModal .-modal-content .modal-header .-outer-wrapper .-title-bg {
        width: 260px
    }
}

@media screen and (max-width:360px) {
    #notificationCenterModal .-modal-content .modal-header .-outer-wrapper .-title-bg {
        width: 250px
    }
}

#notificationCenterModal .-modal-content .modal-body {
    overflow: hidden;
    padding-right: 1rem;
    padding-left: 1rem
}

#notificationCenterModal .x-title-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%)
}

#notificationCenterModal .x-title-modal .-ic-title {
    width: 40px;
    height: auto;
    -webkit-filter: drop-shadow(4px 2px 6px rgba(0, 0, 0, .75));
    filter: drop-shadow(4px 2px 6px rgba(0, 0, 0, .75))
}

@media (max-width:767.98px) {
    #notificationCenterModal .x-title-modal .-ic-title {
        width: 30px
    }
}

#notificationCenterModal .x-title-modal .-text {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    background: radial-gradient(#fff, #d9d9d9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(2px 2px 2px #000);
    filter: drop-shadow(2px 2px 2px #000000);
    top: 6px
}

@media (max-width:767.98px) {
    #notificationCenterModal .x-title-modal .-text {
        font-size: 1.8rem
    }
}

.x-notification-center-render-container {
    position: relative
}

.x-notification-center-render-container .-no-result-with-reload {
    text-align: center
}

.x-notification-center-render-container .-delete-all-btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    background: transparent;
    border: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-notification-center-render-container .-delete-all-btn:focus {
    outline: none
}

@media (max-width:991.98px) {
    .x-notification-center-render-container .-delete-all-btn {
        position: fixed;
        top: 80px;
        bottom: unset;
        right: 2rem;
        left: unset;
        -webkit-transform: unset;
        transform: unset;
        z-index: 0
    }
}

.x-notification-center-render-container .-delete-all-btn .fas {
    font-size: 1rem;
    background: linear-gradient(180deg, #e8e8e8, #858585);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-notification-center-render-container .-delete-all-btn .-text {
    display: inline-block;
    font-size: 1.2rem;
    background: linear-gradient(180deg, #e8e8e8, #858585);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-notification-center-render-container .-delete-all-btn:hover .-text,
.x-notification-center-render-container .-delete-all-btn:hover .fas {
    background: linear-gradient(180deg, #fff, #9f9f9f);
    -webkit-background-clip: text
}

.x-notification-history-list-container {
    position: relative;
    z-index: 1;
    max-height: 500px;
    overflow-y: auto;
    border-radius: 1rem
}

.x-notification-history-list-container::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-notification-history-list-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-notification-history-list-container::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

@media (max-width:991.98px) {
    .x-notification-history-list-container {
        max-height: 75vh
    }
}

@media (max-width:575.98px) {
    .x-notification-history-list-container {
        padding-bottom: 3rem
    }
}

.x-notification-history-list-container .-loading-wrapper {
    margin-top: 1rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .2s
}

.x-notification-history-list-container .-loading-wrapper.-visible {
    opacity: 1;
    visibility: visible
}

.x-notification-history-list-container .wg-more {
    display: none
}

.x-notification-list-item-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1rem 1rem .5rem;
    background: hsla(0, 0%, 83.9%, .08);
    border-radius: 1rem
}

@media screen and (max-width:360px) {
    .x-notification-list-item-wrapper {
        padding: 1rem .5rem .5rem
    }
}

.x-notification-list-item-wrapper:not(:first-child) {
    margin-top: 1rem
}

.x-notification-list-item-wrapper.-unread {
    background: hsla(0, 0%, 83.9%, .3)
}

.x-notification-list-item-wrapper.-unread .-details-wrapper {
    opacity: 1
}

.x-notification-list-item-wrapper .-badge {
    position: absolute;
    top: 18px;
    left: 0;
    padding: 8px 15px 0 10px;
    font-size: 1.08rem;
    font-weight: 600;
    color: #fff;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media (max-width:767.98px) {
    .x-notification-list-item-wrapper .-badge {
        padding: 8px 10px 0 8px;
        font-size: 1.05rem
    }
}

.x-notification-list-item-wrapper .-badge.-new {
    background: linear-gradient(180deg, #d8206c 28%, #7c0941)
}

.x-notification-list-item-wrapper .-ic-img {
    width: 70px;
    height: auto
}

@media (max-width:575.98px) {
    .x-notification-list-item-wrapper .-ic-img {
        width: 60px
    }
}

.x-notification-list-item-wrapper .-details-wrapper {
    flex: 1 1 auto;
    padding-left: 1rem;
    opacity: .7
}

@media screen and (max-width:360px) {
    .x-notification-list-item-wrapper .-details-wrapper {
        padding-left: .5rem
    }
}

.x-notification-list-item-wrapper .-details-wrapper .-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #43c4ff
}

@media screen and (max-width:360px) {
    .x-notification-list-item-wrapper .-details-wrapper .-title {
        font-size: 1.44rem
    }
}

.x-notification-list-item-wrapper .-details-wrapper .-description {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1;
    color: #e6e6e6
}

.x-notification-list-item-wrapper .-details-wrapper .-datetime {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
    color: #e6e6e6;
    font-size: 1.2rem
}

.x-notification-list-item-wrapper .-details-wrapper .-apply-promotion-btn {
    display: inline-block;
    margin-right: 5px;
    padding: 8px 10px 0;
    font-size: 1.2rem;
    color: #fff;
    background: linear-gradient(180deg, #d8206c 28%, #7c0941);
    border: none
}

@media (max-width:575.98px) {
    .x-notification-list-item-wrapper .-details-wrapper .-apply-promotion-btn {
        padding: 8px 8px 0
    }
}

.x-notification-list-item-wrapper .-coupon-code {
    font-size: 1.2rem;
    color: #e6e6e6
}

.x-notification-list-item-wrapper .-coupon-code .-label {
    display: inline-block;
    margin-right: 5px
}

.x-notification-list-item-wrapper .-coupon-code .-copy-coupon-wrapper {
    display: inline-block;
    color: #e3be7a
}

.x-notification-list-item-wrapper .-coupon-code .fas {
    margin-left: 3px;
    font-size: 14px
}

.x-notification-list-item-wrapper .-actions-wrapper {
    text-align: right;
    flex: 0 0 25px
}

.x-notification-list-item-wrapper .-actions-wrapper .-delete-btn {
    padding: 0 .25rem
}

.x-notification-list-item-wrapper .-actions-wrapper .-delete-btn .fas {
    font-size: 1rem;
    background: linear-gradient(180deg, #e8e8e8, #858585);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-notification-list-item-wrapper .-actions-wrapper .-delete-btn:hover .fas {
    background: linear-gradient(180deg, #fff, #9f9f9f);
    -webkit-background-clip: text
}

.x-notification-badge-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    font-size: 1.2rem;
    font-weight: 700;
    background: linear-gradient(180deg, #e60000 28%, #a70000);
    border-radius: 50%
}

.x-notification-badge-container .-text {
    position: relative;
    top: 4px;
    color: #fff
}

@media (max-width:767.98px) {
    .x-slide-left-content-term {
        transition: all 0s!important;
        padding: 0
    }
}

.x-slide-left-content-term.-hide .-submit {
    display: none
}

.x-term-and-condition.-home {
    padding-top: 10rem
}

@media (max-width:991.98px) {
    .x-term-and-condition.-home {
        padding-top: 5rem
    }
}

.x-term-and-condition.-home .-notice-box {
    position: relative;
    margin-top: 6rem;
    border: 1px solid #f5d791;
    border-radius: 20px;
}

@media (max-width:991.98px) {
    .x-term-and-condition.-home .-notice-box {
        margin-top: 3rem
    }
}

.x-term-and-condition.-home .-notice-box .-title {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    background-color: #000;
    text-align: center
}

.x-term-and-condition.-home .-notice-box .-title img {
    width: 160px
}

@media (max-width:991.98px) {
    .x-term-and-condition.-home .-notice-box .-block-content-term-and-condition .-detail {
        font-size: 1.3rem
    }
}

@media (max-width: 575.98px) {
    .x-term-and-condition .-block-content-term-and-condition {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.x-term-and-condition .-block-content-term-and-condition h4 {
    margin-top: 1.5rem
}

.x-term-and-condition .-block-content-term-and-condition ul {
    list-style-type: none;
    padding: 0
}

.x-term-and-condition .-block-content-term-and-condition ul.-detail li {
    display: flex
}

.x-term-and-condition .-block-content-term-and-condition ul.-detail li:before {
    content: "-";
    margin-right: .5rem;
    display: block
}

.x-term-and-condition .-block-content-term-and-condition.-register-modal h2,
.x-term-and-condition .-block-content-term-and-condition.-register-modal h4 {
    font-size: 1.4rem;
    margin-top: 0
}

.x-term-and-condition .-block-content-term-and-condition.-register-modal hr {
    display: none
}

.x-term-and-condition .-block-content-term-and-condition.-register-modal ul {
    text-align: left;
    font-size: 1.08rem
}

.x-term-and-condition .-block-content-term-and-condition.-register-modal ul.-detail li {
    margin-bottom: .2rem
}

.x-term-and-condition .-block-content-term-and-condition.-register-modal p {
    font-size: 1.08rem
}

.x-zean-notify-content-class-container {
    margin-top: 0!important
}

.x-zean-notify-content-class-container .-main-content {
    padding-top: 8rem;
    padding-bottom: 6rem;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (max-width:767.98px) {
    .x-zean-notify-content-class-container .-main-content {
        padding-bottom: 3rem
    }
}

.x-zean-notify-content-class-container .-table-btn {
    position: relative;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.3rem;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    color: #fff;
    background: linear-gradient(180deg, #ffd733 0, #d2872d);
    border: none;
    border-radius: 5px
}

.x-zean-notify-content-class-container .-table-btn:after,
.x-zean-notify-content-class-container .-table-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    z-index: 1;
    width: 80%;
    height: 3px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0));
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-zean-notify-content-class-container .-table-btn:before {
    top: 0
}

.x-zean-notify-content-class-container .-table-btn:after {
    bottom: 0
}

.x-zean-notify-content-class-container .-coin {
    position: absolute;
    -webkit-animation: x-floating 6s ease-in-out infinite;
    animation: x-floating 6s ease-in-out infinite
}

.x-zean-notify-content-class-container .-coin.-item-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    position: absolute;
    bottom: -90px;
    right: -80px;
    width: 250px;
    height: auto
}

@media (max-width:1199.98px) {
    .x-zean-notify-content-class-container .-coin.-item-1 {
        right: -40px;
        width: 200px
    }
}

@media (max-width:991.98px) {
    .x-zean-notify-content-class-container .-coin.-item-1 {
        bottom: -70px;
        width: 160px
    }
}

@media (max-width:767.98px) {
    .x-zean-notify-content-class-container .-coin.-item-1 {
        bottom: -60px;
        width: 120px
    }
}

@media (max-width:575.98px) {
    .x-zean-notify-content-class-container .-coin.-item-1 {
        bottom: -40px;
        width: 20%;
        right: 10px
    }
}

.x-zean-notify-content-class-container .-coin.-item-2 {
    top: -20px;
    left: -80px;
    width: 200px
}

@media (max-width:1199.98px) {
    .x-zean-notify-content-class-container .-coin.-item-2 {
        left: -40px;
        width: 180px
    }
}

@media (max-width:991.98px) {
    .x-zean-notify-content-class-container .-coin.-item-2 {
        top: 0;
        width: 120px
    }
}

@media (max-width:767.98px) {
    .x-zean-notify-content-class-container .-coin.-item-2 {
        top: -20px;
        left: -60px;
        width: 80px
    }
}

@media (max-width:575.98px) {
    .x-zean-notify-content-class-container .-coin.-item-2 {
        top: unset;
        bottom: -10px;
        left: 10px;
        width: 16%
    }
}

.x-zean-notify-content-class-container .-navbar-container {
    justify-content: center;
    margin-top: 2rem;
    padding: 2rem 1rem 1rem;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px
}

@media (max-width:575.98px) {
    .x-zean-notify-content-class-container .-navbar-container {
        padding: .5rem .25rem 1rem
    }
}

.x-zean-notify-content-class-container .-navbar-container .nav-item {
    width: 25%;
    margin-top: 1rem;
    padding: 0 .5rem
}

@media (max-width:1199.98px) {
    .x-zean-notify-content-class-container .-navbar-container .nav-item {
        width: 33.33333%
    }
}

@media (max-width:767.98px) {
    .x-zean-notify-content-class-container .-navbar-container .nav-item {
        width: 50%
    }
}

.x-zean-notify-content-class-container .-title-img {
    width: 500px;
    height: auto
}

@media (max-width:991.98px) {
    .x-zean-notify-content-class-container .-title-img {
        width: 450px
    }
}

@media (max-width:575.98px) {
    .x-zean-notify-content-class-container .-title-img {
        width: 100%;
        max-width: 350px
    }
}

.x-zean-card-item {
    position: relative;
    height: 100%;
    text-align: center;
    line-height: 1.2
}

.x-zean-card-item .-title {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.8rem;
    color: #fff
}

@media (max-width:991.98px) {
    .x-zean-card-item .-title {
        font-size: 1.8rem
    }
}

@media (max-width:767.98px) {
    .x-zean-card-item .-title {
        font-size: 1.5rem
    }
}

.x-zean-card-item .-score-rank {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 50%;
    width: 250px;
    height: 32px;
    margin-bottom: .875rem;
    font-size: 1.2rem;
    color: #f1c423;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-zean-card-item .-score-rank .-left,
.x-zean-card-item .-score-rank .-right {
    flex: 1 1 33%;
    position: relative;
    top: 4px;
    color: #fff
}

.x-zean-card-item .-score-rank .-right {
    text-align: left
}

.x-zean-card-item .-score-rank .-left {
    text-align: right
}

.x-zean-card-item .-score-rank .-percent {
    position: relative;
    flex: 0 0 33%;
    top: 5px;
    font-size: 1.56rem;
    font-weight: 700;
    color: #69430b
}

@media (max-width:991.98px) {
    .x-zean-card-item .-score-rank {
        width: 100%;
        height: 34px;
        font-size: 1.08rem
    }
    .x-zean-card-item .-score-rank .-left,
    .x-zean-card-item .-score-rank .-right {
        flex: 1 1 32.5%;
        top: 3px
    }
    .x-zean-card-item .-score-rank .-percent {
        flex: 0 0 35%;
        font-size: 1.44rem
    }
}

@media (max-width:575.98px) {
    .x-zean-card-item .-score-rank {
        width: 165px;
        height: 30px;
        font-size: .96rem
    }
    .x-zean-card-item .-score-rank .-percent {
        font-size: 1.2rem
    }
}

@media screen and (max-width:360px) {
    .x-zean-card-item .-score-rank {
        width: 150px;
        font-size: .84rem
    }
    .x-zean-card-item .-score-rank .-percent {
        font-size: 1.08rem
    }
}

.x-zean-card-item .-description {
    font-size: 1.44rem
}

@media (max-width:991.98px) {
    .x-zean-card-item .-description {
        font-size: 1.32rem
    }
}

@media (max-width:767.98px) {
    .x-zean-card-item .-description {
        font-size: 1.2rem
    }
}

.x-zean-card-item .-profile-img-wrapper {
    position: relative;
    width: 90%;
    max-width: 200px;
    margin: auto
}

.x-zean-card-item .-profile-img-wrapper .-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s
}

@media (max-width:991.98px) {
    .x-zean-card-item .-profile-img-wrapper {
        max-width: 180px
    }
}

.x-zean-card-item .-rank-ic {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    width: 70px;
    height: auto;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%)
}

@media (max-width:575.98px) {
    .x-zean-card-item .-rank-ic {
        width: 60px
    }
}

.x-zean-card-item .-join-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 140px;
    padding: 8px 1rem;
    font-size: 1.44rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(180deg, #43e279, #22a045);
    border-radius: 6px;
    transition: all .2s;
    text-decoration: none
}

.x-zean-card-item .-join-btn .-line-ic {
    margin-right: 5px
}

.x-zean-card-item .-join-btn .-text {
    position: relative;
    top: 4px
}

.x-zean-card-item .-join-btn:hover {
    background: linear-gradient(180deg, #22dd61, #1b8037)
}

@media (min-width:992px) {
    .x-zean-card-item .-join-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-50%, calc(-50% + 10px));
        transform: translate(-50%, calc(-50% + 10px))
    }
}

@media (max-width:991.98px) {
    .x-zean-card-item .-join-btn {
        margin: auto
    }
}

@media (max-width:575.98px) {
    .x-zean-card-item .-join-btn {
        padding: 8px .5rem;
        font-size: 1.2rem
    }
}

.x-zean-card-item:hover .-profile-img-wrapper .-img {
    -webkit-filter: drop-shadow(0 0 15px rgba(32, 177, 233, .75));
    filter: drop-shadow(0 0 15px rgba(32, 177, 233, .75))
}

@media (min-width:992px) {
    .x-zean-card-item:hover .-join-btn {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.x-bet-limit-updater-container {
    text-align: center
}

@media (max-width:575.98px) {
    .x-bet-limit-updater-container.-transfer .-img-container {
        margin-bottom: 2rem
    }
}

.x-bet-limit-updater-container.-transfer .-img-container .-splitter-line {
    border-color: #20b1e9
}

.x-bet-limit-updater-container.-transfer .-submit,
.x-bet-limit-updater-container.-transfer .x-admin-contact,
.x-bet-limit-updater-container.-transfer form[name=bet_limit_group_choice] select {
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:991.98px) {
    .x-bet-limit-updater-container.-transfer .-submit,
    .x-bet-limit-updater-container.-transfer .x-admin-contact,
    .x-bet-limit-updater-container.-transfer form[name=bet_limit_group_choice] select {
        width: 100%
    }
}

.x-bet-limit-updater-container form[name=bet_limit_group_choice] {
    margin-top: 1rem
}

.x-bet-limit-updater-container form[name=bet_limit_group_choice] select {
    width: 100%;
    height: calc(1.2em + 1.6rem + 2px);
    padding: 0 1rem;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    border-radius: 30px;
    border: 2px solid #fff;
    color: #d2d2d2;
    background: #0e1d34;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: center right 7.5px
}

.x-bet-limit-updater-container form[name=bet_limit_group_choice] select:focus {
    outline: none;
    box-shadow: none
}

.x-bet-limit-updater-container form[name=bet_limit_group_choice] select option {
    color: #000
}

.x-deposit-bank-maintenance {
    width: 90%;
    margin: 0 auto 1rem;
    border: 1px solid #20b1e9
}

@media (max-width:991.98px) {
    .x-deposit-bank-maintenance {
        margin: 0 auto 2rem
    }
}

@media (max-width:767.98px) {
    .x-deposit-bank-maintenance {
        width: 100%
    }
}

.x-deposit-bank-maintenance .-text {
    margin-bottom: 0;
    padding: 18px 1rem 10px;
    font-size: 1.4rem
}

.x-no-result-component {
    padding: 2rem 1rem;
    text-align: center
}

@media (max-width:767.98px) {
    .x-no-result-component {
        padding: 1rem
    }
}

.x-no-result-component .-icon {
    width: 70px;
    height: auto;
    margin-bottom: 1rem
}

@media (max-width:767.98px) {
    .x-no-result-component .-icon {
        width: 50px
    }
}

.x-no-result-component .-title {
    font-size: 2.4rem;
    font-weight: 600
}

@media (max-width:767.98px) {
    .x-no-result-component .-title {
        font-size: 1.8rem
    }
}

.x-no-result-component .-description {
    margin-bottom: 0;
    font-size: 1.56rem
}

@media (max-width:767.98px) {
    .x-no-result-component .-description {
        font-size: 1.32rem
    }
}

.x-text-with-link-component {
    font-size: 1.38rem
}

.x-text-with-link-component .-link-message {
    color: #20b1e9;
    opacity: .75
}

.x-text-with-link-component .-text-message {
    margin: 0;
    opacity: .75
}

@media (max-width:991.98px) {
    .x-text-with-link-component {
        font-size: 1.4rem
    }
}

.x-select-amount {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 2rem
}

@media (max-width:991.98px) {
    .x-select-amount {
        width: 400px;
        margin: 2rem auto 0
    }
}

@media (max-width:575.98px) {
    .x-select-amount {
        width: 100%;
        justify-content: space-between
    }
}

.x-select-amount .-amount-container {
    width: 30%;
    margin-bottom: 1rem
}

@media (max-width:575.98px) {
    .x-select-amount .-amount-container {
        width: 31.5%
    }
}

.x-select-amount .-amount-container .-btn-select-amount {
    position: relative;
    border-radius: 10px;
    padding: 0
}

.x-select-amount .-amount-container .-btn-select-amount:focus {
    outline: none;
    box-shadow: none
}

.x-select-amount .-amount-container .-btn-select-amount .-no {
    position: absolute;
    top: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-select-amount .-amount-container .-btn-select-amount .-default {
    display: inline-block;
    width: 100%
}

.x-select-amount .-amount-container .-btn-select-amount .-hover {
    display: none;
    width: 97%
}

.x-select-amount .-amount-container .-btn-select-amount .-effect {
    display: none
}

@media (min-width:992px) {
    .x-select-amount .-amount-container .-btn-select-amount:hover {
        background: radial-gradient(circle, rgba(236, 189, 123, .5) 0, rgba(120, 100, 52, .5) 100%);
        box-shadow: 0 0 10px #7e6938
    }
    .x-select-amount .-amount-container .-btn-select-amount:hover .-default {
        display: none
    }
    .x-select-amount .-amount-container .-btn-select-amount:hover .-hover {
        display: inline-block;
        border-radius: 12px
    }
    .x-select-amount .-amount-container .-btn-select-amount:hover .-effect {
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 50%;
        width: 55px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.x-select-amount .-amount-container .-btn-select-amount.active {
    background: radial-gradient(circle, rgba(236, 189, 123, .5) 0, rgba(120, 100, 52, .5) 100%);
    box-shadow: 0 0 10px #7e6938
}

.x-select-amount .-amount-container .-btn-select-amount.active .-default {
    display: none
}

.x-select-amount .-amount-container .-btn-select-amount.active .-hover {
    display: inline-block;
    border-radius: 12px
}

.x-select-amount .-amount-container .-btn-select-amount.active .-effect {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 50%;
    width: 55px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:991.98px) {
    .x-select-amount .-amount-container .-btn-select-amount {
        font-size: 1.5rem
    }
    .x-select-amount .-amount-container .-btn-select-amount .-hover {
        width: 97%
    }
    .x-select-amount .-amount-container .-btn-select-amount .-no {
        top: 20px
    }
    .x-select-amount .-amount-container .-btn-select-amount.active .-effect {
        top: -6px;
        width: 70px
    }
}

@media (max-width:575.98px) {
    .x-select-amount .-amount-container .-btn-select-amount {
        font-size: 1.3rem
    }
    .x-select-amount .-amount-container .-btn-select-amount .-no {
        top: 58%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .x-select-amount .-amount-container .-btn-select-amount.active .-effect {
        width: 60%
    }
}

.x-entrance-sood {
    width: 150px;
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 2;
    cursor: pointer
}

@media (max-width:991.98px) {
    .x-entrance-sood {
        display: none
    }
}

.x-entrance-sood .-img-pattern {
    width: 100%;
    height: auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.x-entrance-sood .-btn-sood {
    border: none;
    position: absolute;
    bottom: -38px;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 30px;
    width: 100px;
    border-radius: 15px
}

@media (min-width:992px) {
    .x-entrance-sood:hover .-img-pattern {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.x-button-actions-v2 {
    display: none
}

@media (max-width:991.98px) {
    .x-button-actions-v2 {
        display: block
    }
    .x-button-actions-v2:before {
        content: "";
        position: absolute;
        top: -4px;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #cbaf63, #725108)
    }
    .x-button-actions-v2 .-menu-wrapper {
        display: flex
    }
    .x-button-actions-v2 .-menu-wrapper .-sub-menu-container {
        position: relative;
        flex: 1;
        display: flex
    }
    .x-button-actions-v2 .-menu-wrapper .-sub-menu-container .-lists-child-container {
        background: linear-gradient(180deg, #030a21, #1b375a);
        position: absolute;
        top: 0;
        z-index: -1;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: all .4s;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        display: flex;
        flex-direction: column
    }
    .x-button-actions-v2 .-menu-wrapper .-sub-menu-container .-lists-child-container.open {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: 0;
        visibility: visible;
        opacity: 1
    }
    .x-button-actions-v2 .-menu-wrapper .-sub-menu-container .-lists-child-container .-btn-item {
        border-bottom: 1px solid hsla(0, 0%, 100%, .1)
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-item {
        flex: 1;
        height: 70px;
        border-radius: 0;
        background: linear-gradient(180deg, #070e1f, #1a3050);
        font-size: 1.3rem;
        border: none;
        border-right: 1px solid hsla(0, 0%, 100%, .1);
        padding: 0
    }
}

@media screen and (max-width:991.98px) and (max-width:360px) {
    .x-button-actions-v2 .-menu-wrapper .-btn-item {
        font-size: 1.2rem
    }
}

@media (max-width:991.98px) {
    .x-button-actions-v2 .-menu-wrapper .-btn-item .-btn-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        display: flex;
        height: 100%;
        color: #fff
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-item .-btn-wrapper .-typo {
        margin-top: 5px
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-item:last-child {
        border-right: none
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-item:hover {
        text-decoration: none
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-item:focus {
        outline: none
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-event-container .-ic-img {
        width: 32px
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-login-container .-ic-img {
        width: 30px;
        -webkit-animation: x-rotate-item 1s infinite;
        animation: x-rotate-item 1s infinite
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-register-container .-ic-img {
        width: 30px
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-lobby-container .-ic-img {
        width: 32px
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-sood-container .-ic-img {
        width: 34px
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-deposit-container .-ic-img,
    .x-button-actions-v2 .-menu-wrapper .-btn-withdraw-container .-ic-img {
        width: 36px
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-competition-container .-ic-img,
    .x-button-actions-v2 .-menu-wrapper .-btn-ranking-win-amount-container .-ic-img,
    .x-button-actions-v2 .-menu-wrapper .-btn-ranking-win-rate-container .-ic-img {
        width: 32px
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-zean-wrapper .-ic-img {
        width: 30px
    }
}

.x-contact-us-v2 .-link-item {
    display: block;
    padding-right: 10px;
    -webkit-filter: drop-shadow(0 0 10px rgba(32, 177, 233, .3));
    filter: drop-shadow(0 0 10px rgba(32, 177, 233, .3));
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.x-contact-us-v2 .-link-item  img{
    width: 120px;
    height: auto
}

@media (max-width:991.98px) {
    .x-contact-us-v2 .-link-item img{
        width: 100px
    }
}

@media (max-width:767.98px) {
    .x-contact-us-v2 .-link-item img{
        width: 90px
    }
}

.x-contact-us-v2 .-link-item:hover {
    -webkit-filter: drop-shadow(0 0 10px rgba(32, 177, 233, .6));
    filter: drop-shadow(0 0 10px rgba(32, 177, 233, .6))
}

.x-modal.-alert-modal {
    padding-right: 0!important
}

.x-modal.-alert-modal .modal-dialog {
    margin: 1.75rem 1rem 1.75rem auto!important;
    color: #fff;
    width: 350px;
    transition: .6s linear
}

@media (max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog {
        height: 80px;
        right: 0
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content {
    max-width: 350px;
    margin-left: auto;
    transition: all .7s ease;
    overflow: hidden;
    min-height: auto;
    background: linear-gradient(180deg, #194373, #091f39);
    border: 1px solid transparent
}

@media (max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content {
        border-radius: 8px;
        max-width: 270px
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .close {
    font-size: 2.25rem!important;
    border: none;
    border-radius: 0;
    top: 20px;
    right: 2px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ecbd7b
}

@media (max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .close {
        top: 16px
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .close span {
    width: 100%;
    padding-top: 5px
}

.x-modal.-alert-modal .modal-dialog .-modal-content:before {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #afafaf;
    transition: 2.4s linear 1s
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body {
    padding: 1rem;
    display: flex;
    align-items: center
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body.-modal-body {
    margin: 0;
    background-color: transparent
}

@media (max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body.-modal-body {
        bottom: 0
    }
}

@media (max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body {
        padding: 0 1rem
    }
}

@media (min-width:992px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body {
        padding-right: 1.2rem
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-alert-body-wrapper {
    margin: auto
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-alert-body-wrapper .-img-alert {
    width: 47px;
    border-radius: 8px
}

@media (max-width:575.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-alert-body-wrapper .-img-alert {
        width: 42px
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-title {
    color: #d2d9e2
}

.x-modal.-alert-modal.show .modal-dialog .-modal-content:before {
    left: 0
}

.x-modal.-alert-modal.-hide-alert .modal-dialog .-modal-content {
    -webkit-transform: translate(105%);
    transform: translate(105%)
}

.x-ranking-entrance {
    margin-bottom: .5rem;
    margin-right: 8px
}

.x-ranking-entrance .-ic {
    width: 70px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.x-ranking-entrance .-link-wrapper:hover .-ic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.x-anon-container-v2 .-login-btn {
    border-radius: 30px;
    min-width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    background-image: linear-gradient(180deg, #f2f2f2, #d7d7d7), linear-gradient(90deg, #007bb4 7.14%, #1da5e3 54.32%, #007bb4);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 0;
    position: relative;
    height: 34px
}

.x-anon-container-v2 .-login-btn:active,
.x-anon-container-v2 .-login-btn:focus {
    text-decoration: none;
    outline: none
}

.x-anon-container-v2 .-login-btn .-ic-login {
    position: absolute;
    width: 35px;
    left: 0;
    top: 0;
    -webkit-transform: translate(-16px, -4px);
    transform: translate(-16px, -4px)
}

.x-anon-container-v2 .-login-btn .-text-btn {
    color: #000f15;
    margin-top: 6px
}

.x-contact-directly {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: .5rem;
    margin-bottom: 1rem
}

@media (max-width:1199.98px) {
    .x-contact-directly {
        margin-left: 0
    }
}

@media (max-width:991.98px) {
    .x-contact-directly {
        align-items: center;
        padding: 1rem;
        background: hsla(0, 0%, 100%, .1)
    }
}

@media screen and (max-width:360px) {
    .x-contact-directly {
        flex-direction: column
    }
}

.x-contact-directly .-text-wrapper {
    margin-right: 1rem;
    font-weight: 300;
    color: #fff;
    position: relative;
    top: 5px;
    line-height: 1.2
}

.x-contact-directly .-text-wrapper.-empty {
    text-align: center;
    margin-right: 0;
    top: 0
}

@media (max-width:575.98px) {
    .x-contact-directly .-text-wrapper {
        font-size: 1.05rem
    }
}

@media screen and (max-width:360px) {
    .x-contact-directly .-text-wrapper {
        margin-right: 0
    }
}

.x-contact-directly .-text-wrapper .-img-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2px;
    font-size: 1.8rem;
    font-weight: 500
}

.x-contact-directly .-text-wrapper .-img-wrap-link {
    display: block;
    width: 160px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff
}

@media (max-width:767.98px) {
    .x-contact-directly .-text-wrapper .-img-wrap-link {
        width: 140px
    }
}

.x-contact-directly .-text-wrapper .-img-wrap-link .-button-bg {
    width: 100%;
    height: auto;
    transition: all .2s
}

.x-contact-directly .-text-wrapper .-img-wrap-link .-button-bg.-dark {
    display: none
}

.x-contact-directly .-text-wrapper .-img-wrap-link:focus .-button-bg {
    -webkit-filter: drop-shadow(0 0 5px rgba(226, 214, 244, .8));
    filter: drop-shadow(0 0 5px rgba(226, 214, 244, .8))
}

@media (min-width:992px) {
    .x-contact-directly .-text-wrapper .-img-wrap-link:hover .-button-bg {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: drop-shadow(0 0 5px rgba(226, 214, 244, .8));
        filter: drop-shadow(0 0 5px rgba(226, 214, 244, .8))
    }
}

@media (max-width:575.98px) {
    .x-contact-directly .-text-wrapper .-img-wrap {
        font-size: 1.5rem
    }
}

.x-contact-directly .-text-wrapper .-logo {
    width: 36px;
    height: auto;
    margin-right: 5px;
    -webkit-filter: drop-shadow(0 0 1px hsla(0, 0%, 100%, .5));
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, .5));
    border-radius: 50%;
    position: relative;
    top: -5px
}

@media (max-width:575.98px) {
    .x-contact-directly .-text-wrapper .-logo {
        width: 26px
    }
}

.x-contact-directly .-text-wrapper .-text-bottom {
    font-size: 1.35rem
}

@media (max-width:575.98px) {
    .x-contact-directly .-text-wrapper .-text-bottom {
        font-size: 1.05rem
    }
}

.x-contact-directly .-qr-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:360px) {
    .x-contact-directly .-qr-wrapper {
        margin-top: 1rem
    }
}

.x-contact-directly .-qr-wrapper.-empty {
    display: none
}

.x-contact-directly .-channel {
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .x-contact-directly .-channel {
        transition: none
    }
}

.x-contact-directly .-channel:not(:last-child) {
    margin-right: 10px
}

.x-contact-directly .-channel .-entry-img,
.x-contact-directly .-channel .-qr-img {
    width: 100px;
    height: auto
}

@media (max-width:991.98px) {
    .x-contact-directly .-channel .-entry-img,
    .x-contact-directly .-channel .-qr-img {
        width: 80px
    }
}

@media (max-width:575.98px) {
    .x-contact-directly .-channel .-entry-img,
    .x-contact-directly .-channel .-qr-img {
        width: 70px
    }
}

@media (max-width:991.98px) {
    .x-contact-directly .-channel .-qr-img {
        display: none
    }
}

@media (min-width:992px) {
    .x-contact-directly .-channel .-entry-img {
        display: none
    }
}

@media (min-width:992px) {
    .x-contact-directly .-channel:hover.-telegram {
        box-shadow: 0 0 12px rgba(104, 184, 230, .75)
    }
    .x-contact-directly .-channel:hover.-line {
        box-shadow: 0 0 12px rgba(60, 198, 53, .75)
    }
}

.x-competition-entrance {
    margin-bottom: .5rem;
    margin-right: 8px
}

.x-competition-entrance .-ic {
    width: 70px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.x-competition-entrance .-link-wrapper:hover .-ic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.x-notification-entrance-container {
    margin-right: 8px;
    margin-bottom: 10px
}

.x-notification-entrance-container .-link-wrapper {
    position: relative;
    display: inline-block
}

.x-notification-entrance-container .-link-wrapper .-img {
    width: 56px;
    height: auto;
    transition: .2s
}

.x-notification-entrance-container .-link-wrapper:hover .-img {
    -webkit-transform: scale(1.075) rotate(5deg);
    transform: scale(1.075) rotate(5deg)
}

.x-notification-entrance-container .-link-wrapper.-shake .-img-wrapper {
    -webkit-animation: x-rotate-item .8s infinite;
    animation: x-rotate-item .8s infinite
}

.x-notification-entrance-container .x-notification-badge-container {
    position: absolute;
    top: 0;
    right: -4px
}

.x-ios-os .x-block-time .-figure .-top,
.x-ios-os .x-block-time .-figure .-top-back,
.x-safari-browser .x-block-time .-figure .-top,
.x-safari-browser .x-block-time .-figure .-top-back {
    overflow: unset
}

.x-windows-os .x-block-time .-figure>span {
    line-height: .9
}

@media (max-width:575.98px) {
    .x-windows-os .x-block-time .-figure>span {
        line-height: .8
    }
}

.x-timer-flip-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 390px;
    margin: -1rem auto 2rem
}

@media (max-width:991.98px) {
    .x-timer-flip-wrapper {
        width: 320px
    }
}

@media (max-width:767.98px) {
    .x-timer-flip-wrapper {
        margin-top: -.25rem;
        margin-bottom: 1rem
    }
}

@media (max-width:575.98px) {
    .x-timer-flip-wrapper {
        width: 240px;
        margin-top: -.75rem
    }
}

.x-timer-flip-wrapper .-inner-wrapper {
    flex: 1 1 25%;
    margin-right: 8px
}

.x-timer-flip-wrapper .-inner-wrapper:last-child {
    margin-right: 0
}

@media (max-width:575.98px) {
    .x-timer-flip-wrapper .-inner-wrapper {
        margin-right: 4px
    }
}

.x-timer-flip-wrapper .-count-title {
    display: block;
    width: 100%;
    margin-top: 8px;
    font-size: 1.2rem
}

@media (max-width:575.98px) {
    .x-timer-flip-wrapper .-count-title {
        font-size: 1rem;
        margin-top: 4px
    }
}

.x-block-time {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    border: 2px solid #3b3b3b;
    background: linear-gradient(180deg, #141414, #333)
}

.x-block-time .-figure {
    position: relative;
    float: left;
    width: calc(50% - 2px);
    background: linear-gradient(180deg, #212121, #393939);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    height: 60px
}

.x-block-time .-figure>span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: #de4848;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.2
}

@media (max-width:991.98px) {
    .x-block-time .-figure {
        height: 46px
    }
    .x-block-time .-figure>span {
        font-size: 3.5rem
    }
}

@media (max-width:575.98px) {
    .x-block-time .-figure {
        height: 32px
    }
    .x-block-time .-figure>span {
        font-size: 2.5rem
    }
}

.x-block-time .-figure:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 2px;
    background: #212121;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x-block-time .-figure .-top {
    z-index: 3;
    color: #cbcbcb;
    background: linear-gradient(180deg, #212121 0, #393939 200%);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: perspective(200px);
    transform: perspective(200px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.x-block-time .-figure .-bottom {
    z-index: 1;
    color: #f6f6f6
}

.x-block-time .-figure .-bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    background: linear-gradient(180deg, #212121 0, #393939 200%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.x-block-time .-figure .-bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #cbcbcb
}

.x-block-time .-figure .-top,
.x-block-time .-figure .-top-back {
    height: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.x-block-time .-figure .-top-back {
    z-index: 4;
    bottom: 0;
    background: linear-gradient(180deg, #212121 -100%, #393939);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(200px) rotateX(180deg);
    transform: perspective(200px) rotateX(180deg);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.x-block-time .-figure .-top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
    color: #f6f6f6
}

.x-zean-notify-entrance {
    margin-bottom: .5rem;
    margin-right: 8px
}

.x-zean-notify-entrance .-ic {
    width: 70px;
    height: auto;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.x-zean-notify-entrance .-link-wrapper:hover .-ic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.x-lobby-v2-body-main-container {
    font-family: 'Mitr', sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    background-color: #000
}

.x-lobby-v2-body-main-container #main__content {
    margin-top: 0
}

.x-lobby-v2-content-container {
    width: 100%;
    height: auto;
    min-height: 500px;
    position: relative;
    overflow: hidden
}

.x-covid-19 {
    position: relative;
    pointer-events: none;
    cursor: not-allowed
}

.x-covid-19:before {
    content: "ปิดชั่วคราว \a Covid-19";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    background: #8c0d0d;
    z-index: 2;
    width: 88%;
    color: #fff;
    font-weight: 700;
    white-space: pre;
    border-radius: 4px;
    padding: 10px 0 5px
}

@media (max-width:767.98px) {
    .x-covid-19:before {
        font-size: .9em
    }
}

.x-covid-19 a {
    display: inline-block;
    pointer-events: none;
    cursor: not-allowed;
    opacity: .5
}

.x-covid-19 a:hover img {
    -webkit-transform: none!important;
    transform: none!important
}

.x-footer-lobby.-lobby-v2 {
    padding-bottom: 30px
}

.x-footer-lobby.-lobby-v2 .-tags-wrapper .-tags {
    margin-top: 0;
    border-top: none
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-lobby.-lobby-v2 .-tags-wrapper .-tags .vex-dialog-button,
.x-footer-lobby.-lobby-v2 .-tags-wrapper .-tags .btn,
.x-footer-lobby.-lobby-v2 .-tags-wrapper .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding: 4px 10px 0;
    font-size: 1.09375rem;
    font-weight: 300;
    border-radius: 4px
}

.x-lobby-v2-recently-game {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 1.5rem 0;
    position: relative
}

.x-lobby-v2-recently-game:after,
.x-lobby-v2-recently-game:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-lobby-v2-recently-game:before {
    top: -1px
}

.x-lobby-v2-recently-game:after,
.x-lobby-v2-recently-game:before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 51.04%, hsla(0, 0%, 100%, 0))
}

.x-lobby-v2-recently-game:after {
    bottom: -1px
}

.x-component-recently-games-container .-title-recently-games {
    font-weight: 500;
    color: #f6f6f6;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .x-component-recently-games-container .-recently-inner-wrapper {
        padding: 0 6px
    }
}

@media (max-width:575.98px) {
    .x-component-recently-games-container .-recently-inner-wrapper {
        overflow-x: auto
    }
}

.x-component-recently-games-container .-recently-inner-wrapper .navbar-nav {
    flex-direction: row
}

.x-component-recently-games-container .-recently-inner-wrapper .navbar-nav .nav-item {
    width: 146px
}

@media (max-width:575.98px) {
    .x-component-recently-games-container .-recently-inner-wrapper .navbar-nav .nav-item {
        min-width: 33.33333%
    }
}

.x-component-recently-games-container .-recently-inner-wrapper .navbar-nav .nav-item:not(last-child) {
    margin-right: .75rem
}

.x-component-recently-games-container .-recently-inner-wrapper .-inner-wrapper .-wrapper-container .-btn.-btn-demo,
.x-component-recently-games-container .-recently-inner-wrapper .-inner-wrapper .-wrapper-container .-btn.-btn-play {
    font-size: 1.09375rem!important
}

.x-game-badge-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    overflow: hidden
}

.x-game-badge-image .-img,
.x-game-badge-image:before {
    position: absolute;
    top: 32%;
    left: 32%
}

.x-game-badge-image .-img {
    z-index: 1;
    width: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-game-badge-image:before {
    content: "";
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 110px;
    height: 28px;
    background: rgba(0, 0, 0, .4)
}

.x-game-badge-image.-normal .-img {
    width: 14px
}

.x-game-badge-image.-normal:before {
    height: 24px
}

.x-lobby-v2-element-container .-element-01,
.x-lobby-v2-element-container .-element-02 {
    position: absolute
}

.x-lobby-v2-element-container .-element-01,
.x-lobby-v2-element-container .-element-02 {
    -webkit-animation: x-bg-1 8s ease infinite;
    animation: x-bg-1 8s ease infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.x-lobby-v2-element-container.-anon .-element-01 {
    right: -150px;
    bottom: -50px;
    z-index: 0;
    width: 400px;
    opacity: .6
}

@media (max-width:991.98px) {
    .x-lobby-v2-element-container.-anon .-element-01 {
        width: 280px;
        bottom: -100px
    }
}

.x-lobby-v2-element-container.-anon .-element-02 {
    top: 250px;
    left: 5%;
    width: 500px
}

@media (max-width:1199.98px) {
    .x-lobby-v2-element-container.-anon .-element-02 {
        left: 0
    }
}

.x-lobby-v2-element-container.-logged .-element-01 {
    right: -150px;
    bottom: -50px;
    z-index: 1;
    width: 400px
}

@media (max-width:1199.98px) {
    .x-lobby-v2-element-container.-logged .-element-01 {
        width: 300px;
        right: -100px
    }
}

@media (max-width:991.98px) {
    .x-lobby-v2-element-container.-logged .-element-01 {
        width: 280px;
        opacity: .6
    }
}

@media (max-width:767.98px) {
    .x-lobby-v2-element-container.-logged .-element-01 {
        width: 220px
    }
}

@media (max-width:575.98px) {
    .x-lobby-v2-element-container.-logged .-element-01 {
        width: 200px;
        right: -80px
    }
}

@media (max-width:350px) {
    .x-lobby-v2-element-container.-logged .-element-01 {
        width: 180px;
        right: -70px
    }
}

.x-lobby-v2-element-container.-logged .-element-02 {
    top: 250px;
    left: 5%;
    width: 500px
}

@media (max-width:1199.98px) {
    .x-lobby-v2-element-container.-logged .-element-02 {
        left: 0
    }
}

.x-game-list-item-macro {
    position: relative
}

.x-game-list-item-macro.-cannot-entry .-btn-play {
    cursor: none;
    pointer-events: none
}

.x-game-list-item-macro.-cannot-entry:not(.-untestable):hover .-inner-wrapper .-overlay,
.x-game-list-item-macro.-cannot-entry:not(.-untestable):hover .-inner-wrapper .-overlay .-btn-play {
    display: none
}

.x-game-list-item-macro.-cannot-entry.x-covid-19 .-inner-wrapper:before {
    content: unset
}

.x-game-list-item-macro.-cannot-entry .-inner-wrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 5px 5px
}

.x-game-list-item-macro.-cannot-entry.-ma .-inner-wrapper:before {
    content: "ปิดปรับปรุง"
}

.x-game-list-item-macro.-cannot-entry.-untestable .-inner-wrapper:before {
    display: none
}

.x-game-list-item-macro.-cannot-entry.-untestable .-btn-play {
    cursor: pointer;
    pointer-events: auto
}

.x-game-list-item-macro.-cannot-entry.-coming-soon .-inner-wrapper:before {
    content: "Coming Soon"
}

.x-game-list-item-macro.-cannot-entry.-in-condition .-inner-wrapper:before {
    content: "ไม่เข้าร่วมโปร"
}

.x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner {
    top: 50%
}

@media (max-width:1500px) {
    .x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-play {
        min-width: 110px;
        padding: 6px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-play {
        min-width: 100px;
        padding: 6px
    }
    .x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-demo {
        min-width: 100px
    }
}

@media (max-width:575.98px) {
    .x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-play {
        min-width: 90px;
        padding: 6px
    }
    .x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-demo {
        min-width: 90px
    }
}

.x-game-list-item-macro.-big .-inner-wrapper .-overlay .-overlay-inner {
    top: 70%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%)
}

@media (min-width:1200px) {
    .x-game-list-item-macro.-big .-inner-wrapper .-overlay .-overlay-inner,
    .x-game-list-item-macro.-big .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-play {
        min-width: 140px
    }
}

.x-game-list-item-macro .-inner-wrapper {
    position: relative;
    padding: 0;
    border-radius: 15px;
    border: 2px solid transparent;
    background-image: linear-gradient(180deg, #fff 60%, rgba(0, 0, 0, .1) 90%), linear-gradient(180deg, #bababa, rgba(0, 0, 0, .1) 80%);
    background-origin: border-box;
    background-clip: content-box, border-box
}

.x-game-list-item-macro .-inner-wrapper .-cover-img {
    width: 100%;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    border-radius: 14px
}

.x-game-list-item-macro .-inner-wrapper .-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .5);
    transition: all .2s;
    border-radius: 15px
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:575.98px) {
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        padding: 8px
    }
}

@media (max-width:350px) {
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner {
        padding: 4px
    }
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container {
    display: flex;
    flex-direction: column;
    margin: auto
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
    min-width: 120px;
    text-align: center;
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .4s;
    border-radius: 6px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500
}

@media (max-width:375px) {
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
        padding: 6px
    }
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .-text-btn,
.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .fas {
    position: relative;
    z-index: 2
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .-text-btn {
    margin-top: 5px
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .fas {
    top: 1px;
    margin-right: 8px;
    font-size: 12px
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play {
    padding: 8px;
    position: relative;
    color: #f6f6f6;
    background: linear-gradient(180deg, #e54176, #b41a4c);
    overflow: hidden;
    font-weight: 500
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover {
    text-decoration: none;
    background: linear-gradient(180deg, #e22b66, #9e1743);
    transition: all .4s
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover:before {
    opacity: 0
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover:after {
    opacity: 1
}

@media (max-width:575.98px) {
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play {
        font-size: 1.09375rem;
        padding: 5px
    }
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play .fas {
        top: 0;
        font-size: 10px
    }
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-demo {
    padding: 8px;
    margin-bottom: .75rem;
    color: #f6f6f6;
    background: hsla(0, 0%, 100%, .28);
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: 1.25rem;
    font-weight: 500
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-demo:hover {
    background: hsla(0, 0%, 80%, .28);
    text-decoration: none
}

@media (max-width:575.98px) {
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-demo {
        font-size: 1.09375rem;
        padding: 5px
    }
}

.x-game-list-item-macro .-title {
    color: #f6f6f6;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .75rem;
    margin-bottom: 0;
    padding: 0 4px
}

@media (max-width:767.98px) {
    .x-game-list-item-macro .-title {
        margin-top: .5rem;
        font-size: 1.09375rem
    }
}

@media (min-width:992px) {
    .x-game-list-item-macro:hover .-inner-wrapper .-overlay {
        opacity: 1;
        visibility: visible
    }
    .x-game-list-item-macro:hover .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.x-game-list-item-macro.-toggled .-inner-wrapper .-overlay {
    z-index: 2;
    opacity: 1;
    visibility: visible
}

.x-game-list-item-macro.-toggled .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.x-lobby-v2-tab-menu-container {
    background-color: #141414;
    border-top: 1px solid rgba(63, 63, 63, .65);
    border-bottom: 1px solid rgba(63, 63, 63, .65)
}

.x-lobby-tab-menu .-link {
    display: flex;
    align-items: center;
    justify-content: center
}

.x-lobby-tab-menu .-link .-ic {
    width: 46px
}

.x-lobby-tab-menu .-link .-text {
    margin-left: .5rem;
    margin-top: 5px
}

@media (max-width:767.98px) {
    .x-lobby-tab-menu .-link .-text {
        display: none
    }
}

.x-lobby-tab-menu .-link .-text-mobile {
    display: none;
    margin-top: 5px
}

@media (max-width:767.98px) {
    .x-lobby-tab-menu .-link .-text-mobile {
        margin-left: .5rem;
        display: block
    }
}

@media (max-width:350px) {
    .x-lobby-tab-menu .-link .-text-mobile {
        margin-left: .25rem
    }
}

.x-lobby-tab-menu .nav-item {
    width: 200px;
    display: flex
}

@media (max-width:767.98px) {
    .x-lobby-tab-menu .nav-item {
        width: 33.33333%;
        justify-content: center
    }
}

@media (max-width:575.98px) {
    .x-lobby-tab-menu .nav-item {
        border: 1px solid #000
    }
    .x-lobby-tab-menu .nav-item:first-child {
        border-left: none
    }
    .x-lobby-tab-menu .nav-item:last-child {
        border-right: none
    }
}

.x-lobby-tab-menu .nav-link {
    padding: .5rem 0;
    color: hsla(0, 0%, 100%, .5);
    transition: all .4s;
    font-size: 1.25rem;
    border-radius: 0;
    background: transparent
}

@media (max-width:575.98px) {
    .x-lobby-tab-menu .nav-link {
        background: hsla(0, 0%, 100%, .15);
        width: 100%
    }
}

.x-lobby-tab-menu .nav-link .-ic {
    -webkit-filter: drop-shadow(0 0 4px rgba(255, 222, 136, 0)) grayscale(.6);
    filter: drop-shadow(0 0 4px rgba(255, 222, 136, 0)) grayscale(.6)
}

.x-lobby-tab-menu .nav-link.active {
    color: #fff;
    background-color: transparent;
    position: relative;
    transition: all .4s
}

@media (max-width:575.98px) {
    .x-lobby-tab-menu .nav-link.active {
        background-color: hsla(0, 0%, 100%, .05)
    }
}

.x-lobby-tab-menu .nav-link.active:after {
    content: "";
    background: linear-gradient(90deg, rgba(190, 163, 124, 0), #d9c699 51.04%, rgba(184, 158, 125, 0));
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 2px
}

.x-lobby-tab-menu .nav-link.active .-ic {
    -webkit-filter: drop-shadow(0 0 4px rgba(255, 222, 136, .8)) grayscale(0);
    filter: drop-shadow(0 0 4px rgba(255, 222, 136, .8)) grayscale(0)
}

@media (min-width:992px) {
    .x-lobby-tab-menu .nav-link:hover {
        color: #fff
    }
    .x-lobby-tab-menu .nav-link:hover .-ic {
        -webkit-filter: drop-shadow(0 0 15px rgba(255, 222, 136, .8)) grayscale(0);
        filter: drop-shadow(0 0 15px rgba(255, 222, 136, .8)) grayscale(0)
    }
}

.x-lobby-v2-tab-content-container {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.x-lobby-tab {
    padding: 2.5rem 0
}

.x-lobby-tab.-tab-sport .-row-wrapper {
    justify-content: flex-start
}

.x-lobby-tab.-tab-sport .-row-wrapper .x-game-list-item-macro {
    margin-right: .75rem;
    width: 28.56%
}

@media (max-width:767.98px) {
    .x-lobby-tab.-tab-sport .-row-wrapper .x-game-list-item-macro {
        margin-right: 0
    }
}

.x-lobby-tab .-row-wrapper {
    display: flex
}

.x-lobby-tab .-row-wrapper .-column-left {
    width: 42.84%;
    display: flex
}

.x-lobby-tab .-row-wrapper .-column-left .-column-big {
    width: 66.66%
}

.x-lobby-tab .-row-wrapper .-column-left .-column-small {
    width: 33.33%
}

.x-lobby-tab .-row-wrapper .-column-left .-column-small .x-game-list-item-macro {
    padding: 0 8px
}

.x-lobby-tab .-row-wrapper .-column-right {
    width: 57.12%;
    display: flex
}

.x-lobby-tab .-row-wrapper .-column-right .-column-big {
    width: 50%
}

.x-lobby-tab .-row-wrapper .-column-right .-column-small {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 6px
}

.x-lobby-tab .-row-wrapper .-column-right .-column-small .x-game-list-item-macro {
    padding: 0 6px;
    width: 50%
}

.x-lobby-tab .-row-wrapper .x-game-list-item-macro .-title {
    margin-bottom: 5px
}

.x-lobby-tab .-row-wrapper.-new-line {
    margin-top: .5rem;
    display: flex;
    width: 100%
}

.x-lobby-tab .-row-wrapper.-new-line .-column-left .-column-small .x-game-list-item-macro {
    padding: 0 6px
}

.x-lobby-tab .-row-wrapper.-new-line .-column-left .-column-big {
    width: 66.66%;
    display: flex
}

.x-lobby-tab .-row-wrapper.-new-line .-column-left .-column-big .x-game-list-item-macro {
    padding: 0 6px;
    width: 50%
}

.x-lobby-tab .-row-wrapper.-new-line .-column-right {
    width: 57.12%;
    display: flex
}

.x-lobby-tab .-row-wrapper.-new-line .-column-right .-column-small {
    padding: 0
}

.x-lobby-tab .-row-wrapper.-new-line .-column-right .-column-big {
    display: flex
}

.x-lobby-tab .-row-wrapper.-new-line .-column-right .-column-big .x-game-list-item-macro {
    padding: 0 6px
}

.x-lobby-tab .-row-wrapper.-mobile-view .-column-big {
    width: 66.66%
}

.x-lobby-tab .-row-wrapper.-mobile-view .-column-big .x-game-list-item-macro {
    padding: 0 2px;
    width: 100%
}

.x-lobby-tab .-row-wrapper.-mobile-view .-column-small {
    width: 33.33%;
    display: flex;
    flex-wrap: wrap
}

.x-lobby-tab .-row-wrapper.-mobile-view .-column-small .x-game-list-item-macro {
    padding: 0 6px 0 8px;
    width: 100%
}

.x-lobby-tab .-row-wrapper.-mobile-view.-new-line {
    flex-wrap: wrap
}

.x-lobby-tab .-row-wrapper.-mobile-view.-new-line .x-game-list-item-macro {
    width: 33.33%;
    padding: 0 6px
}

.x-base-cover-v2-container {
    position: relative;
    width: 100%;
    height: 350px;
    padding-top: 60px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (max-width:991.98px) {
    .x-base-cover-v2-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .5))
    }
}

@media (max-width:767.98px) {
    .x-base-cover-v2-container {
        height: 260px
    }
}

.x-base-cover-v2-container .-outer-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%
}

@media (max-width:991.98px) {
    .x-base-cover-v2-container .-custom-container {
        text-align: center
    }
}

.x-base-cover-v2-container .-heading-title {
    font-size: 2.5rem
}

@media (max-width:767.98px) {
    .x-base-cover-v2-container .-heading-title {
        font-size: 1.875rem
    }
}

.x-base-cover-v2-container .-heading-sub-title {
    margin-bottom: 0;
    font-size: 1.40625rem;
    font-weight: 300
}

@media (max-width:767.98px) {
    .x-base-cover-v2-container .-heading-sub-title {
        font-size: 1.25rem
    }
}

.x-base-cover-v2-container .-play-button.-anon .-text-entry,
.x-base-cover-v2-container .-play-button.-anon .-text-ma,
.x-base-cover-v2-container .-play-button.-anon .-title {
    display: none
}

.x-base-cover-v2-container .-play-button.-anon .-text-register,
.x-base-cover-v2-container .-play-button.-logged .-text-entry,
.x-base-cover-v2-container .-play-button.-logged .-title {
    display: block
}

.x-base-cover-v2-container .-play-button.-logged .-text-ma,
.x-base-cover-v2-container .-play-button.-logged .-text-register {
    display: none
}

.x-base-cover-v2-container .-cannot-entry.-play-button {
    -webkit-filter: brightness(.4);
    filter: brightness(.4);
    cursor: none;
    pointer-events: none
}

.x-base-cover-v2-container .-cannot-entry.-play-button .-text-entry,
.x-base-cover-v2-container .-cannot-entry.-play-button .-text-register {
    display: none
}

.x-lobby-v2-header-base-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 60px;
    padding: 0;
    background: rgba(0, 0, 0, .8)
}

.x-lobby-v2-header-base-container .-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.x-lobby-v2-header-base-container .-menu-list {
    flex-direction: row
}

.x-lobby-v2-header-base-container .-menu-list .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .75rem
}

@media (max-width:991.98px) {
    .x-lobby-v2-header-base-container .-menu-list .nav-link {
        margin: 0 .5rem
    }
}

.x-lobby-v2-header-base-container .-menu-list .nav-link .-img {
    width: 22px;
    height: auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-lobby-v2-header-base-container .-menu-list .nav-link .-text {
    margin-left: 10px;
    font-size: 1.09375rem;
    color: #fff;
    transition: color .2s;
    padding-top: 8px
}

.x-lobby-v2-header-base-container .-menu-list .nav-link:hover .-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-lobby-v2-header-base-container .-menu-list .nav-link:hover .-text {
    color: #ccc
}

.x-lobby-v2-header-base-container .-menu-list button.nav-link {
    background: transparent;
    border: none
}

.x-lobby-v2-header-base-container .-menu-list button.nav-link:active,
.x-lobby-v2-header-base-container .-menu-list button.nav-link:focus {
    outline: none;
    text-decoration: none
}

.x-lobby-v2-header-base-container .-menu-list .-info-wrapper {
    margin: 0 .5rem;
    font-size: 1.09375rem;
    text-align: right;
    color: #fff
}

.x-lobby-header-sa-gaming-container-v2 .-logo {
    width: 120px;
    height: auto
}

.x-error-404 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.x-error-404 .-error-404-body {
    background-color: hsla(0, 0%, 100%, 0)
}

.x-error-404 #main__content {
    margin-top: 0;
    padding-top: 85px;
    height: 100vh
}

@media (max-width:575.98px) {
    .x-error-404 #main__content {
        height: 100%;
        overflow: hidden
    }
}

.x-error-404 #main__content .x-error-404-container {
    height: 85%;
    display: flex
}

.x-error-404 #main__content .x-error-404-container .-error-404-image-wrapper,
.x-error-404 #main__content .x-error-404-container .-error-404-inner-wrapper {
    margin: auto
}

.x-error-404 #main__content .x-error-404-container .-error-404-image-wrapper .-img {
    width: 800px
}

.x-error-404 #main__content .x-error-404-container .-error-404-text-wrapper {
    text-align: center;
    margin-top: .5rem
}

.x-error-404 #main__content .x-error-404-container .-error-404-text-wrapper .-text {
    color: #f6f6f6;
    font-size: 4.4rem;
    font-weight: 700
}

@media (max-width:991.98px) {
    .x-error-404 #main__content .x-error-404-container .-error-404-text-wrapper .-text {
        font-size: 3.7rem
    }
}

@media (max-width:767.98px) {
    .x-error-404 #main__content .x-error-404-container .-error-404-text-wrapper .-text {
        font-size: 2.7rem
    }
}

@media (max-width:575.98px) {
    .x-error-404 #main__content .x-error-404-container .-error-404-text-wrapper .-text {
        font-size: 2rem
    }
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper {
    margin-top: 1rem
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container {
    display: flex;
    justify-content: center
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn {
    position: relative;
    transition: all .4s
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn .-btn-image {
    width: 220px;
    transition: all .4s
}

@media (max-width:767.98px) {
    .x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn .-btn-image {
        width: 200px
    }
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn .-text-wrapper {
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn .-text-wrapper .-text-btn {
    transition: all .4s;
    color: #fff;
    font-size: 1.6rem
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn:hover {
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5)
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn:hover .-text-btn {
    color: #f2f2f2
}

.x-windows-os .x-promotion-hello-modal-body .-promotion-list-item .-badge-wrapper .-title {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-windows-os .x-promotion-hello-modal-body .-promotion-list-item .-btn .-content {
    margin-top: 0
}

.x-windows-os .x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-bonus {
    margin-top: -10px
}

@media (max-width:767.98px) {
    .x-windows-os .x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-bonus {
        margin-top: -5px
    }
}

#promotionSuggestionModal.-hello-popup {
    line-height: 1.2
}

#promotionSuggestionModal.-hello-popup .modal-header {
    margin-top: -6.5rem
}

#promotionSuggestionModal.-hello-popup .modal-header .-logo {
    width: 600px;
    height: auto
}

@media (max-width:991.98px) {
    #promotionSuggestionModal.-hello-popup .modal-header {
        margin-top: -6rem
    }
    #promotionSuggestionModal.-hello-popup .modal-header .-logo {
        width: 500px
    }
}

@media (max-width:767.98px) {
    #promotionSuggestionModal.-hello-popup .modal-header {
        margin-top: -5.5rem
    }
    #promotionSuggestionModal.-hello-popup .modal-header .-logo {
        width: 450px
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal.-hello-popup .modal-header {
        margin-top: -7.25rem;
        padding-top: 0
    }
    #promotionSuggestionModal.-hello-popup .modal-header .-logo {
        width: 350px
    }
}

@media screen and (max-width:370px) {
    #promotionSuggestionModal.-hello-popup .modal-header {
        margin-top: -6.25rem
    }
    #promotionSuggestionModal.-hello-popup .modal-header .-logo {
        width: 300px
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal.-hello-popup .modal-dialog {
        padding-top: 7rem
    }
}

@media screen and (max-width:370px) {
    #promotionSuggestionModal.-hello-popup .modal-dialog {
        padding-top: 6.25rem
    }
}

#promotionSuggestionModal.-hello-popup .modal-content {
    border: 3px solid transparent;
    border-radius: 15px;
    background: radial-gradient(80% 80% at 50% 0, #3d6198 0, #193561 47%, #0d2448 100%), linear-gradient(205deg, #eee 1%, #d9d9d9 25%, #fff 50%, #eee 74%, #d9d9d9);
    background-origin: border-box;
    background-clip: content-box, border-box
}

@media (max-width:991.98px) {
    #promotionSuggestionModal.-hello-popup .modal-content {
        border-width: 3px 0 0;
        border-radius: 0
    }
    #promotionSuggestionModal.-hello-popup .modal-content:before {
        display: none
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal.-hello-popup .modal-content .close {
        top: -2.5rem
    }
}

#promotionSuggestionModal.-hello-popup .modal-body {
    margin-top: -.5rem
}

@media (max-width:767.98px) {
    #promotionSuggestionModal.-hello-popup .modal-body {
        margin-top: -1.5rem
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal.-hello-popup .modal-body {
        margin-top: 2px;
        padding-top: .25rem
    }
}

.x-promotion-hello-modal-body .-promotion-list-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-promotion-list-wrapper {
        padding: 0 1.5rem
    }
}

@media screen and (max-width:370px) {
    .x-promotion-hello-modal-body .-promotion-list-wrapper {
        padding: 0
    }
}

.x-promotion-hello-modal-body .-promotion-list-item {
    position: relative;
    margin-top: 1rem
}

@media (min-width:576px) {
    .x-promotion-hello-modal-body .-promotion-list-item {
        width: calc(50% - .5rem)
    }
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item {
        width: 100%
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-badge-wrapper {
    position: absolute;
    top: -4.8px;
    left: 20px;
    z-index: 1
}

@media (max-width:767.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-badge-wrapper {
        top: -4px;
        left: 25px
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-badge-wrapper .-img {
    width: 120px;
    height: auto;
    -webkit-filter: drop-shadow(0 3px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 3px 2px rgba(0, 0, 0, .4))
}

@media (max-width:767.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-badge-wrapper .-img {
        width: 110px
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-badge-wrapper .-title {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: linear-gradient(180deg, #fff 37%, #ddd 67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.4rem;
    font-weight: 700;
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%)
}

@media (max-width:767.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-badge-wrapper .-title {
        font-size: 1.25rem
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: .5rem .75rem;
    border-radius: 15px;
    line-height: 1.2
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn.-disabled {
    pointer-events: none;
    cursor: default
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn.-disabled:after,
.x-promotion-hello-modal-body .-promotion-list-item .-btn.-disabled:before {
    -webkit-filter: brightness(.75);
    filter: brightness(.75)
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn {
        justify-content: center;
        padding: .25rem .75rem
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(108deg, #d0d1d4 2%, #fff 47%, #d0d1d4);
    box-shadow: 0 0 14px rgba(197, 209, 255, .5);
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background-color: #153b7c;
    border-radius: 12px;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
    background-image: url(build/images/welcome-back-promotion-bg.1217f5e3.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-light {
    position: absolute;
    z-index: 1
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-light.-top {
    top: -5px;
    right: 0;
    width: 180px
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-light.-bottom {
    bottom: -5px;
    left: 0;
    width: 205px
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-thumbnail {
    width: 140px;
    height: auto;
    margin-top: 10px;
    z-index: 1
}

@media (max-width:767.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn .-thumbnail {
        width: 100px
    }
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn .-thumbnail {
        width: 120px;
        margin-top: 15px
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-content {
    flex: 1;
    z-index: 1;
    margin-top: .5rem;
    color: #fff
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn .-content {
        flex: unset;
        margin-left: 1rem
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-text {
    display: block
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-deposit {
    font-size: 2.2rem;
    font-weight: 700
}

@media (max-width:767.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-deposit {
        font-size: 1.8rem
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-description {
    margin-top: -5px;
    font-size: 1.7rem
}

@media (max-width:767.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-description {
        font-size: 1.5rem
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-bonus {
    position: relative;
    margin-top: -13px;
    margin-left: -5px;
    font-family: Kanit, "sans-serif";
    font-weight: 700;
    font-size: 3.75rem;
    background: linear-gradient(180deg, #fef8b4 30%, #cf9978 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, .4));
    filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, .4))
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-bonus .-ic-star {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-52%, -52%);
    transform: translate(-52%, -52%);
    width: 120px
}

@media (max-width:767.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-bonus {
        margin-top: -8px;
        font-size: 2.75rem
    }
    .x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-bonus .-ic-star {
        width: 90px
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn:active,
.x-promotion-hello-modal-body .-promotion-list-item .-btn:focus {
    box-shadow: none
}

@media (min-width:992px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn:hover:after,
    .x-promotion-hello-modal-body .-promotion-list-item .-btn:hover:before {
        -webkit-filter: brightness(.75);
        filter: brightness(.75)
    }
}

.x-promotion-hello-modal-body .-promotion-list-item.-long {
    width: 100%
}

.x-promotion-hello-modal-body .-promotion-list-item.-long .-btn {
    justify-content: center
}

.x-promotion-hello-modal-body .-promotion-list-item.-long .-btn:after {
    background-image: url(build/images/welcome-back-promotion-long-bg.b3928245.png)
}

@media (min-width:576px) {
    .x-promotion-hello-modal-body .-promotion-list-item.-long .-btn .-content {
        flex: unset;
        margin-left: 1.5rem
    }
}

.x-promotion-hello-modal-body .-service-list-container {
    margin-top: 1.5rem;
    padding-bottom: 1rem
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-promotion-hello-modal-body .-service-list-container {
        margin-top: 1rem
    }
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-service-list-container {
        flex-wrap: wrap;
        padding: 0 1rem 2rem
    }
}

@media screen and (max-width:370px) {
    .x-promotion-hello-modal-body .-service-list-container {
        padding: 0 0 2rem
    }
}

.x-promotion-hello-modal-body .-service-list-item {
    flex: 1;
    background: transparent;
    border: none;
    text-align: center
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-promotion-hello-modal-body .-service-list-item {
        padding: 1rem .5rem
    }
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-service-list-item {
        flex: unset;
        width: 50%;
        padding: .5rem
    }
}

.x-promotion-hello-modal-body .-service-list-item .-thumbnail {
    height: auto;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    width: 90%
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-promotion-hello-modal-body .-service-list-item .-thumbnail {
        max-width: 100px
    }
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-service-list-item .-thumbnail {
        max-width: 140px
    }
}

.x-promotion-hello-modal-body .-service-list-item .-text {
    display: block;
    margin-top: 1rem;
    color: #c4c4c4;
    font-size: 1.4rem
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-promotion-hello-modal-body .-service-list-item .-text {
        font-size: 1.2rem
    }
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-service-list-item .-text {
        font-size: 1.3rem
    }
}

@media (min-width:992px) {
    .x-promotion-hello-modal-body .-service-list-item:hover .-thumbnail {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@-webkit-keyframes x-welcome-back-vertical-effect {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

.x-windows-os .x-promotion-welcome-back-modal-body .-title-wrapper .-inner-wrapper {
    margin-top: -7px
}

@media (max-width:767.98px) {
    .x-windows-os .x-promotion-welcome-back-modal-body .-title-wrapper .-inner-wrapper {
        margin-top: 0
    }
}

@media (max-width:575.98px) {
    .x-windows-os .x-promotion-welcome-back-modal-body .-title-wrapper .-inner-wrapper {
        margin-top: 8px
    }
}

@media (max-width:575.98px) {
    .x-windows-os .x-promotion-welcome-back-modal-body .-title-wrapper .-text.-highlight {
        margin-top: -10px
    }
}

.x-windows-os .x-promotion-welcome-back-modal-body .-promotion-box-item .-content {
    top: 5px
}

#promotionSuggestionModal .modal-header {
    justify-content: center;
    margin-top: -8.5rem;
    padding-bottom: 0
}

#promotionSuggestionModal .modal-header .-logo {
    width: 550px;
    height: auto
}

@media (max-width:991.98px) {
    #promotionSuggestionModal .modal-header {
        height: unset;
        margin-top: -7.75rem
    }
    #promotionSuggestionModal .modal-header .-logo {
        width: 500px
    }
}

@media (max-width:767.98px) {
    #promotionSuggestionModal .modal-header {
        z-index: 2;
        margin-top: -7rem
    }
    #promotionSuggestionModal .modal-header .-logo {
        width: 450px
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal .modal-header {
        margin-top: -5.75rem
    }
    #promotionSuggestionModal .modal-header .-logo {
        width: 340px
    }
}

@media screen and (max-width:370px) {
    #promotionSuggestionModal .modal-header {
        margin-top: -5rem
    }
    #promotionSuggestionModal .modal-header .-logo {
        width: 300px
    }
}

#promotionSuggestionModal .modal-dialog {
    max-width: 850px
}

@media (max-width:991.98px) {
    #promotionSuggestionModal .modal-dialog {
        max-width: 100%;
        min-height: calc(100% - 1px);
        padding-top: 5rem
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal .modal-dialog {
        padding-top: 4rem
    }
}

#promotionSuggestionModal .modal-content {
    margin-top: 1rem;
    background: linear-gradient(205deg, rgba(33, 62, 104, .9) .97%, rgba(13, 36, 72, .9));
    border: 4px solid #eee;
    border-radius: 15px
}

@media (max-width:991.98px) {
    #promotionSuggestionModal .modal-content {
        margin-top: 0;
        border: none;
        border-top: 4px solid #eee;
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    #promotionSuggestionModal .modal-content:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100px;
        background-image: linear-gradient(180deg, #213e68 50%, rgba(33, 62, 104, 0) 80%)
    }
    #promotionSuggestionModal .modal-content .close {
        z-index: 3
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal .modal-content:before {
        height: 90px
    }
}

@media screen and (max-width:370px) {
    #promotionSuggestionModal .modal-content:before {
        height: 80px
    }
}

#promotionSuggestionModal .modal-body {
    margin-top: -2.75rem;
    padding: 0 6rem 1rem
}

#promotionSuggestionModal .modal-body .-one-time-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 110px;
    height: auto;
    -webkit-transform: translate(-30%, 30%);
    transform: translate(-30%, 30%)
}

@media (max-width:991.98px) {
    #promotionSuggestionModal .modal-body {
        height: unset;
        padding-right: 4rem;
        padding-left: 4rem
    }
    #promotionSuggestionModal .modal-body .-one-time-img {
        display: none
    }
}

@media (max-width:767.98px) {
    #promotionSuggestionModal .modal-body {
        margin-top: -3rem;
        padding-top: 1.25rem;
        padding-right: 2rem;
        padding-left: 2rem
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal .modal-body {
        margin-top: -2rem;
        padding-right: 1rem;
        padding-left: 1rem
    }
}

#promotionSuggestionModal .modal-dialog-scrollable .modal-content {
    overflow: unset
}

@media (min-width:992px) {
    #promotionSuggestionModal .modal-dialog-scrollable .modal-body {
        overflow: unset
    }
}

@media (max-width:991.98px) {
    #promotionSuggestionModal .-effect {
        display: none
    }
}

.x-promotion-welcome-back-modal-body {
    margin-bottom: 3rem
}

.x-promotion-welcome-back-modal-body .-title-wrapper {
    display: flex;
    justify-content: center;
    height: 60px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
    border: 2px solid transparent;
    background-image: linear-gradient(180deg, #fa5287, #881c23);
    background-origin: border-box;
    background-clip: content-box, border-box;
    font-size: 1.7rem
}

@media (max-width:767.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper {
        height: 56px;
        background-image: linear-gradient(180deg, #fa5287, #881c23)
    }
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper {
        height: 74px
    }
}

@media (max-width:767.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper {
        font-size: 1.5rem
    }
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper {
        font-size: 1.4rem
    }
}

.x-promotion-welcome-back-modal-body .-title-wrapper .-inner-wrapper {
    margin-top: 2px
}

@media (max-width:767.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-inner-wrapper {
        margin-top: 4px
    }
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-inner-wrapper {
        margin-top: 11px
    }
}

.x-promotion-welcome-back-modal-body .-title-wrapper .-text {
    display: inline-block;
    line-height: 1.2
}

.x-promotion-welcome-back-modal-body .-title-wrapper .-text.-normal {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-text.-normal {
        display: block
    }
}

.x-promotion-welcome-back-modal-body .-title-wrapper .-text.-highlight {
    background: linear-gradient(180deg, #e6e6e8 30%, #a1a8b1 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .5));
    font-size: 2.75rem;
    font-weight: 700
}

@media (max-width:767.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-text.-highlight {
        font-size: 2.25rem
    }
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-text.-highlight {
        margin-top: -6px;
        font-size: 2rem
    }
}

.x-promotion-welcome-back-modal-body .-title-wrapper .-text.-highlight-main {
    margin-left: 10px;
    margin-right: 5px;
    padding-right: 5px;
    font-style: italic;
    font-size: 3.8rem
}

@media (max-width:767.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-text.-highlight-main {
        font-size: 3rem
    }
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-text.-highlight-main {
        font-size: 2.5rem
    }
}

.x-promotion-welcome-back-modal-body .-promotion-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .5rem
}

.x-promotion-welcome-back-modal-body .-promotion-box-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 160px;
    margin-top: 1rem;
    padding: 1rem;
    text-decoration: none;
    line-height: 1.2
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item {
        min-height: 130px;
        padding: .5rem
    }
}

.x-promotion-welcome-back-modal-body .-promotion-box-item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
    background-color: #153b7c;
    background-image: url(build/images/welcome-back-promotion-long-bg.b3928245.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.x-promotion-welcome-back-modal-body .-promotion-box-item:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 100%;
    height: 100%;
    background: linear-gradient(108deg, #d0d1d4, #fff 47%, #d0d1d4);
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(197, 209, 255, .5)
}

.x-promotion-welcome-back-modal-body .-promotion-box-item .-cover {
    position: relative;
    z-index: 1;
    width: 200px;
    height: auto;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item .-cover {
        width: 52%;
        max-width: 170px
    }
}

.x-promotion-welcome-back-modal-body .-promotion-box-item .-content {
    position: relative;
    z-index: 1;
    margin-left: 2rem;
    text-align: center;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    top: 12px
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item .-content {
        margin-left: 1.5rem
    }
}

.x-promotion-welcome-back-modal-body .-promotion-box-item .-text {
    display: block;
    color: #fff;
    line-height: 1.2;
    font-size: 2rem
}

.x-promotion-welcome-back-modal-body .-promotion-box-item .-text:nth-child(2) {
    margin-top: -5px
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item .-text {
        font-size: 1.7rem
    }
    .x-promotion-welcome-back-modal-body .-promotion-box-item .-text:nth-child(2) {
        margin-top: -2px
    }
}

.x-promotion-welcome-back-modal-body .-promotion-box-item .-number {
    background: linear-gradient(180deg, #e6e6e8 30%, #a1a8b1 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -10px;
    font-size: 3.5rem;
    font-weight: 700
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item .-number {
        margin-top: -6px;
        font-size: 3.25rem
    }
}

@media (min-width:768px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item.-dual {
        width: calc(50% - .5rem)
    }
}

.x-promotion-welcome-back-modal-body .-promotion-box-item.-dual:after {
    background-image: url(build/images/welcome-back-promotion-bg.1217f5e3.png)
}

.x-promotion-welcome-back-modal-body .-promotion-box-item.-dual .-cover {
    width: 140px
}

.x-promotion-welcome-back-modal-body .-promotion-box-item.-dual .-content {
    margin-left: 1rem
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item.-dual .-cover {
        width: 120px
    }
}

.x-promotion-welcome-back-modal-body .-promotion-box-item:active,
.x-promotion-welcome-back-modal-body .-promotion-box-item:focus {
    box-shadow: none
}

@media (min-width:992px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item:focus .-content,
    .x-promotion-welcome-back-modal-body .-promotion-box-item:focus .-cover,
    .x-promotion-welcome-back-modal-body .-promotion-box-item:hover .-content,
    .x-promotion-welcome-back-modal-body .-promotion-box-item:hover .-cover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    .x-promotion-welcome-back-modal-body .-promotion-box-item:focus:after,
    .x-promotion-welcome-back-modal-body .-promotion-box-item:hover:after {
        -webkit-filter: brightness(.8);
        filter: brightness(.8)
    }
}

.x-promotion-welcome-back-modal-body .-restrict-text {
    margin-top: 2rem;
    color: #fff;
    text-align: center;
    font-size: 1.5rem
}

@media (max-width:767.98px) {
    .x-promotion-welcome-back-modal-body .-restrict-text {
        font-size: 1.4rem
    }
}

.x-promotion-welcome-back-modal-body .-no-result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 150px;
    margin-top: 1rem;
    padding: 1rem;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 10px;
    text-align: center
}

.x-promotion-welcome-back-modal-body .-no-result .-title {
    font-weight: 500;
    color: #f6f6f6;
    font-size: 1.5rem
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-no-result .-title {
        font-size: 1.4rem
    }
}

.x-promotion-welcome-back-modal-body .-no-result .-sub-title {
    margin: .5rem 0 0;
    font-weight: 300;
    color: #cbc8c8;
    font-size: 1.4rem
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-no-result .-sub-title {
        font-size: 1.3rem
    }
}

.x-footer-lobby-logo .-casino-wrapper .-nav-container,
.x-footer-lobby-logo .-slot-wrapper .-nav-container,
.x-footer-lobby-logo .-sport-wrapper .-nav-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.x-footer-lobby-logo .-casino-wrapper .-nav-container .-nav-item,
.x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item,
.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item {
    padding: 5px;
    text-align: center
}

@media (max-width:767.98px) {
    .x-footer-lobby-logo .-casino-wrapper .-nav-container {
        justify-content: center
    }
}

@media (max-width:767.98px) {
    .x-footer-lobby-logo .-casino-wrapper .-nav-container .-nav-item {
        width: 25%!important
    }
    .x-footer-lobby-logo .-casino-wrapper .-nav-container .-nav-item.-width-mobile {
        width: 20%!important
    }
}

.x-footer-lobby-logo .-casino-wrapper .-nav-container .-nav-item .-logo-circle {
    width: 100%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-footer-lobby-logo .-casino-wrapper .-nav-container .-nav-item:hover .-logo-circle {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width:767.98px) {
    .x-footer-lobby-logo .-slot-wrapper .-nav-container {
        justify-content: center
    }
}

@media (max-width:767.98px) {
    .x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item {
        width: 25%!important
    }
    .x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item.-width-mobile {
        width: 20%!important
    }
}

.x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item .-cv-box {
    position: relative;
    overflow: hidden
}

.x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item .-cv-box .-cover-vertical {
    width: 100%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item .-logo-horizontal {
    width: 80%
}

.x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item:hover .-cv-box .-cover-vertical {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width:767.98px) {
    .x-footer-lobby-logo .-sport-wrapper .-nav-container {
        justify-content: center
    }
}

.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item {
    width: 14.28571%
}

@media (max-width:767.98px) {
    .x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item {
        width: 25%!important
    }
}

.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item .-cv-box {
    position: relative;
    overflow: hidden
}

.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item .-cv-box .-cover-vertical {
    width: 100%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item .-logo-horizontal {
    width: 80%
}

.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item:hover .-cv-box .-cover-vertical {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-footer-bank-logo .-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.x-footer-bank-logo .-wrapper .-ic {
    width: 50px;
    height: 50px;
    margin: .25rem;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: 194px!important;
    background-position: 4px 4px!important;
    background-repeat: no-repeat!important;
    transition: all .2s
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(2) {
    background-position: -46px 4px!important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(3) {
    background-position: -96px 4px!important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(4) {
    background-position: -146px 4px!important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(5) {
    background-position: 6px -44px!important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(6) {
    background-position: -46px -44px!important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(7) {
    background-position: -96px -44px!important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(8) {
    background-position: -146px -44px!important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(9) {
    background-position: 6px -92px!important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(10) {
    background-position: -46px -92px!important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(11) {
    background-position: -96px -92px!important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(12) {
    background-position: -146px -92px!important
}

.x-footer-bank-logo .-wrapper .-ic:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

@media (max-width:767.98px) {
    .x-footer-bank-logo .-wrapper .-ic {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
}

.x-footer-copyright-bg {
    margin-top: 2rem;
    padding: .75rem .5rem .25rem;
    background-color: #4e4a4a
}

.x-footer-lobby-seo .-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #353535
}

@media (max-width:767.98px) {
    .x-footer-lobby-seo .-tags {
        justify-content: flex-start
    }
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-lobby-seo .-tags .vex-dialog-button,
.x-footer-lobby-seo .-tags .btn,
.x-footer-lobby-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 0 10px;
    border-radius: 7px;
    color: #8e8e8e;
    background: #12151c;
    font-size: 1rem
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-lobby-seo .-tags .vex-dialog-button:hover,
.x-footer-lobby-seo .-tags .btn:hover,
.x-footer-lobby-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:hover {
    background: #1d212a
}

@media (min-width:992px) {
    .x-modal .-modal-big .x-admin-contact {
        width: 100%!important;
        left: 0!important
    }
}

.x-modal .close {
    color: #fff
}

@media (max-width:991.98px) {
    .x-modal .-modal-size {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .x-modal .modal-content {
        border: 1px solid #303f56
    }
}

.x-modal .modal-content .modal-header .x-title-modal {
    text-align: center
}

.x-modal .modal-content .modal-body {
    padding-bottom: 3rem
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-modal .modal-content .modal-body .btn-primary.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-modal .modal-content .modal-body .vex-dialog-button.vex-dialog-button-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-modal .modal-content .modal-body .-copy-btn.vex-dialog-button,
.x-modal .modal-content .modal-body .btn.btn-primary,
.x-modal .modal-content .modal-body .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-primary.vex-dialog-button,
.x-modal .modal-content .modal-body .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-modal .modal-content .modal-body .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn.vex-dialog-button,
.x-modal .modal-content .modal-body .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .btn.-copy-btn,
.x-modal .modal-content .modal-body .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-copy-btn.vex-dialog-button,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-modal .modal-content .modal-body .-copy-btn.vex-dialog-button,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-modal .modal-content .modal-body .btn.-copy-btn {
    color: #fff!important;
    border: none;
    background: linear-gradient(180deg, #e33f64, #9c0737);
    display: block;
    width: 100%
}

@media (min-width:992px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-modal .modal-content .modal-body .btn-primary.vex-dialog-button:hover,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-modal .modal-content .modal-body .vex-dialog-button.vex-dialog-button-primary:hover,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-modal .modal-content .modal-body .-copy-btn.vex-dialog-button:hover,
    .x-modal .modal-content .modal-body .btn.btn-primary:hover,
    .x-modal .modal-content .modal-body .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-primary.vex-dialog-button:hover,
    .x-modal .modal-content .modal-body .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:hover,
    .x-modal .modal-content .modal-body .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn.vex-dialog-button:hover,
    .x-modal .modal-content .modal-body .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .btn.-copy-btn:hover,
    .x-modal .modal-content .modal-body .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-copy-btn.vex-dialog-button:hover,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-modal .modal-content .modal-body .-copy-btn.vex-dialog-button:hover,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-modal .modal-content .modal-body .btn.-copy-btn:hover {
        background: linear-gradient(180deg, #9c0737, #9c0737)
    }
}

.x-modal .modal-content .modal-body .-fake-input,
.x-modal .modal-content .modal-body .text-primary {
    color: #47aad0
}

@media (max-width:991.98px) {
    .x-modal .modal-content .modal-body .x-account-profile,
    .x-modal .modal-content .modal-body .x-promotion-active-header {
        background: transparent
    }
}

.x-modal .x-wm-hr-line {
    display: block;
    width: 200px;
    margin-top: -22px;
    margin-bottom: 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.x-modal .x-mini-copy {
    width: auto!important;
    min-width: 60px;
    padding-top: 3px!important
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-title {
    font-size: 1.2rem
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-title .text-primary {
    color: #d2d9e2!important
}

#accountModal .modal-body {
    padding-right: 2rem;
    padding-left: 2rem
}

#resetPasswordModal .-ic-lock,
#resetPasswordModal .-ic-otp,
#resetPasswordModal .-ic-register {
    width: 80px
}

.x-header {
    padding: 0 1rem;
    min-height: 66px
}

@media (max-width:767.98px) {
    .x-header.-sticky .x-logged {
        top: -10px!important
    }
}

.x-header.-sticky .-logged-container {
    -webkit-transform: translateY(120%);
    transform: translateY(120%)
}

@media (max-width:767.98px) {
    .x-header.-sticky .-logged-container {
        -webkit-transform: translateY(112%);
        transform: translateY(112%)
    }
}

.x-header .container {
    position: relative;
    height: 100%;
    min-height: 66px;
    padding-bottom: 10px;
    align-items: center;
}

@media (max-width:991.98px) {
    .x-header .container .x-hamburger {
        margin-right: 10px;
        margin-top: 15px;
    }
}

.x-header .container #headerBrand .navbar-brand {
    margin-top: 23px;
}

.x-header .container #headerBrand .navbar-brand .-logo {
    position: relative;
    top: unset;
    width: 160px;
    margin-top: 0!important
}

@media (max-width:767.98px) {
    .x-header .container #headerBrand .navbar-brand .-logo {
        width: 130px
    }
}

@media (max-width:575.98px) {
    .x-header .container #headerBrand .navbar-brand .-logo {
        top: 4px;
        width: 100px
    }
}

@media screen and (max-width:350px) {
    .x-header .container #headerBrand .navbar-brand {
        margin-top: 20px
    }
    .x-header .container #headerBrand .navbar-brand .-logo {
        width: 100px
    }
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header .container #headerContent .-header-anon-wrapper .vex-dialog-button,
.x-header .container #headerContent .-header-anon-wrapper .btn,
.x-header .container #headerContent .-header-anon-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    height: 66px;
    padding-top: 12px;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    background: transparent
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header .container #headerContent .-header-anon-wrapper .vex-dialog-button:first-child,
.x-header .container #headerContent .-header-anon-wrapper .btn:first-child,
.x-header .container #headerContent .-header-anon-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:first-child {
    color: #20b1e9
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header .container #headerContent .-header-anon-wrapper .vex-dialog-button:first-child .-inner-btn,
.x-header .container #headerContent .-header-anon-wrapper .btn:first-child .-inner-btn,
.x-header .container #headerContent .-header-anon-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:first-child .-inner-btn {
    display: flex;
    align-items: center;
    height: 100%
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header .container #headerContent .-header-anon-wrapper .vex-dialog-button:first-child .-inner-btn .fas,
.x-header .container #headerContent .-header-anon-wrapper .btn:first-child .-inner-btn .fas,
.x-header .container #headerContent .-header-anon-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:first-child .-inner-btn .fas {
    margin-top: 0;
    font-size: 10px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header .container #headerContent .-header-anon-wrapper .-header-login-btn.vex-dialog-button .fas,
.x-header .container #headerContent .-header-anon-wrapper .btn.-header-login-btn .fas,
.x-header .container #headerContent .-header-anon-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-header-login-btn.vex-dialog-button .fas {
    font-size: 16px
}

@media (max-width:991.98px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header .container #headerContent .-header-anon-wrapper .-header-login-btn.vex-dialog-button,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header .container #headerContent .-header-anon-wrapper .-header-play-btn.vex-dialog-button,
    .x-header .container #headerContent .-header-anon-wrapper .btn.-header-login-btn,
    .x-header .container #headerContent .-header-anon-wrapper .btn.-header-play-btn,
    .x-header .container #headerContent .-header-anon-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-header-login-btn.vex-dialog-button,
    .x-header .container #headerContent .-header-anon-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-header-play-btn.vex-dialog-button {
        height: auto;
        border: none;
        border-radius: 22px;
        padding: 10px 1.25rem 2px!important;
        font-size: 18px;
        line-height: 18px
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header .container #headerContent .-header-anon-wrapper .-header-play-btn.vex-dialog-button,
    .x-header .container #headerContent .-header-anon-wrapper .btn.-header-play-btn,
    .x-header .container #headerContent .-header-anon-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-header-play-btn.vex-dialog-button {
        padding: 10px 0 6px!important
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header .container #headerContent .-header-anon-wrapper .-header-play-btn.vex-dialog-button .fas,
    .x-header .container #headerContent .-header-anon-wrapper .btn.-header-play-btn .fas,
    .x-header .container #headerContent .-header-anon-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-header-play-btn.vex-dialog-button .fas {
        padding-bottom: 6px
    }
}

.x-header .container #headerContent .x-logged {
    position: absolute;
    top: 0;
    right: 0
}

.x-header .container #headerContent .x-logged .--profile {
    padding-top: .7rem!important;
    padding-bottom: .7rem!important;
    background: linear-gradient(180deg, #fff, #d3d3d3);
    border-right: 1px solid hsla(0, 0%, 100%, .15)
}

.x-header .container #headerContent .x-logged .--profile .--profile-detail {
    margin-top: 10px!important
}

.x-header .container #headerContent .x-logged .--profile .--profile-detail .-pending-approved {
    color: #002c57
}

.x-header .container #headerContent .x-logged .--profile .--profile-detail .-pending-approved .fas.fa-times {
    position: relative;
    top: 1px;
    font-size: 16px
}

.x-header .container #headerContent .x-logged .--profile .--profile-detail .-pending-approved .x-queue-number-expression {
    color: #e33f64
}

@media (max-width:767.98px) {
    .x-header .container #headerContent .x-logged .--profile .--profile-detail .-pending-approved {
        font-size: 1.1rem
    }
    .x-header .container #headerContent .x-logged .--profile .--profile-detail .-pending-approved .fas.fa-spinner,
    .x-header .container #headerContent .x-logged .--profile .--profile-detail .-pending-approved .fas.fa-times {
        top: 1px;
        margin-right: 0;
        font-size: 14px
    }
}

.x-header .container #headerContent .x-logged .--profile .bh-logged-name {
    font-size: 1.2rem!important
}

.x-header .container #headerContent .x-logged .--profile .-user-balance {
    font-weight: 600
}

.x-header .container #headerContent .x-logged .--profile .-user-balance,
.x-header .container #headerContent .x-logged .--profile .-user-balance .fas,
.x-header .container #headerContent .x-logged .--profile .bh-logged-name {
    color: #002c57!important
}

@media (max-width:991.98px) {
    .x-header .container #headerContent .x-logged .--profile {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }
}

@media (max-width:767.98px) {
    .x-header .container #headerContent .x-logged .--profile .--profile-detail {
        margin-top: 8px!important
    }
}

.x-header .container #headerContent .x-logged .--deposit,
.x-header .container #headerContent .x-logged .--withdraw {
    width: 70px
}

.x-header .container #headerContent .x-logged .--deposit a>div,
.x-header .container #headerContent .x-logged .--withdraw a>div {
    align-items: center;
    padding: 0 .5rem!important
}

.x-header .container #headerContent .x-logged .--deposit a>div img,
.x-header .container #headerContent .x-logged .--withdraw a>div img {
    width: 40px;
    margin-top: 0!important
}

.x-header .container #headerContent .x-logged .--deposit {
    border-right: 1px solid hsla(0, 0%, 100%, .15);
    background: linear-gradient(180deg, #0554a0, #002c57)
}

.x-header .container #headerContent .x-logged .--withdraw {
    background: linear-gradient(180deg, #0554a0, #002c57)
}

.x-header .container #headerContent .x-logged .dropdown .dropdown-content {
    background: none
}

.x-header .container #headerContent .x-logged .dropdown .dropdown-content .x-profile-dropdown-menu {
    padding-bottom: 5px;
    border-radius: 10px
}

.x-header .container #headerContent .x-logged .dropdown .dropdown-content .x-profile-dropdown-menu .navbar-nav .nav-item {
    border-bottom: 1px solid #1b375a
}

.x-header .container #headerContent .x-logged .dropdown .dropdown-content .x-profile-dropdown-menu .navbar-nav .nav-item .nav-link {
    color: #efefef;
    transition: color .2s
}

.x-header .container #headerContent .x-logged .dropdown .dropdown-content .x-profile-dropdown-menu .navbar-nav .nav-item .nav-link .fas {
    color: #efefef
}

.x-header .container #headerContent .x-logged .dropdown .dropdown-content .x-profile-dropdown-menu .navbar-nav .nav-item:hover .nav-link,
.x-header .container #headerContent .x-logged .dropdown .dropdown-content .x-profile-dropdown-menu .navbar-nav .nav-item:hover .nav-link .fas {
    color: #e5a641
}

.x-header .container #headerContent .x-logged .dropdown .dropdown-content .x-profile-dropdown-menu .navbar-nav .nav-item:last-child {
    border-bottom: none
}

.x-header .x-hamburger {
    margin-top: 15px;
    margin-right: 10px;
}

.x-header .x-hamburger span {
    background: #fff
}


.x-index-top-container #layers {
    top: 40%;
    width: 96%
}

.x-index-top-container .-inner-wrapper {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 70px;
}

.x-index-top-container .-inner-wrapper .-card-img img{
    position: absolute
}

.x-index-top-container .-inner-wrapper .-card-img.-card-1 img {
    top: 200px;
    left: -20px;
    width: 170px;
    -webkit-animation: x-card-mover-1 5s infinite alternate;
    animation: x-card-mover-1 5s infinite alternate
}

@media (max-width:1199.98px) {
    .x-index-top-container .-inner-wrapper .-card-img.-card-1 img {
        width: 140px;
        top: 220px
    }
}

@media (max-width:991.98px) {
    .x-index-top-container .-inner-wrapper .-card-img.-card-1 img {
        width: 100px;
        top: 140px
    }
}

.x-index-top-container .-inner-wrapper .-card-img.-card-2 img {
    bottom: 10px;
    right: 80px;
    width: 150px;
    -webkit-animation: x-card-mover-2 5s infinite alternate;
    animation: x-card-mover-2 5s infinite alternate
}

@media (max-width:991.98px) {
    .x-index-top-container .-inner-wrapper .-card-img.-card-2 img {
        right: 0;
        bottom: 30px;
        width: 120px
    }
}

.x-index-top-container .-inner-wrapper .-card-img.-card-3 img {
    top: 180px;
    right: -10px;
    z-index: 2;
    width: 90px;
    -webkit-animation: x-card-mover-1 5s 1s infinite alternate;
    animation: x-card-mover-1 5s 1s infinite alternate
}

@media (max-width:991.98px) {
    .x-index-top-container .-inner-wrapper .-card-img.-card-3 img {
        top: 190px;
        right: 0;
        width: 60px
    }
}

.x-index-top-container .-inner-wrapper .-card-img.-card-4 img {
    width: 150px;
    bottom: -20px;
    left: -50px
}

@media (max-width:1199.98px) {
    .x-index-top-container .-inner-wrapper .-card-img.-card-4 img {
        width: 130px;
        left: 50px
    }
}

@media (max-width:991.98px) {
    .x-index-top-container .-inner-wrapper .-card-img.-card-4 img {
        width: 120px;
        left: 0;
        bottom: 40px
    }
}

@media (max-width:575.98px) {
    .x-index-top-container .-inner-wrapper .-card-img.-card-4 img {
        width: 100px;
        bottom: 20px
    }
}

.x-index-top-container .-inner-wrapper .-card-img.-card-5 img {
    width: 110px;
    right: 50px;
    top: 260px
}

@media (max-width:991.98px) {
    .x-index-top-container .-inner-wrapper .-card-img.-card-5 img {
        width: 80px;
        right: 30px;
        top: 230px
    }
}

.x-index-top-container .-inner-wrapper .-card-img.-card-6 img {
    width: 80px;
    right: 380px;
    bottom: 50px
}

@media (max-width:991.98px) {
    .x-index-top-container .-inner-wrapper .-card-img.-card-6 img {
        width: 60px;
        right: 300px;
        bottom: 160px
    }
}

@media (max-width:575.98px) {
    .x-index-top-container .-inner-wrapper .-card-img.-card-6 img {
        width: 50px;
        right: 100px
    }
}

.x-index-top-container .-inner-wrapper .-card-img.-card-7 img {
    width: 80px;
    right: 380px;
    top: 120px
}

@media (max-width:991.98px) {
    .x-index-top-container .-inner-wrapper .-card-img.-card-7 img {
        width: 60px;
        right: 200px
    }
}

@media (max-width:575.98px) {
    .x-index-top-container .-inner-wrapper .-card-img.-card-7 img {
        right: 50px
    }
}

.x-index-top-container .-inner-wrapper .-col-wrapper {
    padding-top: 4rem;
    padding-bottom: 3rem;
    text-align: center
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-title-wrapper .-logo-img img {
    height: auto;
    position: relative;
    top: -10px;
    width: 250px;
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-title-wrapper .-title {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.x-index-top-container .-inner-wrapper .-col-wrapper .-title-wrapper .-title .textwidget{
    margin-top:15px;

}
.x-index-top-container .-inner-wrapper .-col-wrapper .-sub-title {
    margin-top: 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #d2d2d2;
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-btn {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.6rem;
    padding: 0;
    transition: all .2s;
}

@media (min-width:992px) {
    .x-index-top-container .-inner-wrapper .-col-wrapper .-btn:hover {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-fake-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 40px;
    width: 96%;
    height: 88%;
    -webkit-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%);
    z-index: 1;
    -webkit-animation: x-wm-white-neon 1.5s ease-in-out infinite alternate;
    animation: x-wm-white-neon 1.5s ease-in-out infinite alternate
}


.x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-img {
    width: 250px
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-text-wrapper {
    height: 77%;
    width: 93%;
    background: linear-gradient(180deg, #ffef2e, #b36402);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #030a21;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    z-index: 1;
}
.x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-text-wrapper  a{
    display:block;
    padding:0px 90px;
    white-space:nowrap;
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-text-wrapper .-text {
    position: relative;
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .6));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .6));
    display: inline-block;
    color: #fff;
    background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #e3b53f), to(#fff));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@media (max-width:991.98px) {
    .x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-text-wrapper .-text {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-text-wrapper .-text.-ma {
    display: none
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-text-wrapper .-ic-img {
    width: 36px;
    margin-right: 10px
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-text-wrapper .-ic {
    margin-left: 10px;
    font-size: 20px;
    -webkit-animation: x-btn-arrow-mover .3s infinite alternate;
    animation: x-btn-arrow-mover .3s infinite alternate
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-twinkle {
    position: absolute;
    z-index: 2
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-twinkle.-item-1 {
    top: -12px;
    right: 15px;
    width: 45px;
    -webkit-animation: x-wm-scale-up .4s linear infinite alternate;
    animation: x-wm-scale-up .4s linear infinite alternate
}

@media (max-width:575.98px) {
    .x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-twinkle.-item-1 {
        top: -15px
    }
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-twinkle.-item-2 {
    top: 50px;
    right: -10px;
    width: 55px;
    -webkit-animation: x-wm-scale-up .4s linear .5s infinite alternate;
    animation: x-wm-scale-up .4s linear .5s infinite alternate
}

@media (max-width:575.98px) {
    .x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-twinkle.-item-2 {
        top: 45px;
        right: -5px;
        width: 40px
    }
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-twinkle.-item-3 {
    top: 42px;
    left: -15px;
    width: 65px;
    -webkit-animation: x-wm-scale-up .4s linear 1s infinite alternate;
    animation: x-wm-scale-up .4s linear 1s infinite alternate
}

@media (max-width:575.98px) {
    .x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-twinkle.-item-3 {
        top: 38px;
        left: -12px;
        width: 50px
    }
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-btn.-cannot-entry {
    -webkit-filter: brightness(.4);
    filter: brightness(.4);
    pointer-events: none;
    cursor: not-allowed
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-btn.-cannot-entry .-text-wrapper .-text.-normal {
    display: none
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-btn.-cannot-entry .-text-wrapper .-text.-ma {
    display: block
}

.x-index-top-container .-inner-wrapper .-col-wrapper .-btn.-cannot-entry .-text-wrapper .-ic {
    display: none
}

@media (max-width:1199.98px) {
    .x-index-top-container .-inner-wrapper .-col-wrapper {
        padding-top: 3rem
    }
}

@media (max-width:991.98px) {
    .x-index-top-container .-inner-wrapper .-col-wrapper {
        padding-top: 0
    }
    .x-index-top-container .-inner-wrapper .-col-wrapper .-title-wrapper {
        flex-direction: column
    }
    .x-index-top-container .-inner-wrapper .-col-wrapper .-title-wrapper .-title {
        margin-top: .5rem;
        font-size: 30px;
        text-align: center;
    }
    .x-index-top-container .-inner-wrapper .-col-wrapper .-title-wrapper .-logo-img img {
        height: auto;
        width: 180px;
    }
}

@media (max-width:767.98px) {
    .x-index-top-container .-inner-wrapper .-col-wrapper .-sub-title {
        font-size: 16px;
        line-height: 1.3;
    }
}

@media (max-width:575.98px) {
    .x-index-top-container .-inner-wrapper .-col-wrapper .-title-wrapper .-title {
        font-size: 19px;
    }
    .x-index-top-container .-inner-wrapper .-col-wrapper .-sub-title {
        font-size: 14px;
    }
    .x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-img {
        width: 210px
    }
    .x-index-top-container .-inner-wrapper .-col-wrapper .-btn .-text-wrapper {
        font-size: 18px;
    }
}

.x-glow-container .-btn-glow-primary {
    -webkit-animation: x-wm-neon-primary 1.5s ease-in-out infinite alternate;
    animation: x-wm-neon-primary 1.5s ease-in-out infinite alternate
}

.x-glow-container .-btn-glow-secondary {
    -webkit-animation: x-wm-neon-secondary 1.5s ease-in-out infinite alternate;
    animation: x-wm-neon-secondary 1.5s ease-in-out infinite alternate
}

.x-index-bottom-section {
    padding: 2rem 0 0;
    background-color: #0d0d1b;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
}

.x-index-bottom-section .-download span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.x-index-bottom-section .-download .-img-cover {
    display: flex
}

.x-index-bottom-section .-download .-img-cover .-inner-wrapper img {
    position: relative;
    width: 130px
}

.x-index-bottom-section .-download .-img-cover .-inner-wrapper.-ios {margin: 0 auto;margin-top: 15px;}

.x-index-bottom-section .-download .-img-cover .-inner-wrapper.-ma .-img img {
    
}

.x-index-bottom-section .-download .-img-cover .-inner-wrapper .-img,
.x-index-bottom-section .-mobile .-img {
    width: 100%
}

@media (max-width:991.98px) {
    .x-index-bottom-section {
        padding: 2rem 0
    }
    .x-index-bottom-section .-download {
        text-align: center
    }
    .x-index-bottom-section .-download .-img-cover {
        align-items: center;
        justify-content: center
    }
    .x-index-bottom-section .-mobile {
        display: none
    }
}

@media (max-width:767.98px) {
    .x-index-bottom-section {
        background-position: 0 0
    }
}

@media (max-width:575.98px) {
    .x-index-bottom-section .-download .-img-cover .-inner-wrapper.-ma:before,
    .x-index-bottom-section .-download span {
        font-size: 1.5rem
    }
}

@-webkit-keyframes x-shooting-star-1 {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        opacity: 0;
        -webkit-transform: translate3d(-270px, 180px, 0);
        transform: translate3d(-270px, 180px, 0)
    }
    to {
        opacity: 0
    }
}

@keyframes x-shooting-star-1 {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        opacity: 0;
        -webkit-transform: translate3d(-270px, 180px, 0);
        transform: translate3d(-270px, 180px, 0)
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes x-shooting-star-2 {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    25% {
        opacity: 0;
        -webkit-transform: translate3d(-270px, 180px, 0);
        transform: translate3d(-270px, 180px, 0)
    }
    to {
        opacity: 0
    }
}

@keyframes x-shooting-star-2 {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    25% {
        opacity: 0;
        -webkit-transform: translate3d(-270px, 180px, 0);
        transform: translate3d(-270px, 180px, 0)
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes x-shooting-star-3 {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    5% {
        opacity: 0;
        -webkit-transform: translate3d(-270px, 180px, 0);
        transform: translate3d(-270px, 180px, 0)
    }
    to {
        opacity: 0
    }
}

@keyframes x-shooting-star-3 {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    5% {
        opacity: 0;
        -webkit-transform: translate3d(-270px, 180px, 0);
        transform: translate3d(-270px, 180px, 0)
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes x-wm-neon-primary {
    0% {
        box-shadow: 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 13px #20b1e9, 0 0 28px #20b1e9, 0 0 36px #20b1e9
    }
    to {
        box-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #20b1e9, 0 0 14px #20b1e9, 0 0 18px #20b1e9
    }
}

@keyframes x-wm-neon-primary {
    0% {
        box-shadow: 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 13px #20b1e9, 0 0 28px #20b1e9, 0 0 36px #20b1e9
    }
    to {
        box-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #20b1e9, 0 0 14px #20b1e9, 0 0 18px #20b1e9
    }
}

@-webkit-keyframes x-wm-neon-secondary {
    0% {
        box-shadow: 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 13px #036cd1, 0 0 28px #036cd1, 0 0 36px #036cd1
    }
    to {
        box-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #036cd1, 0 0 14px #036cd1, 0 0 18px #036cd1
    }
}

@keyframes x-wm-neon-secondary {
    0% {
        box-shadow: 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 13px #036cd1, 0 0 28px #036cd1, 0 0 36px #036cd1
    }
    to {
        box-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #036cd1, 0 0 14px #036cd1, 0 0 18px #036cd1
    }
}


@-webkit-keyframes x-wm-white-neon {
    0% {
        box-shadow: 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 13px #ba955a, 0 0 28px #ba955a, 0 0 36px #ba955a
    }
    to {
        box-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #ba955a, 0 0 14px #ba955a, 0 0 18px #ba955a
    }
}

@keyframes x-wm-white-neon {
    0% {
        box-shadow: 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 13px #ba955a, 0 0 28px #ba955a, 0 0 36px #ba955a
    }
    to {
        box-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #ba955a, 0 0 14px #ba955a, 0 0 18px #ba955a
    }
}


@-webkit-keyframes x-wm-gold-neon {
    0% {
        box-shadow: 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 13px #ba955a, 0 0 28px #ba955a, 0 0 36px #ba955a
    }
    to {
        box-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #ba955a, 0 0 14px #ba955a, 0 0 18px #ba955a
    }
}

@keyframes x-wm-gold-neon {
    0% {
        box-shadow: 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 13px #ba955a, 0 0 28px #ba955a, 0 0 36px #ba955a
    }
    to {
        box-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #ba955a, 0 0 14px #ba955a, 0 0 18px #ba955a
    }
}

@-webkit-keyframes x-wm-scale-up {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.75);
        transform: scale(1.75)
    }
}

@keyframes x-wm-scale-up {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.75);
        transform: scale(1.75)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(5%, 0, 0);
        transform: translate3d(5%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes flipFromBottom {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg)
    }
    20% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@keyframes flipFromBottom {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg)
    }
    20% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

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

@-webkit-keyframes x-btn-arrow-mover {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes x-btn-arrow-mover {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes x-card-mover-1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes x-card-mover-1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes x-card-mover-2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
}

@keyframes x-card-mover-2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
}

@-webkit-keyframes x-coin-mover-1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes x-coin-mover-1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@-webkit-keyframes x-article-flip-vertical-right {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    to {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

@keyframes x-article-flip-vertical-right {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    to {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

@-webkit-keyframes fadeInNotOpacity {
    0% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes fadeInNotOpacity {
    0% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

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

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .x-header .container #headerContent .-header-anon-wrapper .vex-dialog-button,
.x-apple-os .x-header .container #headerContent .-header-anon-wrapper .btn,
.x-apple-os .x-header .container #headerContent .-header-anon-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 15px!important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .x-header .container #headerContent .-header-anon-wrapper .vex-dialog-button:first-child .-inner-btn .fas,
.x-apple-os .x-header .container #headerContent .-header-anon-wrapper .btn:first-child .-inner-btn .fas,
.x-apple-os .x-header .container #headerContent .-header-anon-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:first-child .-inner-btn .fas {
    margin-top: -8px!important
}

@media (max-width:991.98px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .x-header .container #headerContent .-header-anon-wrapper .-header-login-btn.vex-dialog-button,
    .x-apple-os .x-header .container #headerContent .-header-anon-wrapper .btn.-header-login-btn,
    .x-apple-os .x-header .container #headerContent .-header-anon-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-header-login-btn.vex-dialog-button {
        padding: 8px 1.25rem 1px!important
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .x-header .container #headerContent .-header-anon-wrapper .-header-play-btn.vex-dialog-button .-inner-btn .fas,
    .x-apple-os .x-header .container #headerContent .-header-anon-wrapper .btn.-header-play-btn .-inner-btn .fas,
    .x-apple-os .x-header .container #headerContent .-header-anon-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-header-play-btn.vex-dialog-button .-inner-btn .fas {
        margin-top: -3px!important
    }
}

.x-apple-os .x-tab-index .-top-wrapper .-heading-wrapper .-button-zone .-demo-btn {
    padding-top: 12px!important
}

.x-apple-os .x-tab-index .-top-wrapper .-heading-wrapper .-button-zone .-demo-btn span {
    padding-top: 14px!important
}

@media (max-width:991.98px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .x-button-actions .-btn-bottom.vex-dialog-button,
    .x-apple-os .x-button-actions .btn.-btn-bottom,
    .x-apple-os .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-bottom.vex-dialog-button {
        padding-top: 8px
    }
}

@media (max-width:767.98px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-primary-darker.-big-size.-icon.vex-dialog-button,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-primary.-big-size.-icon.vex-dialog-button,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-secondary.-big-size.-icon.vex-dialog-button,
    .x-apple-os .btn.-btn-primary-darker.-big-size.-icon,
    .x-apple-os .btn.-btn-primary.-big-size.-icon,
    .x-apple-os .btn.-btn-secondary.-big-size.-icon,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary-darker.-big-size.-icon.vex-dialog-button,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary.-big-size.-icon.vex-dialog-button,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary.-big-size.-icon.vex-dialog-button {
        padding-top: 12px!important;
        padding-bottom: 10px!important
    }
}

@media (max-width:767.98px) {
    .x-apple-os .x-form-control {
        padding-top: 10px
    }
}

.x-windows-os #resetPasswordModal .-x-input-icon .x-form-control,
.x-windows-os .x-bank-account-form .-x-input-icon .x-form-control,
.x-windows-os .x-deposit-form .-x-input-icon .x-form-control,
.x-windows-os .x-form-register .-x-input-icon .x-form-control,
.x-windows-os .x-pending .-x-input-icon .x-form-control,
.x-windows-os .x-withdraw-form .-x-input-icon .x-form-control {
    padding-top: 14px!important
}

.x-windows-os .x-admin-contact,
.x-windows-os .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link {
    padding-top: 4px;
    padding-bottom: 4px
}

.x-ios-os #resetPasswordModal .x-form-control,
.x-ios-os .x-bank-account-form .x-form-control,
.x-ios-os .x-deposit-form .x-form-control,
.x-ios-os .x-form-register .x-form-control,
.x-ios-os .x-login-form .x-form-control,
.x-ios-os .x-pending .x-form-control,
.x-ios-os .x-withdraw-form .x-form-control {
    padding-top: 12px
}

.x-android-os .x-account-profile .-bank-info .media-body,
.x-ios-os .x-account-profile .-bank-info .media-body {
    margin-top: .2rem!important
}

.x-cover-ranking-container .-rules-btn {
    color: #fff;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s
}

.x-cover-ranking-container .-rules-btn:hover {
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5)
}

#layers {
    overflow: hidden;
    top: 45%;
    width: 100%;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

#layers,
#layers .layer {
    height: 200px;
    left: 0;
    position: absolute
}

#layers .layer {
    background-size: auto 100%;
    background-position: 50% 0;
    background-repeat: repeat-x;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 200vw
}

@-webkit-keyframes twinkle {
    0% {
        opacity: .3
    }
    to {
        opacity: 1
    }
}

@keyframes twinkle {
    0% {
        opacity: .3
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes layer-1 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-689px, 0, 0);
        transform: translate3d(-689px, 0, 0)
    }
}

@keyframes layer-1 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-689px, 0, 0);
        transform: translate3d(-689px, 0, 0)
    }
}

#layers .layer:first-child {
    -webkit-animation: twinkle 8s ease-in -5s infinite alternate, layer-1 60s linear infinite;
    animation: twinkle 8s ease-in -5s infinite alternate, layer-1 60s linear infinite
}

@-webkit-keyframes layer-2 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-699px, 0, 0);
        transform: translate3d(-699px, 0, 0)
    }
}

@keyframes layer-2 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-699px, 0, 0);
        transform: translate3d(-699px, 0, 0)
    }
}

#layers .layer:nth-child(2) {
    -webkit-animation: twinkle 3s ease-in -3s infinite alternate, layer-2 120s linear infinite;
    animation: twinkle 3s ease-in -3s infinite alternate, layer-2 120s linear infinite
}

@-webkit-keyframes layer-3 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-699px, 0, 0);
        transform: translate3d(-699px, 0, 0)
    }
}

@keyframes layer-3 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-699px, 0, 0);
        transform: translate3d(-699px, 0, 0)
    }
}

#layers .layer:nth-child(3) {
    -webkit-animation: twinkle 3.5s ease-in infinite alternate, layer-3 120s linear infinite;
    animation: twinkle 3.5s ease-in infinite alternate, layer-3 120s linear infinite
}

@-webkit-keyframes layer-4 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-480px, 0, 0);
        transform: translate3d(-480px, 0, 0)
    }
}

@keyframes layer-4 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-480px, 0, 0);
        transform: translate3d(-480px, 0, 0)
    }
}

#layers .layer:nth-child(4) {
    -webkit-animation: twinkle 4s ease-in -2s infinite alternate, layer-4 80s linear infinite;
    animation: twinkle 4s ease-in -2s infinite alternate, layer-4 80s linear infinite
}

@-webkit-keyframes layer-5 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-486px, 0, 0);
        transform: translate3d(-486px, 0, 0)
    }
}

@keyframes layer-5 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-486px, 0, 0);
        transform: translate3d(-486px, 0, 0)
    }
}

#layers .layer:nth-child(5) {
    -webkit-animation: twinkle 5.5s ease-in infinite alternate, layer-5 80s linear infinite;
    animation: twinkle 5.5s ease-in infinite alternate, layer-5 80s linear infinite
}

#layers .-falling-star {
    content: "";
    position: absolute;
    top: -50px;
    z-index: 100;
    width: 72px;
    height: 50px;
    background-image: url(build/images/falling-star.fc090484.png);
    background-size: 72px 50px
}

#layers .-falling-star:nth-child(6) {
    -webkit-animation: x-shooting-star-1 10s infinite;
    animation: x-shooting-star-1 10s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    left: 70%
}

#layers .-falling-star:nth-child(7) {
    -webkit-animation: x-shooting-star-2 10s infinite;
    animation: x-shooting-star-2 10s infinite;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 40%
}

#layers .-falling-star:nth-child(8) {
    -webkit-animation: x-shooting-star-2 10s infinite;
    animation: x-shooting-star-2 10s infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    left: 90%
}

#layers .-falling-star:nth-child(9) {
    -webkit-animation: x-shooting-star-1 10s infinite;
    animation: x-shooting-star-1 10s infinite;
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
    left: 55%
}

#layers .-falling-star:nth-child(10) {
    -webkit-animation: x-shooting-star-1 10s infinite;
    animation: x-shooting-star-1 10s infinite;
    -webkit-animation-delay: 13s;
    animation-delay: 13s;
    left: 20%
}

#promotionSuggestionModal.-hello-popup .-effect.-item-1 {
    top: -30%;
    left: -10%;
    width: 140px
}

#promotionSuggestionModal.-hello-popup .-effect.-item-2 {
    top: 0;
    right: -12%;
    width: 160px
}

#promotionSuggestionModal.-hello-popup .-effect.-item-3 {
    bottom: -20%;
    right: -8%;
    width: 130px
}

@keyframes x-welcome-back-vertical-effect {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

#promotionSuggestionModal .-effect {
    position: absolute;
    -webkit-animation: x-welcome-back-vertical-effect 4s infinite alternate;
    animation: x-welcome-back-vertical-effect 4s infinite alternate
}

#promotionSuggestionModal .-effect .-img {
    width: 100%;
    height: auto
}

#promotionSuggestionModal .-effect.-item-1 {
    top: -15%;
    left: -6%;
    width: 130px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

#promotionSuggestionModal .-effect.-item-2 {
    top: 15%;
    right: -10%;
    width: 150px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-duration: 6s;
    animation-duration: 6s
}

#promotionSuggestionModal .-effect.-item-3 {
    bottom: -8%;
    right: -6%;
    width: 130px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

.x-index-tab-container .tab-content .x-tab-manual .-bg {
    background: #0c1123
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item {
    background-color: #040710
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link {
    margin: .5rem 0;
    padding: 8px 1rem 0;
    color: #efefef;
    background-color: transparent;
    transition: color .3s
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link.active {
    font-weight: 700;
    color: #e5a641;
    background-color: transparent
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link:hover {
    color: #e5a641
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item:not(:last-child) .nav-link {
    border-right: 1px solid #292929
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content #tab-content-deposit .x-service-wrapper .-box .-link-wrapper,
    .x-index-tab-container .tab-content #tab-content-register .x-service-wrapper .-box .-link-wrapper,
    .x-index-tab-container .tab-content #tab-content-withdraw .x-service-wrapper .-box .-link-wrapper {
        display: flex;
        flex-direction: row
    }
}

.x-index-tab-container .tab-content #tab-content-deposit .x-service-wrapper .-box .-ic-wrapper,
.x-index-tab-container .tab-content #tab-content-register .x-service-wrapper .-box .-ic-wrapper,
.x-index-tab-container .tab-content #tab-content-withdraw .x-service-wrapper .-box .-ic-wrapper {
    min-width: 100px
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content #tab-content-deposit .x-service-wrapper .-box,
    .x-index-tab-container .tab-content #tab-content-register .x-service-wrapper .-box,
    .x-index-tab-container .tab-content #tab-content-withdraw .x-service-wrapper .-box {
        display: flex;
        flex-direction: row;
        margin-top: 1rem
    }
    .x-index-tab-container .tab-content #tab-content-deposit .x-service-wrapper .-box .-content-wrapper,
    .x-index-tab-container .tab-content #tab-content-register .x-service-wrapper .-box .-content-wrapper,
    .x-index-tab-container .tab-content #tab-content-withdraw .x-service-wrapper .-box .-content-wrapper {
        text-align: left
    }
    .x-index-tab-container .tab-content #tab-content-deposit .x-service-wrapper .-box .x-wm-hr-line,
    .x-index-tab-container .tab-content #tab-content-register .x-service-wrapper .-box .x-wm-hr-line,
    .x-index-tab-container .tab-content #tab-content-withdraw .x-service-wrapper .-box .x-wm-hr-line {
        width: 160px;
        text-align: left
    }
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content #tab-content-deposit .x-service-wrapper .-box .x-wm-hr-line,
    .x-index-tab-container .tab-content #tab-content-register .x-service-wrapper .-box .x-wm-hr-line,
    .x-index-tab-container .tab-content #tab-content-withdraw .x-service-wrapper .-box .x-wm-hr-line {
        width: 120px
    }
}

.x-index-tab-container .tab-content #tab-content-register .x-service-wrapper .-box .-ic-wrapper .-ic-bank,
.x-index-tab-container .tab-content #tab-content-register .x-service-wrapper .-box .-ic-wrapper .-ic-otp,
.x-index-tab-container .tab-content #tab-content-register .x-service-wrapper .-box .-ic-wrapper .-ic-register {
    width: 80px
}

.x-index-tab-container .tab-content #tab-content-deposit .x-service-wrapper .-box:first-child .-ic-wrapper>.-ic {
    width: 50px
}

.x-index-tab-container .tab-content #tab-content-deposit .x-service-wrapper .-box:nth-child(2) .-ic-wrapper>.-ic {
    width: 90px
}

.x-index-tab-container .tab-content #tab-content-deposit .x-service-wrapper .-box:nth-child(3) .-ic-wrapper>.-ic {
    width: 70px
}

.x-index-tab-container .tab-content #tab-content-withdraw .x-service-wrapper .-box:first-child .-ic-wrapper>.-ic {
    width: 50px
}

.vex.vex-theme-plain .vex-content {
    background: linear-gradient(155deg, #194375, #102c4d 75%, #071c35)
}

.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-primary {
    color: #fff;
    border: none;
    background: #036cd1;
    background: linear-gradient(180deg, #036cd1, #014281);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$primary, endColorstr=$secondary, GradientType=1)
}

.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-primary:hover {
    background: #026ace;
    background: linear-gradient(180deg, #026ace, #002d59);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$primary, endColorstr=$secondary, GradientType=1)
}

.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-secondary {
    color: #fff;
    border: none;
    background: #b22b57;
    background: linear-gradient(180deg, #b22b57, #7d213e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$primary, endColorstr=$secondary, GradientType=1)
}

.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-secondary:hover {
    background: #7d213e;
    background: linear-gradient(180deg, #7d213e, #7d213e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$primary, endColorstr=$secondary, GradientType=1)
}

.vex.vex-theme-plain .vex-content .vex-dialog-message {
    color: #fff
}

@media (min-width:992px) {
    .x-select-amount .-amount-container .-btn-select-amount:hover .-text-select-container .-ic-quick-amount {
        width: 16px
    }
    .x-select-amount .-amount-container .-btn-select-amount:hover .-effect {
        width: 100%
    }
    .x-select-amount .-amount-container .-btn-select-amount:hover .-hover {
        border-radius: 0
    }
}

.x-select-amount .-amount-container .-btn-select-amount.active .-text-select-container .-ic-quick-amount {
    width: 16px
}

.x-select-amount .-amount-container .-btn-select-amount.active .-effect {
    width: 100%
}

.x-select-amount .-amount-container .-btn-select-amount.active .-hover {
    border-radius: 0
}

.btn.-btn-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary.vex-dialog-button {
    color: #fff;
    border: none;
    background: #20b1e9;
    background: linear-gradient(180deg, #20b1e9, #ad1446);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$primary, endColorstr=$secondary, GradientType=1)
}

.btn.-btn-primary:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary.vex-dialog-button:hover {
    background: #b22b57;
    background: linear-gradient(180deg, #b22b57, #7d213e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$primary, endColorstr=$secondary, GradientType=1)
}

.btn.-btn-primary-darker,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary-darker.vex-dialog-button {
    color: #092e5a!important;
    border: none;
    background: linear-gradient(180deg, #fff, #d3d3d3);
    box-shadow: 0 0 10px 2px #fff
}

.btn.-btn-primary-darker:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary-darker.vex-dialog-button:hover {
    background: linear-gradient(180deg, #fff, #fff)
}

.btn.-btn-secondary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary.vex-dialog-button {
    color: #fff;
    border: none;
    background: #036cd1;
    background: linear-gradient(180deg, #036cd1, #014281);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$primary, endColorstr=$secondary, GradientType=1)
}

.btn.-btn-secondary-darker,
.btn.-btn-secondary:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary-darker.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary.vex-dialog-button:hover {
    background: #026ace;
    background: linear-gradient(180deg, #026ace, #002d59);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$primary, endColorstr=$secondary, GradientType=1)
}

.btn.-btn-secondary-darker,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary-darker.vex-dialog-button {
    color: #fff;
    border: none
}

.btn.-btn-primary-darker.-big-size,
.btn.-btn-primary.-big-size,
.btn.-btn-secondary.-big-size,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary-darker.-big-size.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary.-big-size.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary.-big-size.vex-dialog-button {
    padding-top: 24px!important;
    padding-bottom: 14px!important;
    font-size: 24px
}

.btn.-btn-primary-darker.-big-size.-icon,
.btn.-btn-primary.-big-size.-icon,
.btn.-btn-secondary.-big-size.-icon,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary-darker.-big-size.-icon.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary.-big-size.-icon.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary.-big-size.-icon.vex-dialog-button {
    padding-top: 10px!important;
    padding-bottom: 10px!important
}

@media (max-width:767.98px) {
    .btn.-btn-primary-darker.-big-size,
    .btn.-btn-primary.-big-size,
    .btn.-btn-secondary.-big-size,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary-darker.-big-size.vex-dialog-button,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary.-big-size.vex-dialog-button,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary.-big-size.vex-dialog-button {
        padding-top: 18px!important;
        padding-bottom: 10px!important;
        font-size: 20px
    }
    .btn.-btn-primary-darker.-big-size.-icon,
    .btn.-btn-primary.-big-size.-icon,
    .btn.-btn-secondary.-big-size.-icon,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary-darker.-big-size.-icon.vex-dialog-button,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary.-big-size.-icon.vex-dialog-button,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary.-big-size.-icon.vex-dialog-button {
        padding-top: 8px!important;
        padding-bottom: 6px!important
    }
    .btn.-btn-primary-darker.-big-size.-icon span,
    .btn.-btn-primary.-big-size.-icon span,
    .btn.-btn-secondary.-big-size.-icon span,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary-darker.-big-size.-icon.vex-dialog-button span,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary.-big-size.-icon.vex-dialog-button span,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary.-big-size.-icon.vex-dialog-button span {
        position: relative;
        top: 1px
    }
}

.btn.-btn-primary-darker.-normal-size,
.btn.-btn-primary.-normal-size,
.btn.-btn-secondary.-normal-size,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary-darker.-normal-size.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary.-normal-size.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary.-normal-size.vex-dialog-button {
    padding-top: 16px;
    padding-bottom: 10px;
    font-size: 22px
}

.btn.-btn-primary-darker.-normal-size .fas,
.btn.-btn-primary.-normal-size .fas,
.btn.-btn-secondary.-normal-size .fas,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary-darker.-normal-size.vex-dialog-button .fas,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary.-normal-size.vex-dialog-button .fas,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary.-normal-size.vex-dialog-button .fas {
    font-size: 15px
}

.btn.-rounded,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-rounded.vex-dialog-button {
    border-radius: 5px
}

.btn.-rounded-small,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-rounded-small.vex-dialog-button {
    border-radius: 10px
}

.btn.-rounded-big,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-rounded-big.vex-dialog-button {
    border-radius: 30px
}

.btn.-border-none,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-border-none.vex-dialog-button {
    border: none
}

.x-button-actions {
    z-index: 6!important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .btn-plain-lobby.vex-dialog-button,
.x-button-actions .btn.btn-plain-lobby,
.x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-plain-lobby.vex-dialog-button {
    border: none
}

.x-button-actions .-btn-primary-darker .-typo {
    padding-top: 9px
}

.x-button-actions .-btn-primary-darker .fa-sign-in-alt {
    display: none
}

@media (max-width:991.98px) {
    .x-button-actions .-btn-primary-darker.-include-sood .fa-sign-in-alt {
        height: 27px;
        display: block
    }
}

.x-button-actions-v2 .-menu-wrapper .-btn-deposit-container .-ic-img,
.x-button-actions-v2 .-menu-wrapper .-btn-withdraw-container .-ic-img {
    top: 4px;
    position: relative
}

.x-footer {
    background: #0d0d1b
}

.x-footer .-inner-wrapper {
    margin-top: 0!important;
    border-top: none
}

.x-form-control {
    padding-top: 16px;
    border: 1px solid transparent
}

.x-form-control:focus {
    border-color: #50667d;
    -o-border-image: linear-gradient(90deg, #50667d, #50667d) 1;
    border-image: linear-gradient(90deg, #50667d, #50667d) 1;
    border-radius: 2px
}

.x-index-tab-container .-tab-outer-wrapper {
    background: radial-gradient(#0b2541, transparent);
    position: relative;
    z-index: 1;
}

.x-index-tab-container .-tab-outer-wrapper:after,
.x-index-tab-container .-tab-outer-wrapper:before {
    content: "";
    background: linear-gradient(90deg, rgba(102, 108, 117, .1), rgb(255 231 60 / 25%) 10%, #ffd36a 50%, rgba(102, 108, 117, .6) 90%, rgba(102, 108, 117, .1));
    height: 3px;
    width: 100%;
    position: absolute;
}

.x-index-tab-container .-tab-outer-wrapper:before {
    top: 0
}

.x-index-tab-container .-tab-outer-wrapper:after {
    bottom: 0
}

.x-index-tab-container .-tab-outer-wrapper .x-tab .nav-item {
    height: 100%
}

.x-index-tab-container .-tab-outer-wrapper .x-tab .nav-item .nav-link {
    padding: 1rem;
    background: transparent
}

.x-index-tab-container .-tab-outer-wrapper .x-tab .nav-item .nav-link.active,
.x-index-tab-container .-tab-outer-wrapper .x-tab .nav-item .nav-link:hover {
    background-image: url(build/images/tab_active_ellipse_bg.956ea1d8.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 55%;
    cursor: pointer;
}

@media (max-width:991.98px) {
    .x-index-tab-container .-tab-outer-wrapper .x-tab .nav-item .nav-link.active,
    .x-index-tab-container .-tab-outer-wrapper .x-tab .nav-item .nav-link:hover {
        background-size: 100%
    }
}

@media (max-width:767.98px) {
    .x-index-tab-container .-tab-outer-wrapper .x-tab .nav-item .nav-link .-ic {
        height: 30px
    }
}

@media (max-width:991.98px) {
    .x-index-tab-container .-tab-outer-wrapper .container {
        padding: 0
    }
}

.x-index-tab-container .tab-content .x-tab-index {
    overflow: hidden
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper {
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 2rem 0;
    position: relative;
    z-index: 1;
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper {
        padding: 1rem 0 2rem
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-01 img,
.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-02 img,
.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-03 img,
.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-04 img{
    position: absolute
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-01 img{
    bottom: -110px;
    right: 8%;
    width: 360px
}

@media (max-width:1700px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-01 img{
        right: 1%
    }
}

@media (max-width:1500px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-01 img{
        width: 320px
    }
}

@media (max-width:1199.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-01 img{
        width: 280px
    }
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-01 img{
        z-index: 0;
        opacity: .4;
        right: -50px;
        bottom: 0
    }
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-01 img{
        opacity: .2;
        width: 240px;
        right: -75px
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-02 img{
    top: 90px;
    left: 5%;
    width: 160px
}

@media (max-width:1700px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-02 img{
        left: 2%
    }
}

@media (max-width:1500px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-02 img{
        left: -5%;
        width: 130px
    }
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-02 img{
        display: none
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-03 img{
    top: 44%;
    right: 17%;
    width: 140px
}

@media (max-width:1700px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-03 img{
        right: 12%
    }
}

@media (max-width:1500px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-03 img{
        width: 110px
    }
}

@media (max-width:1300px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-03 img{
        right: 8%;
        top: 42%
    }
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-03 img{
        top: 32%;
        width: 80px;
        right: -15px
    }
}

@media (max-width:425px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-03 img{
        top: 28%;
        width: 60px
    }
}

@media (max-width:320px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-03 img{
        top: 26%;
        width: 55px
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-04 img{
    top: 56%;
    left: 17%;
    width: 160px;
    z-index: 2
}

@media (max-width:1700px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-04 img{
        left: 12%
    }
}

@media (max-width:1500px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-04 img{
        width: 130px
    }
}

@media (max-width:1300px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-04 img{
        left: 8%
    }
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-04 img{
        top: 40%
    }
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-04 img{
        top: 37%;
        left: 0
    }
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-04 img{
        top: 35%;
        left: -20px;
        width: 100px
    }
}

@media (max-width:425px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-04 img{
        top: 32%;
        width: 90px
    }
}

@media (max-width:320px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-ic-chip-04 img{
        top: 28%;
        width: 75px
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container {
    position: relative
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-heading-wrapper {
    height: 520px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 2.5rem 3rem
}
.-heading-wrapper .-text-wrapper a{
    padding: 15px 70px;
    white-space: nowrap;
    display: block;
}
@media (max-width:1199.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-heading-wrapper {
        padding: 1rem 3rem
    }
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-heading-wrapper {
        text-align: center
    }
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-heading-wrapper {
        padding: 2rem 0;
        height: 450px
    }
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-heading-wrapper {
        padding: 1rem 0 2rem;
        height: 280px
    }
}

@media (max-width:320px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-heading-wrapper {
        height: 260px
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-heading-wrapper .-title {
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 1px;
    padding: .5rem;
    margin-bottom: 0;
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-heading-wrapper .-title {
        font-size: 20px;
    }
}

@media (max-width:425px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-heading-wrapper .-title {
        font-size: 18px;
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-img-middle-element img {
    width: 1300px;
    position: absolute;
    left: 55%;
    top: 40px;
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%)
}

@media (max-width:1500px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-img-middle-element img {
        width: 1200px
    }
}

@media (max-width:1300px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-img-middle-element img {
        width: 1100px
    }
}

@media (max-width:1199.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-img-middle-element img {
        width: 950px
    }
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-img-middle-element img {
        width: 800px
    }
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-img-middle-element img {
        width: 700px;
        margin-top: 3rem;
        -webkit-transform: translateX(-53%);
        transform: translateX(-53%)
    }
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-top-content-container .-img-middle-element img {
        margin-top: 2rem
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper {
    display: none;
    justify-content: space-around;
    margin-top: 7rem;
    position: relative;
    z-index: 1;
    padding: 0 2rem
}

@media (min-width:992px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper {
        display: flex
    }
}

@media (max-width:1500px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper {
        padding: 0 5rem;
        margin-top: 4rem
    }
}

@media (max-width:1300px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper {
        padding: 0;
        margin-top: 0;
        justify-content: center
    }
}

@media (max-width:1199.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper {
        margin-top: -4rem
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container {
    display: none
}

@media (min-width:992px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container {
        -webkit-perspective: 1000px;
        perspective: 1000px;
        width: 33%;
        display: block
    }
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container.animated .-flipper {
        -webkit-animation-play-state: running;
        animation-play-state: running
    }
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container .-flipper {
        transition: .6s;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: relative;
        -webkit-animation: x-article-flip-vertical-right .6s cubic-bezier(.455, .03, .515, .955) both;
        animation: x-article-flip-vertical-right .6s cubic-bezier(.455, .03, .515, .955) both;
        -webkit-animation-play-state: paused;
        animation-play-state: paused
    }
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container .-flipper.-no-01 {
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container .-flipper.-no-02 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container .-flipper.-no-03 {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s
    }
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container .-flipper .-back,
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container .-flipper .-front {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0
    }
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container .-flipper .-front {
        z-index: 2;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container .-flipper .-back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-back,
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container,
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-front {
        width: 340px;
        height: 450px
    }
}

@media (min-width:992px) and (max-width:1500px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-back,
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container,
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-front {
        width: 300px
    }
}

@media (min-width:992px) and (max-width:1300px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-back,
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container,
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-front {
        width: 290px;
        margin: 0 .25rem
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-back,
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container,
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-front {
        height: 410px;
        width: 250px
    }
}

@media (min-width:992px) and (min-width:768px) and (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-back,
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-flip-container,
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-front {
        width: 225px;
        height: 295px
    }
}

@media (min-width:992px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-inner-wrapper {
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        background-color: transparent;
        border: none
    }
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-inner-wrapper .-ic-article-top-container {
        margin-top: -3rem;
        min-height: 125px;
        text-align: center;
        background-color: transparent;
        border: none
    }
}

@media (min-width:992px) and (max-width:1500px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-inner-wrapper .-ic-article-top-container {
        margin-top: -1rem
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-inner-wrapper .-ic-article-top-container {
        margin-top: 0;
        min-height: 115px
    }
}

@media (min-width:992px) and (min-width:768px) and (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-inner-wrapper .-ic-article-top-container {
        min-height: 90px
    }
}

@media (min-width:992px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-inner-wrapper .-ic-article-top-container .-ic-article-top img{
        width: 90px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-inner-wrapper .-ic-article-top-container .-ic-article-top img{
        width: 80px
    }
}

@media (min-width:992px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-inner-wrapper .-ic-article-top-container .-ic-article-top.-ic-03 img{
        width: 80px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-inner-wrapper .-ic-article-top-container .-ic-article-top.-ic-03 img{
        width: 65px
    }
}

@media (min-width:992px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-inner-wrapper .-description-wrapper {
        text-align: center
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-inner-wrapper .-description-wrapper {
        padding: 1rem
    }
}

@media (min-width:992px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-inner-wrapper .-description-wrapper .-title {
        color: #efefef;
        font-size: 23px;
        margin: 1rem 0 1.5rem;
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-inner-wrapper .-description-wrapper .-title {
        font-size: 21px;
        margin: 0 0 1rem;
    }
}

@media (min-width:992px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-inner-wrapper .-description-wrapper .-detail {
        color: #afafaf;
        font-size: 18px;
        padding: 0 1rem 3rem;
    }
}

@media (min-width:992px) and (max-width:1300px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper .-inner-wrapper .-description-wrapper .-detail {
        font-size: 15px;
        padding: 0;
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile {
    display: none;
    flex-direction: column
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile {
        display: flex;
        margin: 2rem auto;
        max-width: 360px
    }
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile {
        margin: 0 auto;
        padding-top: 4rem
    }
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile {
        padding-top: 8rem
    }
}

@media (max-width:425px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile {
        padding-top: 4rem
    }
}

@media (max-width:375px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile {
        padding-top: 2rem
    }
}

@media (max-width:320px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile {
        padding-top: 1rem
    }
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile .-content-wrapper-mobile {
        padding-left: 1rem
    }
}

@media (max-width:375px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile .-content-wrapper-mobile {
        padding-left: 2.5rem
    }
}

@media (max-width:320px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile .-content-wrapper-mobile {
        padding-left: 1rem
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile .-content-wrapper-mobile .-title {
    color: #fff;
    font-size: 23px;
    position: relative;
    padding-left: .75rem;
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile .-content-wrapper-mobile .-title {
        font-size: 23px;
    }
}

@media (max-width:425px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile .-content-wrapper-mobile .-title {
        font-size: 1.68rem
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile .-content-wrapper-mobile .-title:before {
    content: "";
    border-left: 4px solid #2e7eeb;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile .-content-wrapper-mobile .-detail {
    color: #afafaf;
    font-size: 20px;
    font-weight: 100;
}
.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile .-content-wrapper-mobile .-detail .textwidget{
    margin:10px 0;

}
@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile .-content-wrapper-mobile .-detail {
        font-size: 20px;
    }
}

@media (max-width:425px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile .-content-wrapper-mobile .-detail {
        font-size: 1.44rem
    }
}

@media (max-width:320px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-articles-wrapper-mobile .-content-wrapper-mobile .-detail {
        font-size: 1.32rem
    }
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone.-desktop {
        display: none
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone.-mobile {
    display: none
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone.-mobile {
        display: block;
        margin: auto;
        z-index: 1
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1rem;
    padding: 0;
    transition: all .2s
}
.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn a{
    padding: 27px 80px;
}
@media (min-width:992px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn:hover {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn .-fake-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 40px;
    width: 96%;
    height: 88%;
    -webkit-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%);
    z-index: 1;
    -webkit-animation: x-wm-white-neon 1.5s ease-in-out infinite alternate;
    animation: x-wm-white-neon 1.5s ease-in-out infinite alternate
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn .-img {
    width: 250px
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn .-text-wrapper {
    height: 77%;
    width: 93%;
    background: linear-gradient(180deg, #2b70ab, #06224c);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #030a21;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    z-index: 1;
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn .-text-wrapper .-text {
    position: relative;
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .6));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .6));
    display: inline-block;
    color: #fff;
    background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #286ba5), to(#fff));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    white-space: nowrap;
    animation-iteration-count: infinite;
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn .-text-wrapper .-text {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn .-text-wrapper .-text.-ma {
    display: none
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn .-text-wrapper .-ic-img {
    width: 36px;
    margin-right: 10px
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn .-text-wrapper .-ic {
    margin-left: 10px;
    font-size: 20px;
    -webkit-animation: x-btn-arrow-mover .3s infinite alternate;
    animation: x-btn-arrow-mover .3s infinite alternate
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn .-twinkle {
    position: absolute;
    z-index: 2
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn .-twinkle.-item-1 {
    top: -12px;
    right: 15px;
    width: 45px;
    -webkit-animation: x-wm-scale-up .4s linear infinite alternate;
    animation: x-wm-scale-up .4s linear infinite alternate
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn .-twinkle.-item-1 {
        top: -15px
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn .-twinkle.-item-2 {
    top: 50px;
    right: -10px;
    width: 55px;
    -webkit-animation: x-wm-scale-up .4s linear .5s infinite alternate;
    animation: x-wm-scale-up .4s linear .5s infinite alternate
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn .-twinkle.-item-2 {
        top: 45px;
        right: -5px;
        width: 40px
    }
}

.x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn .-twinkle.-item-3 {
    top: 42px;
    left: -15px;
    width: 65px;
    -webkit-animation: x-wm-scale-up .4s linear 1s infinite alternate;
    animation: x-wm-scale-up .4s linear 1s infinite alternate
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-top-wrapper .-button-zone .-btn .-twinkle.-item-3 {
        top: 38px;
        left: -12px;
        width: 50px
    }
}

.x-index-tab-container .tab-content .x-tab-index .-bottom-container {
    padding: 3rem 0 1rem;
    background-position: 50%!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: relative;
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container {
        padding: 3rem 0 2rem
    }
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container {
        padding: 2rem 0
    }
}

.x-index-tab-container .tab-content .x-tab-index .-bottom-container:after,
.x-index-tab-container .tab-content .x-tab-index .-bottom-container:before {
    content: "";
    background: linear-gradient(90deg, rgba(102, 108, 117, .1), rgba(102, 108, 117, .6) 10%, #e6e6e6 50%, rgba(102, 108, 117, .6) 90%, rgba(102, 108, 117, .1));
    height: 3px;
    width: 100%;
    position: absolute
}

.x-index-tab-container .tab-content .x-tab-index .-bottom-container:before {
    top: 0
}

.x-index-tab-container .tab-content .x-tab-index .-bottom-container:after {
    bottom: 0
}

.x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-img-box {
    background-position: 50%;
    background-size: 160% 160%;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    display: flex
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-img-box {
        justify-content: center
    }
}

.x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-img-box .-img img {
    width: 100%;
    z-index: 1;
    align-self: center
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-img-box .-img img {
        width: 340px
    }
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-img-box .-img img {
        width: 320px
    }
}

@media (max-width:350px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-img-box .-img img {
        width: 280px
    }
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-img-box .-logo-behind {
        display: none
    }
}

.x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-img-box .-logo-behind svg {
    position: absolute;
    right: 60px;
    top: 90px;
    z-index: -1;
    width: 150px
}

@media (max-width:1199.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-img-box .-logo-behind svg {
        right: 60px;
        top: 70px;
        width: 130px
    }
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-img-box .-logo-behind svg {
        width: 100px;
        top: 55px;
        right: 35px
    }
}

.x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-content-container {
    display: flex;
    flex-direction: column;
    padding-top: 2.5rem
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-content-container {
        padding-top: 1.5rem
    }
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-content-container {
        text-align: center
    }
}

.x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-content-container .-content-wrapper {
    margin-bottom: 1rem
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-content-container .-content-wrapper {
        margin-bottom: 0
    }
}

.x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-content-container .-content-wrapper .-sub-title {
    display: block;
    font-size: 25px;
    color: #47aad0;
}

@media (max-width:1199.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-content-container .-content-wrapper .-sub-title {
        font-size: 20px;
    }
}

@media (max-width:350px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-content-container .-content-wrapper .-sub-title {
        font-size: 1.44rem
    }
}

.x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-content-container .-content-wrapper .-description {
    font-size: 16px;
    color: #afafaf;
}

.x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-content-container .-banner-icon-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-content-container .-banner-icon-wrapper {
        justify-content: center
    }
}

.x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-content-container .-banner-icon-wrapper .-ic-banner img {
    width: 110px;
    margin:0 7px;
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-content-container .-banner-icon-wrapper .-ic-banner img {
        width: 95px
    }
}

@media (max-width:350px) {
    .x-index-tab-container .tab-content .x-tab-index .-bottom-container .-sub-description-inner-wrapper .-content-container .-banner-icon-wrapper .-ic-banner img {
        width: 100%;
        max-width:86px !important;
    }
}

.x-index-tab-container .tab-content .x-intro-promotion {
    padding-bottom: 2rem;
    background-image: url(build/images/tab-index-middle-banner.64877642.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.x-index-tab-container .tab-content .x-intro-promotion .slick-list {
    margin: 0
}

.x-index-tab-container .tab-content .x-intro-promotion .slick-list .slick-track .slick-slide {
    margin: 0 2rem
}

@media (max-width:1199.98px) {
    .x-index-tab-container .tab-content .x-intro-promotion .slick-list .slick-track .slick-slide {
        margin: 0 1rem
    }
}

.x-index-tab-container .tab-content .x-intro-promotion .slick-list .slick-track .slick-slide.slick-current .-slide-cover img {
    border: 1px solid #6cadc4;
    box-shadow: 0 0 10px #fff;
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

@media (max-width:1199.98px) {
    .x-index-tab-container .tab-content .x-intro-promotion .slick-list .slick-track .slick-slide.slick-current .-slide-cover img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-intro-promotion .slick-list .slick-track .slick-slide.slick-current .-slide-cover img {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.x-index-tab-container .tab-content .x-intro-promotion .slick-list .slick-track .slick-slide .-slide-cover {
    padding-top: 2rem!important
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-intro-promotion .slick-list .slick-track .slick-slide .-slide-cover {
        padding-top: 1rem!important
    }
}

.x-index-tab-container .tab-content .x-intro-promotion .-container-outer {
    width: 1080px;
    margin: auto;
    background-color: rgba(11, 28, 47, .7);
    border: 1px solid #303f56
}

@media (max-width:1199.98px) {
    .x-index-tab-container .tab-content .x-intro-promotion .-container-outer {
        width: 1040px;
        width: 624px
    }
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-intro-promotion .-container-outer {
        width: 100%;
        padding: 0 2rem
    }
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-intro-promotion .-container-outer {
        width: 100%;
        padding: 0 1rem
    }
}

.x-index-tab-container .tab-content .x-intro-promotion .-container-outer .-btn-container {
    text-align: center;
    margin-bottom: 2rem
}

.x-index-tab-container .tab-content .x-intro-promotion .-container-outer .-btn-container .-btn-secondary {
    width: 200px;
    background: linear-gradient(180deg, #e33f64, #9c0737)
}

@media (min-width:992px) {
    .x-index-tab-container .tab-content .x-intro-promotion .-container-outer .-btn-container .-btn-secondary:hover {
        background: linear-gradient(180deg, #9c0737, #9c0737)
    }
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-intro-promotion .-container-outer .-btn-container .-btn-secondary {
        width: 160px
    }
}

#tab-content-event {
    padding: 2rem 0!important
}

.x-tab-event-container .-event-success-wrapper {
    background: hsla(0, 0%, 100%, .1)
}

.x-tab-event-container .-event-tab-form-container .-back-btn {
    color: #fff;
    background: linear-gradient(180deg, #e33f64, #9c0737)
}

.x-tab-event-container .-event-tab-form-container .-form-container {
    background: hsla(0, 0%, 100%, .1)
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-form-container .-form-container .vex-dialog-button.vex-dialog-button-primary,
.x-tab-event-container .-event-tab-form-container .-form-container .-event-tab-info-container .-how-to-wrapper .-copy-btn,
.x-tab-event-container .-event-tab-form-container .-form-container .btn-primary,
.x-tab-event-container .-event-tab-form-container .-form-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-event-tab-form-container .-form-container .-copy-btn {
    background: linear-gradient(180deg, #e33f64, #9c0737)
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-form-container .-form-container .vex-dialog-button.vex-dialog-button-primary:hover,
.x-tab-event-container .-event-tab-form-container .-form-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:hover,
.x-tab-event-container .-event-tab-form-container .-form-container .btn-primary:hover,
.x-tab-event-container .-event-tab-form-container .-form-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:hover,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-event-tab-form-container .-form-container .-copy-btn:hover {
    background: linear-gradient(180deg, #9c0737, #9c0737)
}

.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn-plain-secondary-landing {
    background: linear-gradient(180deg, #e33f64, #9c0737)
}

.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn-plain-secondary-landing:hover {
    background: linear-gradient(180deg, #9c0737, #9c0737)
}

@media (max-width:991.98px) {
    .x-wm-cover-v2-container:before {
        background: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4))
    }
}

.x-wm-cover-v2-container .-heading-title {
    color: #ecfcff
}

.x-wm-cover-v2-container .-play-button {
    display: inline-block;
    position: relative;
    margin-top: 1.25rem;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s
}

.x-wm-cover-v2-container .-play-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #7da8c5;
    border-radius: 5px;
    box-shadow: 0 0 10px #7da8c5;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-animation: x-button-glow-shadow-zoom-in-out 1.25s ease-in-out infinite alternate;
    animation: x-button-glow-shadow-zoom-in-out 1.25s ease-in-out infinite alternate;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 96%;
    border-radius: 30px;
    transition: all .3s
}

.x-wm-cover-v2-container .-play-button .-img {
    position: relative;
    margin: auto;
    width: 220px;
    height: auto;
    transition: all .2s
}

@media (max-width:991.98px) {
    .x-wm-cover-v2-container .-play-button .-img {
        width: 200px
    }
}

@media (max-width:767.98px) {
    .x-wm-cover-v2-container .-play-button .-img {
        width: 180px
    }
}

.x-wm-cover-v2-container .-play-button .-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    font-size: 1.40625rem;
    font-weight: 500;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #2f2f2f;
    text-align: center
}

@media (max-width:767.98px) {
    .x-wm-cover-v2-container .-play-button .-title {
        font-size: 1.09375rem
    }
}

.x-wm-cover-v2-container .-play-button .-text-ma {
    display: none
}

.x-wm-cover-v2-container .-play-button:hover {
    -webkit-filter: saturate(2);
    filter: saturate(2)
}

.x-wm-cover-v2-container .-play-button:hover:before {
    border-radius: 30px
}

.x-wm-cover-v2-container .-play-button:hover .-img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025)
}

.x-wm-cover-v2-container .-play-button.-cannot-entry.-coming-soon .-title,
.x-wm-cover-v2-container .-play-button.-cannot-entry.-in-condition .-title,
.x-wm-cover-v2-container .-play-button.-cannot-entry.-ma .-title,
.x-wm-cover-v2-container .-play-button.-cannot-entry.-untestable .-title,
.x-wm-cover-v2-container .-play-button.-cannot-entry.x-covid-19 .-title {
    display: none
}

.x-wm-cover-v2-container .-play-button.-cannot-entry.-coming-soon .-text-ma,
.x-wm-cover-v2-container .-play-button.-cannot-entry.-in-condition .-text-ma,
.x-wm-cover-v2-container .-play-button.-cannot-entry.-ma .-text-ma,
.x-wm-cover-v2-container .-play-button.-cannot-entry.-untestable .-text-ma,
.x-wm-cover-v2-container .-play-button.-cannot-entry.x-covid-19 .-text-ma {
    display: block
}

.x-lobby-header-wm-container-v2 {
    background: #00103a
}

.x-lobby-header-wm-container-v2 .-logo {
    width: 120px;
    height: auto
}

.x-wm-theme {
    overflow: hidden
}

.x-index-top-container {
    background-position: 50%
}

.x-tab-index .-bg {
    height: auto!important
}

.x-tab-index .-bg .-vdo {
    width: 100%
}

.x-tab-index .-moneywheel-logo {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    width: 100%
}

@media (max-width:767.98px) {
    .x-tab-index .-moneywheel-logo {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media (max-width:575.98px) {
    .x-tab-index .-moneywheel-logo {
        -webkit-transform: translateY(-75%);
        transform: translateY(-75%)
    }
    .x-tab-index .-moneywheel-logo img {
        width: 250px
    }
}

.-x-input-icon .-icon {
    position: absolute;
    left: 14px;
    top: 14px;
    width: auto
}

.x-hr-border-glow {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #afafaf 20%, #fff 50%, #afafaf 80%, transparent)
}

.x-wm-hr-line {
    width: 100%;
    margin-top: -25px;
    margin-bottom: -20px;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.x-step-register .-border hr {
    border-top-width: 1px;
    color: hsla(0, 0%, 100%, .77)
}

.x-step-register .-step-box-outer {
    border: 1px solid hsla(0, 0%, 100%, .77)
}

@media (min-width:992px) {
    .x-step-register .-step-box-outer {
        width: 26px;
        height: 26px
    }
}

@media (max-width:991.98px) {
    .x-step-register .-step-box-outer {
        background-color: transparent!important
    }
}

.x-step-register .-step-box-outer .--step-box-inner {
    width: 20px;
    height: 20px
}

@media (max-width:991.98px) {
    .x-step-register .-step-box-outer .--step-box-inner {
        color: hsla(0, 0%, 100%, .77)
    }
}

.x-step-register .-step-box-outer.step-active .--step-box-inner {
    color: #0f73d2;
    background-color: hsla(0, 0%, 100%, .77)
}

#account-actions .x-button-actions .btn-plain-primary {
    color: #fff;
    border: none;
    background: #036cd1;
    background: linear-gradient(180deg, #036cd1, #014281);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$primary, endColorstr=$secondary, GradientType=1)
}

#account-actions .x-button-actions .btn-plain-primary:hover {
    background: #026ace;
    background: linear-gradient(180deg, #026ace, #002d59);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$primary, endColorstr=$secondary, GradientType=1)
}

#account-actions .x-button-actions .btn-plain-secondary {
    color: #fff;
    border: none;
    background: #b22b57;
    background: linear-gradient(180deg, #b22b57, #7d213e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$primary, endColorstr=$secondary, GradientType=1)
}

#account-actions .x-button-actions .btn-plain-secondary:hover {
    background: #20b1e9;
    background: linear-gradient(180deg, #20b1e9, #ad1446);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$primary, endColorstr=$secondary, GradientType=1)
}

.x-profile-dropdown-menu .navbar-nav .nav-item {
    padding: 5px 0;
    border-color: rgba(108, 173, 196, .4)!important
}

.x-profile-dropdown-menu .navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: center
}

.x-profile-dropdown-menu .navbar-nav .nav-item .nav-link span {
    position: relative;
    top: 5px
}

@media (max-width:991.98px) {
    .x-logged-sidebar-mobile .-inner-wrapper {
        background: linear-gradient(0deg, rgba(1, 12, 24, .95), rgba(2, 28, 55, .95))
    }
}

@media (max-width:991.98px) {
    .x-logged-sidebar-mobile .-inner-wrapper.show .-heading img {
        width: 130px
    }
}

.x-logged-sidebar-mobile .-inner-wrapper.show .x-profile-dropdown-menu .navbar-nav .nav-item .nav-link,
.x-logged-sidebar-mobile .-inner-wrapper.show .x-profile-dropdown-menu .navbar-nav .nav-item .nav-link .fas {
    color: #fff
}

.x-logged-sidebar-mobile .-inner-wrapper.show .x-profile-dropdown-menu .navbar-nav .nav-item .nav-link:hover,
.x-logged-sidebar-mobile .-inner-wrapper.show .x-profile-dropdown-menu .navbar-nav .nav-item .nav-link:hover .fas {
    color: #e5a641
}

.x-admin-contact {
    border-top: none;
    padding-top: 8px
}

@media (min-width:992px) {
    .x-admin-contact {
        width: 120%;
        left: -10%;
        background: hsla(0, 0%, 100%, .11)
    }
}

.x-admin-contact .x-text-with-link-component {
    font-size: 1.2rem
}

.x-admin-contact .x-text-with-link-component .-link-message {
    color: #c1c1c1;
    text-decoration: underline
}

@media (max-width:991.98px) {
    .x-form-register .-term-and-condition-content {
        background: transparent
    }
}

.x-form-register .-ic-lock,
.x-form-register .-ic-register,
.x-form-register .-ic-set-password {
    width: 90px!important
}

.x-deposit-form .-btn-cancel-promotion,
.x-deposit-form .-btn-get-promotion {
    color: #fff!important
}

.x-deposit-form .-btn-cancel-promotion:focus,
.x-deposit-form .-btn-get-promotion:focus {
    outline: none
}

.x-deposit-form .-btn-cancel-promotion .-ic-promotion,
.x-deposit-form .-btn-get-promotion .-ic-promotion {
    width: 36px
}

.x-deposit-form .-bg-promotion-active span {
    color: #efefef
}

.x-deposit-form .-deposit-form-inner-wrapper hr {
    border-color: transparent!important
}

@media (max-width:991.98px) {
    .x-deposit-form .-deposit-form-inner-wrapper .-btn-cancel-promotion u,
    .x-deposit-form .-deposit-form-inner-wrapper .-btn-get-promotion u {
        font-size: 1.6rem
    }
}

.x-deposit-promotion {
    background: transparent
}

.x-deposit-promotion .-img {
    border-radius: 5px
}

.x-deposit-promotion .-img.-active {
    border-color: #46a9d5
}

.x-pending .-pending-bg-promotion-active .-title {
    color: #efefef
}

.x-pending #depositBankNumber,
.x-pending .js-timer {
    color: #e5a641!important
}

.x-account-profile .-profile-container a {
    color: #47aad0
}

.x-term-and-condition {
    padding-bottom: 4rem
}

@media (max-width:991.98px) {
    .x-term-and-condition {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.x-term-and-condition.-home {
    background: #0d0d1b
}

@media (max-width:991.98px) {
    .x-term-and-condition.-home {
        padding-left: 0;
        padding-right: 0
    }
}

.x-term-and-condition.-home .-notice-box .-title {
    width: 180px;
    padding: 10px;
    top: -60px;
    background: #0d0d1b;
}

.x-term-and-condition.-home .-notice-box .-title img {
    width: 100%;
    height: auto;
}

.x-landing .x-index-top-container {
    background: #0e1a29
}

.x-landing .x-index-top-container .-bg-container {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    height: 600px;
    background: radial-gradient(rgba(58, 95, 146, .3), transparent 65%)
}

.x-landing .x-index-top-container .-bg-container #layers {
    position: relative
}

.x-landing .x-index-top-container .-logo {
    width: 200px
}

@media (max-width:991.98px) {
    .x-landing .x-index-top-container {
        padding-bottom: 2rem
    }
}

.x-landing .x-credit-free-bottom-container {
    text-align: center
}

.x-landing .x-credit-free-bottom-container h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem
}

.x-landing .x-credit-free-bottom-container h3:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent 0, #fff 50%, transparent)
}

.x-landing .x-credit-free-bottom-container .x-wm-hr-line {
    display: none
}

@media (max-width:767.98px) {
    .x-landing .x-credit-free-bottom-container h3 {
        font-size: 24px!important
    }
}

.x-landing .x-register-card-landing {
    position: relative
}

.x-landing .x-register-card-landing .card {
    z-index: 2;
    background: linear-gradient(155deg, rgba(27, 55, 90, .8), rgba(9, 22, 48, .8) 45%, rgba(3, 10, 33, .8));
    border: 1px solid #6cadc4
}

.x-landing .x-register-card-landing .card .-ace-card {
    position: absolute
}

@media (max-width:991.98px) {
    .x-landing .x-register-card-landing .card .-ace-card {
        display: none
    }
}

.x-landing .x-register-card-landing .card .-ace-card.-item-1 {
    bottom: 150px;
    left: -80px;
    -webkit-animation: x-card-mover-1 5s infinite alternate;
    animation: x-card-mover-1 5s infinite alternate
}

.x-landing .x-register-card-landing .card .-ace-card.-item-2 {
    bottom: 60px;
    right: -70px;
    width: 100px;
    -webkit-animation: x-card-mover-2 5s infinite alternate;
    animation: x-card-mover-2 5s infinite alternate
}

.x-landing .x-register-card-landing .card .-ace-card.-item-3 {
    top: 50px;
    right: -80px;
    width: 60px;
    -webkit-animation: x-card-mover-1 5s 1s infinite alternate;
    animation: x-card-mover-1 5s 1s infinite alternate
}

.x-landing .x-register-card-landing .card .card-body .-bg-promotion-active {
    height: auto
}

@media (min-width:992px) {
    .x-landing .x-register-card-landing .card .card-body {
        padding-bottom: 3rem!important
    }
}

@media (max-width:991.98px) {
    .x-landing .x-register-card-landing .card .card-body {
        padding-bottom: 1.25rem!important
    }
}

.x-landing .x-register-card-landing .-logo-title {
    width: 340px
}

.x-landing .x-register-card-landing .-heading-text {
    text-shadow: 0 0 5px #5ac3c3
}

.x-landing .x-register-card-landing .x-wm-hr-line {
    display: none
}

@media (max-width:991.98px) {
    .x-landing .x-register-card-landing .-default-content {
        padding-top: 1rem!important;
        padding-bottom: 2rem!important
    }
}

.x-landing .x-footer-copyright-bg {
    margin-top: 0!important
}

.x-landing .x-btn-action {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1rem;
    padding: 0;
    transition: all .2s
}

@media (min-width:992px) {
    .x-landing .x-btn-action:hover {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }
}

.x-landing .x-btn-action .-fake-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 40px;
    width: 96%;
    height: 88%;
    -webkit-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%);
    z-index: 1;
    -webkit-animation: x-wm-white-neon 1.5s ease-in-out infinite alternate;
    animation: x-wm-white-neon 1.5s ease-in-out infinite alternate
}

.x-landing .x-btn-action .-img {
    width: 250px
}

.x-landing .x-btn-action .-text-wrapper {
    height: 77%;
    width: 93%;
    background: linear-gradient(180deg, #e33f64, #9c0737);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.56rem;
    color: #030a21;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%)
}

.x-landing .x-btn-action .-text-wrapper .-text {
    position: relative;
    padding-top: 8px;
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .6));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .6));
    display: inline-block;
    color: #fff;
    background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #e33f64), to(#fff));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:991.98px) {
    .x-landing .x-btn-action .-text-wrapper .-text {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

.x-landing .x-btn-action .-text-wrapper .-text.-ma {
    display: none
}

.x-landing .x-btn-action .-text-wrapper .-ic-img {
    width: 36px;
    margin-right: 10px
}

.x-landing .x-btn-action .-text-wrapper .-ic {
    margin-left: 10px;
    font-size: 20px;
    -webkit-animation: x-btn-arrow-mover .3s infinite alternate;
    animation: x-btn-arrow-mover .3s infinite alternate
}

.x-landing .x-btn-action .-twinkle {
    position: absolute;
    z-index: 2
}

.x-landing .x-btn-action .-twinkle.-item-1 {
    top: -12px;
    right: 15px;
    width: 45px;
    -webkit-animation: x-wm-scale-up .4s linear infinite alternate;
    animation: x-wm-scale-up .4s linear infinite alternate
}

@media (max-width:575.98px) {
    .x-landing .x-btn-action .-twinkle.-item-1 {
        top: -15px
    }
}

.x-landing .x-btn-action .-twinkle.-item-2 {
    top: 50px;
    right: -10px;
    width: 55px;
    -webkit-animation: x-wm-scale-up .4s linear .5s infinite alternate;
    animation: x-wm-scale-up .4s linear .5s infinite alternate
}

@media (max-width:575.98px) {
    .x-landing .x-btn-action .-twinkle.-item-2 {
        top: 45px;
        right: -5px;
        width: 40px
    }
}

.x-landing .x-btn-action .-twinkle.-item-3 {
    top: 42px;
    left: -15px;
    width: 65px;
    -webkit-animation: x-wm-scale-up .4s linear 1s infinite alternate;
    animation: x-wm-scale-up .4s linear 1s infinite alternate
}

@media (max-width:575.98px) {
    .x-landing .x-btn-action .-twinkle.-item-3 {
        top: 38px;
        left: -12px;
        width: 50px
    }
}

.x-landing .x-btn-action .-img {
    width: 190px
}

.x-landing .x-btn-action .-text-wrapper {
    font-size: 1.4rem;
    font-weight: 700
}

.x-landing .x-btn-action.-login-btn .-img {
    width: 195px
}

.x-landing .x-btn-action.-login-btn .-fake-bg {
    -webkit-animation: none;
    animation: none
}

.x-landing .x-btn-action.-login-btn .-text-wrapper {
    background: transparent;
    -webkit-transform: translate(-50%, -54%);
    transform: translate(-50%, -54%)
}

.x-landing .x-btn-action.-login-btn .-text-wrapper .-text {
    display: inline-block;
    color: #fff;
    background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #e3be7a), to(#fff));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:991.98px) {
    .x-landing .x-btn-action.-login-btn .-text-wrapper .-text {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-landing .x-btn-action .-img {
        width: 150px
    }
    .x-landing .x-btn-action .-text-wrapper {
        font-size: 1.2rem
    }
    .x-landing .x-btn-action.-login-btn .-img {
        width: 155px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-landing .x-btn-action .-img {
        width: 215px
    }
    .x-landing .x-btn-action.-login-btn .-img {
        width: 210px
    }
}

.x-slide-left-content-term.-hide .-submit {
    display: none!important
}

@media (max-width:991.98px) {
    .x-slide-left-content-term {
        width: 100%;
        position: absolute;
        left: 0;
        padding: 0
    }
}

.btn-plain-secondary-landing,
.btn-plain-secondary-landing:hover {
    color: #efefef
}

@media (max-width:991.98px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-login-form .-submit.vex-dialog-button,
    .x-login-form .btn.-submit,
    .x-login-form .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-submit.vex-dialog-button {
        border-radius: 0!important
    }
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:hover {
    color: #fff
}

.x-entrance-sood .-btn-sood {
    padding-top: 3px;
    background: #036cd1;
    color: #fff
}

.x-promotion-return-by-user-container .-promotion-return-btn {
    width: 50%!important;
    margin: 0 auto 1rem!important
}

.x-promotion-content {
    color: hsla(0, 0%, 100%, .76);
    font-size: 1.1em!important
}

.x-promotion-content h2 {
    font-size: 1.5rem!important;
    color: #fff
}

.x-promotion-content h3 {
    font-size: 1.4rem!important;
    color: #fff
}

.x-promotion-content a {
    color: #fff
}

#tab-content-event {
    padding-bottom: 2rem
}

.x-contact-us {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

@media (max-width:575.98px) {
    .x-contact-us {
        z-index: 6
    }
}

.x-contact-us .-contact-us-container {
    top: 0;
    padding: .65rem 1.2rem .3rem;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.x-contact-us .-contact-us-container,
.x-contact-us .-contact-us-container>div {
    -webkit-transform: skewY(0);
    transform: skewY(0)
}

@media (max-width:575.98px) {
    .x-contact-us .-contact-us-container {
        padding: .65rem 1rem .3rem
    }
}

.x-account-verification-modal h5 {
    color: #d3d3d3
}

.x-account-verification-modal .fas.fa-spinner {
    color: #6cadc4
}

@media (max-width:991.98px) {
    .x-account-verification-modal .x-admin-contact {
        position: relative;
        bottom: 0!important;
        margin-top: .5rem;
        margin-bottom: 1rem
    }
}

@media (max-width:991.98px) {
    .x-ranking-entrance {
        bottom: 200px
    }
    .x-ranking-entrance .-ic {
        width: 65px
    }
}






 /* WP AMIN */
.loginwphd{
  margin-top: 17px;
}
@media (max-width:991px){
  .loginwphd{
  margin-top:25px;
}
}
@media (max-width:782px){
  .loginwphd{
  margin-top:40px;
}
}
@media (max-width:600px){
.mobilewp{
  margin-top:0 !important;
}
}
/* WP AMIN */



.cutcolor{
  background: linear-gradient(180deg, #ffcf5a 0%, #e8da9b 10%, #daa729 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}



/*Header*/

.navbar-nav a{
  color: black;
  text-decoration: none !important;
}
.navlogoimg img{
   position: relative;
   margin-top: 15px !important;
   width: 120px;
   height: auto;
}
@media (max-width: 991.98px){
.navlogoimg img{
    width: 100px;
    height: auto;
}
}
/*Header---------------------------------------------------*/


/*Sidebar*/
.logosidebar img{
  width:170px;
  height:auto;
}
.menusidebar ul{
  padding: 0;
  margin: 0;
}
.menusidebar li{
  list-style: none;
}
.menusidebar a{
  color: #fff;
  display: block;
  font-size: 17px;
  padding: 10px !important;
  padding-left: 20px !important;
  margin: 10px 0;
  text-decoration: none;
  transition: all .3s;
}
.menusidebar a:hover{
  background: linear-gradient(0deg, #7256384d, #ffc6754f);
  font-size: 23px;
  color: #ffffff;
}
.bgindexcomment{
  background: #0b0a11;
  border-radius: 30px;
  border: 1px solid #ecbd7b;
}


/*Sidebar*//*Header*/
.navbar-nav a{
  color: white;
  background: linear-gradient(179deg, #17559a, #1c2848);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #ffc800e6;
  text-decoration: none !important;
  display: block;
  padding: 10px 6px;
  transition: all .3s;
  font-size: 16px;
  font-weight: 900;
  margin-top: -2px;
}
@media (max-width:480px){
  .navbar-nav a{
  font-size: 14px;
}
}
@media (max-width:410px){
  .navbar-nav a{
  font-size: 3.5vw;
}
}
.navbar-nav a:hover{
  transform: scale(1.1);
}
.navlogoimg img{
   position: relative;
   width: 120px;
   height: auto;
   margin-top:-5px !important;
}
@media (max-width: 991.98px){
.navlogoimg img{
    width: 110px;
    height: auto;
}
}
@media (max-width: 480.98px){
.navlogoimg img{
    width: 100px;
    height: auto;
}
}
/*Header---------------------------------------------------*/






/* Section 02 Service */

/*Section02*/
.-ic-section02 img {
  max-width: 100px !important;
}
.Detailsec02{
  width: 170px;
  margin: 0 auto;
  font-size: 15px;
  word-break: break-word;
}
.Detailsec02 .textwidget{
  margin-top:7px;
  line-height:25px;
  
}
@media (max-width: 767.8px){
  .Detailsec02{
  width: auto;
  margin: 0 auto;
}
}
/*Section02*/




/* Section 02 Service */




/* Tab Select */
.x-index-tab-container .x-tab {
  border-bottom: none
}

.x-index-tab-container .x-tab .nav-item {
  width: 25%;
  text-align: center;
  position: relative;
}

.x-index-tab-container .x-tab .nav-item .nav-link {
  color: #fff;
  background-color: #000;
  transition: color .3s;
  border: none
}

.x-index-tab-container .x-tab .nav-item .nav-link .x-hr-border-glow {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s
}

.x-index-tab-container .x-tab .nav-item .nav-link .-ic img {
    width: auto;
    height: 50px !important;
    transition: all .6s;
}
.text-gray-lighter, .text-muted {
    color: #d2d2d2!important;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
}
.x-index-tab-container .x-tab .nav-item .nav-link.active {
  border: none;
}

.x-index-tab-container .x-tab .nav-item .nav-link.active span {
  color: #ffc87f!important
}

.x-index-tab-container .x-tab .nav-item .nav-link.active .x-hr-border-glow {
  visibility: visible;
  opacity: 1;
  width: 50%
}

@media (min-width:992px) {
  .x-index-tab-container .x-tab .nav-item:hover .nav-link {
    border: none;
    color: #ffc87f;
  }
  .x-index-tab-container .x-tab .nav-item:hover .nav-link .x-hr-border-glow {
    visibility: visible;
    opacity: 1;
    width: 50%
  }
  .x-index-tab-container .x-tab .nav-item:hover .nav-link .-ic {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

.x-index-tab-container .tab-content {
  min-height: 100px
}

@media (max-width:767.98px) {
  .x-index-tab-container .x-tab .nav-item .nav-link .-ic {
    height: 40px !important;
  }
  .x-index-tab-container .x-tab .nav-item .nav-link span {
    font-size: 13px;
  }
}
/* Tab Select 



/*Content Post INDEX*/
.CTHomePage{
}
.CTHomePage img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 20px !important;
}
.contentppp img{
  border-radius: 15px !important;
}
/*Content Post INDEX*/








/* Section05 */
.section05{
      background-size: cover;
}
.section05:before {
    content: "";
    background: linear-gradient(90deg, rgba(102, 108, 117, .1), rgba(102, 108, 117, .6) 10%, #ffd36a 50%, rgba(102, 108, 117, .6) 90%, rgba(102, 108, 117, .1));
    height: 3px;
    width: 100%;
    position: absolute;
}
/* Section05 */







/*Promotion*/

.containpro{
  height: auto;
  padding-bottom: 10px;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: auto;
  padding: 10px 0;
  padding-bottom: 30px;
}
:root {
  --swiper-theme-color: #ffeb68;
}

.swiper-pagination-bullet {
  width: 13px !important;
  height: 13px !important;
  display: inline-block;
  border-radius: 50%;
  background: #ffc26c !important;
  opacity: .2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color:white;
}

.swiper-button-prev{
  left: 30px;
}
.swiper-button-next{
  right: 30px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  border-radius: 20px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: .4;
  max-width: auto !important;
  margin: 0 10px;
}
.swiper-slide.swiper-slide-active{
  opacity:1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    max-width: 600px;
}

.swiper-slide img {
  width: 100%;
  max-width: 600px !important;
  height: auto;
  padding: 3px;
  background: #be9862;
  border-radius: 10px;
}
.swiper-slide {
  width:fit-content;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}



/*Promotion*/





/* Post Slide */
.containpost{
  height: auto;
  position: relative;
}
.postslide .swiper-slide img {
  width: 100%;
  max-width: 490px !important;
  height: auto;
  padding: 5px;
  background: #000000b3;
  border: 1px solid #d4aa6e;
  border-radius: 20px;
  padding-bottom: 70px;
}
.postslide .swiper-slide{
  position: relative;
  margin: 0 15px;
  width: 100%;
  max-width: 490px !important;
  max-height: 400px;
}
.headerpostsl{
  position: absolute;
  width: 100%;
  background: #00000000;
  bottom: 0px;
  padding: 10px;
  font-size: 18px;
  white-space: normal;
}
@media (max-width:500px){
  .headerpostsl{
  position: absolute;
  width: 100%;
  background: #00000000;
  bottom:5px;
  padding: 5px;
  white-space: normal;
}
}
@media (max-width:435px){
  .headerpostsl{
  font-size: 4.5vw;
  bottom:20px;
}
.postslide .swiper-slide img {
  width: 100%;
  max-width: 490px !important;
  height: auto;
  padding: 5px;
  background: #00000038;
  border-radius: 20px;
  padding-bottom: 90px;
}
}
.swiper-pagination2 {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
} 


.allpost-button{
      padding: 10px 10px;
      border-radius: 5px;
      border: none;
      background: linear-gradient(
119deg
, #252525, #0f0f0f);
      box-shadow: 0 0 0 2px #ecbd7b;
      font-size: 16px;
      transition:all .3s;
}


.allpost-button  a {
   color: #e0b375;
    transition:all .3s;
    text-decoration: none;
}
.allpost-button:hover a{
  color:white;
  text-shadow: 0 0 5px #fff, 0 0 15px #ecbd7b, 0 0 25px #ecbd7b, 0 0 35px #ecbd7b;
}
/* Post Slide ---------------------------*/





/*Review*/


.reviewbutton{
      padding: 10px 5px;
      border-radius: 5px;
      border: none;
      background: linear-gradient(
119deg
, #252525, #0f0f0f);
      box-shadow: 0 0 0 2px #ecbd7b;
      font-size: 18px;
      transition:all .3s;
}


.reviewbutton  a {
   color: #e0b375;
    transition:all .3s;
    text-decoration: none;
}
.reviewbutton:hover a{
  color:white;
  text-shadow: 0 0 5px #fff, 0 0 15px #ecbd7b, 0 0 25px #ecbd7b, 0 0 35px #ecbd7b;
}
.containcommentbox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}
/*Review*/


/*Comment*/
.headcomment{
 font-weight: bold;
 padding:10px;
 color: white;
 border-radius: 20px;
 padding-left: 20px;
}
.containcomment{
}
@media (max-width:500px)
{
  .containcomment{
  padding: 0 5px;
}
}
@media (max-width:390px)
{
  .containcomment{
  padding: 0 5px;
}
}
.commentct{
  background: #f1f1f100;
  padding: 15px 0;
  border-radius: 20px;
  padding-left: 10px;
}
.comment-author.vcard{
  border-radius: 5px;
  background: radial-gradient(#0f1946, #1e2754);
  margin-right: 10px;
  font-size: 15px;
  padding: 4px 0;
  padding-left: 7px;
  padding-top: 15px;
}
.comment-author.vcard img{
  display:none;
}
.commentct ol{
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.comment-meta.commentmetadata{
  bottom: 0;
  font-size: 14px;
  color: #c7c7c7;
}
.commentct li{
  margin: 0;
  padding: 0;
  height: 105px;
  position: relative;
  margin-bottom: 20px;
}
.commentct h3 {
  display: none;
}
.commentct .comment-author img{
  display: none;
}

.commentct p {
  margin-bottom:30px;
  padding-top: 7px;
  font-size:18px;
  padding-left: 10px;
}
.paginationrv{
  text-align: center;
  font-size: 30px;
}
.prev.page-numbers{
  color: #c5c5c5;
}
.next.page-numbers{
  color: #c5c5c5;
}
.page-numbers.current{
  color: white;
}
.page-numbers{
  color: gray;
}
.reviewcontain{
  font-size: 15px;
}
.headercomment{
  white-space: nowrap;
}
.headercomment img{
  display: inline !important;
  width: 18px ;
  margin-top: -8px;
}
@media (max-width: 390px){
  .headercomment img{
  display: inline !important;
  width: 14px ;
  margin-top: -4px;
}
}
.datetimerv{
    font-size: 10px;
    color: #c7c7c7;
}
.datetimerv span{
    font-size: 9px;
    color: #fd3386;
}
.contentcomment{
  font-size: 15px;
}
.comments-area {
  display:none;     
}

.logged-in .comments-area {
  display:inline;    
}
.headercommentbox{text-align: center;padding: 10px 10px;margin: 10px;font-size: 17px;border-radius: 15px;font-weight: 100;transition:all .3s;color: #ecbd7b;border: none;background: linear-gradient(179deg, #17559a, #1c2848);box-shadow: 0 0 0 2px #ecbd7b;}
.headercommentbox:hover{
   color:white;
  text-shadow: 0 0 5px #fff, 0 0 15px #ecbd7b, 0 0 25px #ecbd7b, 0 0 35px #ecbd7b;
}
.commentbox{
  width:100%;
  max-width:600px;
  padding: 15px;
  margin:0 auto;
  display:none;
}
.commentbox textarea{
  height:150px;
  width: 470px;
  max-width: 100%;
}
.commentbox input{
  background:#ffffff;
  border:none;
}
.comment-form-url{
  display: none;
}
.commentbox label{
  width:90px
}
.commentbox .comment-form-cookies-consent{
  display:none;
}
.commentbox .submit{
  background: linear-gradient(119deg, #252525, #0f0f0f);
  border:none;
  border-radius:10px;
  color: #ecbd7b;
  font-weight: bold;
  font-size: 18px;
  border: 3px solid #ecbd7b;
  padding: 5px 0;
  width:100%;
  transition:all .3s;
}
.commentbox .submit:hover{
  color: #ffffff;
  text-shadow: 0 0 5px #fff, 0 0 15px #ecbd7b, 0 0 25px #ecbd7b, 0 0 35px #ecbd7b;

}
.commentbox .form-submit{
  text-align:center;
}
.commentbox .commentlist{
  display: none;

}
.commentbox h3{
  display: none;
}
.commentbox .commentInputer{
  font-size: 16px;
}
.commentInputer input{
  width: 465px;
  max-width: 100%;
}
.comment-form-comment{
  margin: 0;
  padding: 0;
}
.commentbox .saswp-average-rating{
  display:none;
}
/*END Comment*/





/*TAG FOOTER*/
.tagcontainer{
  background: #090910;
  text-align: center;
  border-bottom: 2px solid #353535;
}
.tagcontainer span{
  display:inline-block;
}
.tagfooter{
  background: #12151c;
  margin: 5px 4px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 14px;
  transition: all .3s;
}
.tagfooter a{
  color:#8e8e8e;
}
.tagfooter:hover a{
  text-decoration:none;
}
.tagfooter:hover {
  background: #242935;
}

/*TAG FOOTER*/






/*Footer*/
.footercontain {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}
.disfooterct {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
}
.infootergrid {
    display: block;
    padding: 0 10px;
    word-break: break-word;
}
.infootergrid:empty {
  display:none;
}


.fotterctn{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.infootergrid:empty {
  display:none;
}
.rightmenu{
  font-size: 30px;
}
  
  .infootergrid{
    text-align: center;
  }
  .infootergrid img{
    border-radius: 20px;
    width: 100%;
    max-width: 250px !important;
  }
  .infootergrid h2{
    color: #ecbd7b;
  }
  .infootergrid ul{
    padding:none;
    margin:0;
    display: flex;
    padding:0;
    padding-left:10px;
    justify-content: center;
  }
  .infootergrid  li{
    list-style:none;
    font-size: 23px;
    padding: 8px;
    padding-bottom:4px;
  }

.trueimg img{
  display: block;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.headerbt{
  display: block;
  color: #ecbd7b;
  font-size: 25px;
}
.bankcontainer{
  text-align: center;
}
.bankcontainer img{
  width: 40px;
  margin: 5px;
  height: auto;
}
@media (max-width: 440px){
  .bankcontainer img{
  width: 10vw;
  margin: 5px;
  height: auto;
}
.infootergrid li {
    list-style: none;
    font-size: 5vw;
    padding: 8px;
    padding-bottom: 4px;
}

}
@media (max-width:991px){

.bankcontainer img{
  width: 40px;
  margin: 5px;
  height: auto;
}
.disfooterct {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
}
.infootergrid h2{
  margin-top:20px;
}

}
/*Footer*/






/*POST*/
.postcontainer{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.posthead{

}
.nav-link{
  font-size: 16px;
}
.p-post{
  padding:0 5px !important;
}
.nav-link{
  line-height: 25px;
  padding: 20px 0;
}
.nav-link i{
  width: 40px;
}
.nav-pills .nav-link {
  border-radius: .25rem;
  margin-top:5px;
  font-size: 15px;
  background: #0000005e;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background: linear-gradient(180deg, #ffef2e, #b36402);
  text-shadow: 0 0 5px white;
}
.gridpost{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ingridpost{
  padding: 5px;
  text-align: center;
  font-size: 18px;
  width: 100%;
}
.iningridpost{
  width: 100%;
  background: #35353545;
  padding: 5px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}

.ingridpost img{
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  border-radius: 10px;
}
@media (max-width: 991px){
  .p-post{
    padding:0 5px !important;
  }
}
@media (max-width: 768px){
  .gridpost{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr ;
  }
}
@media (max-width: 575px){
  .nav-pills .nav-link {
    border-radius: .25rem;
    margin-top: 5px;
    background: #2626266e;
  }
  .postmenu{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .nav-link{
    padding: 10px 0 !important;
  }
  .gridmenu{
    padding: 3px;
  }
  .nav-link .inpostmenu{
    width: 100%;
    height: 100%;
    padding-top: 10px;
    border-radius: 5px;
  }
  .nav-link.active .inpostmenu{
    width: 100%;
    height: 100%;
    background: transparent;
    padding-top: 10px;
    border-radius: 5px;
  }
}
.head06 img {
  width: 90px;
  -webkit-filter: drop-shadow(0px 0px 7px #b59951);
  filter: drop-shadow(0px 0px 7px #b59951);
}
.head06 {
  padding-top: 15px;
  font-size: 26px;
  white-space: nowrap;
  text-align: center;
}
/*END POST*/











/* Footer Mobile */

#account-actions-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
}

@media (min-width:768px) {
    #account-actions-mobile {
        display: none
    }
}

#account-actions-mobile .-register-btn {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 500;
    background: linear-gradient(180deg, #56ccf2, #2f80ed);
    border-radius: 15px 15px 0 0;
    text-align: center
}

#account-actions-mobile .-register-btn span {
    display: inline-block;
    color: #fff;
    background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #2f80ed), to(#fff));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:991.98px) {
    #account-actions-mobile .-register-btn span {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

@media (max-width:767.98px) {
    #account-actions-mobile .-register-btn span {
        width: 100%
    }
}

#account-actions-mobile .-outer-wrapper {
    display: flex;
    align-items: flex-end
}

#account-actions-mobile .-left-wrapper,
#account-actions-mobile .-right-wrapper {
    display: flex;
    align-items: flex-end;
    flex: 1;
    z-index: 2;
    height: 70px;
    padding-bottom: 6px;
    background: linear-gradient(180deg, #195091, #1c2b4f);
    border-top: 3px solid #f7d18e;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
}
#account-actions-mobile .-right-wrapper{
  background: linear-gradient(180deg, #195091, #1c2b4f);
}
#account-actions-mobile .-center-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    width: 74px;
    height: 74px;
    margin: 0 8px 16px;
    padding-bottom: 8px;
    color: #fff;
    background: linear-gradient(90deg,#679cf4 30%,#31429b);
    border-radius: 50%;
    box-shadow: 0 0 10px hsla(0, 0%, 100%, .4);
}

#account-actions-mobile .-center-wrapper .-selected,
#account-actions-mobile .-center-wrapper .-selecting {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center
}

#account-actions-mobile .-center-wrapper .-selected {
    transition: all .4s;
    background-size: 450px;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: 0 0;
    border-radius: 50%
}
.-selected img{
    width: 77px !important;
    max-width: 77px !important;
    height: auto;
    position: absolute;
    top: -1px;
    left: -1px;
}

#account-actions-mobile .-center-wrapper .-selected.-slot {
    background-position: -93px 0
}

#account-actions-mobile .-center-wrapper .-selected.-skill-game {
    background-position: -188px 0
}

#account-actions-mobile .-center-wrapper .-selected.-sport {
    background-position: -282px -2px
}

#account-actions-mobile .-center-wrapper .-selected.-fishing-game {
    background-position: -378px 0
}

#account-actions-mobile .-center-wrapper .-selected .-text {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    text-shadow: 0 6px 5px rgba(0, 0, 0, .4);
    white-space: nowrap;
}

#account-actions-mobile .-center-wrapper .-selecting {
    display: none
}

#account-actions-mobile .-center-wrapper .-selecting .-text {
    font-size: .875rem;
    line-height: 16px;
    text-shadow: 0 6px 5px rgba(0, 0, 0, .4)
}

#account-actions-mobile .-center-wrapper .-selecting .-mark {
    position: relative;
    margin-top: 5px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 20px
}

#account-actions-mobile .-center-wrapper:hover {
    color: #fff;
    text-decoration: none
}

#account-actions-mobile .-fake-center-bg-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
    overflow: hidden
}

#account-actions-mobile .-fake-center-bg-wrapper svg {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 108px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#account-actions-mobile .-fake-center-bg-wrapper svg path {
    fill: url(#rectangleGradient)
}

#account-actions-mobile .-left-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 22px
}

#account-actions-mobile .-right-wrapper {
    border-top-right-radius: 10px;
    border-top-left-radius: 22px
}

#account-actions-mobile .-sub-menu-lobby-wrapper {
    position: absolute;
    flex-direction: row;
    justify-content: center;
    visibility: hidden;
    top: -75px;
    left: 50%;
    z-index: 3;
    opacity: 0;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(.2);
    transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: all .2s
}

#account-actions-mobile .-sub-menu-lobby-wrapper .nav-item .-text {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

@media (max-width:991.98px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-casino .-nav-icon-bg {
        background-position: 3px
    }
}

@media (max-width:360px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-casino .-nav-icon-bg {
        background-position: 0
    }
}

@media (max-width:991.98px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-slot .-nav-icon-bg {
        background-position: -73px
    }
}

@media (max-width:360px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-slot .-nav-icon-bg {
        background-position: -75px
    }
}

@media (max-width:991.98px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-skill-game .-nav-icon-bg {
        background-position: -147px
    }
}

@media (max-width:360px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-skill-game .-nav-icon-bg {
        top: -12px;
        background-position: -150px
    }
}

@media (max-width:360px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-skill-game .-text {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@media (max-width:991.98px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-sport .-nav-icon-bg {
        background-position: -221px
    }
}

@media (max-width:360px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-sport .-nav-icon-bg {
        background-position: -224px
    }
}

@media (max-width:991.98px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-fishing-game .-nav-icon-bg {
        background-position: -300px
    }
}

@media (max-width:360px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-fishing-game .-nav-icon-bg {
        background-position: -303px
    }
}

#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 66px;
    height: 66px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, #393854, #131228);
    border: 1px solid hsla(0, 0%, 100%, .6);
    border-radius: 50%;
    box-shadow: 0 0 10px hsla(0, 0%, 100%, .6)
}

#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link .-nav-icon-bg {
    background-size: 360px;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    top: -15px;
    position: relative
}

#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link:focus {
    outline: none;
    text-decoration: none
}

@media screen and (max-width:360px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item .-img {
        margin-top: -15px;
        width: 54px
    }
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-link {
        width: 60px;
        height: 60px;
        margin: 0 2px
    }
}

#account-actions-mobile .-item-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    position: relative;
}

.-ic-img img{
    width: 34px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative;
}

#account-actions-mobile .-item-wrapper .-text {
    font-size: 13px;
    color: #ffffff;
    transition: color .2s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    margin: 0 auto;
    margin-top: .25rem;
}

@media (max-width:575.98px) {
    #account-actions-mobile .-item-wrapper .-text {
        font-size: 11px;
    }
}

#account-actions-mobile .-item-wrapper:active,
#account-actions-mobile .-item-wrapper:hover {
    text-decoration: none
}

#account-actions-mobile .-item-wrapper:active .-text,
#account-actions-mobile .-item-wrapper:hover .-text {
    color: #f7d18e
}

#account-actions-mobile .-item-wrapper.-shimmer .-text {
    display: inline-block;
    color: #fff;
    background: #97a7c1 -webkit-gradient(linear, 100% 0, 0 0, from(#97a7c1), color-stop(.5, #fff), to(#97a7c1));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: x-shimmer-shorter;
    animation-name: x-shimmer-shorter
}

@media (max-width:991.98px) {
    #account-actions-mobile .-item-wrapper.-shimmer .-text {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-duration: 2.5s;
        animation-duration: 2.5s
    }
}

#account-actions-mobile .-fully-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .6)
}

#account-actions-mobile.-active .-fake-center-bg-wrapper,
#account-actions-mobile.-active .-left-wrapper,
#account-actions-mobile.-active .-right-wrapper {
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

#account-actions-mobile.-active .-fake-center-bg-wrapper a,
#account-actions-mobile.-active .-left-wrapper a,
#account-actions-mobile.-active .-right-wrapper a {
    pointer-events: none
}

#account-actions-mobile.-active .-center-wrapper {
    background: linear-gradient(0deg, rgba(251, 200, 68, .85), rgba(248, 128, 18, .85))
}

#account-actions-mobile.-active .-center-wrapper .-selected {
    display: none
}

#account-actions-mobile.-active .-center-wrapper .-selecting {
    display: flex
}

#account-actions-mobile.-active .-sub-menu-lobby-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateX(-50%) translateY(0) scaleY(1) scaleX(1);
    transform: translateX(-50%) translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

#account-actions-mobile.-active .-fully-overlay {
    display: block
}

/* Footer Mobile */






  /* 404 Not found */
  .containerror{
    margin-top: 150px;
  }
  .incontainerror{
    text-align: center;
    font-size: 40px;
  }
/* 404 Not found */






/* Widget Category */
.contentppp .category-post h2{
  display: none;
}
.contentppp .category-post ul{
  padding: 0;
  margin: 0;
}

.contentppp .category-post li{
  list-style: none;
  padding: 0;
  margin: 0;
}
.contentppp .category-post li.current-cat a{
  background:linear-gradient(180deg,#f52867 30%,#bf001d);
}
.contentppp .category-post ul li a{
  padding: 11px 3px;
  margin-bottom: 9px;
  display: block;
  color: #fff;
  background: #00000063;
  border-radius: 9px;
}
@media (max-width:767px){
  .contentppp .category-post ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
} 

  .contentppp .category-post ul li a{
    padding: 10px 5px;
    margin:0 5px;
    margin-bottom:10px;
    height: 100%;
    display: flex;
    text-align: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.contentppp .pages-post{
  text-align: center;
  margin-top: 10px;
}
.contentppp .pages-post a,.contentppp .pages-post span{
  display:inline-block;
  background: linear-gradient(180deg,#505050 30%,#262626);
  padding: 10px;
  border-radius:10px;
}
.contentppp .pages-post span{
  background: linear-gradient(180deg,#f52867 30%,#bf001d);

}

/* Widget Category */







