/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body>.pnotify.pnotify-positioned {
    position: fixed;
    z-index: 100040
}

body>.pnotify.pnotify-modal {
    z-index: 100042
}

.pnotify {
    height: auto;
    display: none;
    transition: opacity .1s linear;
    opacity: 0
}

.pnotify.pnotify-positioned {
    position: absolute;
    z-index: 1
}

.pnotify.pnotify-modal {
    z-index: 3
}

.pnotify.pnotify-in {
    display: block;
    opacity: 1
}

.pnotify.pnotify-initial {
    display: block
}

.pnotify-hidden {
    visibility: hidden
}

.pnotify.pnotify-move {
    transition: left .4s ease, top .4s ease, right .4s ease, bottom .4s ease
}

.pnotify.pnotify-fade-slow {
    transition: opacity .4s linear;
    opacity: 0
}

.pnotify.pnotify-fade-slow.pnotify.pnotify-move {
    transition: opacity .4s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease
}

.pnotify.pnotify-fade-normal {
    transition: opacity .25s linear;
    opacity: 0
}

.pnotify.pnotify-fade-normal.pnotify.pnotify-move {
    transition: opacity .25s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease
}

.pnotify.pnotify-fade-fast {
    transition: opacity .1s linear;
    opacity: 0
}

.pnotify.pnotify-fade-fast.pnotify.pnotify-move {
    transition: opacity .1s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease
}

.pnotify.pnotify-masking {
    display: block;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent 30px, transparent);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent 30px, transparent)
}

.pnotify.pnotify-masking.pnotify-stack-up {
    -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 30px, transparent);
    mask-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 30px, transparent)
}

.pnotify.pnotify-masking.pnotify-stack-left {
    -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, .8), transparent 30px, transparent);
    mask-image: linear-gradient(270deg, rgba(0, 0, 0, .8), transparent 30px, transparent)
}

.pnotify.pnotify-masking.pnotify-stack-right {
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, .8), transparent 30px, transparent);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .8), transparent 30px, transparent)
}

.pnotify.pnotify-fade-in,
.pnotify.pnotify-masking-in {
    opacity: 1
}

.pnotify .pnotify-shadow {
    -webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .1)
}

.pnotify-container {
    position: relative;
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0
}

.pnotify-container:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.pnotify-closer,
.pnotify-sticker {
    float: right;
    margin-left: .5em;
    cursor: pointer
}

[dir=rtl] .pnotify-closer,
[dir=rtl] .pnotify-sticker {
    float: left;
    margin-right: .5em;
    margin-left: 0
}

.pnotify-title {
    display: block;
    white-space: pre-line;
    margin-bottom: .4em;
    margin-top: 0
}

.pnotify-text-with-max-height {
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: .03em
}

.pnotify.pnotify-with-icon .pnotify-content {
    margin-left: 24px
}

[dir=rtl] .pnotify.pnotify-with-icon .pnotify-content {
    margin-right: 24px;
    margin-left: 0
}

.pnotify-pre-line {
    white-space: pre-line
}

.pnotify-icon,
.pnotify-icon span {
    display: block;
    float: left
}

[dir=rtl] .pnotify-icon,
[dir=rtl] .pnotify-icon span {
    float: right
}

.pnotify-modal-overlay {
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    transition: opacity .25s linear;
    opacity: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.pnotify-modal-overlay-up {
    align-items: flex-start
}

.pnotify-modal-overlay-left {
    justify-content: flex-start;
    align-items: center
}

.pnotify-modal-overlay-right {
    justify-content: flex-end;
    align-items: center
}

.pnotify-modal-overlay.pnotify-modal-overlay-in {
    opacity: 1
}

.pnotify-modal-overlay-closes:after {
    content: "Ã—";
    font-family: Fredoka;
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 0 .4rem #fff
}

body>.pnotify-modal-overlay {
    position: fixed;
    z-index: 100041
}

[data-pnotify].brighttheme-elem {
    border-radius: 0
}

[data-pnotify].brighttheme-elem,
[data-pnotify].brighttheme-elem.pnotify-mode-light {
    --notice-background-color: #ffffa2;
    --notice-border-color: #ff0;
    --notice-text-color: #4f4f00;
    --notice-icon-filter: invert(25%) sepia(12%) saturate(6007%) hue-rotate(38deg) brightness(99%) contrast(101%);
    --info-background-color: #8fcedd;
    --info-border-color: #0286a5;
    --info-text-color: #012831;
    --info-icon-filter: invert(11%) sepia(37%) saturate(1946%) hue-rotate(155deg) brightness(95%) contrast(99%);
    --success-background-color: #aff29a;
    --success-border-color: #35db00;
    --success-text-color: #104300;
    --success-icon-filter: invert(17%) sepia(94%) saturate(1055%) hue-rotate(70deg) brightness(90%) contrast(103%);
    --error-background-color: #ffaba2;
    --error-border-color: #ff1800;
    --error-text-color: #4f0800;
    --error-icon-filter: invert(9%) sepia(27%) saturate(7347%) hue-rotate(359deg) brightness(96%) contrast(108%)
}

@media (prefers-color-scheme: dark) {
    [data-pnotify].brighttheme-elem.pnotify-mode-no-preference {
        --notice-background-color: #4f4f00;
        --notice-border-color: #282814;
        --notice-text-color: #ffffa2;
        --notice-icon-filter: invert(92%) sepia(18%) saturate(781%) hue-rotate(6deg) brightness(106%) contrast(107%);
        --info-background-color: #012831;
        --info-border-color: #0c1618;
        --info-text-color: #8fcedd;
        --info-icon-filter: invert(85%) sepia(14%) saturate(933%) hue-rotate(153deg) brightness(92%) contrast(87%);
        --success-background-color: #104300;
        --success-border-color: #152111;
        --success-text-color: #aff29a;
        --success-icon-filter: invert(90%) sepia(9%) saturate(1647%) hue-rotate(52deg) brightness(103%) contrast(90%);
        --error-background-color: #4f0800;
        --error-border-color: #281614;
        --error-text-color: #ffaba2;
        --error-icon-filter: invert(70%) sepia(24%) saturate(717%) hue-rotate(315deg) brightness(103%) contrast(104%)
    }
}

[data-pnotify].brighttheme-elem.pnotify-mode-dark {
    --notice-background-color: #4f4f00;
    --notice-border-color: #282814;
    --notice-text-color: #ffffa2;
    --notice-icon-filter: invert(92%) sepia(18%) saturate(781%) hue-rotate(6deg) brightness(106%) contrast(107%);
    --info-background-color: #012831;
    --info-border-color: #0c1618;
    --info-text-color: #8fcedd;
    --info-icon-filter: invert(85%) sepia(14%) saturate(933%) hue-rotate(153deg) brightness(92%) contrast(87%);
    --success-background-color: #104300;
    --success-border-color: #152111;
    --success-text-color: #aff29a;
    --success-icon-filter: invert(90%) sepia(9%) saturate(1647%) hue-rotate(52deg) brightness(103%) contrast(90%);
    --error-background-color: #4f0800;
    --error-border-color: #281614;
    --error-text-color: #ffaba2;
    --error-icon-filter: invert(70%) sepia(24%) saturate(717%) hue-rotate(315deg) brightness(103%) contrast(104%)
}

[data-pnotify] .brighttheme-notice {
    --brighttheme-background-color: var(--notice-background-color);
    --brighttheme-border-color: var(--notice-border-color);
    --brighttheme-text-color: var(--notice-text-color);
    --brighttheme-icon-filter: var(--notice-icon-filter);
    --brighttheme-primary-button-background-color: var(--notice-border-color);
    --brighttheme-primary-button-text-color: var(--notice-text-color)
}

[data-pnotify] .brighttheme-info {
    --brighttheme-background-color: var(--info-background-color);
    --brighttheme-border-color: var(--info-border-color);
    --brighttheme-text-color: var(--info-text-color);
    --brighttheme-icon-filter: var(--info-icon-filter);
    --brighttheme-primary-button-background-color: var(--info-border-color);
    --brighttheme-primary-button-text-color: var(--info-text-color)
}

[data-pnotify] .brighttheme-success {
    --brighttheme-background-color: var(--success-background-color);
    --brighttheme-border-color: var(--success-border-color);
    --brighttheme-text-color: var(--success-text-color);
    --brighttheme-icon-filter: var(--success-icon-filter);
    --brighttheme-primary-button-background-color: var(--success-border-color);
    --brighttheme-primary-button-text-color: var(--success-text-color)
}

[data-pnotify] .brighttheme-error {
    --brighttheme-background-color: var(--error-background-color);
    --brighttheme-border-color: var(--error-border-color);
    --brighttheme-text-color: var(--error-text-color);
    --brighttheme-icon-filter: var(--error-icon-filter);
    --brighttheme-primary-button-background-color: var(--error-border-color);
    --brighttheme-primary-button-text-color: var(--error-text-color)
}

[data-pnotify] .brighttheme-container {
    padding: 1.3rem;
    background-color: var(--brighttheme-background-color);
    border: 0 solid var(--brighttheme-border-color);
    color: var(--brighttheme-text-color)
}

[data-pnotify] .brighttheme-error {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, hsla(0, 0%, 100%, .3) 0, hsla(0, 0%, 100%, .3) 70px)
}

[data-pnotify].pnotify-with-icon .brighttheme-content {
    margin-left: calc(1.3rem + 16px)
}

[dir=rtl] [data-pnotify].pnotify-with-icon .brighttheme-content {
    margin-right: calc(1.3rem + 16px);
    margin-left: 0
}

[data-pnotify] .brighttheme-title {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: -.1rem;
    margin-bottom: 0
}

[data-pnotify] .brighttheme-text {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 0
}

[data-pnotify] .brighttheme-confirm,
[data-pnotify] .brighttheme-title+.brighttheme-text {
    margin-top: 1rem
}

[data-pnotify] .brighttheme-closer,
[data-pnotify] .brighttheme-icon,
[data-pnotify] .brighttheme-sticker {
    display: flex;
    justify-content: center;
    align-items: center
}

[data-pnotify] .brighttheme-icon,
[data-pnotify] .brighttheme-icon>span,
[data-pnotify] .brighttheme-icon>span:after {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem
}

[data-pnotify] .brighttheme-icon-closer,
[data-pnotify] .brighttheme-icon-closer:after,
[data-pnotify] .brighttheme-icon-sticker,
[data-pnotify] .brighttheme-icon-sticker:after {
    width: 1rem;
    height: 1rem;
    line-height: 1rem
}

[data-pnotify] .brighttheme-icon-notice:after {
    filter: var(--brighttheme-icon-filter);
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsMTNIMTFWN0gxM00xMywxN0gxMVYxNUgxM00xMiwyQTEwLDEwIDAgMCwwIDIsMTJBMTAsMTAgMCAwLDAgMTIsMjJBMTAsMTAgMCAwLDAgMjIsMTJBMTAsMTAgMCAwLDAgMTIsMloiLz48L3N2Zz4=)
}

[data-pnotify] .brighttheme-icon-info:after {
    filter: var(--brighttheme-icon-filter);
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsOUgxMVY3SDEzTTEzLDE3SDExVjExSDEzTTEyLDJBMTAsMTAgMCAwLDAgMiwxMkExMCwxMCAwIDAsMCAxMiwyMkExMCwxMCAwIDAsMCAyMiwxMkExMCwxMCAwIDAsMCAxMiwyWiIvPjwvc3ZnPg==)
}

[data-pnotify] .brighttheme-icon-success:after {
    filter: var(--brighttheme-icon-filter);
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMkM2LjUgMiAyIDYuNSAyIDEyUzYuNSAyMiAxMiAyMiAyMiAxNy41IDIyIDEyIDE3LjUgMiAxMiAyTTEwIDE3TDUgMTJMNi40MSAxMC41OUwxMCAxNC4xN0wxNy41OSA2LjU4TDE5IDhMMTAgMTdaIi8+PC9zdmc+)
}

[data-pnotify] .brighttheme-icon-error:after {
    filter: var(--brighttheme-icon-filter);
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsMTRIMTFWMTBIMTNNMTMsMThIMTFWMTZIMTNNMSwyMUgyM0wxMiwyTDEsMjFaIi8+PC9zdmc+)
}

[data-pnotify] .brighttheme-icon-closer:after {
    filter: var(--brighttheme-icon-filter);
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTksNi40MUwxNy41OSw1TDEyLDEwLjU5TDYuNDEsNUw1LDYuNDFMMTAuNTksMTJMNSwxNy41OUw2LjQxLDE5TDEyLDEzLjQxTDE3LjU5LDE5TDE5LDE3LjU5TDEzLjQxLDEyTDE5LDYuNDFaIi8+PC9zdmc+)
}

[data-pnotify] .brighttheme-icon-sticker:after {
    filter: var(--brighttheme-icon-filter);
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYsMTJWNEgxN1YySDdWNEg4VjEyTDYsMTRWMTZIMTEuMlYyMkgxMi44VjE2SDE4VjE0TDE2LDEyWiIvPjwvc3ZnPg==)
}

[data-pnotify] .brighttheme-icon-sticker.brighttheme-icon-stuck:after {
    filter: var(--brighttheme-icon-filter);
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiw1LjI3TDMuMjgsNEwyMCwyMC43MkwxOC43MywyMkwxMi44LDE2LjA3VjIySDExLjJWMTZINlYxNEw4LDEyVjExLjI3TDIsNS4yN00xNiwxMkwxOCwxNFYxNkgxNy44Mkw4LDYuMThWNEg3VjJIMTdWNEgxNlYxMloiLz48L3N2Zz4=)
}

[data-pnotify] .brighttheme-prompt-bar {
    margin-bottom: 1rem
}

[data-pnotify] .brighttheme-action-bar,
[data-pnotify] .brighttheme-prompt-bar {
    width: 100%;
    box-sizing: border-box
}

[data-pnotify] .brighttheme-btn {
    text-transform: uppercase;
    font-weight: 600;
    padding: .4rem 1rem;
    border: none;
    background: 0 0;
    cursor: pointer;
    color: var(--brighttheme-text-color)
}

[data-pnotify] .brighttheme-btn-primary {
    background-color: var(--brighttheme-primary-button-background-color);
    color: var(--brighttheme-primary-button-text-color)
}

[data-pnotify] .brighttheme-countdown {
    background-color: var(--brighttheme-background-color)
}

[data-pnotify] .brighttheme-countdown-bar {
    background-color: var(--brighttheme-border-color)
}

[data-pnotify] .brighttheme-paginate {
    display: inline-flex;
    flex-direction: column
}

[data-pnotify] .brighttheme-paginate-btn {
    width: 1em;
    height: 1em;
    line-height: .5em;
    border: 0;
    padding: 0;
    background: 0 0
}

[data-pnotify] .brighttheme-paginate-previous {
    margin-right: 0
}

[data-pnotify] .brighttheme-paginate-next {
    margin-left: 0
}

[data-pnotify] .brighttheme-paginate-btn:disabled:after,
[data-pnotify] .brighttheme-paginate-btn[aria-disabled=true]:after {
    opacity: .5
}

[data-pnotify] .brighttheme-paginate-previous:after {
    filter: var(--brighttheme-icon-filter);
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xMS42NyAzLjg3TDkuOSAyLjEgMCAxMmw5LjkgOS45IDEuNzctMS43N0wzLjU0IDEyeiIvPjwvc3ZnPg==)
}

[data-pnotify] .brighttheme-paginate-next:after {
    filter: var(--brighttheme-icon-filter);
    content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik01Ljg4IDQuMTJMMTMuNzYgMTJsLTcuODggNy44OEw4IDIybDEwLTEwTDggMnoiLz48L3N2Zz4=)
}

[data-pnotify] .brighttheme-paginate-count-of {
    opacity: .8
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(..owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

:root {
    --svg-accent: #ffbd10;
    --svg-primary: #008ceb
}

:root {
    --reflex-columns: 12;
    --reflex-grid-spacing: 20px;
    --reflex-xs: 480px;
    --reflex-sm: 768px;
    --reflex-md: 1024px;
    --reflex-lg: 1330px;
    --reflex-xlg: 1600px;
    --reflex-xxs-max: 479px;
    --reflex-xs-max: 767px;
    --reflex-sm-max: 1023px;
    --reflex-md-max: 1329px;
    --reflex-lg-max: 1599px
}

.re-container,
.re-container-full {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.re-container .re-grid,
.re-container-full .re-grid {
    margin-right: -20px;
    margin-left: -20px
}

@media (min-width: 480px) {
    .re-container {
        max-width: 480px
    }
}

@media (min-width: 768px) {
    .re-container {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .re-container {
        max-width: 1024px
    }
}

@media (min-width: 1330px) {
    .re-container {
        max-width: 1330px
    }
}

@media (min-width: 1600px) {
    .re-container {
        max-width: 1600px
    }
}

.re-grid {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    position: relative;
    letter-spacing: -.31em;
    *letter-spacing: normal;
    word-spacing: -.43em;
    list-style-type: none
}

.re-grid::before,
.re-grid::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal
}

[class*=re-col-] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    position: relative;
    width: 100%;
    vertical-align: top;
    padding: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

[class*=re-col-]::before,
[class*=re-col-]::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal
}

.re-col-12 {
    width: 100%;
    *width: 99.9%
}

.re-col-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%
}

.re-col-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%
}

.re-col-9 {
    width: 75%;
    *width: 74.9%
}

.re-col-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%
}

.re-col-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%
}

.re-col-6 {
    width: 50%;
    *width: 49.9%
}

.re-col-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%
}

.re-col-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%
}

.re-col-3 {
    width: 25%;
    *width: 24.9%
}

.re-col-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%
}

.re-col-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%
}

@media (min-width: 480px) {
    .re-col-xs-12 {
        width: 100%;
        *width: 99.9%
    }

    .re-col-xs-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%
    }

    .re-col-xs-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%
    }

    .re-col-xs-9 {
        width: 75%;
        *width: 74.9%
    }

    .re-col-xs-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%
    }

    .re-col-xs-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%
    }

    .re-col-xs-6 {
        width: 50%;
        *width: 49.9%
    }

    .re-col-xs-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%
    }

    .re-col-xs-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%
    }

    .re-col-xs-3 {
        width: 25%;
        *width: 24.9%
    }

    .re-col-xs-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%
    }

    .re-col-xs-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%
    }
}

@media (min-width: 768px) {
    .re-col-sm-12 {
        width: 100%;
        *width: 99.9%
    }

    .re-col-sm-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%
    }

    .re-col-sm-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%
    }

    .re-col-sm-9 {
        width: 75%;
        *width: 74.9%
    }

    .re-col-sm-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%
    }

    .re-col-sm-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%
    }

    .re-col-sm-6 {
        width: 50%;
        *width: 49.9%
    }

    .re-col-sm-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%
    }

    .re-col-sm-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%
    }

    .re-col-sm-3 {
        width: 25%;
        *width: 24.9%
    }

    .re-col-sm-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%
    }

    .re-col-sm-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%
    }
}

@media (min-width: 1024px) {
    .re-col-md-12 {
        width: 100%;
        *width: 99.9%
    }

    .re-col-md-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%
    }

    .re-col-md-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%
    }

    .re-col-md-9 {
        width: 75%;
        *width: 74.9%
    }

    .re-col-md-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%
    }

    .re-col-md-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%
    }

    .re-col-md-6 {
        width: 50%;
        *width: 49.9%
    }

    .re-col-md-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%
    }

    .re-col-md-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%
    }

    .re-col-md-3 {
        width: 25%;
        *width: 24.9%
    }

    .re-col-md-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%
    }

    .re-col-md-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%
    }
}

@media (min-width: 1330px) {
    .re-col-lg-12 {
        width: 100%;
        *width: 99.9%
    }

    .re-col-lg-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%
    }

    .re-col-lg-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%
    }

    .re-col-lg-9 {
        width: 75%;
        *width: 74.9%
    }

    .re-col-lg-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%
    }

    .re-col-lg-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%
    }

    .re-col-lg-6 {
        width: 50%;
        *width: 49.9%
    }

    .re-col-lg-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%
    }

    .re-col-lg-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%
    }

    .re-col-lg-3 {
        width: 25%;
        *width: 24.9%
    }

    .re-col-lg-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%
    }

    .re-col-lg-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%
    }
}

@media (min-width: 1600px) {
    .re-col-xlg-12 {
        width: 100%;
        *width: 99.9%
    }

    .re-col-xlg-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%
    }

    .re-col-xlg-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%
    }

    .re-col-xlg-9 {
        width: 75%;
        *width: 74.9%
    }

    .re-col-xlg-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%
    }

    .re-col-xlg-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%
    }

    .re-col-xlg-6 {
        width: 50%;
        *width: 49.9%
    }

    .re-col-xlg-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%
    }

    .re-col-xlg-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%
    }

    .re-col-xlg-3 {
        width: 25%;
        *width: 24.9%
    }

    .re-col-xlg-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%
    }

    .re-col-xlg-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%
    }
}

.re-col-auto {
    -ms-flex: 1 0 0;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto
}

@media (min-width: 480px) {
    .re-col-xs-auto {
        -ms-flex: 1 0 0;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 768px) {
    .re-col-sm-auto {
        -ms-flex: 1 0 0;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 1024px) {
    .re-col-md-auto {
        -ms-flex: 1 0 0;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 1330px) {
    .re-col-lg-auto {
        -ms-flex: 1 0 0;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 1600px) {
    .re-col-xlg-auto {
        -ms-flex: 1 0 0;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto
    }
}

.re-order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
}

.re-order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
}

.re-order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
}

.re-order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
}

.re-order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
}

.re-order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
}

.re-order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
}

.re-order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
}

.re-order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
}

.re-order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.re-order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.re-order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.re-order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
}

@media (min-width: 480px) {
    .re-order-xs-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .re-order-xs-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .re-order-xs-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .re-order-xs-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .re-order-xs-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .re-order-xs-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .re-order-xs-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .re-order-xs-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .re-order-xs-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .re-order-xs-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .re-order-xs-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .re-order-xs-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .re-order-xs-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width: 768px) {
    .re-order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .re-order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .re-order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .re-order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .re-order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .re-order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .re-order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .re-order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .re-order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .re-order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .re-order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .re-order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .re-order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width: 1024px) {
    .re-order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .re-order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .re-order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .re-order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .re-order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .re-order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .re-order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .re-order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .re-order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .re-order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .re-order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .re-order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .re-order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width: 1330px) {
    .re-order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .re-order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .re-order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .re-order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .re-order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .re-order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .re-order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .re-order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .re-order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .re-order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .re-order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .re-order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .re-order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width: 1600px) {
    .re-order-xlg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .re-order-xlg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .re-order-xlg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .re-order-xlg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .re-order-xlg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .re-order-xlg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .re-order-xlg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .re-order-xlg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .re-order-xlg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .re-order-xlg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .re-order-xlg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .re-order-xlg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .re-order-xlg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

.re-offset-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%
}

.re-offset-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%
}

.re-offset-9 {
    margin-left: 75%;
    *margin-left: 74.9%
}

.re-offset-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%
}

.re-offset-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%
}

.re-offset-6 {
    margin-left: 50%;
    *margin-left: 49.9%
}

.re-offset-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%
}

.re-offset-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%
}

.re-offset-3 {
    margin-left: 25%;
    *margin-left: 24.9%
}

.re-offset-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%
}

.re-offset-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%
}

@media (min-width: 480px) {
    .re-offset-xs-11 {
        margin-left: 91.6666666667%;
        *margin-left: 91.5666666667%
    }

    .re-offset-xs-10 {
        margin-left: 83.3333333333%;
        *margin-left: 83.2333333333%
    }

    .re-offset-xs-9 {
        margin-left: 75%;
        *margin-left: 74.9%
    }

    .re-offset-xs-8 {
        margin-left: 66.6666666667%;
        *margin-left: 66.5666666667%
    }

    .re-offset-xs-7 {
        margin-left: 58.3333333333%;
        *margin-left: 58.2333333333%
    }

    .re-offset-xs-6 {
        margin-left: 50%;
        *margin-left: 49.9%
    }

    .re-offset-xs-5 {
        margin-left: 41.6666666667%;
        *margin-left: 41.5666666667%
    }

    .re-offset-xs-4 {
        margin-left: 33.3333333333%;
        *margin-left: 33.2333333333%
    }

    .re-offset-xs-3 {
        margin-left: 25%;
        *margin-left: 24.9%
    }

    .re-offset-xs-2 {
        margin-left: 16.6666666667%;
        *margin-left: 16.5666666667%
    }

    .re-offset-xs-1 {
        margin-left: 8.3333333333%;
        *margin-left: 8.2333333333%
    }

    .re-offset-xs-0 {
        margin-left: 0;
        *margin-left: -0.1%
    }
}

@media (min-width: 768px) {
    .re-offset-sm-11 {
        margin-left: 91.6666666667%;
        *margin-left: 91.5666666667%
    }

    .re-offset-sm-10 {
        margin-left: 83.3333333333%;
        *margin-left: 83.2333333333%
    }

    .re-offset-sm-9 {
        margin-left: 75%;
        *margin-left: 74.9%
    }

    .re-offset-sm-8 {
        margin-left: 66.6666666667%;
        *margin-left: 66.5666666667%
    }

    .re-offset-sm-7 {
        margin-left: 58.3333333333%;
        *margin-left: 58.2333333333%
    }

    .re-offset-sm-6 {
        margin-left: 50%;
        *margin-left: 49.9%
    }

    .re-offset-sm-5 {
        margin-left: 41.6666666667%;
        *margin-left: 41.5666666667%
    }

    .re-offset-sm-4 {
        margin-left: 33.3333333333%;
        *margin-left: 33.2333333333%
    }

    .re-offset-sm-3 {
        margin-left: 25%;
        *margin-left: 24.9%
    }

    .re-offset-sm-2 {
        margin-left: 16.6666666667%;
        *margin-left: 16.5666666667%
    }

    .re-offset-sm-1 {
        margin-left: 8.3333333333%;
        *margin-left: 8.2333333333%
    }

    .re-offset-sm-0 {
        margin-left: 0;
        *margin-left: -0.1%
    }
}

@media (min-width: 1024px) {
    .re-offset-md-11 {
        margin-left: 91.6666666667%;
        *margin-left: 91.5666666667%
    }

    .re-offset-md-10 {
        margin-left: 83.3333333333%;
        *margin-left: 83.2333333333%
    }

    .re-offset-md-9 {
        margin-left: 75%;
        *margin-left: 74.9%
    }

    .re-offset-md-8 {
        margin-left: 66.6666666667%;
        *margin-left: 66.5666666667%
    }

    .re-offset-md-7 {
        margin-left: 58.3333333333%;
        *margin-left: 58.2333333333%
    }

    .re-offset-md-6 {
        margin-left: 50%;
        *margin-left: 49.9%
    }

    .re-offset-md-5 {
        margin-left: 41.6666666667%;
        *margin-left: 41.5666666667%
    }

    .re-offset-md-4 {
        margin-left: 33.3333333333%;
        *margin-left: 33.2333333333%
    }

    .re-offset-md-3 {
        margin-left: 25%;
        *margin-left: 24.9%
    }

    .re-offset-md-2 {
        margin-left: 16.6666666667%;
        *margin-left: 16.5666666667%
    }

    .re-offset-md-1 {
        margin-left: 8.3333333333%;
        *margin-left: 8.2333333333%
    }

    .re-offset-md-0 {
        margin-left: 0;
        *margin-left: -0.1%
    }
}

@media (min-width: 1330px) {
    .re-offset-lg-11 {
        margin-left: 91.6666666667%;
        *margin-left: 91.5666666667%
    }

    .re-offset-lg-10 {
        margin-left: 83.3333333333%;
        *margin-left: 83.2333333333%
    }

    .re-offset-lg-9 {
        margin-left: 75%;
        *margin-left: 74.9%
    }

    .re-offset-lg-8 {
        margin-left: 66.6666666667%;
        *margin-left: 66.5666666667%
    }

    .re-offset-lg-7 {
        margin-left: 58.3333333333%;
        *margin-left: 58.2333333333%
    }

    .re-offset-lg-6 {
        margin-left: 50%;
        *margin-left: 49.9%
    }

    .re-offset-lg-5 {
        margin-left: 41.6666666667%;
        *margin-left: 41.5666666667%
    }

    .re-offset-lg-4 {
        margin-left: 33.3333333333%;
        *margin-left: 33.2333333333%
    }

    .re-offset-lg-3 {
        margin-left: 25%;
        *margin-left: 24.9%
    }

    .re-offset-lg-2 {
        margin-left: 16.6666666667%;
        *margin-left: 16.5666666667%
    }

    .re-offset-lg-1 {
        margin-left: 8.3333333333%;
        *margin-left: 8.2333333333%
    }

    .re-offset-lg-0 {
        margin-left: 0;
        *margin-left: -0.1%
    }
}

@media (min-width: 1600px) {
    .re-offset-xlg-11 {
        margin-left: 91.6666666667%;
        *margin-left: 91.5666666667%
    }

    .re-offset-xlg-10 {
        margin-left: 83.3333333333%;
        *margin-left: 83.2333333333%
    }

    .re-offset-xlg-9 {
        margin-left: 75%;
        *margin-left: 74.9%
    }

    .re-offset-xlg-8 {
        margin-left: 66.6666666667%;
        *margin-left: 66.5666666667%
    }

    .re-offset-xlg-7 {
        margin-left: 58.3333333333%;
        *margin-left: 58.2333333333%
    }

    .re-offset-xlg-6 {
        margin-left: 50%;
        *margin-left: 49.9%
    }

    .re-offset-xlg-5 {
        margin-left: 41.6666666667%;
        *margin-left: 41.5666666667%
    }

    .re-offset-xlg-4 {
        margin-left: 33.3333333333%;
        *margin-left: 33.2333333333%
    }

    .re-offset-xlg-3 {
        margin-left: 25%;
        *margin-left: 24.9%
    }

    .re-offset-xlg-2 {
        margin-left: 16.6666666667%;
        *margin-left: 16.5666666667%
    }

    .re-offset-xlg-1 {
        margin-left: 8.3333333333%;
        *margin-left: 8.2333333333%
    }

    .re-offset-xlg-0 {
        margin-left: 0;
        *margin-left: -0.1%
    }
}

.re-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.re-no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.re-no-wrap [class*=re-col-] {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.re-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.re-direction-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.re-direction-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.re-direction-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.re-direction-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

.re-align-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.re-align-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.re-align-end [class*=re-col-] {
    vertical-align: bottom
}

.re-align-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.re-align-center [class*=re-col-] {
    vertical-align: middle
}

.re-align-baseline {
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline
}

.re-align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.re-align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.re-align-content-end [class*=re-col-] {
    vertical-align: bottom
}

.re-align-content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.re-align-content-space-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.re-align-content-space-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.re-align-self-stretch {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch
}

.re-align-self-start {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start
}

.re-align-self-end {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    vertical-align: bottom
}

.re-align-self-center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    vertical-align: middle
}

.re-align-self-baseline {
    -ms-flex-item-align: baseline;
    -webkit-align-self: baseline;
    align-self: baseline;
    vertical-align: baseline
}

.re-justify-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.re-justify-start.grid {
    text-align: left
}

.re-justify-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.re-justify-end.grid {
    text-align: right;
    -moz-text-align-last: right;
    text-align-last: right
}

.re-justify-end.grid [class*=re-col-] {
    text-align: left;
    text-align: start;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: left;
    text-align-last: start
}

.re-justify-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.re-justify-center.grid {
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center
}

.re-justify-center.grid [class*=re-col-] {
    text-align: left;
    text-align: start;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: left;
    text-align-last: start
}

.re-justify-space-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.re-justify-space-between.grid {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify
}

.re-justify-space-between.grid [class*=re-col-] {
    text-align: left;
    text-align: start;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: left;
    text-align-last: start
}

.re-justify-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.re-justify-space-around.grid {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify
}

.re-justify-space-around.grid [class*=re-col-] {
    text-align: left;
    text-align: start;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: left;
    text-align-last: start
}

.re-grid-bleed [class*=re-col-] {
    padding: 0
}

.re-col-grid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.re-col-grid.re-direction-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.re-col-bleed {
    padding: 0
}

.re-col-bleed-x {
    padding: 20px 0
}

.re-col-bleed-y {
    padding: 0 20px
}

.re-flex-img {
    display: block;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: 100%;
    height: auto;
    width: 100%;
    *width: auto
}

.re-flex-footer {
    width: 100%;
    margin-top: auto;
    margin-bottom: 0
}

.re-flex-footer> :last-child {
    margin-bottom: 0
}

@media (max-width: 479px) {
    .re-hidden-xxs {
        display: none
    }
}

@media (min-width: 480px) {
    .re-hidden-xs-up {
        display: none
    }
}

@media (max-width: 767px) {
    .re-hidden-xs-down {
        display: none
    }
}

@media (min-width: 480px)and (max-width: 767px) {
    .re-hidden-xs {
        display: none
    }
}

@media (min-width: 768px) {
    .re-hidden-sm-up {
        display: none
    }
}

@media (max-width: 1023px) {
    .re-hidden-sm-down {
        display: none
    }
}

@media (min-width: 768px)and (max-width: 1023px) {
    .re-hidden-sm {
        display: none
    }
}

@media (min-width: 1024px) {
    .re-hidden-md-up {
        display: none
    }
}

@media (max-width: 1329px) {
    .re-hidden-md-down {
        display: none
    }
}

@media (min-width: 1024px)and (max-width: 1329px) {
    .re-hidden-md {
        display: none
    }
}

@media (min-width: 1330px) {
    .re-hidden-lg-up {
        display: none
    }
}

@media (max-width: 1599px) {
    .re-hidden-lg-down {
        display: none
    }
}

@media (min-width: 1330px)and (max-width: 1599px) {
    .re-hidden-lg {
        display: none
    }
}

@media (min-width: 1600px) {
    .re-hidden-xlg {
        display: none
    }
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 16px;
    font-weight: 300;
    min-height: 100%
}

html.overlayed {
    overflow: hidden;
    height: 100%
}

html.overlayed body {
    overflow: hidden;
    height: 100%
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    font-family: 'Dosis', cursive;
    line-height: 1.81;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #E1DAEC;
    background-size: cover;
    z-index: 0;
    font-size: 16px;
    font-weight: 300;
}

body.overlayed {
    overflow: hidden
}

button {
    cursor: pointer
}

p {
    padding: 0;
    margin: 0;
    max-height: 1000000px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    padding: 0;
    margin: 0 0 15px;
    max-height: 1000000px;
    line-height: 1.2;
}

h1:not([class]) {
    font-size: 1.571rem
}

h2:not([class]) {
    font-size: 1.429rem
}

h3:not([class]) {
    font-size: 1.3rem
}

h4:not([class]) {
    font-size: 1.125rem
}

li,
ol,
ul {
    max-height: 1000000px
}

div {
    max-height: 1000000px
}

svg {
    display: block
}

a:not([class]) {
    color: #e567ae;
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

a:not([class]):hover {
    color: #1a0c50;
    text-decoration: none;
    border-color: transparent
}

.form-input {
    outline: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    font-family: 'Poppins', sans-serif
}

.form-input::-webkit-input-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    font-family: 'Poppins', sans-serif
}

.form-input:-moz-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    font-family: 'Poppins', sans-serif
}

.form-input::-moz-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    font-family: 'Poppins', sans-serif
}

.form-input:-ms-input-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
    font-family: 'Poppins', sans-serif
}

.form-input:focus::-webkit-input-placeholder {
    opacity: 0
}

.form-input:focus:-moz-placeholder {
    opacity: 0
}

.form-input:focus::-moz-placeholder {
    opacity: 0
}

.form-input:focus:-ms-input-placeholder {
    opacity: 0
}

.form-textarea {
    resize: none;
    height: 65px
}

.section {
    margin: 0 0 30px
}

.img-fluid {
    max-width: 100%;
    height: auto;
    display: block
}

.noscroll {
    overflow: hidden
}

.counters {
    display: none
}

.hidden {
    display: none !important
}

.text--center {
    text-align: center
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 1
}

body.menu-opened {
    overflow: hidden
}

body.menu-opened .overlay {
    display: block
}

body.menu-opened .page-layout {
    -webkit-transform: translate3d(315px, 0, 0);
    transform: translate3d(315px, 0, 0)
}

.svg-preload,
.images-preload,
.promos-preload {
    position: absolute;
    bottom: 0;
    left: -9999px;
    z-index: -999
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.delimiter {
    padding-top: 45px;
    position: relative;
    z-index: -1
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-family: Poppins, sans-serif;
    padding: 0;
    margin: 25px 0;
    max-height: 1000000px;
    line-height: 1.1;
    color: #0d0d0d
}

.content h1 {
    font-size: 1.771rem
}

.content h2 {
    font-size: 1.571rem;
    text-transform: uppercase;
}

.content h3 {
    font-size: 1.3rem
}

.content h2,
.content h3 {
    margin-bottom: 12px
}

.content h4,
.content h5,
.content h6 {
    margin-bottom: 12px
}

.content p {
    margin-bottom: 10px
}

.content ul:not([class]) {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0 0 0 20px
}

.content ul:not([class]) li {
    list-style-type: none;
    padding: 0 0 10px 20px;
    text-decoration: none;
    position: relative
}

.content ul:not([class]) li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #e567ae
}

.content ol:not([class]) {
    counter-reset: list 1;
    padding-left: 1rem
}

.content ol:not([class]) li {
    list-style: none;
    padding: 0 0 0 30px;
    margin-bottom: 10px;
    position: relative
}

.content ol:not([class]) li::before {
    counter-increment: list;
    content: counter(list) ". ";
    color: #e567ae;
    position: absolute;
    top: 0;
    left: 15px;
    font-weight: 500
}

.content pre {
    margin-bottom: 2rem !important
}

.content code.inline {
    font-size: .9rem;
    color: #2383d5;
    padding: 3px 5px
}

.content blockquote {
    border-left: 5px solid #e567ae;
    font-style: italic;
    font-size: 1.1rem;
    padding: 0 0 0 2rem;
    margin: 1rem 0 2rem
}

.content b,
.content strong {
    color: #0d0d0d;
    font-weight: 600
}

.cs-likes-dislikes {
    display: inline-block
}

.cs-likes-dislikes .cs-like-post,
.cs-likes-dislikes .cs-dislike-post {
    border: 0 !important;
    -webkit-box-shadow: 0 0 !important;
    box-shadow: 0 0 !important;
    display: inline-block;
    text-decoration: none !important;
    vertical-align: middle
}

.cs-likes-dislikes span {
    display: inline-block;
    vertical-align: middle
}

.cs-likes-dislikes .like-ico,
.cs-likes-dislikes .dislike-ico {
    display: inline-block;
    fill: #fff;
    height: 30px;
    width: 30px
}

.cs-likes-dislikes .like-count,
.cs-likes-dislikes .dislike-count {
    display: inline-block;
    line-height: 20px;
    margin-left: 10px
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 15px;
    min-height: 2rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.btn:hover,
.btn:focus,
.btn:active {
    text-decoration: none
}

.btn .icon {
    fill: #fff;
    position: relative;
    margin-right: 8px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.btn--small {
    font-size: .8571rem;
    padding: .2rem 1rem
}

.btn--icon {
    height: 34px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn--icon .icon {
    margin: 0
}

@media (max-width: 1024px) {
    .btn--transparent {
        padding: 10px 25px
    }
}

.btn--primary {
    position: relative;
    min-height: initial;
    color: #fff;
    z-index: 0;
    background: #2383d5;
    border-color: #fff
}

.btn--primary .icon {
    fill: #fff
}

.btn--primary:hover {
    background-color: #4a9be1
}

.btn--secondary {
    position: relative;
    min-height: initial;
    color: #fff;
    z-index: 0;
    background-color: #3291d7
}

.btn--secondary .icon {
    fill: #fff
}

.btn--secondary:hover {
    background-color: #5da8df;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0
}

.btn--secondary:hover::after {
    bottom: 0;
    top: 0;
    right: 0;
    left: 0
}

.btn--accent {
    position: relative;
    min-height: initial;
    color: #fff;
    z-index: 0;
    background-color: #e567ae
}

.btn--accent .icon {
    fill: #fff
}

.btn--accent:hover {
    background-color: #e4775a;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0
}

.btn--accent:hover::after {
    bottom: 0;
    top: 0;
    right: 0;
    left: 0
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px
}

.layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-size: cover
}

.layout__header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 2
}

.layout__content {
    position: relative;
    z-index: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-size: cover;
    padding-top: 30px
}

.layout__content--shadow {
    position: relative;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .32);
    box-shadow: 0 0 16px rgba(0, 0, 0, .32)
}

.layout__footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.s-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 30px;
    padding: 12px;
}

@media (min-width: 1024px) {
    .s-layout {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.s-layout__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.s-layout__sidebar {
    margin-bottom: 20px
}

@media (min-width: 1024px) {
    .s-layout__sidebar {
        max-width: 350px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        margin-left: 30px;
        margin-bottom: 0
    }
}

.text-box {
    color: #380765;
    margin: 0 0 30px
}

.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
    color: #380765
}

.text-box__content {
    padding: 25px 0
}

.text-box__content *:first-child {
    margin-top: 0
}

.text-box__content *:last-child {
    margin-bottom: 0
}

.text-box__image {
    margin: 20px;
    display: block;
    float: right;
    max-width: 140px;
    height: auto;
    border-radius: 20px
}

@media (min-width: 1024px) {
    .text-box__image {
        min-width: 250px;
        max-width: 320px
    }
}

.text-box--home {
    position: relative
}

.text-box--home .text-box__image {
    margin: 0;
    float: right
}

.text-box-full {
    padding: 40px 0;
    position: relative;
    -webkit-box-shadow: 0 0 16px #ffffffad;
    box-shadow: 0 0 16px #ffffffad;
}

.text-box-full__content *:first-child {
    margin-top: 0
}

.text-box-full__content *:last-child {
    margin-bottom: 0
}

.text-box-full__image {
    margin: 0 0 20px 20px;
    display: block;
    float: right;
    max-width: 140px;
    height: auto;
    border-radius: 20px
}

@media (min-width: 1024px) {
    .text-box-full__image {
        min-width: 250px;
        max-width: 320px
    }
}

.mainmenu__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    justify-content: center;
}

@media (min-width: 768px) {
    .mainmenu__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.mainmenu__item {
    list-style: none;
    padding: 0 10px;
    position: relative
}

.mainmenu__item::after {
    content: "";
    display: none;
    width: 1px;
    height: 100%;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255) 100%);
    position: absolute;
    right: 0;
    bottom: 0
}

@media (min-width: 768px) {
    .mainmenu__item::after {
        display: block
    }
}

.mainmenu__item:last-child::after {
    display: none
}

.mainmenu__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-size: .875rem;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1rem;
    min-height: 2rem;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.mainmenu__link .icon {
    margin-bottom: 10px;
    position: relative;
    margin-right: 15px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

@media (min-width: 768px) {
    .mainmenu__link .icon {
        margin-right: 0
    }
}

.mainmenu__link--7 .icon {
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    top: -5px
}

.mainmenu__link--14 .icon {
    width: 26px;
    height: 26px;
    margin-bottom: 8px;
    top: -1px
}

.mainmenu__link:hover {
	text-decoration: underline;
}

.mainmenu__link:hover .icon {}

@media (min-width: 768px) {
    .mainmenu__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.header {
    position: relative;
    z-index: 1;
    background: #e567ae;
    border-bottom: 4px solid #CA3C8C;
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 0;
    position: relative
}

@media (min-width: 1024px) {
    .header__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.header__logo {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

@media (min-width: 1024px) {
    .header__logo {
        margin-left: initial
    }
}

.header__menu {
    margin: 15px 0 0
}

@media (min-width: 1024px) {
    .header__menu {
        margin: 0
    }
}

.header__search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none
}

.menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    list-style: none;
    padding: 0;
    margin: 0 -8px
}

@media (min-width: 767px) {
    .menu__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.menu__item {
    padding: 0 8px;
    position: relative
}

.menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5rem;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    white-space: nowrap;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.menu__link .icon {
    fill: #2383d5;
    margin-right: 5px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.menu__link:hover {
    color: #e567ae
}

.menu__link:hover .icon {
    fill: #e567ae
}

.menu__link:hover::after {
    -webkit-box-shadow: 0 0 31px transparent;
    box-shadow: 0 0 31px transparent
}

.menu--main {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 9
}

@media (min-width: 1024px) {
    .menu--main {
        position: static;
        visibility: visible;
        opacity: 1
    }
}

.menu--footer {
    background: transparent
}

.search-form__input {
    max-width: 100%;
    padding: 10px 45px 10px 15px;
    line-height: 1;
    color: #000;
    background: rgba(255, 255, 255, .2);
    border: 0;
    font-family: 'Dosis', cursive;
    font-weight: 700;
}

.search-form__input::-webkit-input-placeholder {
    color: #0000007F;
    font-weight: 300
}

.search-form__input:-moz-placeholder {
    color: #0000007F;
    font-weight: 300
}

.search-form__input::-moz-placeholder {
    color: #0000007F;
    font-weight: 300
}

.search-form__input:-ms-input-placeholder {
    color: #0000007F;
    font-weight: 300
}

.search-form__input:focus {
    outline: none
}

.search-form__input:focus::-webkit-input-placeholder {
    opacity: 1
}

.search-form__input:focus:-moz-placeholder {
    opacity: 1
}

.search-form__input:focus::-moz-placeholder {
    opacity: 1
}

.search-form__input:focus:-ms-input-placeholder {
    opacity: 1
}

.search-form__btn {
    outline: none;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    z-index: 1;
    color: #000;
    background: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search-form__btn:focus,
.search-form__btn:hover,
.search-form__btn:active {
    outline: none
}

@media (max-width: 768px) {
    .search-form__input {
        width: 100%
    }
}

.scroll-top {
    position: fixed;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #e567ae;
    border: 1px solid #fff;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.scroll-top .icon {
    fill: #fff;
    width: 24px;
    height: auto;
    display: block;
    position: relative;
    top: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.scroll-top.show {
    opacity: 1
}

.scroll-top:hover,
.scroll-top:focus,
.scroll-top:active {
    background-color: #2383d5
}

.topgame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative
}

.topgames__items .slick-list {
    padding: 12px 0;
}

.topgame__icon {
    -webkit-box-shadow: 0 0 0 2px transparent;
    box-shadow: 3px 3px 13px -2px #5a5a5a;
    position: relative;
    z-index: 0;
    border-radius: 12px;
    margin: 0 0 15px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    object-fit: cover;
}

.topgame__icon::after {
    content: "";
    z-index: -1;
    display: block;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px
}

.topgame__link {
    font-size: .875rem;
    font-weight: 700;
    color: #0a0a0a;
    display: block;
    text-decoration: none;
    line-height: 1;
    max-width: 100%;
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-family: 'Dosis', cursive;
}

.topgame__link::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.topgame__count {
    display: block;
    font-size: .75rem;
    color: #fff;
    line-height: 1
}

.topgame:hover {
    z-index: 1
}

.topgame:hover .topgame__icon {
    -webkit-box-shadow: 0 0 0 2px #CA3C8C;
    box-shadow: 0 0 0 2px #CA3C8C
}

.topgame:hover .topgame__link {
    color: #CA3C8C;
}

.topgames {
    padding: 15px 0 1px;
    margin: 0;
    position: relative;
}

.topgames__inner {
    margin: 0
}

.topgames__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px 30px 0 0;
    width: 100%
}

.topgames__item {
    width: 150px;
    position: relative;
    margin: 0 6px 10px
}

@media (min-width: 1200px) {
    .topgames__inner {
        margin: 0 24px
    }
}

.topgames_heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.topgames_title {
    font-size: 24px;
    color: #000;
}

.popgame {
    background: #000;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: rgb(0 0 0 / 24%) 7px 8px 4px 0px;
    box-shadow: rgb(0 0 0 / 24%) 7px 8px 4px 0px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.popgame::after {
    border-radius: 10px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: #000000;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(35, 131, 213, 0)), to(#000000)); */
    /* background: linear-gradient(180deg, rgba(35, 131, 213, 0) 25%, #000000 100%); */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 100%, #000000 100%)
}

.popgame__thumb {
    border-radius: 10px;
    display: block;
    overflow: hidden
}

.popgame__thumb img {
    border-radius: 10px;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.popgame__inner {
    background: #000;
    background: linear-gradient(180deg, rgb(0 0 0 / 25%), rgb(0 0 0) 100%);
    border--bottom-right-radius: 10px;
	border--bottom-left-radius: 10px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: 0;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.popgame__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.popgame__title {
    border-radius: 0 0 10px 10px;
    color: #fff;
    display: block;
    font-size: .9286rem;
    font-weight: 600;
    line-height: 1.2;
    max-width: 100%;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.popgame__title::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.popgame:hover::after {
    opacity: 0
}

.popgame:hover .popgame__thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.popgame:hover .popgame__content {
    opacity: 1
}

@media (max-width: 1024px) {
    .popgame__thumb img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.popgames {
    padding: 20px 30px 0;
    position: relative;
}

@media (min-width: 1023px) {
    .popgames {
        padding: 20px 30px
    }
}

.popgames__heading {
    margin-bottom: 20px
}

.popgames__title {
    margin: 0
}

.popgames__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    /* -ms-flex-flow: row wrap;
    flex-flow: row wrap; */
    margin: 0 -15px
}

.popgames__item {
    padding: 0 15px;
    margin: 0 0 30px;
    max-width: 50%;
	min-width:230px;
}

@media (min-width: 1023px) {
    .popgames__item {
        margin: 0;
        max-width: 25%
    }
}

.app-download {
    background: center/cover no-repeat url(imgs/pattern.png) #3291d7
}

.app-download__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0
}

@media (min-width: 520px) {
    .app-download__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.app-download__title {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px
}

@media (min-width: 768px) {
    .app-download__title {
        font-size: 2.125rem
    }
}

@media (min-width: 520px) {
    .app-download__title {
        margin: 0
    }
}

.app-download__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .app-download__links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.app-download__link {
    display: block;
    margin: 0 0 5px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.app-download__link img {
    display: block
}

.app-download__link:hover {
    opacity: .8
}

@media (min-width: 768px) {
    .app-download__link {
        margin: 0 0 0 5px
    }
}

.readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.readmore__title {
    font-weight: 600;
    color: #fff;
    white-space: nowrap
}

.readmore__title::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.readmore__icon {
    background: #2383d5;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px
}

.readmore__icon .icon {
    fill: #fff;
    position: relative;
    right: -2px
}

.readmore--red .readmore__icon {
    background: #CA3C8C
}

.heading {
    margin: 0 0 20px
}

.heading__title {
    font-size: 2.125rem;
    margin: 0 !important;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
}

.heading__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.heading--dark .heading__title {
    color: #000
}

.slide-new {
    border-radius: 10px;
    height: 100%
}

.slide-new__thumb {
    margin: 0 0 10px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.slide-new__title {
    display: block;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px
}

.slide-new__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    border-radius: 20px;
    padding: 140px 25px 25px;
    background: #dc3e17;
    background: linear-gradient(180deg, rgba(220, 62, 23, 0) 0%, rgba(220, 62, 23, 0) 100px, #dc3e17 180px, #dc3e17 100%)
}

.slide-new__footer {
    margin-top: auto;
    padding-top: 10px
}

.slide-new__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    color: #fff;
    text-decoration: none
}

.slide-new__more::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.slide-new__icon {
    background: #2383d5;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px
}

.slide-new__icon .icon {
    fill: #fff;
    position: relative;
    right: -2px
}

.slider-news {
    position: relative;
    background: center/cover no-repeat url(../imgs/pattern.png) #e25d1f;
    padding: 30px 0 50px
}

.slider-news__heading {
    margin: 0
}

.slider-news__title {
    color: #fff
}

.slider-news__navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider-news__prev {
    position: absolute;
    left: -50px;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.slider-news__prev .icon {
    fill: #fff
}

.slider-news__next {
    position: absolute;
    right: -50px;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.slider-news__next .icon {
    fill: #fff
}

.slider-news__inner {
    border-radius: 10px;
    position: relative;
    z-index: 0
}

.slider-news .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider-news__item {
    height: 100%
}

@media (max-width: 768px) {
    .top__head {
        padding: 29px 15px 6px
    }

    .top__items {
        padding: 10px 15px 29px
    }
}

@media (max-width: 1200px) {
    .top {
        margin: 0 0 30px
    }
}

.side-games {
    background: #478b2c;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    padding: 10px 20px;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .32);
    box-shadow: 0 0 16px rgba(0, 0, 0, .32)
}

.side-games__title {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px
}

.side-games__item {
    margin: 0 0 10px
}

.side-game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    text-decoration: none;
    border-radius: 30px;
    padding: 5px;
    border: 3px solid #75c954;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.side-game__thumb {
    width: 45px;
    display: block;
    border-radius: 50%;
    margin: 0 15px 0 0
}

.side-game__title {
    color: #000;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.side-game:hover {
    background: #e567ae
}

.side-game:hover .side-game__title {
    color: #fff
}

.breadcrumbs {
    margin: 0 0 5px;
    color: #000;
    font-size: .875rem
}

.breadcrumbs__current {
    opacity: .7
}

.breadcrumbs__delimiter {
    margin: 0 5px
}

.breadcrumbs a {
    text-decoration: none;
    color: #000;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.breadcrumbs a:hover {
    color: #000
}

.shares-popup__form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, .8)
}

.shares-popup__form.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shares-popup__inner {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 2px 21px rgba(14, 41, 91, .35);
    box-shadow: 0 2px 21px rgba(14, 41, 91, .35);
    border-radius: 5px;
    z-index: 1;
    padding: 30px;
    width: 540px
}

.shares-popup__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #380765
}

.shares-popup__close {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 31px;
    height: 31px;
    opacity: .4;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-decoration: none
}

.shares-popup__close .icon {
    fill: #380765
}

.shares-popup__close:hover,
.shares-popup__close:focus,
.shares-popup__close:active {
    opacity: .6
}

.social-likes {
    margin: 0;
    padding: 5px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.social-likes__widget {
    border-radius: 5px;
    overflow: hidden;
    margin: 0 3px
}

.social-likes__widget:hover {
    -webkit-animation: smile-anim 1s infinite;
    animation: smile-anim 1s infinite
}

.social-likes__widget_notext .social-likes__icon {
    margin: 9px
}

.shares__subtitle {
    color: #380765;
    font-size: .875rem;
    margin-bottom: 10px
}

.shares__buttons {
    margin-bottom: 20px
}

.shares__code {
    margin-bottom: 10px
}

.shares__code-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 10px
}

.shares__code-val {
    width: 100%;
    height: 120px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.shares__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    border: 1px solid #eee;
    border-radius: 20px 20px 20px 0;
    background: #fafafa;
    font-size: .875rem
}

.shares__link-val {
    margin: 0 15px 0 0 !important;
    border: 0;
    background: transparent;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #2383d5;
    padding: 12px 8px 10px 15px
}

.shares__link-copy {
    font-weight: 500;
    color: #fff;
    background: #2383d5;
    text-decoration: none;
    padding: 2px 35px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px
}

.shares__link-copy:hover {
    color: #fff;
    background: #2383d5;
    text-decoration: none
}

.games,
.game_des {
    position: relative;
}

.games__heading {
    margin-bottom: 20px
}

.games__title {
    margin: 0
}

.games__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -5px
}

.games__item {
    padding: 0 5px;
    margin: 0 0 10px;
    max-width: 50%
}

@media (min-width: 767px) {
    .games__item {
        max-width: 25%
    }
}

@media (min-width: 1023px) {
    .games__item {
        max-width: 25%
    }
}

@media (min-width: 1199px) {
    .games__item {
        max-width: 20%
    }
}

.card {
    position: relative;
    z-index: 0;
    max-width: 220px;
    border-radius: 10px;
    background: #e567ae;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .32);
    box-shadow: 0 0 16px rgba(0, 0, 0, .32);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
    border-radius: 10px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: #2383d5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(35, 131, 213, 0)), to(#2383d5));
    background: linear-gradient(180deg, rgba(35, 131, 213, 0) 25%, #2383d5 100%)
}

.card__thumb {
    display: block;
    overflow: hidden;
    border-radius: 10px
}

.card__thumb img {
    display: block;
    border-radius: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.card__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 20px;
    border-radius: 10px;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 140px, rgba(0, 0, 0, 0.5) 100%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.card__title {
    display: block;
    text-decoration: none;
    font-size: .9286rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    max-width: 100%;
    border-radius: 0 0 10px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.card__title::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.card:hover::after {
    opacity: 0
}

.card:hover .card__thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.card:hover .card__title {
    color: #CA3C8C
}

.card:hover .card__content {
    opacity: 1
}

@media (max-width: 1024px) {
    .card__thumb img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.card-labels {
    position: absolute;
    top: -5px;
    right: -5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-labels__rating {
    background: #0a0a0a;
    font-size: .875rem;
    line-height: 1;
    padding: 5px;
    font-weight: 600;
    position: relative;
    color: #fff;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 52px;
    border-radius: 10px
}

.card-labels__rating .icon {
    fill: #ffcc00;
    margin-right: 8px
}

.videos__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px
}

.videos__item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    margin-bottom: 30px
}

.videos__title {
    color: #380765
}

.videos .iframe-container-16-9 {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%
}

.videos .iframe-container-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.videos .iframe-container-4-3 {
    position: relative;
    overflow: hidden;
    padding-top: 75%
}

.videos .iframe-container-4-3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.side-categories__items {
    padding: 0;
    margin: 0 0 20px;
    list-style: none
}

.side-categories__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0 0 12px;
    position: relative
}

.side-categories__item:last-child {
    margin: 0
}

.side-categories__item:hover .side-categories__title,
.side-categories__item:focus .side-categories__title,
.side-categories__item:active .side-categories__title {
    color: #e567ae;
    opacity: 1
}

.side-categories__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden
}

.side-categories__title {
    color: #fff;
    font-size: .8571rem;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.side-categories__title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.footer {
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, rgb(255 255 255 / 50%) 0%, rgb(177 34 145 / 80%) 35%, #e567ae 100%);
    background-color: #000;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0;
    position: relative
}

@media (min-width: 1024px) {
    .footer__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer__logo {
    position: relative;
    top: 5px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

@media (min-width: 1024px) {
    .footer__logo {
        margin-left: initial
    }
}

.footer__menu {
    margin-left: auto
}

.footer__search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px
}

.privacy {
    padding: 10px 10px 10px 15px;
    background: #72b3e3;
    -webkit-box-shadow: 0 0 5px #3291d7;
    box-shadow: 0 0 5px #3291d7;
    border-radius: 8px;
    position: fixed;
    bottom: 15px;
    left: 45px;
    z-index: 2;
    display: none;
    max-width: 320px
}

.privacy__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.privacy__content {
    color: rgba(255, 255, 255, .8);
    line-height: 1.6;
    margin-right: 15px;
    font-size: .775rem
}

.privacy__links {
    font-size: 0;
    margin: 10px 0 0
}

.vote-block-info {
    overflow: hidden;
    vertical-align: middle;
    position: relative
}

.vote-block-info .rating-info {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    display: none !important
}

.vote-block-info span.rating-text {
    font-size: 14px;
    font-weight: 600;
    display: block;
    float: left;
    margin-left: 8px
}

.vote-block-info .rating {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    height: 15px;
    float: left;
    vertical-align: middle;
    background: 0 0 !important
}

.vote-block-info.disabled .rating:hover li {
    cursor: auto
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .vote-block-info .rating:hover li {
        background-image: url(../imgs/rating-info.png);
        background-size: 23px 60px !important
    }
}

.vote-block-info .rating li {
    display: block;
    width: 23px;
    height: 20px;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    margin-bottom: 0 !important
}

.vote-block-info.disabled .rating li.current {
    display: block;
    z-index: 10
}

.vote-block-info .rating li.active,
.vote-block-info .rating li.active~li {
    background-position: 0 -48px
}

.vote-block-info li.current {
    display: none
}

.vote-block-info ol.rating {
    position: relative;
    padding: 0 !important;
    margin: 3px 0 0 !important
}

.vote-block-info ol.rating li {
    cursor: default;
    z-index: 2;
    position: relative
}

.vote-block-info ol.rating li.current {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url(../imgs/rating-info.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .vote-block-info ol.rating li.current {
        background-image: url(../imgs/rating-info.png);
        background-size: 27px 72px !important
    }
}

.vote-block-info ol.show-current li.current span {
    display: block;
    height: 15px;
    width: 0;
    background: inherit;
    background-position: 0 -48px
}

.vote-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vote-block__count {
    display: none
}

.vote-block .rating-info {
    bottom: 0;
    left: 0;
    display: block;
    position: static
}

.vote-block span.rating-text {
    font-size: 14px;
    line-height: 1;
    display: block;
    float: left;
    margin-left: 8px;
    margin-top: 7px
}

.vote-block span.rating-text b {
    font-size: 14px
}

.vote-block .rating {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    height: 24px;
    float: left;
    vertical-align: middle;
    background: 0 0 !important
}

.vote-block .rating:hover li {
    background-image: url(../imgs/rating-star.png);
    cursor: pointer
}

.vote-block.disabled .rating:hover li {
    cursor: auto
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .vote-block .rating:hover li {
        background-image: url(../imgs/rating-star.png);
        background-size: 27px 72px !important
    }
}

.vote-block .rating li {
    display: block;
    width: 27px;
    height: 24px;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    margin-bottom: 0 !important
}

.vote-block .rating li:hover,
.vote-block .rating li:hover~li {
    background-position: 0 -24px
}

.vote-block.disabled .rating li.current {
    display: block;
    z-index: 10
}

.vote-block .rating li.active,
.vote-block .rating li.active~li {
    background-position: 0 -48px
}

.vote-block li.current {
    display: none
}

.vote-block ol.rating {
    width: 135px;
    position: relative;
    padding: 0 !important
}

.vote-block ol.rating li {
    cursor: default;
    z-index: 2;
    position: relative
}

.vote-block ol.rating li.current {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url(../imgs/rating-star.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .vote-block ol.rating li.current {
        background-image: url(../imgs/rating-star.png);
        background-size: 27px 72px !important
    }
}

.vote-block ol.show-current li.current span {
    display: block;
    height: 42px;
    width: 0;
    background: inherit;
    background-position: 0 -48px
}

.rating-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding-top: 3px
}

.rating-average {
    color: #000;
    font-weight: 600;
    line-height: 1
}

.flash-container {
    position: relative;
    text-align: center
}

.flash-container>noindex,
.flash-container>p,
.flash-container object,
.flash-container iframe {
    display: block;
    margin: 0 auto
}

.flash-container.fullscreen {
    border: none;
    text-align: center;
    background: #fff
}

.flash-container.fullscreen noindex,
.flash-container.fullscreen p,
.flash-container.fullscreen object,
.flash-container.fullscreen embed,
.flash-container.fullscreen iframe {
    width: 100%;
    height: 100%
}

.player-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px
}

.player-header__item {
    padding: 0 5px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 10px
}

.player-header__item:last-child {
    margin: 0
}

@media (min-width: 768px) {
    .player-header__item {
        max-width: none;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin: 0
    }
}

@media (min-width: 768px) {
    .player-header {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.player-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-decoration: none;
    text-align: center;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    white-space: nowrap;
    cursor: pointer;
    min-width: 260px;
    height: 70px;
    padding: 0 15px;
    color: #fff
}

.player-action--shares {
    background: #3291d7;
    border: 3px solid #87bfe8
}

.player-action--fullscreen {
    background: #dc3e17;
    border: 3px solid #ef846a
}

.player-action .icon {
    fill: #fff;
    position: relative;
    margin: 0 15px 0 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

@media (max-width: 1024px) {
    .btn--transparent {
        padding: 10px 25px
    }
}

.cs-likes-dislikes {
    width: 100%;
    background: #faf5aa;
    border: 3px solid #fff;
    min-width: 260px;
    height: 70px;
    padding: 0 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cs-likes-dislikes .cs-like-post,
.cs-likes-dislikes .cs-dislike-post {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 10px
}

.cs-likes-dislikes .cs-like-post .icon,
.cs-likes-dislikes .cs-dislike-post .icon {
    fill: #005fe4;
    width: 24px;
    height: 24px
}

.cs-likes-dislikes .cs-like-post {
    position: relative
}

.cs-likes-dislikes .cs-like-post .icon {
    position: relative;
    top: -2px
}

.cs-likes-dislikes .cs-like-post::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: rgba(0, 95, 228, .5)
}

.cs-likes-dislikes .cs-dislike-post .icon {
    position: relative;
    top: 2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cs-likes-dislikes .dislike-ico {
    background-position: 0 -18px
}

.cs-likes-dislikes .like-count {
    color: #005fe4;
    font-weight: 600
}

.cs-likes-dislikes .dislike-count {
    color: #005fe4;
    font-weight: 600
}

.player {
    border-radius: 10px;
    position: relative;
    min-height: 200px;
    overflow: hidden;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.player__title {
    margin: 0
}

.player__header {
    margin-bottom: 20px
}

.player__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.player__rating {
    background: #2383d5;
    padding: 13px 18px;
    border-radius: 10px;
    margin-right: 15px
}

.player__action-btn {
    width: 54px
}

.pagination ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px -5px 0;
    list-style: none
}

.pagination li {
    padding: 0
}

.pagination a,
.pagination span {
    font-weight: 600;
    position: relative;
    z-index: 0;
    display: block;
    padding: 0 5px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    margin: 0 3px;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    background: #3291d7;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.pagination a .icon,
.pagination span .icon {
    fill: #fff
}

.pagination a:hover,
.pagination a.current,
.pagination span:hover,
.pagination span.current {
    background: #dc3e17
}

.pagination a:hover .icon,
.pagination a.current .icon,
.pagination span:hover .icon,
.pagination span.current .icon {
    fill: #fff
}

.pagination .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.logo {
    display: block
}

.logo img {
    display: block
}

.promo {
    color: initial;
    text-align: center
}

.promo--side {
    margin-top: 10px;
    text-align: center
}

.promo--top {
    margin: 0 0 10px
}

.promo--bottom {
    margin: 30px 0 0
}

.game-container {
    max-width: 1368px;
    margin: 0 auto;
    color: #0a0a0a;
}

.game-box-container {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 16px;
    padding: 12px;
}

.ads-side {
    width: 300px;
    height: auto;
}

.ads-title {
    display: block;
    text-align: center;
    background: 0 0;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: .6
}

.horizontal-title {
    text-align: left !important
}

.game-box-container .game-box {
    /* flex: 0 0 calc(100% - 300px - 16px); */
    /* max-width: calc(100% - 300px - 16px); */
    width: 100%;
	max-width:1024px
}

.game-box-bottom {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-comment {
    font-family: inherit;
    box-sizing: border-box;
    color: inherit;
    background: transparent;
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 24%) 0px 6px 12px 0px;
    background: #fff;
    padding: 1rem 1rem 0.5rem;
}

.btn-component {
    background: #CA3C8C;
    border: 3px solid #ef846a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-decoration: none;
    text-align: center;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    white-space: nowrap;
    cursor: pointer;
    min-width: 180px;
    height: 50px;
    padding: 0 15px;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0/20%), 0 6px 10px 0 rgb(0 0 0/19%);
}

.btn-component span:nth-child(2) {
    margin-left: 6px;
}
.clipboard-share {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 300px;
    min-height: 45px;
}

.hide-zindex {
    z-index: -20;
    visibility: hidden;
}

.close-sharing-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
}

.inline-sharing-box h3 {
    margin-bottom: 10px;
    color: #000;
}
@media (max-width: 1200px) {

    .game-box-container .game-box,
    .game-box-container .ads-side {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .game-box-container {
        flex-direction: column;
    }

    .btn-component {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .game-box-bottom {
        align-items: center;
        justify-content: center;
        gap: 18px;
    }
}

.wall {
    background-image: url(../imgs/wall_1.png);
}

#posts_slide,
#top_games {
    position: relative;
}

#posts_slide .slick-arrow,
#top_games .slick-arrow,
#new_games .slick-arrow,
.categories_game .slick-arrow {
    background: #CA3C8C;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
    z-index: 100;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    outline: 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0/20%), 0 6px 10px 0 rgb(0 0 0/19%);
}

#posts_slide .right-icon,
#top_games .right-icon,
#new_games .right-icon,
.categories_game .right-icon {
    left: unset;
    right: -14px;
}

.banner__bg,
.top_game__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.banner__bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(153, 113, 35, .9);
    background: -webkit-gradient(linear, left top, right top, from(rgba(153, 113, 35, 0.5)), color-stop(35%, rgba(153, 113, 35, 0.8)), to(#997123));
    background: linear-gradient(90deg, rgb(255 255 255 / 50%) 0%, rgb(135 135 135 / 80%) 35%, #a8a8a882 100%);
}

.banner__bg img,
.top_game__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.top_game__bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: url("../imgs/wall_1.png"); */
	background: #000000;
    /*background: -webkit-gradient(linear, left top, right top, from(rgba(153, 113, 35, 0.5)), color-stop(35%, rgba(153, 113, 35, 0.8)), to(#997123));
    background: linear-gradient(180deg, rgb(153 113 35 / 0%) 0%, rgb(153 113 35 / 54%) 35%, #997123 100%);*/
}

.game-iframe {
    background: #000;
    -webkit-box-shadow: 0 2px 4px 2px #CA3C8C;
    box-shadow: 0 2px 4px 2px #CA3C8C;
}

.game-content-page,
.download_content {
    position: relative;
    font-weight: 400;
    box-shadow: rgb(0 0 0 / 24%) 0px 6px 12px 0px;
    padding: 20px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

.download_content {
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
}

.game-content-page p,
.download_content p {
    margin-bottom: 12px;
}

.game-content-page p a,
.single-description ul li a,
.single-description ol li a {
    color: #e567ae;
    text-decoration: none;
}

.game-content-page p a:hover,
.single-description ul li a:hover,
.single-description ol li a:hover {
    color: #e567ae;
    text-decoration: none;
}

.game-content-page h2,
.download_content h2 {
    color: #e567ae;
    font-size: 24px;
    text-transform: uppercase;
}

.game-content-page h3,
.game-content-page h4,
.game-content-page h5 {
    font-size: 20px;
    color: #e567ae
}

.game-content-page h1,
.game-content-page h2,
.game-content-page h3,
.game-content-page h4,
.game-content-page h5,
.game-content-page h6 {
    color: #0a0a0a;
    margin: revert!important;
}

.show_content {
    position: absolute;
    max-width: 98%;
    width: 100%;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
    z-index: 12;
    background: #fff;
}

.ShowMore_button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0;
    border-top: 0;
    background: 0 0;
    color: #000;
    font-size: 14px;
    width: fit-content;
    cursor: pointer;
    gap: 12px;
    padding: 6px 12px;
}

.tag--list {
    display: flex;
    flex-wrap: wrap;
    margin: 12px -12px;
    padding: 0;
    list-style: none
}

.tag--list.-big>.item {
    padding-bottom: 2rem
}

.tag--list>.item {
    margin-left: 12px;
    margin-bottom: 12px;
    max-width: 100%
}

.tag--component {
    display: block;
    background-color: #CA3C8C;
    color: #fff;
    padding: .7rem 1.5rem .5rem;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .3s ease-out
}

.tag--component:before {
    margin-right: 1.3rem
}

.tag--component:hover {
    color: #fff;
    background-color: #4a9000
}

.popgames .slick-track {
    /* padding: 12px 0; */ 
}

/*news*/

.articleBox {
    padding: 35px 40px 30px 40px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    background: rgb(255 255 255 / 30%);
    position: relative;
    color: #0d0d0d;
    font-size: 14px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.articleBox .artText img {
    margin: 8px auto;
    max-width: 600px;
    width: 100%;
    object-fit: contain;
    display: block;
}

.articleBox .artText h2 {
    font-size: 24px;
}

.articleBox .artText li {
    font-weight: inherit !important;
}

.articleBox .artText h2,
.articleBox .artText h3,
.articleBox .artText h4 {
    color: #0089F8;
    margin-bottom: 10px;
}

.articleBox .artText p {
    margin-bottom: 10px;
}

.articleBox .artText p a,
.articleBox .artText a,
.articleBox .artText ul li a,
.articleBox .artText ol li a {
    color: #0089F8;
}

.artCat {
    width: 100%;
    padding: 0 0 6px;
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #00000038;
    margin-bottom: 12px;
}

.artCat a {
    color: #0089F8;
    text-decoration: none;
}

.artTitle {
    padding: 0 0 20px;
    font-size: 32px;
    font-weight: 600;
}

.artMainImgBox {
    margin: 12px 0 24px;
    position: relative;
    float: left;
}

.artSideWrapBox {
    color: #0d0d0d;
    margin: 24px auto;
}

.artSideTitle {
    font-size: 20px;
    margin: 0 0 16px;
    color: #0d0d0d;
    font-weight: 500;
}

.relNews {
    padding-bottom: 32px;
}

.relNewsItem:last-child {
    margin: 0;
}

.relNewsItem {
    width: 100%;
    margin: 0 0 18px;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}

.sectionLink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.relNewsImg {
    width: 110px;
    height: 110px;
    border-radius: 8px
}

.newsItem {
    width: 100%;
    margin: 0 0 18px;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}

.relNewsInfo {
    padding: 0 0 0 20px;
    justify-content: flex-start;
    display: flex;
    flex-flow: column nowrap;
}

.relNewsTitle {
    padding: 0;
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    color: inherit;
}

.newsItem .relNewsTitle {
    font-size: 20px;
}

.newsTitle {
    font-size: 32px;
    color: #0089F8;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 600;
}

.shortDes {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #a7a7a7
}

.newsDes {
    margin-bottom: 24px;
}

.newsDes h2,
.newsDes h3,
.newsDes h4 {
    font-size: 24px;
    color: #0089F8;
    margin-bottom: 10px;
}

.newsDes tbody,
.newsDes td,
.newsDes tfoot,
.newsDes th,
.newsDes thead,
.newsDes tr,
.artText tbody,
.artText td,
.artText tfoot,
.artText th,
.artText thead,
.artText tr {
    border: 1px solid #0089F8;
    padding: 8px;
}

.artText iframe {
    width: 100%;
    max-height: 500px
}

.newsDes table,
.artText table {
    width: 100%;
    margin: 12px auto;
}

.newsDes h2 {
    text-transform: uppercase;
}

.newsDes ul,
.newsDes ol,
.artText ol,
.artText ul {
    padding-left: 36px;
}

.artTitle {
    color: #0089F8;
}

.read_more {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.m-auto {
    margin: 0 auto;
}

.readmore::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
}

.pagination-wrapper {
    margin-top: 20px;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-left: -12px;
    justify-content: center;
}

.pagination .page-link {
    background: #0a0a0a;
    color: #000;
    border: 0;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 8px;
    line-height: 2.1;
    margin-left: 12px;
}

.pagination .page-link.number {
    cursor: pointer;
}

.pagination .page-link:hover {
    background: #CA3C8C;
    color: #000;
}

.page-link {
    position: relative;
    display: block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-item:first-child .page-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.page-link:hover {
    background: #574260;
}

.pagination .disabled .page-link {
    background: #CA3C8C;
    color: #000;
}

.page-item:last-child .page-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.games-list {
    margin-bottom: 12px;
}

.flex-row {
    flex-flow: row nowrap;
}

.align-item-center {
    align-items: center;
}

.view-more {
    margin-left: 10px;
    color: #0089F8;
    font-weight: 700;
    text-decoration: none;
}

.min-h100 {
    min-height: 100vh;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.search-form {
    display: flex;
    position: relative;
    font-weight: 500;
    align-items: center;
}

.search-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.search-form__input {
    width: 200px;
    padding: 10px 45px 10px 18px;
    line-height: 1;
    color: #000;
    background: #fff;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

.navbar .links li .sub-menu {
    position: absolute;
    left: 50%;
    top: 34px;
    line-height: 40px;
    padding-left: 0;
    background: #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    transform: translateX(-50%);
    z-index: 2;
}

.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    list-style: none;
}

.navbar .links li .mainmenu__link, .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Dosis', cursive;
}

.navbar .links li:hover .htmlCss-sub-menu,
.navbar .links li:focus .htmlCss-sub-menu,
.navbar .links li:active .htmlCss-sub-menu {
    display: block;
}

.game-box-control {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-flow: row wrap;
}

@media (max-width: 768px) {
    .game-box-control {
        flex-direction: column;
        align-items: center;
    }
}

.category_list {
    padding: 0 20px;
}

.categories_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
}

.category_boundary {
    padding: 12px 16px;
    width: calc(100% - 450px);
    position: relative;
}

.category_content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.about_category {
    max-width: 450px;
    width: 450px;
    padding: 16px;
    background: #61bc00;
    border-radius: 12px;
    color: #fff;
}

.about_category_title {
    font-size: 24px;
    font-weight: 700;
}

.category_item {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.category_item .tag--component:first-child {
    margin-bottom: 10px;
}

.category_boundary .slick-arrow {
    width: 50px;
    color: #fff;
    border: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 0;
    height: 100%;
    background-color: rgba(133, 102, 255, 0.8);
    cursor: pointer;
    left: 0
}

.category_boundary .right-icon {
    left: unset;
    right: 0;
}

.category_boundary:hover .slick-arrow {
    opacity: 1;
}

.ads_banner {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 24px auto;
}

.ads_banner .ads {
    width: 100%;
    min-height: 90px;
    margin: 0 auto;
    text-align: center;
}