:root, [data-bs-theme="light"] {
    --pix-blue: #0d6efd;
    --pix-indigo: #6610f2;
    --pix-purple: #6f42c1;
    --pix-pink: #d63384;
    --pix-red: #dc3545;
    --pix-orange: #fd7e14;
    --pix-yellow: #ffc107;
    --pix-green: #198754;
    --pix-teal: #20c997;
    --pix-cyan: #0dcaf0;
    --pix-black: #000;
    --pix-white: #fff;
    --pix-gray: #6c757d;
    --pix-gray-dark: #343a40;
    --pix-gray-100: #f8f9fa;
    --pix-gray-200: #e9ecef;
    --pix-gray-300: #dee2e6;
    --pix-gray-400: #ced4da;
    --pix-gray-500: #adb5bd;
    --pix-gray-600: #6c757d;
    --pix-gray-700: #495057;
    --pix-gray-800: #343a40;
    --pix-gray-900: #212529;
    --pix-primary: #0d6efd;
    --pix-secondary: #6c757d;
    --pix-success: #198754;
    --pix-info: #0dcaf0;
    --pix-warning: #ffc107;
    --pix-danger: #dc3545;
    --pix-light: #f8f9fa;
    --pix-dark: #212529;
    --pix-primary-rgb: 13, 110, 253;
    --pix-secondary-rgb: 108, 117, 125;
    --pix-success-rgb: 25, 135, 84;
    --pix-info-rgb: 13, 202, 240;
    --pix-warning-rgb: 255, 193, 7;
    --pix-danger-rgb: 220, 53, 69;
    --pix-light-rgb: 248, 249, 250;
    --pix-dark-rgb: 33, 37, 41;
    --pix-primary-text-emphasis: #052c65;
    --pix-secondary-text-emphasis: #2b2f32;
    --pix-success-text-emphasis: #0a3622;
    --pix-info-text-emphasis: #055160;
    --pix-warning-text-emphasis: #664d03;
    --pix-danger-text-emphasis: #58151c;
    --pix-light-text-emphasis: #495057;
    --pix-dark-text-emphasis: #495057;
    --pix-primary-bg-subtle: #cfe2ff;
    --pix-secondary-bg-subtle: #e2e3e5;
    --pix-success-bg-subtle: #d1e7dd;
    --pix-info-bg-subtle: #cff4fc;
    --pix-warning-bg-subtle: #fff3cd;
    --pix-danger-bg-subtle: #f8d7da;
    --pix-light-bg-subtle: #fcfcfd;
    --pix-dark-bg-subtle: #ced4da;
    --pix-primary-border-subtle: #9ec5fe;
    --pix-secondary-border-subtle: #c4c8cb;
    --pix-success-border-subtle: #a3cfbb;
    --pix-info-border-subtle: #9eeaf9;
    --pix-warning-border-subtle: #ffe69c;
    --pix-danger-border-subtle: #f1aeb5;
    --pix-light-border-subtle: #e9ecef;
    --pix-dark-border-subtle: #adb5bd;
    --pix-white-rgb: 255, 255, 255;
    --pix-black-rgb: 0, 0, 0;
    --pix-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --pix-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --pix-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --pix-body-font-family: var(--pix-font-sans-serif);
    --pix-body-font-size: 1rem;
    --pix-body-font-weight: 400;
    --pix-body-line-height: 1.5;
    --pix-body-color: #212529;
    --pix-body-color-rgb: 33, 37, 41;
    --pix-body-bg: #fff;
    --pix-body-bg-rgb: 255, 255, 255;
    --pix-emphasis-color: #000;
    --pix-emphasis-color-rgb: 0, 0, 0;
    --pix-secondary-color: rgba(33, 37, 41, 0.75);
    --pix-secondary-color-rgb: 33, 37, 41;
    --pix-secondary-bg: #e9ecef;
    --pix-secondary-bg-rgb: 233, 236, 239;
    --pix-tertiary-color: rgba(33, 37, 41, 0.5);
    --pix-tertiary-color-rgb: 33, 37, 41;
    --pix-tertiary-bg: #f8f9fa;
    --pix-tertiary-bg-rgb: 248, 249, 250;
    --pix-heading-color: inherit;
    --pix-link-color: #0d6efd;
    --pix-link-color-rgb: 13, 110, 253;
    --pix-link-decoration: underline;
    --pix-link-hover-color: #0a58ca;
    --pix-link-hover-color-rgb: 10, 88, 202;
    --pix-code-color: #d63384;
    --pix-highlight-color: #212529;
    --pix-highlight-bg: #fff3cd;
    --pix-border-width: 1px;
    --pix-border-style: solid;
    --pix-border-color: #dee2e6;
    --pix-border-color-translucent: rgba(0, 0, 0, 0.175);
    --pix-border-radius: .375rem;
    --pix-border-radius-sm: .25rem;
    --pix-border-radius-lg: .5rem;
    --pix-border-radius-xl: 1rem;
    --pix-border-radius-xxl: 2rem;
    --pix-border-radius-2xl: var(--pix-border-radius-xxl);
    --pix-border-radius-pill: 50rem;
    --pix-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --pix-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --pix-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --pix-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --pix-focus-ring-width: .25rem;
    --pix-focus-ring-opacity: .25;
    --pix-focus-ring-color: rgba(13, 110, 253, 0.25);
    --pix-form-valid-color: #198754;
    --pix-form-valid-border-color: #198754;
    --pix-form-invalid-color: #dc3545;
    --pix-form-invalid-border-color: #dc3545
}

[data-bs-theme="dark"] {
    color-scheme: dark;
    --pix-body-color: #dee2e6;
    --pix-body-color-rgb: 222, 226, 230;
    --pix-body-bg: #212529;
    --pix-body-bg-rgb: 33, 37, 41;
    --pix-emphasis-color: #fff;
    --pix-emphasis-color-rgb: 255, 255, 255;
    --pix-secondary-color: rgba(222, 226, 230, 0.75);
    --pix-secondary-color-rgb: 222, 226, 230;
    --pix-secondary-bg: #343a40;
    --pix-secondary-bg-rgb: 52, 58, 64;
    --pix-tertiary-color: rgba(222, 226, 230, 0.5);
    --pix-tertiary-color-rgb: 222, 226, 230;
    --pix-tertiary-bg: #2b3035;
    --pix-tertiary-bg-rgb: 43, 48, 53;
    --pix-primary-text-emphasis: #6ea8fe;
    --pix-secondary-text-emphasis: #a7acb1;
    --pix-success-text-emphasis: #75b798;
    --pix-info-text-emphasis: #6edff6;
    --pix-warning-text-emphasis: #ffda6a;
    --pix-danger-text-emphasis: #ea868f;
    --pix-light-text-emphasis: #f8f9fa;
    --pix-dark-text-emphasis: #dee2e6;
    --pix-primary-bg-subtle: #031633;
    --pix-secondary-bg-subtle: #161719;
    --pix-success-bg-subtle: #051b11;
    --pix-info-bg-subtle: #032830;
    --pix-warning-bg-subtle: #332701;
    --pix-danger-bg-subtle: #2c0b0e;
    --pix-light-bg-subtle: #343a40;
    --pix-dark-bg-subtle: #1a1d20;
    --pix-primary-border-subtle: #084298;
    --pix-secondary-border-subtle: #41464b;
    --pix-success-border-subtle: #0f5132;
    --pix-info-border-subtle: #087990;
    --pix-warning-border-subtle: #997404;
    --pix-danger-border-subtle: #842029;
    --pix-light-border-subtle: #495057;
    --pix-dark-border-subtle: #343a40;
    --pix-heading-color: inherit;
    --pix-link-color: #6ea8fe;
    --pix-link-hover-color: #8bb9fe;
    --pix-link-color-rgb: 110, 168, 254;
    --pix-link-hover-color-rgb: 139, 185, 254;
    --pix-code-color: #e685b5;
    --pix-highlight-color: #dee2e6;
    --pix-highlight-bg: #664d03;
    --pix-border-color: #495057;
    --pix-border-color-translucent: rgba(255, 255, 255, 0.15);
    --pix-form-valid-color: #75b798;
    --pix-form-valid-border-color: #75b798;
    --pix-form-invalid-color: #ea868f;
    --pix-form-invalid-border-color: #ea868f
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--pix-body-font-family);
    font-size: var(--pix-body-font-size);
    font-weight: var(--pix-body-font-weight);
    line-height: var(--pix-body-line-height);
    color: var(--pix-body-color);
    text-align: var(--pix-body-text-align);
    background-color: var(--pix-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--pix-border-width) solid;
    opacity: .25
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--pix-heading-color)
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

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

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .1875em;
    color: var(--pix-highlight-color);
    background-color: var(--pix-highlight-bg)
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--pix-link-color-rgb), var(--pix-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --pix-link-color-rgb: var(--pix-link-hover-color-rgb)
}

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

pre, code, kbd, samp {
    font-family: var(--pix-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

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

code {
    font-size: .875em;
    color: var(--pix-code-color);
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--pix-body-bg);
    background-color: var(--pix-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--pix-secondary-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button, select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important
}

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

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

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.container, .container-fluid, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --pix-gutter-x: 30px;
    --pix-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--pix-gutter-x) * .5);
    padding-left: calc(var(--pix-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

.container {
    max-width: 400px
}

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

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

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

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px
    }
}

@media (min-width: 1360px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1280px
    }
}

:root {
    --pix-breakpoint-xs: 0;
    --pix-breakpoint-sm: 576px;
    --pix-breakpoint-md: 768px;
    --pix-breakpoint-lg: 992px;
    --pix-breakpoint-xl: 1200px;
    --pix-breakpoint-xxl: 1360px
}

.row {
    --pix-gutter-x: 30px;
    --pix-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--pix-gutter-y));
    margin-right: calc(-.5 * var(--pix-gutter-x));
    margin-left: calc(-.5 * var(--pix-gutter-x))
}

.row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--pix-gutter-x) * .5);
    padding-left: calc(var(--pix-gutter-x) * .5);
    margin-top: var(--pix-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

.g-0, .gx-0 {
    --pix-gutter-x: 0
}

.g-0, .gy-0 {
    --pix-gutter-y: 0
}

.g-1, .gx-1 {
    --pix-gutter-x: .25rem
}

.g-1, .gy-1 {
    --pix-gutter-y: .25rem
}

.g-2, .gx-2 {
    --pix-gutter-x: .5rem
}

.g-2, .gy-2 {
    --pix-gutter-y: .5rem
}

.g-3, .gx-3 {
    --pix-gutter-x: 1rem
}

.g-3, .gy-3 {
    --pix-gutter-y: 1rem
}

.g-4, .gx-4 {
    --pix-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --pix-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --pix-gutter-x: 3rem
}

.g-5, .gy-5 {
    --pix-gutter-y: 3rem
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

    .g-sm-0, .gx-sm-0 {
        --pix-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --pix-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --pix-gutter-x: .25rem
    }

    .g-sm-1, .gy-sm-1 {
        --pix-gutter-y: .25rem
    }

    .g-sm-2, .gx-sm-2 {
        --pix-gutter-x: .5rem
    }

    .g-sm-2, .gy-sm-2 {
        --pix-gutter-y: .5rem
    }

    .g-sm-3, .gx-sm-3 {
        --pix-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --pix-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --pix-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --pix-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --pix-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --pix-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

    .g-md-0, .gx-md-0 {
        --pix-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --pix-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --pix-gutter-x: .25rem
    }

    .g-md-1, .gy-md-1 {
        --pix-gutter-y: .25rem
    }

    .g-md-2, .gx-md-2 {
        --pix-gutter-x: .5rem
    }

    .g-md-2, .gy-md-2 {
        --pix-gutter-y: .5rem
    }

    .g-md-3, .gx-md-3 {
        --pix-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --pix-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --pix-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --pix-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --pix-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --pix-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

    .g-lg-0, .gx-lg-0 {
        --pix-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --pix-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --pix-gutter-x: .25rem
    }

    .g-lg-1, .gy-lg-1 {
        --pix-gutter-y: .25rem
    }

    .g-lg-2, .gx-lg-2 {
        --pix-gutter-x: .5rem
    }

    .g-lg-2, .gy-lg-2 {
        --pix-gutter-y: .5rem
    }

    .g-lg-3, .gx-lg-3 {
        --pix-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --pix-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --pix-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --pix-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --pix-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --pix-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

    .g-xl-0, .gx-xl-0 {
        --pix-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --pix-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --pix-gutter-x: .25rem
    }

    .g-xl-1, .gy-xl-1 {
        --pix-gutter-y: .25rem
    }

    .g-xl-2, .gx-xl-2 {
        --pix-gutter-x: .5rem
    }

    .g-xl-2, .gy-xl-2 {
        --pix-gutter-y: .5rem
    }

    .g-xl-3, .gx-xl-3 {
        --pix-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --pix-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --pix-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --pix-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --pix-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --pix-gutter-y: 3rem
    }
}

@media (min-width: 1360px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

    .g-xxl-0, .gx-xxl-0 {
        --pix-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --pix-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --pix-gutter-x: .25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --pix-gutter-y: .25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --pix-gutter-x: .5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --pix-gutter-y: .5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --pix-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --pix-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --pix-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --pix-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --pix-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --pix-gutter-y: 3rem
    }
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: none
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: inherit;
    margin: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: inherit
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

*:before, *:after {
    pointer-events: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0
}

p {
    margin-bottom: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0
}

label {
    margin-bottom: 0
}

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

ul {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    list-style: none;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

input, button {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background: transparent
}

body {
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #6c5b96;
    text-align: left;
    background-color: #000;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #c8b5d5
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #15022D
}

::-webkit-scrollbar-thumb {
    background-color: #4C129B;
    background-size: 100% 300%;
    border-radius: 0px;
    -webkit-transition: .3s;
    transition: .3s
}

::-moz-selection {
    color: white;
    background: #4C129B
}

::selection {
    color: white;
    background: #4C129B
}

@font-face {
    font-family: 'aAbsoluteEmpire';
    src: url("../fonts/aAbsoluteEmpire.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

body {
    font-weight: 400 !important;
    background-repeat: repeat;
    background-size: auto;
    font-family: "Open Sans", sans-serif;
    overflow-y: auto
}

#nav-hamburger {
    width: 18px;
    height: 16px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-left: 40px
}

@media (min-width: 1360px) {
    #nav-hamburger {
        display: none
    }
}

#nav-hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #b69bc9;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-hamburger:hover span {
    background-color: #fff
}

#nav-hamburger span:nth-child(1) {
    top: 0px
}

#nav-hamburger span:nth-child(2), #nav-hamburger span:nth-child(3) {
    top: 8px
}

#nav-hamburger span:nth-child(4) {
    top: 16px
}

#nav-hamburger.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%
}

#nav-hamburger.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%
}

#nav-hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(9, 3, 20, 0.5);
    background-size: auto;
    height: 100vh;
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    -webkit-transition: .2s;
    transition: .2s;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal.open {
    pointer-events: unset;
    opacity: 1
}

.auth-widget {
    margin-top: 10%;
    display: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.auth-widget.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.auth-widget .auth-wrapper {
    background-image: url("../img/modal-middle.jpg");
    position: relative;
    width: 380px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.auth-widget .auth-wrapper:after, .auth-widget .auth-wrapper:before {
    content: '';
    pointer-events: none;
    position: absolute
}

.auth-widget .auth-wrapper:after {
    background-image: url("../img//modal-top.png");
    top: -44px;
    left: -20px;
    width: 419px;
    height: 92px
}

.auth-widget .auth-wrapper:before {
    background-image: url("../img//modal-bot.png");
    bottom: -30px;
    left: 0px;
    width: 380px;
    height: 70px
}

.auth-widget .auth-wrapper form {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

.auth-widget .auth-wrapper form .separate-dot {
    margin-bottom: 20px
}

.auth-widget .auth-wrapper form .title {
    display: block;
    font-size: 16px;
    font-family: 'aAbsoluteEmpire';
    color: #efe3fa;
    text-shadow: 0px 0px 8px rgba(168, 127, 205, 0.64);
    margin-bottom: 20px
}

.auth-widget .auth-wrapper form .label {
    margin: 0 30px 15px 30px;
    width: 320px;
    height: 48px;
    background-image: url("../img/input-bg.png");
    background-size: cover;
    font-size: 14px
}

.auth-widget .auth-wrapper form .label input {
    height: inherit;
    width: inherit;
    background: transparent;
    color: #efe3fa;
    text-align: center
}

.auth-widget .auth-wrapper form .label ::-webkit-input-placeholder {
    color: #efe3fa
}

.auth-widget .auth-wrapper form .label :-ms-input-placeholder {
    color: #efe3fa
}

.auth-widget .auth-wrapper form .label ::-ms-input-placeholder {
    color: #efe3fa
}

.auth-widget .auth-wrapper form .label ::placeholder {
    color: #efe3fa
}

.auth-widget .auth-wrapper form .button-large {
    margin-top: 5px
}

.auth-widget .auth-wrapper form .separate {
    height: 1px;
    width: calc(100% - 60px);
    background-image: url("../img/separate.png");
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 10px
}

.auth-widget .auth-wrapper form .important-link {
    margin-top: 20px
}

.auth-widget .auth-wrapper form .important-link:hover {
    -webkit-transform: none;
    transform: none
}

.auth-widget .auth-wrapper form .important-link a:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

.mobile-menu {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(9, 3, 20, 0.5);
    background-size: auto;
    height: 100vh;
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: .2s;
    transition: .2s;
    width: 100%;
    z-index: 9;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 1360px) {
    .mobile-menu {
        display: none
    }
}

.mobile-menu.open {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.mobile-menu .container {
    padding-top: calc(86px)
}

.mobile-menu .main-menu {
    height: auto;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mobile-menu .main-menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    min-height: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold
}

.mobile-menu .h-sep {
    height: 1px;
    width: 100%;
    background-image: url("../img/separate.png");
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 20px
}

.mobile-menu .button-style-2 {
    margin: 0 auto
}

.mobile-menu .buttons {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-menu .buttons .login {
    font-weight: bold;
    color: #efe3fa;
    margin: 10px
}

.mobile-menu .buttons .button {
    margin: 10px
}

.footer-top {
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url(../img/footer-top-bg.jpg);
    background-size: cover;
    background-position: center
}

.footer-top .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer-top .col-foot-menu {
    margin-bottom: 30px
}

.footer-top .foot-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-top .foot-menu .h-sep {
    margin: 0 40px 0 20px;
    background-color: #ffe2b5;
    opacity: 0.3;
    width: 1px;
    height: 18px
}

.footer-top .foot-menu .main-menu {
    margin-left: -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto
}

.footer-top .foot-menu .main-menu .menu-item {
    min-height: 40px
}

.footer-top .foot-menu .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-top .col-logotype {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-top .col-logotype a {
    max-width: 100%;
    margin-right: 20px;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.footer-top .col-logotype a:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%)
}

.footer-top .col-logotype a:hover img {
    -webkit-transform: scale(102%);
    transform: scale(102%)
}

.footer-top .col-logotype img {
    max-width: -webkit-fill-available;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: block;
    width: auto;
    height: auto
}

.footer-bot {
    background-color: #05010c;
    padding: 15px 0
}

.footer-bot .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-bot .col-left, .footer-bot .col-right {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-bot .col-left .text, .footer-bot .col-right .text {
    color: #6c5b96
}

.footer-bot .col-left .text span, .footer-bot .col-right .text span {
    color: #e7e0ef
}

.footer-bot img {
    margin-left: 5px;
    height: 24px
}

.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.main-menu .menu-item.open .dropdown {
    opacity: 1;
    pointer-events: unset;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.main-menu .menu-item .arrow {
    margin-left: 5px;
    opacity: 0.5
}

.main-menu .dropdown {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1
}

.main-menu .dropdown .wrapper {
    min-width: 200px;
    padding: 5px 0px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(9, 3, 20, 0.5)
}

.main-menu .dropdown a {
    margin: 15px 5px
}

.main-menu a, .main-menu .menu-item {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 2px 25px
}

.main-menu a span, .main-menu .menu-item span {
    cursor: pointer
}

.main-menu a img, .main-menu .menu-item img {
    position: relative;
    top: 2px;
    margin-right: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: saturate(0.1) brightness(1.9);
    filter: saturate(0.1) brightness(1.9)
}

.main-menu a:hover, .main-menu .menu-item:hover {
    color: #ffffff
}

.main-menu a:hover img, .main-menu .menu-item:hover img {
    -webkit-filter: unset;
    filter: unset
}

.main-menu a.active, .main-menu .menu-item.active {
    color: #a043ff;
    text-shadow: 0px 0px 24px rgba(160, 67, 255, 0.88)
}

.main-menu a.active img, .main-menu .menu-item.active img {
    -webkit-filter: unset;
    filter: unset
}

.main-menu a.active:after, .main-menu .menu-item.active:after {
    opacity: 1
}

.header {
    position: fixed;
    z-index: 900;
    top: 0px;
    width: 100%;
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(4, 1, 16, 0.5);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold
}

.header .h-sep {
    margin: 0 20px 0 0px;
    background-color: #2f294b;
    width: 1px;
    height: 20px
}

.header .header-row {
    z-index: 2;
    position: relative
}

.header .h-right, .header .h-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .h-left {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3
}

@media (max-width: 1359.98px) {
    .header .h-left .main-menu, .header .h-left .h-sep {
        display: none
    }
}

.header .h-left .logo {
    width: 58px;
    height: 61px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-right: 40px
}

.header .h-left .logo:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%)
}

.header .h-left .logo img {
    pointer-events: none;
    position: absolute
}

.header .h-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header .h-right .buttons {
    margin-left: auto;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    .header .h-right .buttons .login, .header .h-right .buttons .h-sep {
        display: none
    }
}

@media (max-width: 575.98px) {
    .header .h-right .buttons {
        display: none
    }
}

.header .h-right .buttons .login {
    cursor: pointer;
    white-space: nowrap;
    margin-right: 40px;
    color: #c8b5d5
}

.header .h-right .buttons .login:hover {
    color: white
}

.header .h-right .buttons .h-sep {
    margin-right: 40px
}

.header:after {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/nav-bg.png");
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    content: '';
    opacity: 0.98;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

@media (max-width: 767.98px) {
    .subpage a.big-logo {
        margin-bottom: 125px !important
    }
}

.section-welcome {
    width: 100%
}

.section-welcome .pixarts-header-contents {
    height: calc(727px - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 575.98px) {
    .section-welcome .pixarts-header-contents {
        height: 600px
    }
}

.section-welcome .pixarts-header-contents .welcome-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-welcome .pixarts-header-contents .welcome-content a.big-logo {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 40px;
    max-width: 619px;
    max-height: 339px;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.section-welcome .pixarts-header-contents .welcome-content a.big-logo:hover {
    -webkit-filter: brightness(120%) contrast(105%);
    filter: brightness(120%) contrast(105%);
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

@media (max-width: 991.98px) {
    .section-welcome .pixarts-header-contents .welcome-content a.big-logo {
        -webkit-filter: drop-shadow(0px 0px 25px #15022D);
        filter: drop-shadow(0px 0px 25px #15022D)
    }

    .section-welcome .pixarts-header-contents .welcome-content a.big-logo img {
        -webkit-filter: drop-shadow(0px 0px 25px #15022D);
        filter: drop-shadow(0px 0px 25px #15022D)
    }
}

.section-welcome .pixarts-header-contents .welcome-content a.big-logo img {
    display: block;
    width: 100%;
    pointer-events: none;
    height: auto
}

@media (max-width: 767.98px) {
    .section-welcome .pixarts-header-contents .welcome-content {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }

    .section-welcome .pixarts-header-contents .welcome-content a.big-logo {
        margin-bottom: 85px
    }
}

.section-welcome .pixarts-header-contents img.welc-bg {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    pointer-events: none;
    max-width: 100%;
    height: inherit;
    z-index: 0
}

.section-welcome .pixarts-header-contents img.welc-bg.enable {
    display: block !important
}

@media (min-width: 1200px) {
    .section-welcome .pixarts-header-contents img.welc-bg {
        display: none
    }
}

@media (max-width: 767.98px) {
    .section-welcome .pixarts-header-contents img.welc-bg {
        -o-object-position: 64% 10%;
        object-position: 64% 10%
    }
}

.section-welcome .pixarts-header-contents video {
    display: block;
    width: 100%;
    min-width: 1150px;
    height: 727px;
    margin: 0 auto;
    max-width: 3840px;
    pointer-events: none;
    z-index: 0;
    position: absolute;
    top: -40px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1199.98px) {
    .section-welcome .pixarts-header-contents video {
        display: none
    }
}

.button-large {
    width: 173px;
    height: 60px;
    min-width: 173px
}

.button-large:before {
    background-image: url(../img/button-large.png)
}

.button-small {
    width: 133px;
    height: 60px;
    min-width: 133px
}

.button-small:before {
    background-image: url(../img/button-small.png)
}

.button-large, .button-small {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.button-large:hover, .button-small:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

.button-large:before, .button-small:before {
    position: absolute;
    height: inherit;
    width: inherit;
    content: '';
    left: 0;
    top: 0
}

.button-large span, .button-small span {
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: bold;
    position: relative;
    line-height: 1;
    text-shadow: 0px 1px 0px rgba(157, 16, 34, 0.4);
    color: #ffe1e1;
    text-transform: uppercase
}

.section-content {
    position: relative
}

.section-content:before {
    height: calc(100% - 85px);
    width: 100%;
    content: '';
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/site-bg-main.jpg) center repeat-x;
    background-size: auto 100%
}

.banner3-holder {
    position: relative;
    margin-top: -85px;
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .banner3-holder .row {
        margin-left: 15px;
        margin-right: 15px
    }
}

.banner3-holder .small-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    height: 127px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 15px
}

.banner3-holder .small-banner:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-filter: brightness(115%);
    filter: brightness(115%)
}

.banner3-holder .small-banner:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.banner3-holder .small-banner img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 30px
}

.banner3-holder .small-banner .text {
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.banner3-holder .small-banner .text .title {
    font-size: 24px;
    font-family: 'aAbsoluteEmpire';
    color: #efe3fa;
    text-shadow: 0px 0px 8px rgba(168, 127, 205, 0.64)
}

.banner3-holder .small-banner .text .subtext {
    font-size: 13px;
    color: #d1b9ff
}

.banner3-holder .sm-1 {
    background-image: url(../img/banner-bg-1.jpg)
}

.banner3-holder .sm-2 {
    background-image: url(../img/banner-bg-2.jpg)
}

.banner3-holder .sm-3 {
    background-image: url(../img/banner-bg-3.jpg)
}

.news-holder .container {
    position: relative
}

.news-holder .container .row {
    position: relative
}

.news-holder .container::before {
    background-image: url(../img/news-section-bg.jpg);
    background-size: cover;
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    z-index: 0;
    height: calc(100% - 85px);
    top: 85px
}

@media (min-width: 1200px) {
    .news-holder .news-navbar {
        margin-right: 30px
    }

    .news-holder .big-banner {
        margin-left: 30px
    }
}

.news-holder .big-banner {
    padding: 30px;
    min-height: 100%;
    height: 485px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover
}

.news-holder .big-banner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-size: cover;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
    font-size: 24px;
    font-family: 'aAbsoluteEmpire';
    color: #efe3fa;
    text-shadow: 0px 0px 8px rgba(168, 127, 205, 0.64);
    background-image: url(../img/presentation-button-bg.jpg);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.news-holder .big-banner a:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(21, 2, 45, 0.94);
    box-shadow: 0px 0px 15px rgba(21, 2, 45, 0.94);
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.news-holder .news-navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0;

}

.news-holder .news-navbar .news-nav-item {
    width: 130px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #c2a4ff;
    font-size: 14px;
    outline: 1px solid #5910ef;
    margin-right: 15px;
    margin-bottom: 15px
}

.news-holder .news-navbar .news-nav-item:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(89, 16, 239, 0.5);
    box-shadow: 0px 0px 10px rgba(89, 16, 239, 0.5)
}

.news-holder .news-navbar .news-nav-item.active {
    color: white;
    background-image: url(../img/news-active-bg.jpg);
    background-size: cover;
    outline: none
}

.news-holder .news-carousel {
    margin-top: 15px
}

.news-holder .news-carousel .news-box {
    margin-bottom: -5px
}

.news-holder .news-carousel .main-news-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 15px
}

@media (max-width: 767.98px) {
    .news-holder .news-carousel .main-news-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.news-holder .news-carousel .main-news-box .news-img {
    /*outline: 1px solid #5910ef;*/
    height: 118px;
    width: 136px;
    margin-right: 30px;
    margin-bottom: 10px
}

.news-holder .news-carousel .main-news-box .text {
    max-width: 80%
}

.news-holder .news-carousel .main-news-box .text .title {
    color: #f5f1ff;
    font-size: 14px
}

.news-holder .news-carousel .main-news-box .text .title span {
    text-transform: uppercase;
    font-weight: bold;
    color: #9c6cff
}

.news-holder .news-carousel .main-news-box .text .short-desc {
    margin-top: 15px;
    color: #beb9ca;
    font-size: 13px
}

.news-holder .news-carousel .main-news-box .text .note {
    margin-top: 15px;
    color: #66626e;
    font-size: 13px
}

.news-holder .news-carousel .main-news-box .text .note .mark-purple {
    color: #8f7abc
}

.news-holder .news-carousel .main-news-box .text .note .mark-white {
    color: #f5f1ff
}

.news-holder .news-carousel .main-news-box .text .note .mark-red {
    color: #e41532
}

.news-holder .news-carousel .separator {
    height: 10px;
    width: 100%;
    background-image: url(../img/separate.png);
    background-repeat: repeat;
    background-size: contain;
    margin-bottom: 30px
}

.news-holder .news-carousel .news-sm-element {
    background: #070112;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.news-holder .news-carousel .news-sm-element .date {
    font-size: 13px
}

.news-holder .news-carousel .news-sm-element .date span {
    color: #8f7abc
}

.news-holder .news-carousel .news-sm-element .title {
    margin-right: auto;
    color: #f5f1ff;
    font-size: 14px
}

.news-holder .news-carousel .news-sm-element .title span {
    text-transform: uppercase;
    font-weight: bold;
    color: #9c6cff
}

.news-holder .news-carousel .news-sm-element .title span.mark-green {
    color: #07da6d
}

.news-holder .news-carousel .news-sm-element .title span.mark-red {
    color: #e21545
}

.news-holder .news-carousel .news-sm-element:hover {
    background: url(../img/news-active-bg.jpg)
}

.news-holder .news-carousel {
    padding-right: 30px
}

@media (max-width: 1199.98px) {
    .news-holder .news-carousel, .news-holder .news-navbar {
        padding-right: 30px;
        padding-left: 30px
    }
}

/* 1) Fix the height of the entire box */
.news-holder .news-carousel .news-box {
    height: 380px;
    display: flex;
    flex-direction: column;
}

/* 2) Keep the main banner at its natural size */
.news-holder .news-carousel .main-news-box {
    flex: 0 0 auto;
}

/* 3) Let the small-news wrapper fill the rest and scroll */
.news-holder .news-carousel .news-sm-container {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-right: 5px;
    margin-top: 20px;
}

/* 4) Optional: style the scrollbar (WebKit) */
.news-sm-container::-webkit-scrollbar {
    width: 6px;
}
.news-sm-container::-webkit-scrollbar-thumb {
    background: rgba(156, 108, 255, 0.5);
    border-radius: 3px;
}

.carousel-media {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.carousel-media .owl-carousel {
    width: calc(100% - 200px)
}

.carousel-media .owl-stage-outer {
    padding: 10px 0;
    z-index: 1
}

.carousel-media .owl-item {
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.carousel-media .owl-item.center {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.carousel-media .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% + 200px);
    left: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.carousel-media .owl-nav button {
    background: none !important;
    -webkit-filter: saturate(0.1) brightness(1.3);
    filter: saturate(0.1) brightness(1.3);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.carousel-media .owl-nav button:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.carousel-media .owl-nav .nav-btn {
    width: 57px;
    height: 50px
}

.carousel-media .owl-nav .nav-btn.prev-slide {
    background-image: url(../img/media-arrow-left.png)
}

.carousel-media .owl-nav .nav-btn.next-slide {
    background-image: url(../img/media-arrow-right.png)
}

@media (max-width: 767.98px) {
    .carousel-media .owl-nav {
        width: calc(100% + 90px);
        left: -45px
    }

    .carousel-media .owl-carousel {
        width: calc(100% - 90px)
    }
}

.col-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px
}

.important-link {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #f5f1ff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 50px;
    margin-right: 30px
}

.important-link:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.important-link:before {
    content: '';
    position: absolute;
    left: -15px;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #5910ef;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.important-link .mark {
    text-decoration: underline;
    color: #9c6cff
}

.separate-section {
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%
}

.banner-3-v2-holder {
    position: relative
}

.banner-3-v2-holder .col-link {
    margin-top: 30px;
    margin-bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.banner-3-v2-holder .col-link .important-link {
    margin: 0 0 auto 0
}

.banner-3-v2-holder .banner-box {
    background-image: url(../img/banner-v2-bg.jpg);
    background-size: cover
}

.banner-3-v2-holder .banner-box .banner-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    height: 135px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.banner-3-v2-holder .banner-box .banner-v2:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-filter: brightness(115%);
    filter: brightness(115%)
}

.banner-3-v2-holder .banner-box .banner-v2:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.banner-3-v2-holder .banner-box .banner-v2 img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 30px
}

.banner-3-v2-holder .banner-box .banner-v2 .text {
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.banner-3-v2-holder .banner-box .banner-v2 .text .title {
    font-size: 24px;
    font-family: 'aAbsoluteEmpire';
    color: #efe3fa;
    text-shadow: 0px 0px 8px rgba(168, 127, 205, 0.64)
}

.banner-3-v2-holder .banner-box .banner-v2 .text .subtext {
    font-size: 13px;
    color: #d1b9ff
}

.banner-3-v2-holder .banner-box .bv2-1, .banner-3-v2-holder .banner-box .bv2-2 {
    position: relative
}

@media (max-width: 1199.98px) {
    .banner-3-v2-holder .banner-box .bv2-1, .banner-3-v2-holder .banner-box .bv2-2 {
        border-bottom: 1px solid rgba(72, 53, 102, 0.75)
    }
}

@media (min-width: 1200px) {
    .banner-3-v2-holder .banner-box .bv2-1:after, .banner-3-v2-holder .banner-box .bv2-2:after {
        height: 100px;
        width: 1px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '';
        border-right: 1px solid rgba(72, 53, 102, 0.75)
    }
}

.section-separate-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 85px;
    margin-bottom: 70px;
    overflow: hidden
}

.section-separate-title img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.section-separate-title .text {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    text-align: center;
    margin: 0 30px;
    font-size: 16px;
    font-family: 'aAbsoluteEmpire';
    color: #efe3fa;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.34)
}

.rankings-holder {
    position: relative;
    margin-bottom: -70px
}

.rankings-holder .ranking-box {
    padding-bottom: 30px;
    margin-bottom: 70px;
    background-image: url(../img/rank-bg.jpg);
    background-size: cover
}

.rankings-holder .ranking-box .button-small {
    margin: 20px auto 0px auto
}

.rankings-holder .ranking-box .w-head {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rankings-holder .ranking-box .w-head .title {
    color: #f5f1ff;
    margin-right: auto;
    margin-bottom: 10px
}

.rankings-holder .ranking-box .w-head .title img {
    margin-right: 5px
}

.rankings-holder .ranking-box .w-head .more {
    font-size: 13px;
    margin-bottom: 10px;
    color: #806DAA;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.rankings-holder .ranking-box .w-head .more:hover {
    color: #f5f1ff
}

.rankings-holder .ranking-box .rank-table {
    overflow: auto
}

.rankings-holder .ranking-box .rank-table .t-head, .rankings-holder .ranking-box .rank-table .t-contents .t-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 500px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rankings-holder .ranking-box .rank-table .t-head .holder, .rankings-holder .ranking-box .rank-table .t-contents .t-field .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: calc(100% - 60px);
    min-width: calc(100% - 60px);
    left: 30px
}

.rankings-holder .ranking-box .rank-table .t-head .t-id, .rankings-holder .ranking-box .rank-table .t-contents .t-field .t-id {
    width: 10%;
    min-width: 10%
}

.rankings-holder .ranking-box .rank-table .t-head .t-name, .rankings-holder .ranking-box .rank-table .t-contents .t-field .t-name {
    width: 30%;
    min-width: 30%
}

.rankings-holder .ranking-box .rank-table .t-head .t-country, .rankings-holder .ranking-box .rank-table .t-contents .t-field .t-country {
    width: 25%;
    min-width: 25%
}

.rankings-holder .ranking-box .rank-table .t-head .t-level, .rankings-holder .ranking-box .rank-table .t-contents .t-field .t-level {
    width: 20%;
    min-width: 20%
}

.rankings-holder .ranking-box .rank-table .t-head .t-res, .rankings-holder .ranking-box .rank-table .t-contents .t-field .t-res {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 15%;
    min-width: 15%
}

.rankings-holder .ranking-box .rank-table .t-head .t-res span, .rankings-holder .ranking-box .rank-table .t-contents .t-field .t-res span {
    color: #9c6cff;
    font-size: 11px;
    text-transform: uppercase
}

.rankings-holder .ranking-box .rank-table .t-head {
    color: #66626e;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px
}

.rankings-holder .ranking-box .rank-table .t-contents .t-field {
    height: 40px
}

.rankings-holder .ranking-box .rank-table .t-contents .t-field:nth-child(even) {
    background-color: #211634
}

.rankings-holder .ranking-box .w-sparator {
    background-image: url(../img/separate.png);
    height: 1px;
    margin-left: 30px;
    margin-right: 30px
}

.characters-holder {
    position: relative;
    overflow: hidden
}

.characters-holder .char-carousel-holder .h-carousel-holder {
    background-color: rgba(16, 6, 35, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.characters-holder .char-carousel-holder .h-carousel-holder .arrow-left,
.characters-holder .char-carousel-holder .h-carousel-holder .arrow-right {
    opacity: 0.7;
    cursor: pointer;
    margin: 0 30px
}

.characters-holder .char-carousel-holder .h-carousel-holder .arrow-left:hover,
.characters-holder .char-carousel-holder .h-carousel-holder .arrow-right:hover {
    opacity: 1
}

.characters-holder .char-carousel-holder .h-carousel-holder #hero-carousel {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 620px;
    width: 50%
}

.characters-holder .char-carousel-holder .h-carousel-holder #hero-carousel:after {
    background-image: url(../img/hero-nav-addon.png);
    height: 3px;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    pointer-events: none;
    width: 100%
}

.characters-holder .char-carousel-holder .char-wrapper {
    position: relative;
    padding-top: 90px;
    padding-bottom: calc(90px + 120px);
    background-image: url(../img/characters-bg.jpg);
    background-size: cover
}

.characters-holder .char-carousel-holder .char-wrapper .current-hero {
    display: none
}

.characters-holder .char-carousel-holder .char-wrapper .current-hero.active {
    display: block
}

.characters-holder .char-carousel-holder .char-wrapper .current-hero img.character {
    pointer-events: none;
    height: auto;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
}

.characters-holder .char-carousel-holder .char-wrapper .text {
    position: relative;
    z-index: 2;
    padding-left: 70px
}

.characters-holder .char-carousel-holder .char-wrapper .text .title {
    font-family: 'aAbsoluteEmpire';
    color: #efe3fa;
    text-shadow: 0px 0px 8px rgba(168, 127, 205, 0.64);
    font-size: 40px;
    text-transform: uppercase
}

.characters-holder .char-carousel-holder .char-wrapper .text .desc {
    color: #d1b9ff;
    font-size: 14px;
    text-shadow: 0px 0px 8px rgba(168, 127, 205, 0.64)
}

.characters-holder .char-carousel-holder .char-wrapper .text .s-title {
    margin-top: 35px;
    font-family: 'aAbsoluteEmpire';
    color: #efe3fa;
    text-transform: uppercase;
    text-shadow: 0px 0px 8px rgba(168, 127, 205, 0.64);
    font-size: 14px
}

.characters-holder .char-carousel-holder .char-wrapper .text .stats {
    margin-top: 20px;
    text-shadow: 0px 0px 8px rgba(8, 1, 14, 0.94)
}

.characters-holder .char-carousel-holder .char-wrapper .text .stats .stat-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px
}

.characters-holder .char-carousel-holder .char-wrapper .text .stats .stat-holder .s-name {
    color: #f5f1ff;
    font-weight: bold;
    margin-right: 10px
}

.characters-holder .char-carousel-holder .char-wrapper .text .stats .stat-holder .value.b-green {
    color: #00f26d
}

.characters-holder .char-carousel-holder .char-wrapper .text .stats .stat-holder .value.b-red {
    color: #f20045
}

.characters-holder .char-carousel-holder .char-wrapper .text .stats .stat-holder .value.b-purple {
    color: #f200ce
}

.characters-holder .char-carousel-holder .char-wrapper .text .stats .stat-holder .value.b-yellow {
    color: #f2ee00
}

.characters-holder .char-carousel-holder .char-wrapper .text .stats .stat-holder .bar {
    margin-right: 10px;
    width: 115px;
    height: 3px;
    background-color: #333042
}

.characters-holder .char-carousel-holder .char-wrapper .text .stats .stat-holder .bar.b-green span {
    background-color: #00f26d;
    -webkit-box-shadow: 0px 0px 7px 0px #00f26d;
    box-shadow: 0px 0px 7px 0px #00f26d
}

.characters-holder .char-carousel-holder .char-wrapper .text .stats .stat-holder .bar.b-red span {
    background-color: #f20045;
    -webkit-box-shadow: 0px 0px 7px 0px #f20045;
    box-shadow: 0px 0px 7px 0px #f20045
}

.characters-holder .char-carousel-holder .char-wrapper .text .stats .stat-holder .bar.b-purple span {
    background-color: #f200ce;
    -webkit-box-shadow: 0px 0px 7px 0px #f200ce;
    box-shadow: 0px 0px 7px 0px #f200ce
}

.characters-holder .char-carousel-holder .char-wrapper .text .stats .stat-holder .bar.b-yellow span {
    background-color: #f2ee00;
    -webkit-box-shadow: 0px 0px 7px 0px #f2ee00;
    box-shadow: 0px 0px 7px 0px #f2ee00
}

.characters-holder .char-carousel-holder .char-wrapper .text .stats .stat-holder .bar span {
    display: block;
    height: inherit
}

.characters-holder #hero-carousel .owl-item.center .item .holder {
    opacity: 1
}

.characters-holder #hero-carousel .owl-item.center .face {
    opacity: 1
}

.characters-holder #hero-carousel .item {
    position: relative;
    display: block
}

.characters-holder #hero-carousel .item .holder {
    width: 103px;
    height: 87px;
    opacity: 0.45;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.characters-holder #hero-carousel .item .face {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
    position: absolute;
    width: 78px;
    height: 78px;
    opacity: 0.5;
    -o-object-fit: contain;
    object-fit: contain;
    top: 5px;
    left: 13px
}

.characters-holder #hero-carousel .item:hover .face {
    opacity: 1
}

.footer-holder {
    position: relative
}

.footer-holder .main-menu {
    margin-bottom: 70px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-holder .main-menu a {
    padding: 2px 55px;
    margin-bottom: 15px
}

.footer-holder .bottom-footer {
    background-image: url(../img/footer.jpg);
    background-size: cover;
    padding: 10px 0
}

.footer-holder .bottom-footer .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-holder .bottom-footer .col-left, .footer-holder .bottom-footer .col-right {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-holder .bottom-footer .col-left .text, .footer-holder .bottom-footer .col-right .text {
    color: #66626e
}

.footer-holder .bottom-footer .col-left .text span, .footer-holder .bottom-footer .col-right .text span {
    color: #efe3fa
}

.footer-holder .bottom-footer .col-left .text span.mark-purple, .footer-holder .bottom-footer .col-right .text span.mark-purple {
    color: #9c6cff
}

.footer-holder .bottom-footer img {
    margin-left: 5px;
    height: 24px
}

input {
    background-color: rgba(33, 17, 58, 0.6)
}

.subpage-holder {
    background-image: url("../img/subpage-bg.jpg");
    position: relative;
    margin-top: -85px;
    margin-bottom: 20px;
    padding: 0 30px
}

@media (min-width: 1200px) {
    .subpage-holder {
        padding: 0 50px
    }
}

.subpage-holder .section-separate-title {
    margin: 40px auto
}

.subpage-holder .paragraph {
    text-align: center;
    margin: 0 auto 25px;
    color: #f5f1ff;
    font-size: 13px
}

.subpage-holder .line-separator {
    height: 1px;
    width: calc(100%);
    background-image: url(../img/separate.png);
    background-repeat: repeat;
    background-size: contain;
    margin-bottom: 30px
}

.subpage-holder .drivers-box {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.subpage-holder .drivers-box a {
    margin: 15px;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.subpage-holder .drivers-box a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.subpage-holder .download-field {
    margin-bottom: 15px;
    margin-top: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.subpage-holder .download-field .download-button {
    margin: 15px
}

@media (max-width: 767.98px) {
    .subpage-holder .download-field {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.subpage-holder .download-field .description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 15px;
    background-color: #070112;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767.98px) {
    .subpage-holder .download-field .description {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.subpage-holder .download-field .description > * {
    padding: 10px
}

.subpage-holder .download-field .description span {
    color: #8f7abc
}

.subpage-holder .download-field .description .number {
    color: #efe3fa
}

.subpage-holder .download-field .description .name {
    color: #efe3fa;
    font-weight: bold
}

.subpage-holder .download-field .description .name span {
    font-weight: 400
}

.subpage-holder .download-field .description .source {
    font-weight: 600;
    color: #efe3fa
}

.subpage-holder .download-field .description .note {
    font-size: 13px;
    font-weight: bold
}

.subpage-holder .download-field .description .note.red {
    color: #e33737
}

.subpage-holder .download-field .description .note.green {
    color: #37e34b
}

.subpage-holder .download-field .download-button {
    width: 133px;
    height: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #efe3fa;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-image: url("../img/news-active-bg.jpg")
}

.subpage-holder .download-field .download-button:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.subpage-holder .subpage-heading {
    top: -40px;
    position: RELATIVE;
    background-image: url("../img/subpage-title-bg.jpg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: -40px;
    max-width: 520px
}

.subpage-holder .subpage-heading span {
    margin: 10px;
    font-size: 24px;
    font-family: 'aAbsoluteEmpire';
    color: #efe3fa;
    text-shadow: 0px 0px 8px rgba(168, 127, 205, 0.64)
}
