:root {
    --body-min-width: 20rem;
    --body-max-width: 100%;
    --body-background-color-rgb: #201c1b;
    --body-background-color: 32, 28, 27;
    --container-width: 87.5rem;
    --font-0: "DIN Next W1G", Tahoma, Arial, sans-serif;
    --font-1: "BeaufortforLOL", "Philosopher", "Times New Roman", Times, serif;
    --font-2: "Montserrat", Arial, sans-serif;
    --font-3: "Alice", "Times New Roman", Times, serif;
    --font-ico: "gwi";
    --color-light-rgb: #e8d1a6;
    --color-light: 232, 209, 166;
    --color-dark-rgb: #000;
    --color-dark: 0, 0, 0;
    --color-red-rgb: #ac0000;
    --color-red: 172, 0, 0;
    --color-yellow-rgb: #ff0;
    --color-yellow: 255, 255, 0;
    --color-orange-rgb: orange;
    --color-orange: 255, 165, 0;
    --color-pink-rgb: pink;
    --color-pink: 255, 192, 203;
    --color-purple-rgb: purple;
    --color-purple: 128, 0, 128;
    --color-blue-rgb: #00f;
    --color-blue: 0, 0, 255;
    --color-green-rgb: #0b0;
    --color-green: 0, 187, 0;
    --color-grey-rgb: grey;
    --color-grey: 128, 128, 128;
    --color-white-rgb: #fff;
    --color-white: 255, 255, 255;
    --color-black-rgb: #000;
    --color-black: 0, 0, 0;
    --color-brown-rgb: brown;
    --color-brown: 165, 42, 42;
    --color-aqua-rgb: #0ff;
    --color-aqua: 0, 255, 255;
    --color-0-rgb: #bab2a8;
    --color-0: 186, 178, 168;
    --color-1-rgb: #141414;
    --color-1: 20, 20, 20;
    --color-2-rgb: #fff;
    --color-2: 255, 255, 255;
    --color-3-rgb: #fff;
    --color-3: #fff;
    --color-4-rgb: #fff;
    --color-4: #fff;
    --color-5-rgb: #fff;
    --color-5: #fff;
    --color-6-rgb: #fff;
    --color-6: #fff;
    --color-7-rgb: #fff;
    --color-7: #fff;
    --color-8-rgb: #fff;
    --color-8: #fff;
    --color-9-rgb: #fff;
    --color-9: #fff;
    --color-accent-rgb: #ffb751;
    --color-accent: 255, 183, 81;
    --color-accent-hover-rgb: #ff0;
    --color-accent-hover: 255, 255, 0;
    --color-accent-2-rgb: #f80;
    --color-accent-2: 255, 136, 0;
    --color-accent-2-hover-rgb: #f80;
    --color-accent-2-hover: 255, 136, 0;
    --color-url-rgb: #ffb751;
    --color-url: 255, 183, 81;
    --color-url-hover-rgb: #ff0;
    --color-url-hover: 255, 255, 0;
    --margin: 0.875rem;
    --margin-x2: calc(var(--margin * 2));
    --margin-half: calc(var(--margin)/2);
    --margin-third: calc(var(--margin)/3);
    --negative-margin: calc(var(--margin)*-1);
    --border-radius: 0.375rem;
    --border-width: 1px;
    --border-type: solid;
    --border-color: rgba(77, 63, 50, 0.5);
    --border: var(--border-width) var(--border-type) var(--border-color);
    --shadow: 0px 0.4375rem 3.375rem rgba(36, 30, 10, 0.1);
    text-decoration: none;

    a:-webkit-any-link {
        text-decoration: none;
    }

}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-color: rgba(0, 0, 0, .15)
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -.125rem
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

img {
    border-style: none;
    display: inline-block;
    vertical-align: middle
}

iframe,
img,
video {
    max-width: 100%
}

a {
    background-color: transparent;
    color: #ffb751;
    color: rgba(var(--color-url), 1);
    transition-duration: .2s;
    transition-property: opacity, color, background-color;
    outline: 0;
}

a:hover {
    text-decoration: none
}

a:active,
a:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: var(--input-placeholder-color);
    opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
    color: var(--input-placeholder-color);
    opacity: 1
}

:-ms-input-placeholder {
    color: var(--input-placeholder-color);
    opacity: 1
}

:focus::-webkit-input-placeholder {
    color: var(--input-placeholder-color-focus)
}

:focus:-moz-placeholder,
:focus::-moz-placeholder {
    color: var(--input-placeholder-color-focus)
}

:focus:-ms-input-placeholder {
    color: var(--input-placeholder-color-focus)
}

[class*=" gwi_"]:before,
[class^=gwi_]:before {
    margin: 0;
    width: auto
}

ol,
ul {
    padding-left: 1.375em;
    margin: .625em 0
}

table {
    border: 0;
    border-spacing: 0 .1875rem;
    text-align: center;
    font-size: .875rem;
    color: #aaa39a
}

td,
th {
    border-top: 1px solid #433e3b;
    border-bottom: 1px solid #433e3b;
    padding: .1875rem .625rem;
    background-color: rgba(67, 62, 59, .149);
    height: 3.375rem;
    box-sizing: border-box
}

td:first-child,
th:first-child {
    border-left: 1px solid #433e3b;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem
}

td:last-child,
th:last-child {
    border-right: 1px solid #433e3b;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem
}

th {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-weight: 700;
    text-transform: uppercase
}

tr:nth-child(2n) td,
tr:nth-child(2n) th {
    background-color: #2e2b29
}

.table-heading {
    color: #fff8ed
}

::-webkit-scrollbar {
    width: .375rem;
    height: .25rem;
    background-color: rgba(0, 0, 0, .4)
}

::-webkit-scrollbar-thumb {
    background-color: #6b4725
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9b6635
}

* {
    scrollbar-width: thin;
    scrollbar-color: #cba74c #13100e
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: 100%;
    font-weight: 400;
    color: #bab2a8;
    color: rgba(var(--color-0), 1);
    cursor: default;
    overflow-x: clip
}

:root {
    --body-bg-image: url(../images/bg/secondary.jpg?ver1)
}

body {
    position: relative;
    z-index: 0;
    overflow-x: clip;
    margin: 0;
    background-color: #201c1b;
    background-color: rgba(var(--body-background-color), 1);
    background-image: url(../images/bg/secondary.jpg?ver1);
    background-image: var(--body-bg-image);
    background-size: max(160rem, 100%) auto;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 100vh;
    min-height: 100dvh;
    min-width: 20rem;
    min-width: var(--body-min-width);
    display: flex;
    flex-direction: column
}

body:has(.fancybox-active),
body:has(.mob-menu-active),
html:has(.fancybox-active),
html:has(.mob-menu-active) {
    overflow: hidden
}

.body_2 {
    --body-bg-image: url(../images/bg-2.jpg)
}

.body_3 {
    --body-bg-image: url(../images/bg-3.jpg)
}

.page {
    margin: 0 auto;
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
    min-width: 20rem;
    min-width: var(--body-min-width);
    max-width: 100%;
    max-width: var(--body-max-width);
    flex-grow: 1;
    transition: all .3s;
    background-color: transparent;
    background-image: url(../images/bg/secondary.jpg);
    background-image: var(--body-bg-image);
    background-size: max(160rem, 100%) auto;
    background-position: top;
    background-repeat: no-repeat
}

.page,
.section {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    box-sizing: border-box
}

.section {
    flex-shrink: 0;
    justify-content: center;
    align-items: center
}

.container {
    max-width: 91rem;
    max-width: calc(var(--container-width) + var(--margin)*4);
    width: 100%;
    min-width: 0;
    padding-right: 1.75rem;
    padding-right: calc(var(--margin)*2);
    padding-left: 1.75rem;
    padding-left: calc(var(--margin)*2);
    position: relative;
    z-index: 2;
    box-sizing: border-box
}

.container_fluid {
    max-width: 100%
}

.spacer {
    flex-grow: 1;
    min-height: 12.5rem
}

.compensate-navigation {
    height: 5rem;
    height: var(--navigation-height);
    box-sizing: border-box
}

[data-tab] {
    display: none;
    opacity: 0;
    -webkit-animation: tab 1s ease forwards;
    animation: tab 1s ease forwards
}

@-webkit-keyframes tab {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes tab {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.title {
    color: #fff8ed;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0
}

.title_size_small {
    font-size: 1.5rem
}

.title_size_tiny {
    font-size: 1.125rem
}

.desc {
    color: #c1b9af;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0
}

.desc_size_small {
    font-size: .75rem
}

.desc_size_large {
    font-weight: 500;
    font-size: 1rem
}

.desc_font-weight_400 {
    font-weight: 400
}

.desc_font-weight_500 {
    font-weight: 500
}

.ttl {
    color: #fff8ed;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0
}

.ttl_color_accent {
    color: #e5a64d
}

.ttl_center {
    text-align: center
}

.ttl_mb {
    margin-bottom: 1.25rem
}

.ttl_mt {
    margin-top: 1.25rem
}

.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    grid-gap: .375rem;
    gap: .375rem
}

.heading_2 {
    grid-gap: .125rem;
    gap: .125rem
}

.heading_3 {
    grid-gap: .625rem;
    gap: .625rem
}

.heading_mb {
    margin-bottom: 2.1875rem
}

.heading_mb_2 {
    margin-bottom: 2.4375rem
}

.heading_mb_3 {
    margin-bottom: 1.875rem
}

.heading_mb_4 {
    margin-bottom: 4rem
}

.heading_mt {
    margin-top: 2.1875rem
}

.tblbox {
    max-width: 100%;
    overflow: auto;
    min-width: 0
}

.tblbox>table {
    width: 100%;
    min-width: 56.25rem
}

.table-font-size {
    font-size: .875rem
}

.itm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 1.125rem;
    gap: 1.125rem;
    line-height: 1.3
}

.itm__img {
    display: block;
    flex-shrink: 0
}

.itm__content {
    box-sizing: border-box
}

.itm-list {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem
}

.content-box {
    background-color: #2e2b29;
    border-radius: .375rem;
    box-sizing: border-box;
    padding: .875rem
}

.content-info {
    color: #544a45;
    font-size: .75rem
}

.text-1 {
    line-height: 1.5
}

.preload {
    background-color: #161413;
    min-width: 20rem;
    min-width: var(--body-min-width);
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all .5s cubic-bezier(.64, .14, .34, 1.32);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 .625rem
}

.preload__logo {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block
}

.preload_fade {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.4)
}

@-webkit-keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1)
    }

    to {
        transform: translate(-50%, -50%) scale(0)
    }
}

@keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1)
    }

    to {
        transform: translate(-50%, -50%) scale(0)
    }
}

.preload__progress {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 0;
    height: .3125rem;
    background: #ffce8f
}

.preload__items {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-top: .9375rem
}

.preload__item {
    width: .875rem;
    height: .875rem;
    background: #decfbe;
    border-radius: 50%;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

[data-gw-anime] {
    opacity: 0;
    transition: all 1s
}

[data-gw-anime-custom] {
    opacity: 1
}

.zoomIn {
    -webkit-animation: zoomIn 1s ease forwards;
    animation: zoomIn 1s ease forwards
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.zoomInDown {
    -webkit-animation: zoomInDown 1s ease forwards;
    animation: zoomInDown 1s ease forwards
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale(.8) translateY(-5vh)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale(.8) translateY(-5vh)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.zoomInUp {
    -webkit-animation: zoomInUp 1s ease forwards;
    animation: zoomInUp 1s ease forwards
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale(.8) translateY(5vh)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale(.8) translateY(5vh)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.fadeIn {
    -webkit-animation: fadeIn 1s ease forwards;
    animation: fadeIn 1s ease forwards
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeInLeft {
    -webkit-animation: fadeInLeft 1s ease forwards;
    animation: fadeInLeft 1s ease forwards
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation: fadeInRight 1s ease forwards;
    animation: fadeInRight 1s ease forwards
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInUp {
    -webkit-animation: fadeInUp 1s ease forwards;
    animation: fadeInUp 1s ease forwards
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(5vh)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(5vh)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInDown {
    -webkit-animation: fadeInDown 1s ease forwards;
    animation: fadeInDown 1s ease forwards
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-5vh)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-5vh)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.turnRight {
    -webkit-animation: turnRight 1s ease forwards;
    animation: turnRight 1s ease forwards;
    transform-origin: center
}

@-webkit-keyframes turnRight {
    0% {
        opacity: 0;
        transform: translateX(-15%) rotate(-15deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

@keyframes turnRight {
    0% {
        opacity: 0;
        transform: translateX(-15%) rotate(-15deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

.turLeft {
    -webkit-animation: turLeft 1s ease forwards;
    animation: turLeft 1s ease forwards;
    transform-origin: center
}

@-webkit-keyframes turLeft {
    0% {
        opacity: 0;
        transform: translateX(15%) rotate(15deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

@keyframes turLeft {
    0% {
        opacity: 0;
        transform: translateX(15%) rotate(15deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

.countdown {
    display: inline-flex;
    flex-direction: column;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.countdown,
.countdown__heading {
    align-items: center;
    justify-content: center
}

.countdown__heading {
    color: #bab2a8;
    color: rgba(var(--color-0), 1);
    text-align: center;
    margin-bottom: .375rem;
    font-size: 1.25rem;
    display: flex;
    width: 100%;
    grid-gap: .625rem;
    gap: .625rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase
}

.countdown__counter,
.countdown__item {
    display: flex;
    justify-content: center;
    align-items: center
}

.countdown__item {
    flex-direction: column;
    text-align: center;
    min-width: 4.125rem;
    box-sizing: border-box;
    line-height: 1
}

.countdown__amount {
    color: #bab2a8;
    color: rgba(var(--color-0), 1);
    font-size: 2.5rem;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums
}

.countdown__amount,
.countdown__desc {
    text-transform: uppercase;
    box-sizing: border-box;
    line-height: 1
}

.countdown__desc {
    color: rgba(186, 178, 168, .7);
    color: rgba(var(--color-0), .7);
    font-size: .75rem;
    font-weight: 400
}

.countdown__devider {
    font-size: 2.5rem;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
    z-index: 0;
    margin: 0 .3125rem
}

.countdown__devider:after {
    display: block;
    content: ":";
    margin-top: -1.5rem
}

:root {
    --tippy-bg-color: #12100f;
    --tippy-border-radius: 0.375rem;
    --tippy-font-size: 0.875rem;
    --tippy-text-color: #f5eee4
}

.tippy-box {
    background-color: #12100f;
    background-color: var(--tippy-bg-color);
    border-radius: .375rem;
    border-radius: var(--tippy-border-radius);
    border: 0;
    font-size: .875rem;
    font-size: var(--tippy-font-size);
    color: #f5eee4;
    color: var(--tippy-text-color);
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    max-width: 25rem !important;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    filter: drop-shadow(0 0 1px #242322) drop-shadow(0 0 1px #242322)
}

.tip-content,
.tippy-wrap {
    max-width: 25rem
}

.tip-content {
    min-width: 11.875rem;
    text-align: center;
    box-sizing: border-box;
    padding: .75rem 1rem
}

.tippy-arrow {
    color: #12100f;
    color: var(--tippy-bg-color);
    width: 1.25rem;
    height: 1.25rem
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -.5rem;
    border-width: .625rem .625rem 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -.5rem;
    border-width: 0 .625rem .625rem
}

:root {
    --btn-w: 11.9375rem;
    --btn-h: 2.5rem;
    --btn-fs: 0.9375rem;
    --btn-scale: 1;
    --btn-img-url: url(../images/btn/btn.png);
    --btn-letter-spacing: 0
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    grid-gap: .5rem;
    gap: .5rem;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    font-style: normal;
    color: #292120;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: .9375rem;
    font-size: calc(var(--btn-fs)*var(--btn-scale));
    font-weight: 700;
    cursor: pointer;
    transition: all .2s;
    box-shadow: none;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    outline: 0;
    background: transparent;
    border: 0;
    line-height: 1;
    padding: .3125rem .3125rem .375rem;
    padding: calc(0.3125rem*var(--btn-scale)) calc(0.3125rem*var(--btn-scale)) calc(0.375rem*var(--btn-scale)) calc(0.3125rem*var(--btn-scale));
    width: 11.9375rem;
    width: calc(var(--btn-w)*var(--btn-scale));
    min-width: 0;
    max-width: 100%;
    min-height: 2.5rem;
    min-height: calc(var(--btn-h)*var(--btn-scale));
    text-wrap: balance;
    letter-spacing: 0;
    letter-spacing: var(--btn-letter-spacing);
    will-change: transform;
    text-shadow: 0 1px 0 rgba(232, 202, 160, .8);
    white-space: nowrap
}

.btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .2s;
    background-image: url(../images/btn/btn.png);
    background-image: var(--btn-img-url);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    filter: grayscale(0) brightness(100%)
}

.btn_accent_no:before {
    filter: grayscale(100%) brightness(50%)
}

.btn:hover:before,
.btn_active:before,
[data-open-tab-active=true]:before {
    filter: grayscale(0) brightness(112%)
}

.btn__icon {
    display: block;
    position: relative;
    top: 1px
}

.btn_size_small {
    --btn-w: 10rem;
    --btn-h: 2.625rem;
    --btn-fs: 0.875rem
}

.btn_size_medium {
    --btn-img-url: url(../images/btn/btn-medium.png);
    --btn-w: 14.375rem;
    --btn-h: 3rem;
    --btn-fs: 1.125rem
}

.btn_size_large {
    --btn-img-url: url(../images/btn/btn-large.png);
    --btn-w: 20.5625rem;
    --btn-h: 4.125rem;
    --btn-fs: 1.625rem;
    --btn-scale: 0.8
}

.btn_size_long {
    --btn-img-url: url(../images/btn/btn-long.png);
    --btn-w: 21.875rem;
    --btn-h: 3.25rem;
    --btn-fs: 1.08375rem;
    --btn-scale: 0.8
}

.btn_size_2 {
    --btn-img-url: url(../images/btn/btn-2.png);
    --btn-w: 11.25rem;
    --btn-h: 2.875rem;
    --btn-fs: 1rem
}

.btn_size_3 {
    --btn-img-url: url(../images/btn/btn-3.png);
    --btn-w: 16.25rem;
    --btn-h: 3.125rem;
    --btn-fs: 1.125rem;
    --btn-scale: 0.9
}

.btn_size_4 {
    --btn-img-url: url(../images/btn/btn-4.png);
    --btn-w: 12.875rem;
    --btn-h: 3rem;
    --btn-fs: 1.125rem;
    --btn-scale: 0.9
}

.btn_size_5 {
    --btn-img-url: url(../images/btn/btn-5.png);
    --btn-w: 20rem;
    --btn-h: 2.625rem;
    --btn-fs: 0.875rem;
    --btn-scale: 1
}

.btn_size_6 {
    --btn-img-url: url(../images/btn/btn-6.png?ver=1);
    --btn-w: 18.4375rem;
    --btn-h: 3.1875rem;
    --btn-fs: 0.875rem;
    --btn-scale: 1;
    padding: .3125rem;
    padding: calc(0.3125rem*var(--btn-scale)) calc(0.3125rem*var(--btn-scale)) calc(0.3125rem*var(--btn-scale)) calc(0.3125rem*var(--btn-scale))
}

.bt {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: .5rem;
    background: transparent;
    min-height: 2.5rem;
    padding: .75rem 1.5rem;
    box-sizing: border-box;
    color: #e5cfae;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all .2s;
    border: .125rem solid #4b4847;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.bt:hover {
    background-color: rgba(75, 72, 71, .5);
    color: #ffe9c8
}

.bttn {
    border: 1px solid #b69c75;
    border-radius: .25rem;
    min-width: 10.9375rem;
    height: 2.25rem;
    font-size: .875rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #e5cfae;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    grid-gap: .375rem;
    gap: .375rem;
    box-sizing: border-box;
    padding: .375rem 1rem;
    text-decoration: none
}

.bttn:hover {
    background-color: rgba(229, 207, 174, .1)
}

.mdl {
    --mdl-inner-bg: url(../images/mdl/bg.jpg);
    max-width: 34.375rem;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    border: 0;
    border-radius: .375rem;
    border-radius: var(--border-radius);
    padding: .75rem !important
}

.mdl_welcome {
    max-width: 52.5rem;
    --mdl-inner-bg: url(../images/welcome/bg.jpg)
}


.mdl_welcome.mdl_has_close_2 {
    max-width: 52.875rem
}

.mdl__close {
    width: 1.5625rem;
    height: 1.5625rem;
    display: block;
    cursor: pointer;
    transition: all .2s;
    border-radius: 50%;
    z-index: 20;
    position: absolute;
    top: .625rem;
    right: .625rem;
    background-color: transparent;
    background-image: url(../images/mdl/close.png?ver=1);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.mdl__close_2 {
    background-image: url(../images/mdl/close-2.png);
    width: 1.9375rem;
    height: 1.9375rem
}

.mdl__close:hover {
    filter: brightness(120%)
}

.mdl__inner {
    color: #c1b9af;
    width: 100%;
    box-shadow: none;
    padding: 1.875rem 1rem;
    border-radius: .375rem;
    border-radius: var(--border-radius);
    background-color: #2a2726;
    background-image: var(--mdl-inner-bg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

.mdl__body,
.mdl__inner {
    box-sizing: border-box;
    border: 0;
    position: relative;
    z-index: 0
}

.mdl__body {
    background-size: auto;
    background-position: 50%;
    background-repeat: repeat;
    overflow: hidden;
    border-radius: 0
}

.fancybox-container {
    z-index: 666 !important
}

.fancybox-content {
    padding: 0;
    background: transparent
}

.fancybox-bg {
    background: #1c1918
}

.fancybox-is-open .fancybox-bg {
    opacity: .95
}

.gw-modal-close {
    display: none
}

.fancybox-is-open .mdl_animated {
    -webkit-animation: modalIn .5s ease;
    animation: modalIn .5s ease
}

.fancybox-is-closing .mdl_animated {
    -webkit-animation: modalout .5s ease;
    animation: modalout .5s ease
}

@-webkit-keyframes modalIn {
    0% {
        opacity: 0;
        transform: translateY(-10vh)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes modalIn {
    0% {
        opacity: 0;
        transform: translateY(-10vh)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes modalout {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(10vh)
    }
}

@keyframes modalout {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(10vh)
    }
}

.lang {
    --lang-img-size: 1.3125rem;
    --lang-list-offset: 0.75rem;
    width: auto;
    position: relative;
    color: #bab2a8;
    color: rgba(var(--color-0), 1);
    font-size: 1rem;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0)
}

.lang,
.lang__box {
    box-sizing: border-box;
    flex-shrink: 0
}

.lang__box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: .375rem;
    gap: .375rem;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s;
    line-height: 1;
    text-decoration: none;
    padding: 0;
    width: 100%
}

.lang__box:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/lang/arrow-down.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: .4375rem;
    height: .1875rem;
    color: #fff;
    font-size: .75rem;
    transition: all .2s;
    cursor: pointer;
    pointer-events: none
}

.lang:hover .lang__box:after {
    transform: rotateX(180deg)
}

.lang__icon {
    width: 2.0625rem;
    height: 2.0625rem;
    background-color: #110f0f;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.lang__current-img {
    width: 1.3125rem;
    height: 1.3125rem;
    display: block;
    flex-shrink: 0
}

.lang__title {
    text-transform: uppercase
}

.lang__link,
.lang__title {
    font-size: 1rem;
    font-weight: 500;
    color: #aea599
}

.lang__link {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .8125rem;
    gap: .8125rem;
    overflow: hidden;
    grid-template-columns: var(--lang-img-size) 1fr;
    flex-shrink: 0;
    width: 100%;
    padding: .3125rem 1.75rem .3125rem 1.875rem;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    transition: all .3s;
    line-height: 1;
    min-height: 2.5rem
}

.lang__link:hover {
    opacity: 1
}

.lang__name {
    text-transform: capitalize;
    padding-right: .125rem
}

.lang__img,
.lang__name {
    display: block;
    flex-shrink: 0;
    box-sizing: border-box
}

.lang__img {
    height: var(--lang-img-size);
    width: var(--lang-img-size);
    border: 0 solid rgba(255, 200, 155, .55);
    border-radius: 50%
}

.lang__link_sub:hover {
    background-color: hsla(0, 0%, 100%, .04)
}

.lang__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    transform: translateY(.625rem);
    box-sizing: border-box;
    position: absolute;
    top: calc(100% + var(--lang-list-offset));
    left: -1.625rem;
    width: calc(100% + 1.625rem);
    -webkit-backdrop-filter: blur(.1875rem);
    backdrop-filter: blur(.1875rem);
    background: rgba(43, 31, 21, .8);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: .75rem 0;
    border-radius: .5rem;
    background: #12100f;
    border: .125rem solid #443f3a
}

.lang__list:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: var(--lang-list-offset)
}

.lang:hover .lang__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

:root {
    --logo-height: auto
}

.logo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    flex-shrink: 0
}

.logo,
.logo__img {
    transition: all .2s
}

.logo__img {
    display: block;
    margin: 0;
    height: auto;
    height: var(--logo-height);
    width: auto
}

.logo:hover {
    filter: brightness(130%)
}

.logotype {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: .75rem;
    position: relative;
    z-index: 0
}

.logotype__img {
    display: block;
    transition: all .3s
}

.logotype__img_hover_effect:hover {
    filter: brightness(120%)
}

.logotype__img_hover_animation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all .2s;
    pointer-events: none
}

.logotype:hover .logotype__img_hover_animation {
    -webkit-animation: logotype .3s ease;
    animation: logotype .3s ease
}

@-webkit-keyframes logotype {
    0% {
        transform: scale(1);
        opacity: 0
    }

    20% {
        opacity: .3
    }

    to {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes logotype {
    0% {
        transform: scale(1);
        opacity: 0
    }

    20% {
        opacity: .3
    }

    to {
        transform: scale(1.2);
        opacity: 0
    }
}

:root {
    --link-w: 26.25rem;
    --link-h: 3.5rem;
    --link-fs: 1.0625rem;
    --link-scale: 1;
    --link-img-url: none;
    --link-letter-spacing: 0;
    --link-color: #ebca98
}

.link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    grid-gap: .5rem;
    gap: .5rem;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    font-style: normal;
    color: #ebca98;
    color: var(--link-color);
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.0625rem;
    font-size: calc(var(--link-fs)*var(--link-scale));
    font-weight: 700;
    cursor: pointer;
    transition: all .2s;
    box-shadow: none;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    outline: 0;
    background: transparent;
    line-height: 1;
    padding: .3125rem;
    padding: calc(0.3125rem*var(--link-scale));
    width: 26.25rem;
    width: calc(var(--link-w)*var(--link-scale));
    min-width: 0;
    max-width: 100%;
    min-height: 3.5rem;
    min-height: calc(var(--link-h)*var(--link-scale));
    text-wrap: balance;
    letter-spacing: 0;
    letter-spacing: var(--link-letter-spacing);
    will-change: transform;
    border: .125rem solid #c8ac82;
    border-radius: .375rem
}

.link:hover {
    background-color: rgba(229, 207, 174, .1)
}

.link:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .2s;
    background-image: none;
    background-image: var(--link-img-url);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    filter: grayscale(0) brightness(100%)
}

.link_accent_no:before {
    filter: grayscale(100%) brightness(50%)
}

.link:hover:before,
.link_active:before,
[data-open-tab-active=true]:before {
    filter: grayscale(0) brightness(112%)
}

.link__icon {
    display: block;
    position: relative;
    z-index: 0;
    top: 1px
}

.link_type_2 {
    --link-img-url: url(../images/link/link-bg.png);
    --link-color: #292120;
    text-shadow: 0 1px 0 rgba(232, 202, 160, .8);
    border: 0
}

.link_type_2:hover {
    background-color: transparent
}

.links {
    display: grid;
    grid-gap: .75rem;
    gap: .75rem;
    max-width: 26.25rem;
    margin: 0 auto
}

:root {
    --swiper-arrow-scale: 0.7
}

.arrow {
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1.75rem;
    width: calc(2.5rem*var(--swiper-arrow-scale));
    height: 3.325rem;
    height: calc(4.75rem*var(--swiper-arrow-scale));
    flex-shrink: 0;
    cursor: pointer;
    transition: all .2s
}

.arrow:hover {
    filter: brightness(130%)
}

.arrow_prev {
    background-image: url(../images/swiper/arrow-prev.png)
}

.arrow_next {
    background-image: url(../images/swiper/arrow-next.png)
}

.arrow.swiper-button-disabled {
    opacity: .3;
    pointer-events: none
}

.arrows {
    grid-gap: 2.5rem;
    gap: 2.5rem
}

.arrows,
.dots {
    display: flex;
    justify-content: center;
    align-items: center
}

.dots {
    grid-gap: .625rem;
    gap: .625rem;
    width: auto !important
}

.dot {
    width: .875rem;
    height: .875rem;
    box-sizing: border-box;
    opacity: 1;
    cursor: pointer;
    flex-shrink: 0;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #312919;
    border-radius: 50%
}

.dot_active {
    background-color: #cfa249;
    filter: drop-shadow(0 0 .6875rem #ffc251)
}

.control__arrow {
    margin-bottom: 1.5625rem
}

.control__arrow_prev {
    margin-right: .625rem
}

.control__arrow_next {
    margin-left: .625rem
}

[data-section=informer] {
    background-color: #ffc066
}

.informer {
    font-size: .875rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #231e1c;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    padding: 1rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .8125rem;
    gap: .8125rem
}

.informer__close {
    background-color: transparent;
    background-image: url(../images/informer/close.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    text-decoration: none;
    position: absolute;
    right: .75rem;
    top: calc(50% - .5rem);
    cursor: pointer;
    transition: all .2s
}

.informer__close:hover {
    filter: invert(.3)
}

.abtn {
    background-color: #ac0000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .375rem;
    gap: .375rem;
    text-decoration: none;
    font-size: .8125rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    box-sizing: border-box;
    padding: .375rem .625rem;
    border-radius: .1875rem;
    transition: all .2s
}

.abtn:hover {
    background-color: #d30b0b
}

:root {
    --navigation-height: 5rem;
    --navigation-height-scroll: 5rem
}

[data-section=navigation] {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    background-color: transparent;
    box-shadow: none;
    box-sizing: border-box
}

[data-section=navigation]:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    background: #1f1c1a;
    background-color: transparent;
    background-image: url(../images/navigation/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

[data-container=navigation] {
    z-index: 10;
    padding: 0;
}

.navigation {
    display: flex;
    justify-content: flex-start;
    height: 5rem;
    height: var(--navigation-height);
    transition: all .2s;
    position: relative;
    z-index: 0
}

.nav-scroll .navigation {
    height: 5rem;
    height: var(--navigation-height-scroll)
}

.navigation__gw-burger {
    align-self: center;
    flex-shrink: 0
}

.navigation__menu {
    flex-grow: 1
}

.navigation__box {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
    max-width: none
}

.navigation__box_side_left {
    justify-content: flex-start;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.justify-content-between {
    justify-content: space-between;
}

.navigation__box_side_right {
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 1.25rem
}

.navigation__el_desktop {
    display: none
}

.navigation__auth {
    margin-left: 1.25rem;
    box-sizing: border-box;
    display: flex;
    min-height: 3.125rem
}

.navigation__auth,
.navigation__bnrs {
    justify-content: center;
    align-items: center
}

.navigation__bnrs {
    position: absolute;
    display: none;
    flex-wrap: wrap;
    grid-gap: .125rem .3125rem;
    gap: .125rem .3125rem;
    left: 0;
    top: calc(100% + 1.25rem)
}

.navigation__bnrs a {
    flex-shrink: 0
}

.body-other .navigation__bnrs {
    display: none
}

[data-section=hero] {
    background-color: transparent;
    background-image: url(../images/bg/primary.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

[data-container=hero] {
    max-width: 53.5rem;
    max-width: calc(50rem + var(--margin)*4)
}

.hero {
    width: 45%;
    box-sizing: border-box;
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
    transition: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column
}

.hero__box {
    max-width: 31.25rem
}

.hero__box,
.hero__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    width: 100%
}

.hero__logotype {
    margin-bottom: 2rem
}

.hero__title {
    font-size: 1.5rem;
    margin: 0
}

.hero__subtitle,
.hero__title {
    color: #fff8ed;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-weight: 700;
    line-height: 1
}

.hero__subtitle {
    font-size: 1.125rem;
    margin: .1875rem 0 0;
    text-transform: uppercase
}

.hero__desc {
    color: #c1b9af;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: 1rem;
    font-weight: 400;
    margin: .9375rem 0 0;
    line-height: 1.4;
    text-align: left;
    max-width: 33.125rem
}

.hero__btns {
    margin-top: 1.875rem
}

.server {
    --server-status-color: #ffb751;
    cursor: default
}

.server__box {
    justify-content: flex-start;
    text-align: left;
    min-height: 3.375rem;
    line-height: 1
}

.server__box,
.server__pic {
    display: flex;
    align-items: center
}

.server__pic {
    background-color: transparent;
    background-image: url(../images/server/ico-bg.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 3.375rem;
    height: 3.375rem;
    flex-shrink: 0;
    position: relative;
    z-index: 0;
    margin-right: 1rem;
    justify-content: center
}

.server__ico {
    display: block;
    width: 100%;
    height: 100%
}

.server__content {
    position: relative;
    z-index: 2;
    display: grid;
    min-width: 0;
    grid-gap: .625rem;
    gap: .625rem;
    box-sizing: border-box;
    margin-right: auto
}

.server__title {
    font-size: 1.2rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff8ed;
    font-weight: 700
}

.server__desc {
    font-size: .8125rem;
    color: #ffb751
}

.server__border {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: .125rem;
    height: 2.625rem;
    display: block;
    flex-shrink: 0;
    border: 0;
    align-self: center;
    background-image: linear-gradient(90deg, rgba(194, 179, 170, .1) 50%, rgba(0, 0, 0, .5) 0);
    margin: 0 .625rem
}

.server__info {
    display: grid;
    min-width: 0;
    grid-gap: .625rem;
    gap: .625rem;
    box-sizing: border-box;
    text-align: right;
    margin-left: auto;
    position: relative;
    z-index: 0;
    flex-shrink: 0
}

.server__status {
    font-size: 1.25rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: var(--server-status-color);
    font-weight: 700
}

.server__time {
    font-size: .8125rem;
    color: #f5eee4;
    padding-right: 1px;
    box-sizing: border-box
}

.server__line {
    width: 100%;
    height: .125rem;
    background-image: linear-gradient(180deg, rgba(194, 179, 170, .1) 50%, rgba(0, 0, 0, .6) 0);
    margin: .875rem 0 .625rem
}

.server__about {
    min-height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: .125rem;
    grid-gap: 2rem;
    gap: 2rem
}

.server__more {
    font-weight: 500;
    text-decoration: none;
    position: relative;
    font-size: .8125rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #6d6860;
    text-transform: uppercase
}



.server__more:hover:after {
    opacity: 0;
    bottom: -.5rem
}

.server__more_color_light {
    color: #9b876a
}

.server__more_color_light:after {
    background-color: #9b876a
}

.server__giftbox {
    width: 1.4375rem;
    height: 1.5rem;
    position: absolute;
    top: -.625rem;
    left: -.25rem
}

.server__gift {
    background-color: transparent;
    background-image: url(../images/server/gift.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1.4375rem;
    height: 1.5rem;
    pointer-events: none;
    -webkit-animation: server__gift 1.5s ease-in-out infinite;
    animation: server__gift 1.5s ease-in-out infinite
}

@-webkit-keyframes server__gift {
    0% {
        transform: translateY(.3125rem)
    }

    50% {
        transform: translateY(-.3125rem)
    }

    to {
        transform: translateY(.3125rem)
    }
}

@keyframes server__gift {
    0% {
        transform: translateY(.3125rem)
    }

    50% {
        transform: translateY(-.3125rem)
    }

    to {
        transform: translateY(.3125rem)
    }
}

[data-server-status=on] {
    --server-status-color: #0af34b
}

[data-server-status=off] {
    --server-status-color: #f73919
}

.servinfo {
    font-size: .75rem;
    line-height: 1.2
}

.servinfo__content_large {
    font-size: .8125rem
}

.servinfo__mt {
    margin-top: .3125rem
}

.servinfo__link {
    font-weight: 400;
    text-decoration: none;
    position: relative;
    font-size: .75rem;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    color: #f5eee4;
    text-transform: uppercase
}

.servinfo__link:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #f5eee4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.125rem;
    transition: all .3s;
    pointer-events: none
}

.servinfo__link:hover:after {
    opacity: 0;
    bottom: -.5rem
}

[data-section=servers] {
    background-color: #191411;
    background-image: url(../images/servers/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

[data-container=servers] {
    min-height: 10.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.servers {
    box-sizing: border-box;
    padding: 1.25rem 0;
    width: 100%;
    display: grid;
    grid-gap: 3.125rem;
    gap: 3.125rem;
    max-width: 18.75rem;
    margin: 0 auto
}

.servers__server {
    flex-basis: 18.75rem;
    min-width: 0
}

.servers__border {
    margin: auto;
    height: 5.625rem;
    width: .125rem;
    background-image: linear-gradient(90deg, rgba(194, 179, 170, .1) 50%, rgba(0, 0, 0, .5) 0);
    display: none
}

:root {
    --post-height: 16.5rem;
    --post-size-title: 1.125rem;
    --post-size-desc: 0.875rem;
    --post-desc-max-height: auto;
    --post-desc-mt: 1rem;
    --post-desc-display: -webkit-box;
    --post-line-clamp: 5;
    --post-pic-height: 100%;
    --post-pic-overlay: linear-gradient(0deg, #282524, rgba(40, 37, 36, 0.85) 30%, rgba(40, 37, 36, 0.7));
    --post-bar-mt: 1.5rem
}

.post {
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    min-height: 16.5rem;
    min-height: var(--post-height);
    color: #bab2a8;
    color: rgba(var(--color-0), 1);
    background-color: #282524;
    overflow: hidden;
    border-radius: .125rem
}

.post,
.post__body {
    position: relative;
    z-index: 0;
    display: flex
}

.post__body {
    flex-direction: column;
    width: 100%
}

.post__body:after {
    display: block;
    content: "";
    background-image: linear-gradient(0deg, #282524, rgba(40, 37, 36, .85) 30%, rgba(40, 37, 36, .7));
    background-image: var(--post-pic-overlay);
    z-index: -1
}

.post__body:after,
.post__pic {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    height: var(--post-pic-height)
}

.post__pic {
    z-index: -2;
    overflow: hidden;
    border-radius: .125rem;
    background-color: rgba(var(--bg), 1)
}

.post__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    transition: all 1s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.post__container {
    margin-top: auto;
    box-sizing: border-box;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.post__title {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.125rem;
    font-size: var(--post-size-title);
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff8ed;
    font-style: normal
}

.post__desc {
    font-size: .875rem;
    font-size: var(--post-size-desc);
    line-height: 1.5;
    font-weight: 400;
    margin-top: 1rem;
    margin-top: var(--post-desc-mt);
    margin-bottom: 0;
    display: -webkit-box;
    display: var(--post-desc-display);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    -webkit-line-clamp: var(--post-line-clamp);
    line-clamp: 5;
    line-clamp: var(--post-line-clamp);
    overflow: hidden;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    color: #b2aaa1;
    font-style: normal
}

.post__desc>p {
    margin: 0
}

.post__bar {
    margin-top: 1.5rem;
    margin-top: var(--post-bar-mt);
    flex-wrap: wrap;
    grid-gap: .625rem 1.875rem;
    gap: .625rem 1.875rem
}

.post__bar,
.post__informer {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.post__informer {
    grid-gap: .375rem 1rem;
    gap: .375rem 1rem
}

.post__info {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .375rem;
    gap: .375rem;
    font-size: .875rem;
    color: #fff8ed;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.post__info-ico {
    font-size: 1.3em;
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.post__info-ico_time {
    background-image: url(../images/post/ico-clock.png);
    width: .875rem;
    height: .9375rem
}

[data-section=news] {
    background-color: #1f1c1b;
    background-image: url(../images/news/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.news {
    box-sizing: border-box;
    padding-top: 4.0625rem;
    padding-bottom: 4.6875rem
}

.news__list {
    display: grid;
    grid-gap: 1.375rem;
    gap: 1.375rem
}

.news__more {
    background-color: #282524;
    padding: 1.5rem;
    display: grid;
    grid-gap: 1.25rem 3.125rem;
    gap: 1.25rem 3.125rem;
    text-align: center;
    align-items: center;
    margin-top: 1.375rem;
    border-radius: .125rem;
    color: #b2aaa1
}

.news__more-content {
    max-width: 54.375rem
}

.social {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    text-align: center
}

.social__content {
    display: grid;
    grid-gap: 1.5rem;
    gap: 1.5rem;
    max-width: 30.625rem
}

.social__title {
    font-size: 1.625rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff8ed;
    font-weight: 700;
    line-height: 1
}

.social__desc {
    font-size: .875rem;
    color: #bab2a8;
    line-height: 1.286
}

.social__list {
    display: grid;
    grid-gap: 1.375rem;
    gap: 1.375rem;
    grid-template-columns: repeat(auto-fill, minmax(6.625rem, 1fr));
    justify-content: center
}

.social__item {
    box-sizing: border-box;
    border: .125rem solid #373432;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .3125rem;
    aspect-ratio: 1/1;
    font-size: 2.5rem;
    color: #a49e9c;
    text-decoration: none;
    transition: all .2s
}

.social__item:hover {
    background-color: rgba(184, 174, 167, .2)
}

.social__pic {
    display: block;
    width: 2.875rem;
    height: 2.875rem;
    transition: all .2s
}

.social__item:hover .social__pic {
    filter: brightness(130%)
}

.fnav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
    text-align: center;
    justify-content: center;
    grid-gap: 1.25rem 3.125rem;
    gap: 1.25rem 3.125rem
}

.fnav__box {
    min-width: 0;
    box-sizing: border-box
}

.fnav__header {
    font-size: .875rem;
    font-weight: 700;
    color: #ffb751;
    color: rgba(var(--color-accent), 1);
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    margin-bottom: 1rem;
    text-transform: uppercase
}

.fnav__list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-gap: .625rem;
    gap: .625rem
}

.fnav__link {
    text-decoration: none;
    transition: all .2s;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.1;
    color: #c1bbb3;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase
}

.fnav__link:hover {
    color: #faf5ee
}

[data-section=footer] {
    margin-top: auto;
    z-index: 1;
    background-color: transparent;
    background-image: url(../images/footer/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.footer {
    padding-top: 4.25rem;
    padding-bottom: 4.0625rem;
    color: #bab2a8
}

.footer__socialbox {
    box-sizing: border-box;
    padding-bottom: 4.1875rem
}

.footer__line {
    height: 1px;
    background-color: #282524;
    width: 100%
}

.footer__container {
    display: grid;
    align-items: flex-start;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    padding-top: 3.3125rem
}

.footer__about {
    font-size: .875rem;
    text-align: center
}

.footer__copyright {
    font-size: .875rem;
    font-weight: 700;
    color: #ffb751;
    color: rgba(var(--color-accent), 1);
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    margin-bottom: 1.25rem;
    text-transform: uppercase
}

.footer__desc {
    font-size: .875rem;
    line-height: 1.3;
    max-width: 37.5rem;
    margin: 0 auto
}

.footer__links {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center;
    grid-gap: .375rem 1.25rem;
    gap: .375rem 1.25rem;
    margin-top: 1.375rem
}

.footer__link {
    text-decoration: none;
    font-size: .75rem;
    color: #736f69;
    line-height: 1.1
}

.footer__link:hover {
    color: #c2bcb2
}

.footer__authors {
    font-size: .75rem;
    margin-top: 1.375rem;
    flex-direction: column
}

.footer__author,
.footer__authors {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .625rem;
    gap: .625rem
}

.footer__author {
    color: #736f69;
    text-decoration: none;
    transition: all .2s
}

.footer__author:hover {
    filter: brightness(120%)
}

.footer__bnrs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-gap: 1rem;
    gap: 1rem
}

.bnr {
    display: block;
    transition: all .2s
}

.bnr,
.bnr:hover {
    opacity: 1
}

:root {
    --feature-size-title: 1.125rem;
    --feature-size-desc: 0.875rem;
    --feature-desc-mt: 1rem;
    --feature-desc-display: -webkit-box;
    --feature-line-clamp: 7
}

.feature {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.feature__title {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.125rem;
    font-size: var(--feature-size-title);
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffb751;
    color: rgba(var(--color-accent), 1);
    font-style: normal
}

.feature__desc {
    font-size: .875rem;
    font-size: var(--feature-size-desc);
    line-height: 1.5;
    font-weight: 400;
    margin-top: 1.875rem;
    margin-bottom: 0;
    display: -webkit-box;
    display: var(--feature-desc-display);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    -webkit-line-clamp: var(--feature-line-clamp);
    overflow: hidden;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    color: #b2aaa1;
    font-style: normal
}

[data-feature-anime] {
    opacity: 0;
    transition: all .2s ease-in-out
}

.swiper-slide-active [data-feature-anime] {
    opacity: 1
}

[data-feature-anime=title] {
    transform: translateY(1.25rem)
}

[data-feature-anime=desc] {
    transform: translateY(-1.25rem)
}

.swiper-slide-active [data-feature-anime=desc],
.swiper-slide-active [data-feature-anime=title],
.swiper-slide-duplicate-active [data-feature-anime=desc],
.swiper-slide-duplicate-active [data-feature-anime=title] {
    opacity: 1;
    transform: translateY(0);
    transition: all .5s ease-in-out
}

[data-section=features] {
    background-color: #1f1c1b;
    background-image: url(../images/features/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.features {
    box-sizing: border-box;
    padding-top: 4.0625rem;
    padding-bottom: 2.5rem
}

.features__wrap {
    max-width: 100%;
    min-width: 0;
    position: relative;
    z-index: 0;
    background-color: transparent;
    background-image: url(../images/features/slider-bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 23.875rem;
    border-radius: .3125rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 1.25rem
}

.features__arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-top: 1.25rem
}

.features__list {
    overflow: hidden;
    display: flex;
    width: 100%;
    max-width: 32.5rem;
    margin: 0 auto;
    flex-grow: 1
}

.features__slide {
    display: flex
}

.features__thumbs {
    max-width: 30.625rem;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2rem 0
}

.features__slide-thumbs {
    width: 33.33333%;
    height: 100%
}

.features__slide-thumbs,
.features__thumb {
    display: flex;
    justify-content: center;
    align-items: center
}

.features__thumb {
    background-color: transparent;
    background-image: url(../images/features/thumb-bg.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 4.75rem;
    height: 4.75rem;
    filter: drop-shadow(0 0 .625rem rgba(255, 221, 190, 0)) grayscale(1) brightness(.6);
    transition: all .3s;
    cursor: pointer;
    transform: scale(.9)
}

.swiper-slide-active .features__thumb,
.swiper-slide-duplicate-active .features__thumb {
    filter: drop-shadow(0 0 .625rem rgba(255, 221, 190, .5)) grayscale(0) brightness(1);
    transform: scale(1)
}

.features__thumb-img {
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: .1875rem solid rgba(59, 47, 44, 0);
    box-sizing: border-box
}

.event {
    border-radius: .5rem;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
    background-image: url(../images/event/bg-0.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 20rem;
    box-sizing: border-box;
    padding: 1.75rem .875rem
}

.event,
.event__pic {
    display: flex;
    align-items: center
}

.event__pic {
    height: 6.375rem;
    justify-content: center
}

.event__img {
    display: block
}

.event__title {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.0625rem;
    font-weight: 700;
    margin: 1.25rem 0 0;
    line-height: 1;
    text-transform: uppercase;
    color: #fff8ed
}

.event__desc {
    margin: 1rem 0 0;
    font-size: 1rem;
    color: #c1b9af;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden
}

.event__desc>p {
    margin: 0
}

.event__btns {
    margin-top: auto;
    padding-top: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box
}

[data-section=events] {
    background-color: #1f1c1b;
    background-image: url(../images/events/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.events {
    box-sizing: border-box;
    padding-top: 4.0625rem;
    padding-bottom: 5.375rem
}

.events__list {
    display: grid;
    grid-gap: 2.3125rem;
    gap: 2.3125rem;
    max-width: 28.75rem;
    margin: 0 auto
}

.events__more {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-top: 2.3125rem
}

.up {
    background-color: transparent;
    background-image: url(../images/up/ico.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 4.75rem;
    height: 2.5rem;
    cursor: pointer;
    transition: all .5s;
    display: none
}

.up:hover {
    filter: brightness(130%)
}

.up_position_fixed {
    position: fixed;
    bottom: 3.125rem;
    right: 3.125rem;
    z-index: 10
}

[data-gw-scrollto].up {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.nav-scroll [data-gw-scrollto].up {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0)
}

[data-section=consent] {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 20;
    -webkit-animation: consentShow 1s ease forwards;
    animation: consentShow 1s ease forwards;
    background: #1c1a19;
    -webkit-backdrop-filter: blur(.5rem);
    backdrop-filter: blur(.5rem);
    box-shadow: 0 0 3.75rem #000
}

@-webkit-keyframes consentShow {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes consentShow {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.consent {
    color: #c1b9af;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: .875rem;
    box-sizing: border-box;
    padding-top: .625rem;
    padding-bottom: .625rem;
    display: grid;
    align-items: center;
    text-align: center;
    grid-gap: 1.25rem 3.125rem;
    gap: 1.25rem 3.125rem
}

.invite {
    background-color: transparent;
    background-image: url(../images/invite/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 1.5rem 1.25rem 1.875rem;
    border-radius: .375rem
}

.invite,
.invite__body {
    display: flex;
    justify-content: center;
    align-items: center
}

.invite__body {
    flex-direction: column;
    text-align: center;
    max-width: 52.5rem;
    width: 100%
}

.invite__title {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 0
}

.invite__desc {
    margin: 1.375rem 0 0;
    font-size: 1rem;
    color: #c1b9af;
    line-height: 1.333
}

.invite__btns {
    margin-top: 2.0625rem
}

.requirements__body {
    background-color: transparent;
    background-image: url(../images/requirements/bg-body.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: .375rem;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    color: #aaa39a;
    font-size: 1rem
}

.requirements__list {
    display: grid;
    grid-gap: .1875rem;
    gap: .1875rem;
    box-sizing: border-box
}

.requirements__row {
    border: 1px solid #433e3b;
    border-radius: .375rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 3.375rem;
    align-items: center;
    padding: .3125rem;
    box-sizing: border-box
}

.requirements__item {
    box-sizing: border-box;
    padding: 0 .3125rem;
    font-size: .75rem;
    color: #aaa39a
}

.requirements__item_head {
    font-weight: 700;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase;
    color: #fff8ed;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.resource {
    flex-direction: column;
    text-align: left;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    box-sizing: border-box;
    padding: .9375rem;
    min-height: 6.3125rem;
    border: 1px solid #4d4947;
    border-radius: .3125rem
}

.resource,
.resource__pic {
    display: flex;
    justify-content: center;
    align-items: center
}

.resource__pic {
    background-color: transparent;
    background-image: none;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 4.25rem;
    height: 4.25rem;
    flex-shrink: 0
}

.resource__ico {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.resource__title {
    font-size: 1.5rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff8ed;
    font-weight: 700;
    line-height: 1
}

.resource__content {
    flex-grow: 1;
    min-width: 0
}

.resource__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

.resources__body {
    background-color: transparent;
    background-image: url(../images/resources/bg-body.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 1.25rem 1rem;
    display: grid;
    border-radius: .375rem;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    color: #c1b9af;
    font-size: 1rem
}

.resources__about {
    margin-top: -.375rem
}

.resources__about-accent-text {
    color: #fff8ed
}

.resources__about-ttl {
    font-size: 1.375rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff8ed;
    font-weight: 700;
    margin: 0 0 .4375rem
}

.resources__about-list {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-gap: .625rem;
    gap: .625rem;
    margin: 0 0 .75rem
}

.resources__about-num {
    color: #fff8ed
}

.resources__btns {
    margin-top: .625rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .875rem;
    gap: .875rem
}

.resources__list {
    display: grid;
    grid-gap: 1.625rem;
    gap: 1.625rem
}

.resources__invitebox {
    margin-top: 2.875rem
}

.resources__requirementsbox {
    margin-top: 6.125rem
}

.resources__warn {
    background-color: transparent;
    background-image: url(../images/resources/bg-warn.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border: 1px solid rgba(25, 23, 20, .5);
    border-radius: .375rem;
    box-sizing: border-box;
    padding: 1.5625rem 1.25rem;
    text-align: center;
    font-size: 1rem;
    color: #c1b9af;
    line-height: 1.1
}

.resources__warn-title {
    font-size: 1.25rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff8ed;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.resources__warn-text {
    margin: 1.4375rem 0 0
}

.general {
    box-sizing: border-box;
    padding-top: 6.25rem;
    padding-bottom: 7.5rem
}

.files__list {
    display: grid;
    grid-gap: .8125rem;
    gap: .8125rem;
    max-width: 20rem;
    width: 100%;
    margin: 0 auto;
    min-width: 0
}

.files__link {
    border: .125rem solid #c8ac82;
    border-radius: .375rem;
    width: 100%;
    height: 2.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: .875rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #ebca98;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    min-width: 0
}

.files__link:hover {
    background-color: rgba(235, 202, 152, .1)
}

.files__btn {
    --btn-w: 100%;
    width: 100%
}

.welcome {
    text-align: center;
    font-size: .875rem;
    color: #c1b9af;
    line-height: 1.333
}

.welcome__langbox {
    margin-bottom: 2.5rem
}

.welcome__title {
    margin: 0;
    font-size: 1.625rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff8ed;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2
}

.welcome__text {
    margin-top: 1.5625rem
}

.welcome__btns {
    display: grid;
    grid-gap: .625rem;
    gap: .625rem;
    max-width: 18.4375rem;
    margin: 2.5rem auto 0
}

.welcome__link {
    border: .125rem solid #918673;
    border-radius: .375rem;
    width: 100%;
    height: 3.1875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: .875rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #e5cfae;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    min-width: 0
}

.welcome__link:hover {
    background-color: rgba(229, 207, 174, .1)
}

.welcome__btn {
    --btn-w: 100%;
    width: 100%
}

.welcome__control {
    text-align: center;
    margin-top: 1.375rem
}

.welcome__hide-link {
    font-size: .875rem;
    color: #66635f;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
    transition: all .2s
}

.welcome__hide-link:hover {
    color: #9b9792;
    text-decoration: underline
}

.language {
    grid-gap: .875rem;
    gap: .875rem
}

.language,
.language__item {
    display: flex;
    justify-content: center;
    align-items: center
}

.language__item {
    flex-direction: column;
    text-align: center;
    width: 3.125rem;
    height: 4.5625rem;
    font-size: .875rem;
    color: #aea599;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    border-radius: .4375rem;
    background-color: #24201f;
    text-decoration: none;
    grid-gap: .5rem;
    gap: .5rem;
    transition: all .2s;
    box-sizing: border-box;
    padding-top: .125rem
}

.language__item:hover,
.language__item_active {
    background-color: #12100f
}

.language__img {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    border-radius: 50%
}

.support__body {
    background-color: transparent;
    background-image: url(../images/resources/bg-body.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: grid;
    grid-gap: 1.5rem;
    gap: 1.5rem;
    box-sizing: border-box;
    padding: 1rem;
    text-align: center
}

.support__title {
    margin-bottom: 1.25rem
}

.support__desc {
    line-height: 1.26
}

.support__desc_small_width {
    max-width: 31.25rem;
    margin: 0 auto
}

.support__box {
    box-sizing: border-box
}

.support__links_mt {
    margin-top: 2rem
}

.support__links_mb {
    margin-bottom: 2rem
}

.support__spacer {
    height: .3125rem
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .5rem;
    gap: .5rem;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.pagination_mt {
    margin-top: 1.875rem
}

.pagination__item_prev {
    margin-right: .625rem
}

.pagination__item_next {
    margin-left: .625rem
}

.pagination__link {
    font-size: 1.25rem;
    color: #8c7e6c;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    height: 1.875rem;
    box-sizing: border-box;
    text-decoration: none;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-weight: 700;
    padding: 0 .625rem
}

.pagination__link_active {
    pointer-events: none;
    color: #ecd4b0
}

.pagination__link:hover {
    color: #ecd4b0
}

.pagination__link_next,
.pagination__link_prev {
    background-color: transparent;
    background-image: url(../images/pagination/arrow-prev.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    min-width: 1.5625rem;
    height: 2.625rem
}

.pagination__link_next {
    background-image: url(../images/pagination/arrow-next.png)
}

.pagination__link_next:hover,
.pagination__link_prev:hover {
    filter: brightness(130%)
}

.blog__categories {
    margin-top: 2.8125rem;
    flex-wrap: wrap;
    grid-gap: 1rem;
    gap: 1rem
}

.blog__categories,
.blog__category {
    display: flex;
    justify-content: center;
    align-items: center
}

.blog__category {
    font-size: .75rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #c3aa87;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    min-width: 9.375rem;
    min-height: 2.25rem;
    box-sizing: border-box;
    padding: .375rem .3125rem .3125rem;
    border: .125rem solid #c3aa87;
    border-radius: .25rem;
    text-decoration: none;
    transition: all .3s
}

.blog__category:hover {
    background-color: rgba(117, 102, 80, .4);
    color: #e7ca9f
}

.blog__category_active {
    color: #e7ca9f;
    border: .125rem solid #e7ca9f;
    background-color: transparent
}

.blog__list {
    display: grid;
    grid-template-columns: 1;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    max-width: 23.75rem;
    width: 100%;
    margin: 2.625rem auto 0
}

.blog__post {
    --post-pic-height: 18.4375rem;
    --post-pic-overlay: linear-gradient(0deg, #282524, rgba(40, 37, 36, 0.85) 30%, rgba(40, 37, 36, 0.7));
    --post-desc-mt: 2rem;
    --post-bar-mt: 4.375rem;
    --post-line-clamp: 4
}

.blog__control {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .625rem;
    gap: .625rem
}

.blog__control_mt {
    margin-top: 1.875rem
}

:root {
    --article-height: 25rem;
    --article-size-title: 1.125rem;
    --article-size-desc: 0.875rem;
    --article-desc-max-height: auto;
    --article-desc-mt: 1.625rem;
    --article-desc-display: -webkit-box;
    --article-line-clamp: 5;
    --article-pic-height: 15.625rem;
    --article-pic-overlay: linear-gradient(0deg, #282524, rgba(40, 37, 36, 0.85) 30%, rgba(40, 37, 36, 0.7));
    --article-bar-mt: 1.875rem
}

.article {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    max-width: 100%;
    min-height: 25rem;
    min-height: var(--article-height);
    color: #bab2a8;
    color: rgba(var(--color-0), 1);
    background-color: #282524;
    border-radius: .375rem;
    overflow: hidden
}

.article__type {
    z-index: 5;
    pointer-events: none;
    position: absolute;
    left: 1.25rem;
    top: 1.25rem;
    font-size: .75rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: rgba(234, 213, 183, .7);
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: .25rem;
    border: 1px solid rgba(234, 213, 183, .5);
    width: 7.375rem;
    height: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.article__body {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    width: 100%
}

.article__body:after {
    display: block;
    content: "";
    background-image: linear-gradient(0deg, #282524, rgba(40, 37, 36, .85) 30%, rgba(40, 37, 36, .7));
    background-image: var(--article-pic-overlay);
    z-index: -1
}

.article__body:after,
.article__pic {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 15.625rem;
    height: var(--article-pic-height)
}

.article__pic {
    z-index: -2;
    overflow: hidden;
    border-radius: .375rem;
    background-color: rgba(var(--bg), 1)
}

.article__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    transition: all 1s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.article__container {
    margin-top: auto;
    box-sizing: border-box;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.article__title {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.125rem;
    font-size: var(--article-size-title);
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff8ed;
    font-style: normal
}

.article__desc {
    font-size: .875rem;
    font-size: var(--article-size-desc);
    line-height: 1.5;
    font-weight: 400;
    margin-top: 1.625rem;
    margin-top: var(--article-desc-mt);
    margin-bottom: 0;
    display: -webkit-box;
    display: var(--article-desc-display);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    -webkit-line-clamp: var(--article-line-clamp);
    line-clamp: 5;
    line-clamp: var(--article-line-clamp);
    overflow: hidden;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    color: #b2aaa1;
    font-style: normal
}

.article__desc p {
    margin: 0
}

.article__bar {
    margin-top: 1.875rem;
    margin-top: var(--article-bar-mt);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .625rem 1.875rem;
    gap: .625rem 1.875rem
}

.article__btn {
    min-width: 9.125rem;
    border-radius: .25rem
}

.article__informer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .375rem 1rem;
    gap: .375rem 1rem
}

.article__info {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .375rem;
    gap: .375rem;
    font-size: .875rem;
    color: #fff8ed;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.article__info-ico {
    font-size: 1.3em;
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.article__info-ico_time {
    background-image: url(../images/article/ico-clock.png);
    width: .875rem;
    height: .9375rem
}

[data-article-visible] {
    -webkit-animation: article-show 1s ease-in-out;
    animation: article-show 1s ease-in-out
}

@-webkit-keyframes article-show {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes article-show {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[data-article-visible=false] {
    display: none
}

.content {
    color: #c1b9af;
    font-size: .875rem;
    line-height: 1.11;
    vertical-align: middle
}

.content__body {
    background-color: #262321;
    padding: 1.25rem
}

.content__body,
.spoiler {
    border-radius: .375rem;
    box-sizing: border-box
}

.spoiler {
    --spoiler-container-rows: 0fr;
    --spoiler-container-opacity: 0;
    --spoiler-container-maring: 0 0;
    --spoiler-container-padding: 0 0.875rem;
    --spoiler-bgc-heading: #373532;
    --spoiler-transition: 0.3s all;
    --spoiler-arrow-transform: rotateX(0deg);
    transition: var(--spoiler-transition);
    color: #c1b9af;
    overflow: hidden
}

[data-spoiler=active] {
    --spoiler-container-rows: 1fr;
    --spoiler-container-opacity: 1;
    --spoiler-container-maring: 0;
    --spoiler-container-padding: 0.875rem;
    --spoiler-arrow-transform: rotateX(180deg)
}

.spoiler__heading {
    background-color: var(--spoiler-bgc-heading);
    background-image: none;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: var(--spoiler-transition);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .625rem;
    gap: .625rem;
    padding: .75rem .875rem;
    line-height: 1.1;
    min-height: 2.5rem;
    box-sizing: border-box;
    color: #fff
}

[data-spoiler-trigger] {
    cursor: pointer
}

.spoiler__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    color: #fff;
    margin-left: auto;
    transition: var(--spoiler-transition);
    transform: var(--spoiler-arrow-transform);
    width: 1.3125rem;
    height: .625rem;
    background-image: url(../images/spoiler/arrow.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    flex-shrink: 0
}

.spoiler__content {
    display: grid
}

.spoiler__title {
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.spoiler__container {
    margin: var(--spoiler-container-maring);
    padding: var(--spoiler-container-padding);
    display: grid;
    grid-template-rows: var(--spoiler-container-rows);
    overflow: hidden;
    opacity: var(--spoiler-container-opacity);
    transition: var(--spoiler-transition);
    box-sizing: border-box;
    background: #2e2b29
}

.spoiler__content {
    min-height: 0;
    font-size: .875rem;
    line-height: 1.4
}

.spoiler__ico {
    flex-shrink: 0;
    display: none
}

.spoiler-list {
    display: grid;
    grid-gap: .4375rem;
    gap: .4375rem
}

@media (min-width: 460px) {
    .requirements__body {
        padding: 2.5rem
    }

    .resource {
        padding: .9375rem 2rem
    }

    .resources__body {
        padding: 2.8125rem 2.5rem
    }

    .spoiler__heading {
        grid-gap: 1.125rem;
        gap: 1.125rem
    }

    .spoiler__ico {
        display: block
    }
}

@media (min-width: 540px) {
    .countdown__heading {
        font-size: 2rem
    }

    .countdown__amount {
        font-size: 2.5rem
    }

    .countdown__desc {
        font-size: .875rem
    }

    .btn_size_large,
    .btn_size_long {
        --btn-scale: 0.9
    }

    .btn_size_long {
        --btn-w: 25.5625rem
    }

    .btn_size_3,
    .btn_size_4,
    .btn_size_5,
    .btn_size_6 {
        --btn-scale: 1
    }

    .mdl__inner {
        padding: 2.5rem
    }

    .mdl__inner_2 {
        padding: 3.125rem 1.875rem 3.75rem
    }

    .mdl__inner_welcome {
        padding: 2.5rem 2.5rem 2rem
    }

    .hero__title {
        font-size: 1.875rem
    }

    .hero__subtitle {
        font-size: 1.5rem
    }

    .hero__desc {
        font-size: 1.0625rem
    }
}

@media (min-width: 680px) {
    .content-box {
        padding: 1.5625rem
    }

    .content-info {
        font-size: 1rem
    }


    .mdl.mdl_has_close_2 {
        padding: .9375rem !important
    }

    .mdl__close {
        top: 0;
        right: 0
    }

    .servers {
        max-width: 40rem;
        grid-template-columns: repeat(2, 1fr)
    }

    .features__slide-thumbs {
        width: 20%
    }

    .consent {
        grid-template-columns: 1fr auto;
        font-size: 1rem;
        text-align: left;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .consent__btns {
        text-align: right
    }

    .resource {
        justify-content: flex-start;
        flex-direction: row
    }

    .welcome {
        font-size: 1.125rem
    }

    .welcome__title {
        font-size: 2.375rem
    }

    .blog__categories {
        grid-gap: 1.625rem;
        gap: 1.625rem
    }

    .blog__category {
        min-height: 2.5rem;
        font-size: .875rem;
        min-width: 11.25rem
    }

    .blog__list {
        grid-template-columns: repeat(2, 1fr);
        max-width: 50rem
    }

    :root {
        --article-line-clamp: 4
    }

    .content {
        font-size: 1.125rem
    }

    .content__body {
        padding: 2.5rem 3.125rem
    }

    .spoiler {
        --spoiler-container-padding: 0 1.5625rem
    }

    [data-spoiler=active] {
        --spoiler-container-padding: 1.5625rem
    }

    .spoiler__heading {
        padding: .875rem 1.5625rem;
        min-height: 4rem
    }
}

@media (min-width: 720px) {
    .title {
        font-size: 2rem
    }

    .title_size_small {
        font-size: 1.75rem
    }

    .title_size_tiny {
        font-size: 1.25rem
    }

    .desc {
        font-size: 1rem
    }

    .desc_size_small {
        font-size: .875rem
    }

    .desc_size_large {
        font-size: 1.125rem
    }

    .ttl {
        font-size: 1.25rem
    }

    .ttl_mb {
        margin-bottom: 1.625rem
    }

    .ttl_mt {
        margin-top: 1.875rem
    }

    .invite__title,
    .social__title {
        font-size: 1.75rem
    }

    .requirements__row {
        padding: .625rem
    }

    .support__title {
        font-size: 1.625rem;
        margin-bottom: 1.6875rem
    }
}

@media (min-width: 840px) {

    td,
    th {
        padding: .375rem 1rem
    }

    td:first-child,
    th:first-child {
        padding-left: 2.375rem
    }

    td:last-child,
    th:last-child {
        padding-right: 2.375rem
    }

    .countdown__item {
        min-width: 5.125rem
    }

    .countdown__amount {
        font-size: 4.5rem
    }

    .countdown__devider {
        font-size: 5rem
    }

    .informer {
        font-size: 1.25rem
    }

    .post__container {
        padding: 2.5rem 3.125rem
    }

    .news__more {
        grid-template-columns: auto auto;
        padding: 1.875rem 3.125rem;
        text-align: left
    }

    .news__more-btns {
        margin-left: auto
    }

    .features__wrap {
        flex-direction: row
    }

    .features__arrows {
        margin: 0
    }

    .features__arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .features__arrow_prev {
        left: 3.125rem
    }

    .features__arrow_next {
        right: 3.125rem
    }

    .events__list {
        max-width: none;
        grid-template-columns: repeat(3, 1fr)
    }

    .invite {
        padding: 2.8125rem 3.125rem 3.75rem
    }

    .requirements__item {
        padding: 0 .625rem;
        font-size: 1rem
    }

    .resources__warn {
        padding: 3.125rem 3.125rem 3.625rem;
        font-size: 1.375rem
    }

    .resources__warn-title {
        font-size: 1.625rem
    }

    .support__body {
        padding: 1.875rem
    }

    .support__box {
        padding: 2.1875rem;
        border-radius: .375rem;
        border: .125rem solid rgba(74, 69, 66, .7)
    }

    .article__type {
        left: 2rem;
        top: 2rem
    }

    .article__container {
        padding: 2rem
    }

    .spoiler__content,
    .spoiler__title {
        font-size: 1.125rem
    }
}

@media (min-width: 940px) {

    .blog__control_mt,
    .pagination_mt {
        margin-top: 3.125rem
    }
}

@media (min-width: 1050px) {
    .content-box {
        padding: 2.5rem
    }

    :root {
        --post-line-clamp: 3;
        --post-size-title: 1.5rem
    }

    .news__list {
        grid-template-columns: 43% 1fr
    }

    .news__post:first-child {
        --post-pic-height: 19.875rem;
        --post-pic-overlay: linear-gradient(0deg, #282524, rgba(40, 37, 36, 0.85) 30%, rgba(40, 37, 36, 0.7));
        --post-desc-mt: 1.625rem;
        --post-bar-mt: 4.375rem;
        --post-line-clamp: 12;
        grid-row: span 2;
        min-height: 34.375rem
    }

    .social {
        grid-template-columns: 1fr 30.625rem;
        text-align: left
    }

    :root {
        --feature-line-clamp: 8;
        --feature-size-title: 1.5rem
    }

    .features__arrow_prev {
        left: 6.75rem
    }

    .features__arrow_next {
        right: 6.75rem
    }

    :root {
        --article-size-title: 1.3125rem
    }

    .spoiler {
        --spoiler-container-padding: 0 2.5rem
    }

    [data-spoiler=active] {
        --spoiler-container-padding: 2.5rem
    }

    .spoiler__heading {
        padding: 1rem 2.5rem
    }
}
@media (max-width: 1200px) {
    .hero {
        
        width:100%
    }
}


 
@media (min-width: 1200px) {
    table {
        font-size: 1rem
    }

    .title {
        font-size: 2.375rem
    }

    .title_size_small {
        font-size: 2.0625rem
    }

    .title_size_tiny {
        font-size: 1.25rem
    }

    .desc {
        font-size: 1rem
    }

    .desc_size_small {
        font-size: .875rem
    }

    .desc_size_large {
        font-size: 1.125rem
    }

    .ttl {
        font-size: 1.5rem
    }

    .table-font-size {
        font-size: 1.125rem
    }

    :root {
        --btn-fs: 0.9375rem
    }

    .btn_size_small {
        padding: .3125rem 1rem;
        padding: .3125rem calc(1rem*var(--btn-scale))
    }

    .btn_size_large,
    .btn_size_long {
        --btn-scale: 1
    }

    .btn_size_2 {
        --btn-fs: 1rem
    }

    .btn_size_3,
    .btn_size_4 {
        --btn-scale: 1;
        --btn-fs: 1.125rem
    }

    .btn_size_5,
    .btn_size_6 {
        --btn-scale: 1;
        --btn-fs: 0.875rem
    }

    .lang {
        --lang-img-size: 1.3125rem
    }

    :root {
        --link-fs: 1.0625rem;
        --swiper-arrow-scale: 1
    }

    .control__arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        margin: 0
    }

    .control__arrow_prev {
        right: calc(100% + 1.875rem)
    }

    .control__arrow_next {
        left: calc(100% + 1.875rem)
    }

    .gw-burger {
        display: none
    }

    .menu {
        display: flex;
        align-self: stretch
    }

    .menu__content,
    .menu__list {
        display: flex;
        width: 100%
    }

    .menu__list {
        list-style-type: none;
        margin: 0;
        justify-content: flex-start;
        align-items: stretch;
        opacity: 1;
        visibility: visible;
        padding: 0;
        box-sizing: border-box;
        grid-gap: 0;
        gap: 0
    }

    .menu__el {
        display: flex;
        position: relative;
        z-index: 0
    }

    .menu__el_desktop_none {
        display: none
    }

    .menu__item {
        padding: .625rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        color: #aea599;
        cursor: pointer;
        font-style: normal;
        font-size: 1rem;
        font-weight: 500;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: all .3s;
        font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
        font-family: var(--font-0);
        text-shadow: none;
        text-transform: uppercase
    }

    @media (min-width: 1350px) {
        .menu__item {
            padding: .625rem 1.3125rem
        }
    }

    .menu__el:hover [data-menu-open-sub-list],
    .menu__item:hover,
    .menu__item_open:hover {
        color: #fff8ed
    }

    .menu__dot {
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        width: .125rem;
        height: 2.5rem;
        display: block;
        flex-shrink: 0;
        border: 0;
        align-self: center;
        background-image: linear-gradient(90deg, rgba(194, 179, 170, .071) 50%, rgba(0, 0, 0, .302) 0)
    }

    .menu__el_continer {
        display: none
    }

    .menu__sub-list {
        position: absolute;
        left: -.625rem;
        top: calc(100% - .6875rem);
        list-style: none;
        margin: 0;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        display: block !important;
        min-width: 100%;
        transform: translateY(.625rem);
        padding: .75rem 0;
        border-radius: .5rem;
        background: #12100f;
        border: .125rem solid #443f3a
    }

    .menu__sub-list:hover,
    [data-menu-open-sub-list=open]~.menu__sub-list,
    [data-menu-open-sub-list]:hover~.menu__sub-list {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    [data-menu-open-sub-list] .menu__item-arrow {
        display: block;
        content: "";
        background-color: transparent;
        background-image: url(../images/menu/arrow-down.svg);
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        width: .4375rem;
        height: .1875rem;
        margin-top: 1px;
        margin-left: .3125rem;
        position: relative;
        top: 0;
        transition: all .2s
    }

    .menu__el:has([data-menu-open-sub-list]):hover .menu__item-arrow,
    .menu__item_open .menu__item-arrow {
        transform: rotateX(180deg)
    }

    .menu__sub-item {
        padding: .3125rem 1.75rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        text-decoration: none;
        color: #aea599;
        cursor: pointer;
        font-style: normal;
        font-size: 1rem;
        font-weight: 500;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: all .3s;
        line-height: 1;
        min-height: 2.5rem
    }

    .menu__sub-item:hover {
        color: #fff8ed;
        background-color: rgba(255, 248, 237, .06)
    }

    :root {
        --navigation-height: 5rem;
        --navigation-height-scroll: 5rem
    }

    .navigation__box_side_left {
        margin-right: 1.5rem
    }

    .navigation__box_side_right {
        margin-left: 2.5rem;
        margin-right: 0;
        display: flex
    }

    .navigation__el_desktop {
        display: flex;
        justify-content: center
    }

    .navigation__auth {
        margin-left: 1.875rem
    }

    .navigation__bnrs {
        display: flex
    }

    [data-container=hero] {
        max-width: 86rem;
        max-width: calc(82.5rem + var(--margin)*4)
    }

    .hero {
        min-height: 41.5rem;
      
    }

    .hero__box {
        max-width: 40.625rem
    }

    .hero__title {
        font-size: 2.375rem
    }

    .hero__subtitle {
        font-size: 1.75rem;
        line-height: 1.5
    }

    .hero__desc {
        font-size: 1.125rem
    }

    .servers {
        max-width: none;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 1.5625rem;
        gap: 1.5625rem
    }

    .servers__border {
        display: block
    }

    :root {
        --post-size-title: 1.75rem;
        --post-size-desc: 1rem
    }

    .fnav {
        grid-gap: 1.25rem 6.25rem;
        gap: 1.25rem 6.25rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left
    }

    .fnav__box {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .fnav__header {
        font-size: 1rem
    }

    .fnav__link {
        font-size: .8125rem
    }

    .footer__container {
        grid-template-columns: 1fr 30.625rem;
        text-align: left
    }

    .footer__about {
        text-align: left
    }

    .footer__copyright {
        font-size: 1rem
    }

    .footer__desc {
        margin: 0
    }

    .footer__links {
        margin-left: auto;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left
    }

    .footer__authors {
        align-items: flex-start;
        font-size: .875rem
    }

    .footer__author,
    .footer__authors {
        justify-content: flex-start
    }

    .footer__bnrs {
        justify-content: flex-end
    }

    :root {
        --feature-size-title: 1.75rem;
        --feature-size-desc: 1rem
    }

    .features__list {
        max-width: 46.875rem
    }

    .event {
        padding: 1.75rem
    }

    .event__title {
        font-size: 1.1875rem
    }

    .events__list {
        grid-template-columns: repeat(3, 1fr)
    }

    .consent {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
        font-size: 1.125rem
    }

    .invite__title {
        font-size: 2.0625rem
    }

    .invite__desc {
        font-size: 1.125rem
    }

    .resources__body {
        grid-template-columns: 1fr 1fr
    }

    .support__body {
        padding: 2.5rem
    }

    .support__title {
        font-size: 1.625rem
    }

    .blog__list {
        max-width: none;
        grid-template-columns: repeat(3, 1fr)
    }

    :root {
        --article-size-title: 1.5rem;
        --article-size-desc: 1rem
    }

    .content__body {
        padding: 3.625rem 5rem
    }
}

@media (min-width: 1440px) {
    .up {
        display: block
    }
}

@media (min-width: 1720px) {
    .navigation__bnrs {
        left: auto;
        right: calc(100% + 6.25rem);
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (min-width: 1860px) {
    .navigation__bnrs {
        right: calc(100% + 9.375rem)
    }
}

@media (max-width: 1199.99px) {
    .mbar {
        height: 5rem;
        height: var(--navigation-height);
        display: flex
    }

    .mbar__box {
        flex-basis: 50%;
        display: flex
    }

    .gw-burger {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
        cursor: pointer;
        pointer-events: all
    }

    .gw-burger,
    .gw-burger__box {
        background-color: transparent;
        position: relative
    }

    .gw-burger__box {
        z-index: 5;
        width: 1.5rem;
        height: 1.1875rem;
        border-radius: 0;
        box-sizing: border-box;
        flex-shrink: 0
    }

    .gw-burger__line {
        height: .125rem;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #aea599;
        border-radius: 0;
        transition: top .3s .3s, right .3s .3s, left .3s .2s, bottom .3s .3s, opacity .3s .4s, transform .3s 0s
    }

    .gw-burger__line_pos_top {
        top: 0
    }

    .gw-burger__line_pos_middle {
        top: 50%;
        left: 25%;
        transform: translateY(-50%);
        transition: all 0s .4s
    }

    .gw-burger__line_pos_bottom {
        bottom: 0;
        left: 50%
    }

    .mob-menu-active .gw-burger__line {
        background-color: #aea599
    }

    .mob-menu-active .gw-burger__line_pos_top {
        transform: rotate(45deg) translateY(-50%);
        transform-origin: center top;
        top: 50%;
        right: 0;
        transition: top .3s .1s, right .3s .1s, left .3s 0s, bottom .3s .1s, opacity 0s .1s, transform .3s .4s
    }

    .mob-menu-active .gw-burger__line_pos_middle {
        opacity: 0;
        transition: opacity .3s .3s, transform .3s .1s, left .3s .3s;
        left: 100%
    }

    .mob-menu-active .gw-burger__line_pos_bottom {
        transform: rotate(-45deg) translateY(50%);
        transform-origin: center bottom;
        bottom: 50%;
        right: 0;
        left: 0;
        transition: top .3s .1s, right .3s .1s, left .1s .3s, bottom .3s .1s, opacity 0s .1s, transform .3s .4s
    }

    .menu {
        position: absolute;
        top: 5rem;
        top: var(--navigation-height);
        right: 0;
        left: 0;
        z-index: 2;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 5rem;
        padding-bottom: var(--navigation-height);
        height: 100vh;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        justify-content: flex-start;
        background-color: #201c1b;
        background-color: rgba(var(--body-background-color));
        opacity: 0;
        transition: all .5s .3s;
        visibility: hidden;
        box-shadow: 0 0 0 100vh #201c1b;
        box-shadow: 0 0 0 100vh rgba(var(--body-background-color), 1)
    }

    @supports (height: 100dvh) {
        .menu {
            height: 100dvh
        }
    }

    .mob-menu-active .menu {
        visibility: visible;
        opacity: 1;
        transition: all .5s
    }

    .menu__content {
        transition: all .3s;
        opacity: 0;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        display: flex
    }

    .mob-menu-active .menu__content {
        opacity: 1;
        transition: all .5s .3s
    }

    .menu__list {
        width: 100%;
        list-style-type: none;
        padding: 1.25rem 0;
        margin: auto;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        box-sizing: border-box
    }

    .menu__dot {
        display: none
    }

    .menu__el {
        width: 100%;
        position: relative;
        z-index: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    .menu__el_auth,
    .menu__el_scl {
        margin-top: 1.25rem
    }

    .menu__el_atop {
        position: relative;
        z-index: 5
    }

    .menu__el_bar {
        margin-bottom: 1.875rem
    }

    .menu__el_continer {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.25rem
    }

    .menu__el_continer_divider {
        padding-top: 1.25rem;
        border-top: 1px solid rgba(174, 165, 153, .05)
    }

    .menu__el_continer:hover,
    [data-place-from=auth] {
        z-index: 10
    }

    .menu__item {
        padding: .625rem .9375rem;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        color: #aea599;
        cursor: pointer;
        font-style: normal;
        font-size: 1rem;
        font-weight: 500;
        white-space: nowrap;
        text-transform: uppercase;
        width: 100%;
        min-height: 3.125rem;
        transition: all .2s;
        font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
        font-family: var(--font-0)
    }

    .menu__item:hover,
    .menu__item_open {
        color: #fff8ed
    }

    .menu__sub-wrapper {
        display: none
    }

    .subnav__container {
        padding: 0
    }

    .mob-menu-active {
        overflow: hidden
    }

    [data-menu-open-sub-list]:after {
        display: block;
        content: "";
        background-color: transparent;
        background-image: url(../images/menu/arrow-down.svg);
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        width: .4375rem;
        height: .1875rem;
        margin-top: 1px;
        margin-left: .3125rem;
        position: relative;
        top: 0;
        transition: all .5s
    }

    .menu__item_open:after {
        transform: rotateX(180deg)
    }

    .menu__item_open,
    .menu__sub-list {
        background: rgba(255, 248, 237, .05)
    }

    .menu__sub-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: none;
        width: 100%
    }

    .menu__item_open~.menu__sub-list {
        display: block
    }

    .menu__sub-item {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-sizing: border-box;
        padding: .5rem 1.25rem;
        transition: all .3s;
        position: relative;
        z-index: 0;
        color: #aea599;
        cursor: pointer;
        font-style: normal;
        font-size: 1rem;
        font-weight: 500;
        min-height: 3.125rem;
        text-align: center
    }

    .menu__sub-item:hover {
        color: #fff8ed
    }

    .menu__sub-content {
        min-width: 0;
        flex-grow: 1
    }

    .menu__sub-name {
        font-size: 1.125rem;
        line-height: 1.125rem;
        color: #000;
        transition: all .2s
    }

    .menu__sub-desc {
        padding-top: .1875rem;
        font-size: .875rem;
        line-height: 1rem;
        color: rgba(0, 0, 0, .6);
        transition: all .2s
    }

    .menu__scl {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(var(--color-bg-0), 1);
        --scl-flex-basis: 100%
    }

    .menu__btnbar {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        grid-gap: .5rem;
        gap: .5rem;
        background-color: transparent;
        box-sizing: border-box;
        padding: .625rem 1.5rem;
        font-family: Montserrat, Arial, sans-serif;
        font-family: var(--font-2);
        font-size: .9375rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: .04em;
        text-transform: uppercase;
        text-decoration: none;
        z-index: 10;
        height: 4.375rem
    }

    .menu__btnbar,
    .menu__btnbar:after {
        transition: all .2s;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }

    .menu__btnbar:after {
        display: block;
        content: "";
        top: 0;
        z-index: -1;
        background-color: rgba(60, 44, 34, .6);
        background-image: url(../images/menu/btnbarbg.png);
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat
    }

    .menu__btnbar-txt {
        color: #bdb1a5;
        background: var(--text-gradient);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: drop-shadow(0 .0625rem .25rem rgba(0, 0, 0, .5))
    }
}

.pr {
    padding-right: .875rem;
    padding-right: var(--margin)
}

.pl {
    padding-left: .875rem;
    padding-left: var(--margin)
}

.pt {
    padding-top: .875rem;
    padding-top: var(--margin)
}

.pb {
    padding-bottom: .875rem;
    padding-bottom: var(--margin)
}

.mr {
    margin-right: .875rem;
    margin-right: var(--margin)
}

.ml {
    margin-left: .875rem;
    margin-left: var(--margin)
}

.mt {
    margin-top: .875rem;
    margin-top: var(--margin)
}

.mb {
    margin-bottom: .875rem;
    margin-bottom: var(--margin)
}

.m {
    margin: .875rem;
    margin: var(--margin)
}

.mra {
    margin-right: auto
}

.mla {
    margin-left: auto
}

.mta {
    margin-top: auto
}

.ma {
    margin: auto
}

.mba {
    margin-bottom: auto
}

.mr0 {
    margin-right: 0
}

.ml0 {
    margin-left: 0
}

.mt0 {
    margin-top: 0
}

.mb0 {
    margin-bottom: 0
}

.m0 {
    margin: 0
}

.color-light {
    color: #e8d1a6;
    color: rgba(var(--color-light), 1)
}

.color-dark {
    color: #000;
    color: rgba(var(--color-dark), 1)
}

.color-red {
    color: #ac0000;
    color: rgba(var(--color-red), 1)
}

.color-yellow {
    color: #ff0;
    color: rgba(var(--color-yellow), 1)
}

.color-orange {
    color: orange;
    color: rgba(var(--color-orange), 1)
}

.color-pink {
    color: pink;
    color: rgba(var(--color-pink), 1)
}

.color-purple {
    color: purple;
    color: rgba(var(--color-purple), 1)
}

.color-blue {
    color: #00f;
    color: rgba(var(--color-blue), 1)
}

.color-green {
    color: #0b0;
    color: rgba(var(--color-green), 1)
}

.color-grey {
    color: grey;
    color: rgba(var(--color-grey), 1)
}

.color-white {
    color: #fff;
    color: rgba(var(--color-white), 1)
}

.color-black {
    color: #000;
    color: rgba(var(--color-black), 1)
}

.color-brown {
    color: brown;
    color: rgba(var(--color-brown), 1)
}

.color-aqua {
    color: #0ff;
    color: rgba(var(--color-aqua), 1)
}

.color-0 {
    color: #bab2a8;
    color: rgba(var(--color-0), 1)
}

.color-1 {
    color: #141414;
    color: rgba(var(--color-1), 1)
}

.color-2 {
    color: #fff;
    color: rgba(var(--color-2), 1)
}

.color-3 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-3), 1)
}

.color-4 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-4), 1)
}

.color-5 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-5), 1)
}

.color-6 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-6), 1)
}

.color-7 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-7), 1)
}

.color-8 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-8), 1)
}

.color-9 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-9), 1)
}

.color-accent {
    color: #ffb751;
    color: rgba(var(--color-accent), 1)
}

.color-url {
    color: #ffb751;
    color: rgba(var(--color-url), 1)
}

.clear {
    clear: both
}

.hidden {
    display: none
}

.text-decoration-underline {
    text-decoration: underline
}

.text-decoration-none {
    text-decoration: none
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.d-flex,
.flex {
    display: flex
}

.justify-content-start {
    justify-content: start
}

.justify-content-center {
    justify-content: center
}

.justify-content-end {
    justify-content: end
}

.fs_minus_5 {
    font-size: .5em
}

.fs_minus_4 {
    font-size: .6em
}

.fs_minus_3 {
    font-size: .7em
}

.fs_minus_2 {
    font-size: .8em
}

.fs_minus_1 {
    font-size: .9em
}

.fs_plus_1 {
    font-size: 1.1em
}

.fs_plus_2 {
    font-size: 1.2em
}

.fs_plus_3 {
    font-size: 1.3em
}

.fs_plus_4 {
    font-size: 1.4em
}

.fs_plus_5 {
    font-size: 1.5em
}

.font-family-0 {
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0)
}

.font-family-1 {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.font-family-2 {
    font-family: Montserrat, Arial, sans-serif;
    font-family: var(--font-2)
}

.font-family-3 {
    font-family: Alice, Times New Roman, Times, serif;
    font-family: var(--font-3)
}

.font-family-4 {
    font-family: var(--font-4)
}

.w-100 {
    width: 100%
}

.w-90 {
    width: 90%
}

.w-80 {
    width: 80%
}

.w-70 {
    width: 70%
}

.w-60 {
    width: 60%
}

.w-50 {
    width: 50%
}

.w-40 {
    width: 40%
}

.w-30 {
    width: 30%
}

.w-20 {
    width: 20%
}

.w-10 {
    width: 10%
}

.form-group {
    margin-bottom: 1rem
}

label {
    display: block;
    margin-bottom: .375rem;
    color: rgba(var(--color-2), .8);
    font-family: var(--font-0);
    font-weight: 600
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    box-sizing: border-box;
    font-family: var(--font-0);
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(var(--color-2), .9);
    background-color: rgba(0, 0, 0, .3);
    border: var(--border);
    border-radius: var(--border-radius);
    outline: 0;
    transition: all .2s;
    height: 2.75rem
}

.form-control:focus {
    border-color: rgba(174, 165, 153, .6);
    box-shadow: 0 0 0 .2rem rgba(174, 165, 153, .15);
    background-color: rgba(0, 0, 0, .35)
}

.input-group {
    display: flex;
    align-items: stretch;
    width: 100%
}

.input-group-prepend {
    display: flex
}

.input-group-append {
    display: flex
}

.input-group .form-control {
    flex: 1 1 auto;
    width: 1%
}

.input-group .btn {
    border-radius: var(--border-radius);
    height: 2.75rem
}

.input-group .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.75rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    opacity: 0
}

.custom-control-label {
    margin-left: 0;
    font-family: var(--font-0);
    color: rgba(var(--color-2), .85)
}

.custom-control-label::before {
    position: absolute;
    left: 0;
    top: .125rem;
    width: 1.1rem;
    height: 1.1rem;
    content: "";
    background-color: rgba(0, 0, 0, .3);
    border: var(--border);
    border-radius: .25rem
}

.custom-control-label::after {
    position: absolute;
    left: .25rem;
    top: .35rem;
    width: .6rem;
    height: .6rem;
    content: "";
    background-color: #fff;
    opacity: 0;
    border-radius: .15rem
}

.custom-control-input:checked~.custom-control-label::after {
    opacity: 1
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    border-radius: 50%
}

.block {
    background-color: rgba(32, 28, 27, .85);
    border: var(--border);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    margin-bottom: 1rem
}

.block-rounded {
    border-radius: calc(var(--border-radius)*2)
}

.block-shadow {
    box-shadow: 0 .4375rem 2.5rem rgba(36, 30, 10, .2)
}

.block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    border-bottom: var(--border)
}

.block-title {
    font-family: var(--font-1);
    font-weight: 700;
    color: #fff8ed
}

.block-content {
    padding: 1rem
}

.block .form-group {
    margin: 1rem 0;
}

.iti {
    width: 100%
}

.iti input {
    width: 100%
}

.alert {
    width: 30%;
    position: relative;
    padding: .75rem 1rem;
    margin: .5rem;
    border: var(--border);
    border-radius: var(--border-radius);
    box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2);
    color: rgba(var(--color-2), .9);
    background-color: rgba(32, 28, 27, .95)
}

.alert-info {
    border-color: rgba(0, 123, 255, .35);
    background-color: rgba(0, 123, 255, .15);
    color: #cfe7ff;
    width: fit-content;
}

.alert-success {
    border-color: rgba(76, 175, 80, .35);
    background-color: rgba(76, 175, 80, .15);
    color: #cfeede
}

.alert-warning {
    border-color: rgba(217, 130, 43, .35);
    background-color: rgba(217, 130, 43, .15);
    color: #ffe3c7
}

.alert-danger,
.alert-error {
    border-color: rgba(220, 53, 69, .35);
    background-color: rgba(220, 53, 69, .15);
    color: #ffd2d7
}

.alert .close {
    position: absolute;
    right: .5rem;
    top: .5rem;
    color: inherit;
    opacity: .8;
    background: none;
    border: none;
    cursor: pointer;
}

[data-notify="container"].notify-strong {
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.5);
    border-width: 2px;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.875rem 1.25rem;
}

.notify-close {
    position: absolute;
    top: 0.375rem;
    right: 0.5rem;
    font-size: 1.25rem;
    line-height: 1;
    opacity: 0.95;
    color: inherit;
}

.animated {
    animation-duration: .6s;
    animation-fill-mode: both
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

.bg-gd-dusk {
    background: linear-gradient(45deg, #3a2f27, #5a4b3f);
    color: #fff8ed
}

.bg-gd-emerald {
    background: linear-gradient(45deg, #1b4e3b, #27936e);
    color: #fff8ed
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.nav-tabs {
    border-bottom: 1px solid rgba(174, 165, 153, .2)
}

.nav-tabs .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #aea599;
    text-decoration: none
}

.nav-tabs .nav-link.active {
    color: #fff8ed;
    border-bottom: 2px solid #ffb751
}

.text-muted {
    color: rgba(174, 165, 153, .7)
}

.link-effect {
    transition: color .2s
}

.link-effect:hover {
    color: #fff8ed
}

.btn.btn-block {
    width: 100%
}

.btn-primary,
.btn-alt-primary,
.btn-info,
.btn-warning,
.btn-dual-secondary {
    width: auto;
    min-width: 0;
    padding: .5rem 1rem;
    line-height: 1.2;
    letter-spacing: .02em;
    font-family: var(--font-0);
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
    border-radius: var(--border-radius);
    border: var(--border);
    background-color: rgba(255, 248, 237, .08);
    color: #fff8ed
}

.btn-primary,
.btn-alt-primary {
    background-color: #ffb751;
    color: #292120;
    border-color: rgba(255, 183, 81, .4)
}

.btn-info {
    background-color: #27936e;
    color: #fff;
    border-color: rgba(39, 147, 110, .4)
}

.btn-warning {
    background-color: #d9822b;
    color: #fff;
    border-color: rgba(217, 130, 43, .4)
}

.btn-dual-secondary {
    background-color: rgba(174, 165, 153, .18);
    color: #aea599;
    border-color: rgba(174, 165, 153, .35)
}

.btn-primary:before,
.btn-alt-primary:before,
.btn-info:before,
.btn-warning:before,
.btn-dual-secondary:before {
    display: none
}

.btn-primary:hover,
.btn-alt-primary:hover {
    background-color: #ffc777
}

.btn-info:hover {
    background-color: #2fa981
}

.btn-warning:hover {
    background-color: #e0913f
}

.btn-dual-secondary:hover {
    background-color: rgba(174, 165, 153, .3);
    color: #fff8ed
}

.btn-alt-success {
    background-color: #4caf50;
    color: #fff;
    border-color: rgba(76, 175, 80, .4)
}

.btn-alt-success:hover {
    background-color: #5ccf62
}

.btn-alt-success:before {
    display: none
}

.btn:disabled,
.btn[disabled] {
    opacity: .65;
    cursor: not-allowed;
    filter: none
}

.btn-primary:disabled,
.btn-alt-primary:disabled,
.btn-info:disabled,
.btn-warning:disabled,
.btn-dual-secondary:disabled {
    border-color: rgba(0, 0, 0, .15)
}

.btn-primary:active,
.btn-alt-primary:active {
    background-color: #ffcf8f
}

.btn-info:active {
    background-color: #34b892
}

.btn-warning:active {
    background-color: #e69d52
}

.btn-rounded {
    border-radius: 9999px
}

.payment-btn {
    min-height: 2.75rem
}

.mr-5 {
    margin-right: .3125rem
}

.mb-2 {
    margin-bottom: .5rem
}

.form-responsive,
.content-full {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 540px) {

    .form-responsive,
    .content-full {
        max-width: 28rem
    }
}

@media (min-width: 680px) {

    .form-responsive,
    .content-full {
        max-width: 34rem
    }
}

@media (min-width: 840px) {

    .form-responsive,
    .content-full {
        max-width: 40rem
    }
}

.block {
    width: 100%
}

.block {
    position: relative
}

.block.block-mode-loading::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    border-radius: inherit;
    z-index: 10
}

.block.block-mode-loading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
    border-radius: 50%;
    border: .2rem solid rgba(255, 248, 237, .3);
    border-top-color: #ffb751;
    z-index: 11;
    animation: spin 0.8s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

/* ================================
   Bootstrap-like Spacing Utilities
   Margin & Padding (All-in-One)
   ================================ */

/* ---- Padding ---- */
.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* ---- Margin ---- */
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

/* ---- Legacy Bootstrap 4 aliases ---- */

/* margin-left */
.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

/* margin-right */
.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mr-auto {
    margin-right: auto !important;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 992px) {

    .col-lg {
        flex: 1 0 0%;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

}

.row {
    display: flex;
}

/* ---- Backlinks Utility Classes ---- */
.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 1rem;
}

.inline-flex {
    display: inline-flex;
}

.text-sm {
    font-size: 0.875rem;
}

.text-gray-300 {
    color: #d1d5db;
}

.transition {
    transition: all 0.2s;
}

.hover\:text-accent:hover {
    color: #d79d39;
}

.h-5 {
    height: 1.25rem;
}

.w-5 {
    width: 1.25rem;
}

.rounded {
    border-radius: 0.25rem;
}

.object-contain {
    object-fit: contain;
}