:root {
    --button-size: 36px;
    --icon-size: 20px;
    --padding-ver: calc(0.3 * var(--icon-size));
    --padding-hor: calc(var(--icon-size) / 2);
    --padding-icon: calc((var(--button-size) - var(--icon-size)) / 2);
    --height: calc(var(--button-size) - 2 * var(--padding-ver));
    --width: calc(var(--button-size) - 2 * var(--padding-hor));
}


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: Arial;
    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(7007%) 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: 700;
    padding: .4rem 1rem;
    border: none;
    background: transparent;
    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: transparent
}

[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
}

/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,
swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

/*
 * Container style
 */

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

: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: -0.31em;
    *letter-spacing: normal;
    word-spacing: -0.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 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto
}

@media (min-width: 480px) {
    .re-col-xs-auto {
        -ms-flex: 1 0 0px;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 768px) {
    .re-col-sm-auto {
        -ms-flex: 1 0 0px;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 1024px) {
    .re-col-md-auto {
        -ms-flex: 1 0 0px;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 1330px) {
    .re-col-lg-auto {
        -ms-flex: 1 0 0px;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 1600px) {
    .re-col-xlg-auto {
        -ms-flex: 1 0 0px;
        -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
    }
}

/*@font-face {
    font-display: swap;
    font-family: "Pixeloid";
    font-style: normal;
    font-weight: bold;
    src: url(../fonts/OCRAEXT.woff) format("woff"), url(../fonts/OCRAEXT.woff2) format("woff2")
}*/

/*@font-face {
    font-display: swap;
    font-family: "Fredoka";
    font-style: normal;
    font-weight: normal;
    src:  url(../fonts/SuperLegendBoy.woff) format("woff"),url(../fonts/SuperLegendBoy.ttf) format("truetype")
}*/

/*@font-face {
    font-display: swap;
    font-family: "PixeloidBold";
    font-style: normal;
    font-weight: bold;
    src: url(../fonts/PixeloidSansBold.woff) format("woff"), url(../fonts/PixeloidSansBold.ttf) format("truetype")
}*/

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 16px;
    font-weight: 400;
    min-height: 100%
}

html.overlayed {
    height: 100%;
    overflow: hidden
}

html.overlayed body {
    height: 100%;
    overflow: hidden
}

body {
    background: rgb(10, 0, 27);
    background-image: url("../images/pattern_bg.png");


    color: #fff;
    font-family: "Fredoka", sans-serif;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 100%;
    z-index: 0
}

body.overlayed {
    overflow: hidden
}

button {
    cursor: pointer
}

p {
    margin: 0;
    max-height: 1000000px;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #FFD000;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px;
    max-height: 1000000px;
    padding: 0
}

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: #fff;
    display: inline-block;
    line-height: 1.8;
    text-decoration: underline;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

a:not([class]):hover {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
    text-decoration: none
}

.form-input {
    color: #fff;
    font-family: "Fredoka";
    outline: none;
    -webkit-transition: all .4s;
    transition: all .4s
}

.form-input::-webkit-input-placeholder {
    color: #a7a3a3;
    font-family: "Fredoka";
    font-weight: 400;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.form-input:-moz-placeholder {
    color: #a7a3a3;
    font-family: "Fredoka";
    font-weight: 400;
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

.form-input::-moz-placeholder {
    color: #a7a3a3;
    font-family: "Fredoka";
    font-weight: 400;
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

.form-input:-ms-input-placeholder {
    color: #a7a3a3;
    font-family: "Fredoka";
    font-weight: 400;
    opacity: 1;
    -ms-transition: opacity .5s;
    transition: opacity .5s
}

.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 {
    height: 65px;
    resize: none
}

.section {
    margin: 0 0 30px
}

.heading {
    /*font: 700 45px/1.2 "fnaf", sans-serif;*/
    margin: 0 0 20px !important;
    font-size: 24px;
    text-transform: uppercase;
}

.content-wrapper {
    text-align: center
}

.head-shadow {
    padding-top: 30px;
    position: relative;
    z-index: 0
}


.img-fluid {
    display: block;
    height: auto;
    max-width: 100%
}

.noscroll {
    overflow: hidden
}

.counters {
    display: none
}

.hidden {
    display: none !important
}

.text--center {
    text-align: center
}

.overlay {
    background: rgba(0, 0, 0, .5);
    display: none;
    inset: 0;
    position: absolute;
    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 {
    bottom: 0;
    left: -9999px;
    position: absolute;
    z-index: -999
}

.clearfix::after {
    clear: both;
    content: "";
    display: table
}

.delimiter {
    padding-top: 45px;
    position: relative;
    z-index: -1
}

.content {
    color: #fff;
    font-size: 14px
}

.content img {
    margin: 0 auto;
    display: block;
}

.content *:last-child {
    margin-bottom: 0
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #fff;
    /*font-family: "fnaf", sans-serif;*/
    line-height: 1.1;
    margin: 25px 0;
    max-height: 1000000px;
    padding: 0
}

.content h1 {
    font-size: 1.571rem
}

.content h2 {
    font-size: 1.571rem
}

.content h3 {
    font-size: 1.3rem
}

.content h2,
.content h3 {
    margin-bottom: 20px
}

.content h4,
.content h5,
.content h6 {
    margin-bottom: 14px
}

.content p {
    margin-bottom: 10px
}

.content ul:not([class]) {
    list-style: none;
    margin: 0 0 12px;
    padding: 0 0 0 20px
}

.content ul:not([class]) li {
    list-style: disc;
    position: relative;
    text-decoration: none
}

.content ul:not([class]) li::before {

    list-style: disc;
    height: 7px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 7px
}

.content ol:not([class]) {
    counter-reset: list 1;
    padding-left: 1rem
}

.content ol:not([class]) li {
    list-style: disc;
    margin-bottom: 10px;
    position: relative
}

.content ol:not([class]) li::before {
    color: #ff7f00;
    list-style: disc;
    font-weight: 500;
    left: 15px;
    position: absolute;
    top: 0
}

.content pre {
    margin-bottom: 2rem !important
}

.content code.inline {
    color: #ff7f00;
    font-size: .9rem;
    padding: 3px 5px
}

.content blockquote {
    border-left: 5px solid #ff7f00;
    font-style: italic;
    margin: 1rem 0 2rem;
    padding: 0 0 0 2rem
}

.content b,
.content strong {
    color: #fff;
    font-weight: 700
}

.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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    min-height: 2rem;
    padding: 4px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.btn:hover,
.btn:focus,
.btn:active {
    text-decoration: none
}

.btn .icon {
    fill: #fff;
    margin-right: 8px;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.btn--small {
    font-size: .8571rem;
    padding: .2rem 1rem
}

.btn--icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn--icon .icon {
    margin: 0
}

@media (width <= 1024px) {
    .btn--transparent {
        padding: 10px 25px
    }
}

.btn--primary {
    background: #ff7f00;
    color: #fff;
    min-height: initial;
    position: relative;
    z-index: 0
}

.btn--primary .icon {
    fill: #fff
}

.btn--primary:hover {
    background-color: #e41575
}

.btn--secondary {
    background-color: #ee5d29;
    color: #fff;
    min-height: initial;
    position: relative;
    z-index: 0
}

.btn--secondary .icon {
    fill: #fff
}

.btn--secondary:hover {
    background-color: #f28158;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0
}

.btn--secondary:hover::after {
    inset: 0
}

.btn--accent {
    background-color: #ff7f00;
    color: #fff;
    min-height: initial;
    position: relative;
    z-index: 0
}

.btn--accent .icon {
    fill: #fff
}

.btn--accent:hover {
    background-color: #e7ca53;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0
}

.btn--accent:hover::after {
    inset: 0
}

#comments {
    padding: 10px;
    position: relative
}

.comment-form input[type=text],
.comment-form input[type=email] {
    background-color: rgba(255, 255, 255, .9);
    border: 0;
    border-radius: 5px;
    font: 400 13px/1 "Fredoka";
    max-width: 100%;
    padding: 8px 10px
}

.comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=email]::-webkit-input-placeholder {
    color: #000
}

.comment-form input[type=text]:-moz-placeholder,
.comment-form input[type=email]:-moz-placeholder {
    color: #000
}

.comment-form input[type=text]::-moz-placeholder,
.comment-form input[type=email]::-moz-placeholder {
    color: #000
}

.comment-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=email]:-ms-input-placeholder {
    color: #000
}

.comment-form textarea {
    background-color: rgba(255, 255, 255, .9);
    border: 0;
    border-radius: 5px;
    font: 400 13px/1 "Fredoka";
    max-width: 100%;
    padding: 8px 10px
}

.comment-form textarea::-webkit-input-placeholder {
    color: #000
}

.comment-form textarea:-moz-placeholder {
    color: #000
}

.comment-form textarea::-moz-placeholder {
    color: #000
}

.comment-form textarea:-ms-input-placeholder {
    color: #000
}

.comment-form label {
    font-size: 12px
}

.comment-form input[type=checkbox] {
    background-color: rgba(255, 255, 255, .9);
    border: 0;
    border-radius: 5px
}

.comment-form__row {
    margin: 0 0 10px
}

.comment-form__label {
    display: none
}

.comment-form__checkbox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    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;
    line-height: 1.2;
    margin: 0 0 10px
}

.comment-form__checkbox input {
    margin: 1px 5px 0 0
}

.comment-form__submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%
}

.comments-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 10px 0 0
}

.comments-list__wrapper {
    height: 300px;
    margin: 0 0 10px;
    overflow: hidden;
    overflow-anchor: none;
    position: relative
}

.comments-list__more {
    background-color: #ee5d29;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 auto;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.comments-list__more:hover {
    border-color: #ee5d29;
    color: #ee5d29
}

.comment {
    padding: 0 0 10px
}

.comment:last-child {
    padding: 0
}

.comment-edit-link {
    display: none
}

.logged-in-as {
    display: none
}

.comment-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    min-height: 25px
}

.comment-author img {
    display: none
}

.comment-author .fn {
    font-weight: 700;
    margin: 0 4px 0 0
}

.comment-meta {
    font-size: 9px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 2px
}

.comment-body {
    font-size: 14px;
    position: relative
}

.comment-text {
    font-size: 13px
}

.comment-respond {
    padding-top: 20px
}

.container {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 20px
}

.content-pattern {
    /*background: url(../images/content-pattern.png) center top/100% auto no-repeat*/
}

.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;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.layout__header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
    margin: 10px;
}

.layout__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    z-index: 0
}

.layout__footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    z-index: -1
}

.area {
    border-radius: 10px
}

.area__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;
    margin: 0 -15px
}

@media (width >= 1024px) {
    .area__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.area__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 0 15px
}

.area__sidebar {
    margin-bottom: 20px;
}

@media (width >= 1024px) {
    .area__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 243px;
        flex: 0 0 243px;
        margin-bottom: 0;
        max-width: 243px
    }
}

.s-content {
    margin: 0 0 20px
}

.s-content__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s-content__favorites {
    margin-left: auto;
    margin-top: 4px
}

.s-content__content {
    background: #735a22;
    padding: 15px;
    overflow: hidden;
    position: relative;
    border: 3px solid #311d0b;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 19px #000;
    -moz-box-shadow: 0 0 19px #000;
    -webkit-box-shadow: 0 0 19px #000
}

.s-content__thumb {
    border-radius: 5px;
    float: left;
    margin: 0 15px 10px 0
}

.header {
    position: relative;
    z-index: 1;
    padding: 12px;
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative
}

@media (min-width: 1024px) {
    .header__logo {
        margin-left: initial
    }
}

.logo img {
    max-width: 220px;
}

.header__menu {
    margin: 15px 0 0
}

@media (min-width: 1024px) {
    .header__menu {
        margin: 0
    }
}

.header__search {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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;
    margin-left: 15px;
    position: relative
}

.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    z-index: 1;
    background: #735a22;
    border: 3px solid #000;
    box-shadow: 0 0 19px #000;
    -moz-box-shadow: 0 0 19px #000;
    -webkit-box-shadow: 0 0 19px #000;
}

.navbar::after {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.05)));
    background: linear-gradient(180deg, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 5%) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1
}

.navbar__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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;
    padding: 10px 0;
    position: relative
}

@media (min-width: 1024px) {
    .navbar__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
    }
}

.navbar__logo {
    max-width: 200px
}

@media (width >= 768px) {
    .navbar__logo {
        max-width: 260px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.navbar__menu {
    margin-left: auto
}

@media (width >= 768px) {
    .navbar__menu {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 2;
        order: 2
    }
}

.navbar__search {
    padding-top: 10px;
    width: 100%
}

@media (width >= 768px) {
    .navbar__search {
        margin-left: 50px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 0;
        width: auto
    }
}

.search-form {
    display: block;
    position: relative
}

.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;
    position: relative
}

.search-form__input {
    background: transparent;
    border: 0;
    font-family: inherit;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
    max-width: 100%;
    padding: 12px 48px 12px 12px
}

.search-form__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.74);
    font-weight: 300
}

.search-form__input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.74);
    font-weight: 300
}

.search-form__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.74);
    font-weight: 300
}

.search-form__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.74);
    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
}

@media (width >= 1024px) {
    .search-form__input {
        min-width: 200px
    }
}

.search-form__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: #fff;
    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;
    outline: none;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.search-form__btn .icon {
    color: #FFD000
}

.search-form__btn:focus,
.search-form__btn:hover,
.search-form__btn:active {
    outline: none
}

@media (width <= 768px) {
    .search-form__input {
        width: 100%
    }
}

.head-box {
    padding-top: 10px
}

.head-box__heading {
    margin: 0 !important
}

.head-box__columns {
    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: 0 -15px
}

@media (width >= 768px) {
    .head-box__columns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.head-box__column {
    margin: 0 0 20px;
    padding: 0 15px
}

.head-box__column:last-child {
    margin: 0
}

@media (width >= 768px) {
    .head-box__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: 0;
        max-width: 50%;
    }
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.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;
    margin: 0 -7px;
    padding: 0
}

@media (min-width: 768px) {
    .menu__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.menu__item { 
    position: relative
}

.menu__link {
    border: 2px solid #FFD000;
    border-radius: 5px;
    color: #FFD000;
    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;
    /*font: 400 20px/1 "fnaf", sans-serif;*/
    padding: 11px 15px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    box-shadow: 0 4px 8px 0 rgb(0 0 0/20%), 0 6px 10px 0 rgb(0 0 0/19%);
}

.menu__link:hover {
    color: #000;
    background: #FFD000;
    box-shadow: 0 4px 8px 0 #78BF12, 0 6px 10px 0 #78BF12;
}

.menu__link:hover .icon {
    fill: #ff7f00
}

.menu__link:hover::after {
    -webkit-box-shadow: 0 0 31px rgba(105, 95, 151, 0);
    box-shadow: 0 0 31px rgba(105, 95, 151, 0)
}

.menu--main {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    z-index: 9
}

@media (min-width: 1024px) {
    .menu--main {
        opacity: 1;
        position: static;
        visibility: visible
    }
}

.menu--footer {
    background: rgba(0, 0, 0, 0)
}

.mainmenu {
    background: #66501e;
    border-radius: 10px 0 10px 10px;
    padding: 25px 25px 15px;
    position: absolute;
    right: 0;
    top: calc(100% - 60px);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    z-index: 11;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

@media (width >= 1024px) {
    .mainmenu {
        background-color: rgba(0, 0, 0, 0);
        display: block;
        padding: 0;
        position: static;
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible
    }
}

.mainmenu__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
}

@media (width >= 1024px) {
    .mainmenu__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.mainmenu__item {
    margin: 0 0 10px
}

@media (width >= 1024px) {
    .mainmenu__item {
       margin: 0 8px;
    }
}

.mainmenu.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.menu-toggle {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    text-align: right;
    -webkit-transition: .3s;
    transition: .3s;
    width: 25px
}

.menu-toggle__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 49px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: 49px;
    z-index: 12
}

@media (width >= 1024px) {
    .menu-toggle__wrapper {
        display: none
    }
}

.menu-toggle__check {
    display: none
}

.menu-toggle__item {
    background: #FFD000;
    display: inline-block;
    height: 2px;
    margin-bottom: 5px;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    width: 100%
}

.menu-toggle__item:nth-of-type(1) {
    width: 50%
}

.menu-toggle__item:nth-of-type(2) {
    width: 75%
}

.menu-toggle__item:nth-of-type(3) {
    width: 100%
}

.menu-toggle:hover .menu-toggle__item,
.menu-toggle:focus .menu-toggle__item {
    width: 100%
}

#toggle:checked ~ .menu-toggle__item {
    width: 100%
}

#toggle:checked ~ .menu-toggle__item--1 {
    position: relative;
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#toggle:checked ~ .menu-toggle__item--2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#toggle:checked ~ .menu-toggle__item--3 {
    display: none
}

#toggle:checked:focus ~ .menu-toggle__item {
    width: 100%
}

.footermenu {
    margin: 0 0 20px
}

@media (width >= 768px) {
    .footermenu {
        margin: 0
    }
}

.footermenu__link {
    border: 0;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-transform: capitalize
}

@media (width >= 768px) {
    .footermenu__link {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial
    }
}

.card {
    background: transparent;
    border-radius: 5px;
    max-width: 220px;
    position: relative;
    z-index: 0;
    -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__thumb {
    border-radius: 5px;
    display: block;
    /*overflow: hidden;*/
    position: relative;
    z-index: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.card__thumb img {
    border-radius: 5px;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.card__thumb::after {
    background: #ff7f00;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 188, 38, 0)), color-stop(80%, rgba(225, 188, 38, 0.7)), to(#ff7f00));
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0.57) 100%);
    border-radius: 5px;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    z-index: 1;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.card__content {
    border-radius: 5px;
    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;
    inset: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 8px 12px;
    position: absolute;
    z-index: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.card__content::after {
    background: #ff7f00;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(181, 17, 93, 0)), color-stop(80%, rgba(181, 17, 93, 0.7)), to(#ff7f00));*/
    background: linear-gradient(180deg, #32323200, #323232a3 80%, #323232 100%);
    border-radius: 2px;
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.card__title {
    border-radius: 0 0 5px 5px;
    color: #fff;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-shadow: 4px 1px 4px #000;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.card__title::after {
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1
}

.card__rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    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;
    font-weight: 600;
    padding: 2px 5px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.card__rating::after {
    /* background: url(../images/bg-rating.webp) 0 0 no-repeat;
     border-radius: 0 5px 0 0;
     content: "";
     height: 46px;
     position: absolute;
     right: 0;
     top: 0;
     width: 49px;
     z-index: -1*/
}

.ribbon-2 {
    --f: 8px;
    --r: 15px;
    --t: 10px;
    position: absolute;
    inset: var(--t) calc(-1 * var(--f)) auto auto;
    padding: 0 12px var(--f) calc(10px + var(--r));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
    background: #FFD000;
    box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
}

.card__rating .icon {
    fill: #fc0;
    margin-right: 3px
}

.card__rating span {
    position: relative;
    top: 2px
}

.card:hover::after {
    opacity: 0
}

.card:hover .card__thumb {
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg)
}

.card:hover .card__thumb::after {
    opacity: 1
}

.card:hover .card__content::after {
    opacity: 0
}

.card:hover .card__title {
    color: #FFD000;
    text-shadow: 4px 1px 4px #000;
    transform: rotate(9deg);
}

@media (max-width: 1024px) {
    .card__thumb img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.card-labels {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: -5px;
    top: -5px
}

.card-labels__rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ff7f00;
    border-radius: 5px;
    color: #dc3e17;
    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;
    font-size: .875rem;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    min-width: 52px;
    padding: 5px;
    position: relative;
    z-index: 1
}

.card-labels__rating .icon {
    fill: #fff;
    margin-right: 8px
}

.new {
    background: linear-gradient(180deg, rgb(0 0 0 / 58%) 0%, rgb(0 0 0 / 32%) 100%);
    border-radius: 5px;
    padding: 20px
}

.new__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: -5px
}

.new__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 5px
}

@media (width >= 520px) {
    .new__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
}

.popular, .popular-posts {
    position: relative;
    overflow: hidden;
}

.popular img, .popular-posts img {
    border-radius: 5px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.popular__content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: url(../images/popular-pattern.png) left bottom no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    inset: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 15px;
    position: absolute
}

.popular__title {
    color: #000;
    max-width: 260px;
    text-decoration: none
}

.popular__title span:last-child {
    color: #fff
}

.side-games {
    padding: 15px 0
}

.side-games__item {
    margin: 0 0 12px;
    padding: 0 15px
}

.side-games__item:last-child {
    margin: 0
}

.side-game {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    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-decoration: none;
    align-items: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.side-game__thumb {
    border-radius: 50%;
    display: block;
    margin: 0 12px 0 0;
    width: 45px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.side-game__title {
    color: #fff;

    padding-top: 4px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.side-game:hover .side-game__thumb {
    -webkit-box-shadow: 0 0 0 2px #e41575;
    box-shadow: 0 0 0 2px #e41575
}

.side-game:hover .side-game__title {
    color: #FFD000
}

.games {
    margin: 0 0 20px
}

.games__heading {
    margin-bottom: 20px
}

.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 {
    margin: 0 0 20px;
    max-width: 50%;
    padding: 0 5px
}

@media (width >= 520px) {
    .games__item {
        max-width: 33.3333%
    }
}

@media (width >= 768px) {
    .games__item {
        max-width: 25%
    }
}

.games--ext .games__items {
    margin: -15px
}

.games--ext .games__item {
    padding: 15px
}

.carousel {
    position: relative; 
}

.carousel__inner {
    position: relative
}

.carousel__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, .2);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 25px);
    width: 45px;
    z-index: 11;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.carousel__nav .icon {
    display: block;
    fill: #FFD000;
    height: auto;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.carousel__nav--prev {
    left: -60px
}

.carousel__nav--next {
    right: -60px
}

.carousel__nav:hover {
    background: #FFD000
}

.carousel__nav:hover .icon {
    fill: #fff
}

.g-area__content {
    margin: 0 0 20px
}

.g-area__footer {
    margin: 0 0 20px
}

.game {
    background-color: rgba(255, 255, 255, .08);
    border-radius: 5px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 3px solid #311d0b;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 19px #000;
    -moz-box-shadow: 0 0 19px #000;
    -webkit-box-shadow: 0 0 19px #000;
}

.game > noindex,
.game > p,
.game object,
.game iframe {
    display: block;
    margin: 0 auto
}

.game.fullscreen {
    background: #fff;
    border: none;
    text-align: center
}

.game.fullscreen noindex,
.game.fullscreen p,
.game.fullscreen object,
.game.fullscreen embed,
.game.fullscreen iframe {
    height: 100%;
    width: 100%
}

.g-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -7px
}

.g-footer__item {
    margin: 0 0 10px;
    max-width: 100%;
    padding: 0 7px
}

@media (min-width: 768px) {
    .g-footer__item {
        margin: 0;
        max-width: none
    }

    .g-footer__item--last {
        margin: 0 0 0 auto
    }
}

.g-footer__item .title {
    margin: 0
}

.g-footer__fullscreen, .g-footer__button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #FFD000;
    border-radius: 5px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin-left: 12px;
    background: transparent;
    box-shadow: 0 4px 8px 0 rgb(0 0 0/20%), 0 6px 10px 0 rgb(0 0 0/19%);
}

.g-footer__fullscreen .icon, .g-footer__button .svg-icon {
    fill: #FFD000;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.g-footer__fullscreen:hover, .g-footer__button:hover {
    background-color: #FFD000;
    box-shadow: 0 4px 8px 0 #78BF12, 0 6px 10px 0 #78BF12;
}

.g-footer__fullscreen:hover .icon, .g-footer__button:hover .svg-icon {
    fill: #000
}

.g-footer__fullscreen:hover .like-count,
.g-footer__fullscreen:hover .dislike-count {
    color: #fff
}

@media (min-width: 768px) {
    .g-footer {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.sidebar__widget {
    margin: 0 0 20px
}

.widget {
    background: rgba(255, 255, 255, .5);
    background: -webkit-gradient(linear, left top, left bottom, from(#654f1e), to(#00000087));
    border-radius: 5px
}

.widget__title {
    background: #735a22;
    border-radius: 5px;
    padding: 12px 15px 10px;
    font-size: 18px;
    color: #ffd000;
    text-transform: uppercase;
}

.widget__meta {
}

.pagination ul {
    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;
    list-style: none;
    margin: 15px -5px 0;
    padding: 0
}

.pagination li {
    padding: 0
}

.pagination a,
.pagination span {
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    line-height: 46px;
    margin: 0 3px;
    min-width: 46px;
    opacity: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: #735a22;
    border: 3px solid #000;
    box-shadow: 0 0 19px #000;
    -moz-box-shadow: 0 0 19px #000;
    -webkit-box-shadow: 0 0 19px #000;
}

.pagination a .icon,
.pagination span .icon {
    fill: #fff
}

.pagination a:hover,
.pagination a.current,
.pagination span:hover,
.pagination span.current {
    background: #FFD000;
    color: #000;
    font-weight: bold;
}

.pagination a:hover .icon,
.pagination a.current .icon,
.pagination span:hover .icon,
.pagination span.current .icon {
    fill: #fff
}

.pagination .next {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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
}

.pagination .prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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
}

.breadcrumbs {
    color: #fff;
    font-size: 14px
}

.breadcrumbs__current {
    opacity: .9
}

.breadcrumbs__delimiter {
    color: rgba(255, 255, 255, .5);
    margin: 0 2px
}

.breadcrumbs a {
    color: #ffcd00c7;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.breadcrumbs a:hover {
    color: #ffcd00
}

.privacy {
    background: #000;
    border-radius: 10px;
    bottom: 15px;
    -webkit-box-shadow: 0 0 5px #ff7f00;
    box-shadow: 0 0 5px #ff7f00;
    display: none;
    left: 15px;
    max-width: 260px;
    padding: 10px 10px 10px 15px;
    position: fixed;
    z-index: 2
}

.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);
    font-size: .775rem;
    line-height: 1.6;
    margin: 0 0 10px
}

.privacy__content h2,
.privacy__content h3 {
    /*font: 700 22px/1.2 "fnaf", sans-serif;*/
    margin: 0 0 5px
}

.privacy__links {
    margin: 0
}

.promo {
    color: initial;
    text-align: center
}

.promo--side {
    text-align: center
}

.promo--top {
    margin: 0 0 20px
}

.promo--bottom {
    margin: 20px 0 0
}

.vote-block-info {
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.vote-block-info .rating-info {
    bottom: 0;
    display: none !important;
    font-size: 12px;
    left: 0;
    position: absolute
}

.vote-block-info span.rating-text {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px
}

.vote-block-info .rating {
    background: none !important;
    float: left;
    height: 15px;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle
}

.vote-block-info.disabled .rating:hover li {
    cursor: auto
}

@media only screen and (resolution >= 192dpi), only screen and (resolution >= 2dppx) {
    .vote-block-info .rating:hover li {
        background-image: url(../images/rating-info.png);
        background-size: 23px 60px !important
    }
}

.vote-block-info .rating li {
    cursor: pointer;
    display: block;
    float: right;
    height: 20px;
    margin-bottom: 0 !important;
    text-indent: -9999px;
    width: 23px
}

.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 {
    margin: 3px 0 0 !important;
    padding: 0 !important;
    position: relative
}

.vote-block-info ol.rating li {
    cursor: default;
    position: relative;
    z-index: 2
}

.vote-block-info ol.rating li.current {
    background-image: url(../images/rating-info.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media only screen and (resolution >= 192dpi), only screen and (resolution >= 2dppx) {
    .vote-block-info ol.rating li.current {
        background-image: url(../images/rating-info.png);
        background-size: 27px 72px !important
    }
}

.vote-block-info ol.show-current li.current span {
    background: inherit;
    background-position: 0 -48px;
    display: block;
    height: 15px;
    width: 0
}

.vote-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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;
    position: relative
}

.vote-block__count {
    display: none
}

.vote-block .rating-info {
    bottom: 0;
    display: block;
    left: 0;
    position: static
}

.vote-block span.rating-text {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1;
    margin-left: 8px;
    margin-top: 7px
}

.vote-block span.rating-text b {
    font-size: 14px
}

.vote-block .rating {
    background: none !important;
    float: left;
    height: 18px;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle
}

.vote-block .rating:hover li {
    background-image: url(../images/ratings.webp);
    cursor: pointer
}

.vote-block.disabled .rating:hover li {
    cursor: auto
}

@media only screen and (resolution >= 192dpi), only screen and (resolution >= 2dppx) {
    .vote-block .rating:hover li {
        background-image: url(../images/ratings.webp);
        background-size: 20px 54px !important
    }
}

.vote-block .rating li {
    cursor: pointer;
    display: block;
    float: right;
    height: 18px;
    margin-bottom: 0 !important;
    text-indent: -9999px;
    width: 20px
}

.vote-block .rating li:hover,
.vote-block .rating li:hover ~ li {
    background-position: 0 -18px
}

.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 -36px
}

.vote-block li.current {
    display: none
}

.vote-block ol.rating {
    padding: 0 !important;
    position: relative;
    width: 100px
}

.vote-block ol.rating li {
    cursor: default;
    position: relative;
    z-index: 2
}

.vote-block ol.rating li.current {
    background-image: url(../images/ratings.webp);
    background-position: 0 0;
    background-repeat: repeat-x;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media only screen and (resolution >= 192dpi), only screen and (resolution >= 2dppx) {
    .vote-block ol.rating li.current {
        background-image: url(../images/ratings.webp);
        background-size: 20px 54px !important
    }
}

.vote-block ol.show-current li.current span {
    background: inherit;
    background-position: 0 -36px;
    display: block;
    height: 18px;
    width: 0
}

.rating-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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;
    line-height: 1;
    padding-top: 3px
}

.rating-average {
    color: rgba(255, 255, 255, .5);
}

.shares__toggler {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #ff7f00;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ff7f00;
    cursor: pointer;
    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;
    /*font: 700 25px/1 "fnaf", sans-serif;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    z-index: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.shares__toggler .icon {
    fill: #ff7f00;
    margin: 0 15px 0 0;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.shares__toggler span {
    position: relative;
    top: 2px
}

.shares__toggler:hover {
    background-color: #ff7f00;
    color: #fff
}

.shares__toggler:hover .icon {
    fill: #fff
}

.shares__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .8);
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    inset: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 999
}

.shares__form.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shares__inner {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 21px rgba(14, 41, 91, .35);
    box-shadow: 0 2px 21px rgba(14, 41, 91, .35);
    position: relative;
    width: 286px;
    z-index: 1
}

.shares__heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff7f00;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px
}

.shares__title {
    color: #fff;
    /*font: 700 25px/1 "fnaf", sans-serif;*/
    margin: 0
}

.shares__content {
    padding: 20px
}

.shares__close {
    opacity: .4;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.shares__close .icon {
    fill: #fff
}

.shares__close:hover,
.shares__close:focus,
.shares__close:active {
    opacity: .6
}

.social-likes {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 5px
}

.social-likes__widget {
    border-radius: 5px;
    margin: 0 3px;
    overflow: hidden
}

.social-likes__widget:hover {
    -webkit-animation: smile-anim 1s infinite;
    animation: smile-anim 1s infinite
}

.social-likes__widget_notext .social-likes__icon {
    margin: 9px
}

.cs-likes-dislikes {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #ff7f00;
    border-radius: 5px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.cs-likes-dislikes .cs-like-post,
.cs-likes-dislikes .cs-dislike-post {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.cs-likes-dislikes .cs-like-post .icon,
.cs-likes-dislikes .cs-dislike-post .icon {
    fill: #ff7f00;
    height: 18px;
    width: 18px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.cs-likes-dislikes .cs-like-post:hover,
.cs-likes-dislikes .cs-dislike-post:hover {
    background-color: #ff7f00
}

.cs-likes-dislikes .cs-like-post:hover .icon,
.cs-likes-dislikes .cs-dislike-post:hover .icon {
    fill: #fff
}

.cs-likes-dislikes .cs-like-post:hover .like-count,
.cs-likes-dislikes .cs-like-post:hover .dislike-count,
.cs-likes-dislikes .cs-dislike-post:hover .like-count,
.cs-likes-dislikes .cs-dislike-post:hover .dislike-count {
    color: #fff
}

.cs-likes-dislikes .cs-like-post {
    margin: 0;
    position: relative
}

.cs-likes-dislikes .cs-like-post .icon {
    position: relative;
    top: -4px
}

.cs-likes-dislikes .cs-like-post::after {
    background: #ff7f00;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px
}

.cs-likes-dislikes .cs-dislike-post .icon {
    position: relative;
    top: 2px
}

.cs-likes-dislikes .dislike-ico {
    background-position: 0 -18px
}

.cs-likes-dislikes .like-count,
.cs-likes-dislikes .dislike-count {
    color: #ff7f00;
    /*font: 700 25px/1 "fnaf", sans-serif;*/
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.scroll-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ff7f00;
    border-radius: 50%;
    bottom: 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;
    height: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    right: 20px;
    width: 55px;
    z-index: 2;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.scroll-top .bg {
    inset: 0;
    position: absolute;
    z-index: -1
}

.scroll-top .icon {
    display: block;
    fill: #fff;
    height: auto;
    position: relative;
    top: -2px;
    width: 24px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.scroll-top.show {
    opacity: 1
}

.scroll-top:hover .icon,
.scroll-top:focus .icon,
.scroll-top:active .icon {
    top: -5px
}

.ps__rail-x,
.ps__rail-y {
    opacity: .8
}

.ps__rail-y {
    border-radius: 6px;
    width: 10px
}

.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #ff7f00;
    width: 5px !important
}

.ps__thumb-y {
    background-color: #ff7f00
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
    background-color: #ff7f00;
    width: 5px !important
}

.footer { 
    position: relative;
    z-index: 0
}

.footer__bg {
    content: "";
    inset: 0;
    min-width: 100%;
    position: absolute;
    z-index: -1
}

.footer__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    width: 100%
}

@media (width >= 1520px) {
    .footer__bg {
        height: auto;
        width: 100%
    }
}

.footer__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;
    padding: 30px 0;
    position: relative
}

@media (width >= 768px) {
    .footer__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
    }
}

.footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 0 10px;
    position: relative;
    max-width: 200px;
}

@media (width >= 768px) {
    .footer__logo {
        margin: 0
    }
}

@media (width >= 1024px) {
    .footer__logo {
        margin-left: initial
    }
}

.footer__copyright {
    color: #000;
    opacity: .5
}

.games-list {
    margin-bottom: 12px;
}

.flex-row {
    flex-flow: row nowrap;
}

.align-item-center {
    align-items: center;
}

.view-more {
    margin-left: 10px;
    color: #FFD000;
}

.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;
    border: 2px solid #FFD000;
    border-radius: 8px;
}

.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;
    width: 100%;
}


.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;
    padding: 0 10px;
    z-index: 1;
    color: #fff;
    background: transparent;
}

.navbar_nav .links li .sub-menu {
    position: absolute;
    left: 0;
    top: 45px;
    line-height: 40px;
    padding-left: 0;
    background: #644e1e;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 999;
    width: max-content;
}

.navbar_nav .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    list-style: none;
}

.navbar_nav .links li a {
    text-decoration: none;
}

.navbar_nav .links li:hover .htmlCss-sub-menu, .navbar_nav .links li:focus .htmlCss-sub-menu, .navbar_nav .links li:active .htmlCss-sub-menu {
    display: block;
}

.btn_up {
    background: transparent;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    border-radius: 10px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    transition: transform 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transform: translateX(120px);
    z-index: 9999;
}

.btn_up.show {
    transform: translateX(0);
}

.btn_up span {
    background: #FFD000;
    color: #fff;
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    box-shadow: inset 0 2px 4px 0 rgb(255 255 255 / 38%), inset 0 -3px 3px 0 rgb(0 0 0 / 20%), 0 8px 15px 0 #FFD000, 0 -4px 20px 0 #bcd8ff;
}

.btn_up.show span {
    animation: gelatine 2.5s infinite;
}

.btn_up.show span:before {
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes gelatine {
    from, to {
        transform: scale(1, 1);
    }
    20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    40% {
        transform: translateY(-30px);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    /*75% { transform: scale(0.95, 1.05); }*/
    60% {
        transform: translateY(-15px);
    }
}

.more-game {
    margin: 12px auto;
    background: #8566ff;
    box-shadow: 0 5px 6px 0 rgb(0 0 0 / 29%);
    padding: 8px 16px;
    max-width: 300px;
    font-weight: 600;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    display: block;
    transition-duration: .3s;
    color: #fff !important;
    text-decoration: none !important;
}

.more-game:hover {
    transform: scale(1.1);
}

.main-svg-sprite {
    display: none
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}

.tag--list {
    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;
    gap: 12px;
}

.tag--component {
    border: 2px solid #FFD000;
    border-radius: 5px;
    color: #FFD000;
    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;
    /*font: 400 16px/1 "fnaf", sans-serif;*/
    padding: 8px 10px 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    z-index: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.tag--component:hover {
    background: #FFD000;
    color: #000
}

.show_content {
    position: absolute;
    max-width: calc(100% - 30px);
    width: 100%;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
    z-index: 12;
}

.ShowMore_button {
    position: relative;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0;
    background: 0 0;
    color: #fff;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    gap: 12px;
    padding: 6px 12px;
    font-family: inherit;
}

.game-content-page p {
    margin: 0 0 12px;
}

.game-content-page p a, .game-content-page ul li a, .game-content-page ol li a {
    color: #FFD000;
    text-decoration: none;
}

.game-content-page ul li, .game-content-page ol li {
    margin: 0 0 10px;
}

.game-content-page p a:hover, .game-content-page ul li a:hover, .game-content-page ol li a:hover {
    color: #FFD000;
    text-decoration: none;
}

.game-content-page h2 {
    color: #FFD000;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.game-content-page h3, .game-content-page h4, .game-content-page h5 {
    font-size: 20px;
    margin: 0 0 12px;
    color: #FFD000
}

.games_content--bottom {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-flow: row wrap;
}

.comment {
    width: 340px;
}

.games_content--bottom .game-content-page {
    flex: 1;
}

@media (max-width: 1200px) {
    .games_content--bottom .comment, .games_content--bottom .game-content-page {
        width: 100%;
    }
}

.swiper-slide {
    width: fit-content !important;
}

.slide-posts-banner .swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: unset !important;
    z-index: 2
}

.slide-posts-banner .swiper-pagination .swiper-pagination-bullet {
    margin-right: 8px;
    background-color: #c0c3ce;
    width: 10px;
    height: 10px;
}

.game_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 12px;
}

.game_title .games__title {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.slide-posts-banner .slick-dots {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: flex-end;
    right: 0;
}

.carousel__container--hot .slick-slide {
    margin: 0 12px;
}

.slide-posts-banner .slick-dots li button:before {
    font-size: 12px;
}

.list_news--categories {
    width: 100%;
    padding: 24px 0;
}

.item-news {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin-top: 15px;
    border-top: 1px solid #919191;
    background: #cccccc40;
    padding: 15px;
    border-radius: 8px;
}

.item-news .thumb_post {
    width: 30%;
}

.item-news .relNewsInfo {
    flex: 1;
}

.item-news .relNewsTitle {
    /*font: 700 24px/1.2 "fnaf", sans-serif;*/
    margin: 0 0 12px !important;
}

.item-news .thumb_post img {
    width: 100%;
    border-radius: 8px;
}

.shortDes {
    color: #bebebe;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read_more {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.game-container{
	display: flex;
	 align-items: center;
	 gap: 24px;
	 width: 100%;
}
.ads_side{
	 width: 300px;
    height: 600px;
}
.banner-row{margin: 12px auto; display: block; max-width: 1200px;padding:8px;background:#40357336}
@media (max-width: 1200px) {
    .game-container .ads_side, .game-container .area__content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .game-container .ads_side {
        max-width: 1000px;
        width: 100%;
        height: auto;
        min-height: 90px;
    }
	.game-container{
		    flex-direction: column;
	}
}
@media (max-width: 768px) { 
	.game-container{
		    flex-direction: column-reverse;
	}
}
.widget_categories {
    padding: 15px;
    background: linear-gradient(180deg, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 0%) 100%);
    border-radius: 8px;
}

.widget_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.list_categories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.category_link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.category_link:hover {
    color: #ff7f00;
}

.page_content {
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(0 0 0 / 58%) 0%, rgb(0 0 0 / 32%) 100%);
    margin: 28px 0 0;
}

.page-text {
    color: #fff
}

.page-text p {
    margin: 0 0 10px
}

.page-text a {
    color: #FFD000
}

.page-text h2 {
    color: #FFD000;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 12px
}

.page-text h3, .page-text h4 {
    font-size: 20px;
    margin: 0 0 10px;
    color: #FFD000
}

.page-text ul, .page-text ol {
    padding-left: 24px
}

.page-text ul li, .page-text ol li {
    list-style: disc;
    margin: 0 0 10px;
    font-size: 14px
}

.iframe-container iframe {
    width: 100%;
    min-height: 500px;
}

.top-left {
    top: 0;
    left: 0;
}

.gold-croner {
    background: url(../images/corner-gold.png) no-repeat 0 0;
    position: absolute;
    width: 45px;
    height: 48px;
    z-index: 10;
}

.top-right {
    background: url(../images/corner-gold.png) no-repeat -45px 0;
    position: absolute;
    top: 0;
    right: 0;
}

.bottom-left {
    background: url(../images/corner-gold.png) no-repeat 0 -48px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bottom-right {
    background: url(../images/corner-gold.png) no-repeat -45px -48px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.personages{
	padding-top: 30px;
}
.pt-30{
	padding-top: 30px;
}
.footermenu__inner{
	gap: 16px;
}
.text-capitalize{
	text-transform: capitalize !important;
}