@charset "UTF-8";

:root {
    --statu-indigo: #6610f2;
    --statu-purple: #6f42c1;
    --statu-pink: #d63384;
    --statu-red: #dc3545;
    --statu-orange: #fd7e14;
    --statu-yellow: #ffc107;
    --statu-green: #198754;
    --statu-teal: #20c997;
    --statu-cyan: #0dcaf0;
    --statu-black: #000;
    --statu-gray: #6c757d;
    --statu-gray-dark: #343a40;
    --statu-gray-100: #f8f9fa;
    --statu-gray-200: #e9ecef;
    --statu-gray-300: #dee2e6;
    --statu-gray-400: #ced4da;
    --statu-gray-500: #adb5bd;
    --statu-gray-600: #6c757d;
    --statu-gray-700: #495057;
    --statu-gray-800: #343a40;
    --statu-gray-900: #212529;
    --statu-primary: #8456ff;
    --statu-secondary: #141a25;
    --statu-success: #0caf57;
    --statu-green: #00ce90;
    --statu-warning: #ff7245;
    --statu-orange: #f55;
    --statu-yellow: #ffc148;
    --statu-blue: #0d6efd;
    --statu-pink: #ff6ed2;
    --statu-aqua: #0094ff;
    --statu-light: #283457;
    --statu-text: #767f93;
    --statu-white: #fff;
    --statu-primary-rgb: 132, 86, 255;
    --statu-secondary-rgb: 20, 26, 37;
    --statu-success-rgb: 12, 175, 87;
    --statu-green-rgb: 0, 206, 144;
    --statu-warning-rgb: 255, 114, 69;
    --statu-orange-rgb: 255, 85, 85;
    --statu-yellow-rgb: 255, 193, 72;
    --statu-blue-rgb: 13, 110, 253;
    --statu-pink-rgb: 255, 110, 210;
    --statu-aqua-rgb: 0, 148, 255;
    --statu-light-rgb: 40, 52, 87;
    --statu-text-rgb: 118, 127, 147;
    --statu-white-rgb: 255, 255, 255;
    --statu-black-rgb: 0, 0, 0;
    --statu-body-color-rgb: 33, 37, 41;
    --statu-body-bg-rgb: 255, 255, 255;
    --statu-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";
    --statu-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --statu-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
    --statu-body-font-family: var(--statu-font-sans-serif);
    --statu-body-font-size: 1rem;
    --statu-body-font-weight: 400;
    --statu-body-line-height: 1.5;
    --statu-body-color: #212529;
    --statu-body-bg: #fff;
    --statu-border-width: 1px;
    --statu-border-style: solid;
    --statu-border-color: #dee2e6;
    --statu-border-color-translucent: rgba(0, 0, 0, 0.175);
    --statu-border-radius: 0.375rem;
    --statu-border-radius-sm: 0.25rem;
    --statu-border-radius-lg: 0.5rem;
    --statu-border-radius-xl: 1rem;
    --statu-border-radius-2xl: 2rem;
    --statu-border-radius-pill: 50rem;
    --statu-link-color: #0d6efd;
    --statu-link-hover-color: #0a58ca;
    --statu-code-color: #d63384;
    --statu-highlight-bg: #fff3cd;
}

*,
:after,
:before {
    -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(--statu-body-font-family);
    font-size: var(--statu-body-font-size);
    font-weight: var(--statu-body-font-weight);
    line-height: var(--statu-body-line-height);
    color: var(--statu-body-color);
    text-align: var(--statu-body-text-align);
    background-color: var(--statu-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

::-webkit-scrollbar {
    display: none
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

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

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 2.5rem;
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

    .h2,
    h2 {
        font-size: 2rem;
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

    .h3,
    h3 {
        font-size: 1.75rem;
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

    .h4,
    h4 {
        font-size: 1.5rem;
    }
}

.h5,
h5 {
    font-size: 1.25rem;
}

.h6,
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;
}

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

.small,
small {
    font-size: 0.875em;
}

.mark,
mark {
    padding: 0.1875em;
    background-color: var(--statu-highlight-bg);
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: var(--statu-link-color);
    text-decoration: none;
}

a:hover {
    color: var(--statu-link-hover-color);
}

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

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

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

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

code {
    font-size: 0.875em;
    color: var(--statu-code-color);
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--statu-body-bg);
    background-color: var(--statu-body-color);
    border-radius: 0.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: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

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

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

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

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

button,
input,
optgroup,
select,
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;
}

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

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

::-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: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

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

legend+* {
    clear: left;
}

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

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

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

::-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;
}

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

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

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

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

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

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

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

.blockquote> :last-child {
    margin-bottom: 0;
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}

.blockquote-footer:before {
    content: "— ";
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid var(--statu-border-color);
    border-radius: 0.375rem;
}

.figure {
    display: inline-block;
}

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

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

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

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 548px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 736px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 976px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1156px;
    }
}

@media (min-width: 1450px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1442px;
    }
}

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

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

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

.row-cols-auto>* {
    width: auto;
}

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

.row-cols-1>* {
    width: 100%;
}

.row-cols-2>* {
    width: 50%;
}

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

.row-cols-3>* {
    width: 33.3333333333%;
}

.row-cols-4>* {
    width: 25%;
}

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

.row-cols-5>* {
    width: 20%;
}

.row-cols-6>* {
    width: 16.6666666667%;
}

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

.col-auto {
    width: auto;
}

.col-1 {
    width: 8.33333333%;
}

.col-1,
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-2 {
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-3,
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-4 {
    width: 33.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-5,
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-7,
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-8 {
    width: 66.66666667%;
}

.col-9 {
    width: 75%;
}

.col-9,
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

.col-11,
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-12 {
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

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

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

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

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

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

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-px,
.gx-px {
    --statu-gutter-x: 1px;
}

.g-px,
.gy-px {
    --statu-gutter-y: 1px;
}

.g-0,
.gx-0 {
    --statu-gutter-x: 0;
}

.g-0,
.gy-0 {
    --statu-gutter-y: 0;
}

.g-1,
.gx-1 {
    --statu-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --statu-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --statu-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --statu-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --statu-gutter-x: 0.75rem;
}

.g-3,
.gy-3 {
    --statu-gutter-y: 0.75rem;
}

.g-4,
.gx-4 {
    --statu-gutter-x: 1rem;
}

.g-4,
.gy-4 {
    --statu-gutter-y: 1rem;
}

.g-5,
.gx-5 {
    --statu-gutter-x: 1.25rem;
}

.g-5,
.gy-5 {
    --statu-gutter-y: 1.25rem;
}

.g-6,
.gx-6 {
    --statu-gutter-x: 1.5rem;
}

.g-6,
.gy-6 {
    --statu-gutter-y: 1.5rem;
}

.g-7,
.gx-7 {
    --statu-gutter-x: 1.75rem;
}

.g-7,
.gy-7 {
    --statu-gutter-y: 1.75rem;
}

.g-8,
.gx-8 {
    --statu-gutter-x: 2rem;
}

.g-8,
.gy-8 {
    --statu-gutter-y: 2rem;
}

.g-10,
.gx-10 {
    --statu-gutter-x: 2.5rem;
}

.g-10,
.gy-10 {
    --statu-gutter-y: 2.5rem;
}

.g-12,
.gx-12 {
    --statu-gutter-x: 3rem;
}

.g-12,
.gy-12 {
    --statu-gutter-y: 3rem;
}

.g-16,
.gx-16 {
    --statu-gutter-x: 4rem;
}

.g-16,
.gy-16 {
    --statu-gutter-y: 4rem;
}

.g-20,
.gx-20 {
    --statu-gutter-x: 5rem;
}

.g-20,
.gy-20 {
    --statu-gutter-y: 5rem;
}

.g-24,
.gx-24 {
    --statu-gutter-x: 6rem;
}

.g-24,
.gy-24 {
    --statu-gutter-y: 6rem;
}

.g-32,
.gx-32 {
    --statu-gutter-x: 8rem;
}

.g-32,
.gy-32 {
    --statu-gutter-y: 8rem;
}

.g-40,
.gx-40 {
    --statu-gutter-x: 10rem;
}

.g-40,
.gy-40 {
    --statu-gutter-y: 10rem;
}

.g-48,
.gx-48 {
    --statu-gutter-x: 12rem;
}

.g-48,
.gy-48 {
    --statu-gutter-y: 12rem;
}

.g-56,
.gx-56 {
    --statu-gutter-x: 14rem;
}

.g-56,
.gy-56 {
    --statu-gutter-y: 14rem;
}

.g-64,
.gx-64 {
    --statu-gutter-x: 16rem;
}

.g-64,
.gy-64 {
    --statu-gutter-y: 16rem;
}

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

    .row-cols-sm-auto>* {
        width: auto;
    }

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

    .row-cols-sm-1>* {
        width: 100%;
    }

    .row-cols-sm-2>* {
        width: 50%;
    }

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

    .row-cols-sm-3>* {
        width: 33.3333333333%;
    }

    .row-cols-sm-4>* {
        width: 25%;
    }

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

    .row-cols-sm-5>* {
        width: 20%;
    }

    .row-cols-sm-6>* {
        width: 16.6666666667%;
    }

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

    .col-sm-auto {
        width: auto;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-1,
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-3,
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-5,
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-7,
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-9,
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-11,
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm-12 {
        width: 100%;
    }

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

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-px,
    .gx-sm-px {
        --statu-gutter-x: 1px;
    }

    .g-sm-px,
    .gy-sm-px {
        --statu-gutter-y: 1px;
    }

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

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

    .g-sm-1,
    .gx-sm-1 {
        --statu-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --statu-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --statu-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --statu-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --statu-gutter-x: 0.75rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --statu-gutter-y: 0.75rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --statu-gutter-x: 1rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --statu-gutter-y: 1rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --statu-gutter-x: 1.25rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --statu-gutter-y: 1.25rem;
    }

    .g-sm-6,
    .gx-sm-6 {
        --statu-gutter-x: 1.5rem;
    }

    .g-sm-6,
    .gy-sm-6 {
        --statu-gutter-y: 1.5rem;
    }

    .g-sm-7,
    .gx-sm-7 {
        --statu-gutter-x: 1.75rem;
    }

    .g-sm-7,
    .gy-sm-7 {
        --statu-gutter-y: 1.75rem;
    }

    .g-sm-8,
    .gx-sm-8 {
        --statu-gutter-x: 2rem;
    }

    .g-sm-8,
    .gy-sm-8 {
        --statu-gutter-y: 2rem;
    }

    .g-sm-10,
    .gx-sm-10 {
        --statu-gutter-x: 2.5rem;
    }

    .g-sm-10,
    .gy-sm-10 {
        --statu-gutter-y: 2.5rem;
    }

    .g-sm-12,
    .gx-sm-12 {
        --statu-gutter-x: 3rem;
    }

    .g-sm-12,
    .gy-sm-12 {
        --statu-gutter-y: 3rem;
    }

    .g-sm-16,
    .gx-sm-16 {
        --statu-gutter-x: 4rem;
    }

    .g-sm-16,
    .gy-sm-16 {
        --statu-gutter-y: 4rem;
    }

    .g-sm-20,
    .gx-sm-20 {
        --statu-gutter-x: 5rem;
    }

    .g-sm-20,
    .gy-sm-20 {
        --statu-gutter-y: 5rem;
    }

    .g-sm-24,
    .gx-sm-24 {
        --statu-gutter-x: 6rem;
    }

    .g-sm-24,
    .gy-sm-24 {
        --statu-gutter-y: 6rem;
    }

    .g-sm-32,
    .gx-sm-32 {
        --statu-gutter-x: 8rem;
    }

    .g-sm-32,
    .gy-sm-32 {
        --statu-gutter-y: 8rem;
    }

    .g-sm-40,
    .gx-sm-40 {
        --statu-gutter-x: 10rem;
    }

    .g-sm-40,
    .gy-sm-40 {
        --statu-gutter-y: 10rem;
    }

    .g-sm-48,
    .gx-sm-48 {
        --statu-gutter-x: 12rem;
    }

    .g-sm-48,
    .gy-sm-48 {
        --statu-gutter-y: 12rem;
    }

    .g-sm-56,
    .gx-sm-56 {
        --statu-gutter-x: 14rem;
    }

    .g-sm-56,
    .gy-sm-56 {
        --statu-gutter-y: 14rem;
    }

    .g-sm-64,
    .gx-sm-64 {
        --statu-gutter-x: 16rem;
    }

    .g-sm-64,
    .gy-sm-64 {
        --statu-gutter-y: 16rem;
    }
}

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

    .row-cols-md-auto>* {
        width: auto;
    }

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

    .row-cols-md-1>* {
        width: 100%;
    }

    .row-cols-md-2>* {
        width: 50%;
    }

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

    .row-cols-md-3>* {
        width: 33.3333333333%;
    }

    .row-cols-md-4>* {
        width: 25%;
    }

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

    .row-cols-md-5>* {
        width: 20%;
    }

    .row-cols-md-6>* {
        width: 16.6666666667%;
    }

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

    .col-md-auto {
        width: auto;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-1,
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-3,
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-5,
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-7,
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-9,
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-11,
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-12 {
        width: 100%;
    }

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

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

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

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

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

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-px,
    .gx-md-px {
        --statu-gutter-x: 1px;
    }

    .g-md-px,
    .gy-md-px {
        --statu-gutter-y: 1px;
    }

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

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

    .g-md-1,
    .gx-md-1 {
        --statu-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --statu-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --statu-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --statu-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --statu-gutter-x: 0.75rem;
    }

    .g-md-3,
    .gy-md-3 {
        --statu-gutter-y: 0.75rem;
    }

    .g-md-4,
    .gx-md-4 {
        --statu-gutter-x: 1rem;
    }

    .g-md-4,
    .gy-md-4 {
        --statu-gutter-y: 1rem;
    }

    .g-md-5,
    .gx-md-5 {
        --statu-gutter-x: 1.25rem;
    }

    .g-md-5,
    .gy-md-5 {
        --statu-gutter-y: 1.25rem;
    }

    .g-md-6,
    .gx-md-6 {
        --statu-gutter-x: 1.5rem;
    }

    .g-md-6,
    .gy-md-6 {
        --statu-gutter-y: 1.5rem;
    }

    .g-md-7,
    .gx-md-7 {
        --statu-gutter-x: 1.75rem;
    }

    .g-md-7,
    .gy-md-7 {
        --statu-gutter-y: 1.75rem;
    }

    .g-md-8,
    .gx-md-8 {
        --statu-gutter-x: 2rem;
    }

    .g-md-8,
    .gy-md-8 {
        --statu-gutter-y: 2rem;
    }

    .g-md-10,
    .gx-md-10 {
        --statu-gutter-x: 2.5rem;
    }

    .g-md-10,
    .gy-md-10 {
        --statu-gutter-y: 2.5rem;
    }

    .g-md-12,
    .gx-md-12 {
        --statu-gutter-x: 3rem;
    }

    .g-md-12,
    .gy-md-12 {
        --statu-gutter-y: 3rem;
    }

    .g-md-16,
    .gx-md-16 {
        --statu-gutter-x: 4rem;
    }

    .g-md-16,
    .gy-md-16 {
        --statu-gutter-y: 4rem;
    }

    .g-md-20,
    .gx-md-20 {
        --statu-gutter-x: 5rem;
    }

    .g-md-20,
    .gy-md-20 {
        --statu-gutter-y: 5rem;
    }

    .g-md-24,
    .gx-md-24 {
        --statu-gutter-x: 6rem;
    }

    .g-md-24,
    .gy-md-24 {
        --statu-gutter-y: 6rem;
    }

    .g-md-32,
    .gx-md-32 {
        --statu-gutter-x: 8rem;
    }

    .g-md-32,
    .gy-md-32 {
        --statu-gutter-y: 8rem;
    }

    .g-md-40,
    .gx-md-40 {
        --statu-gutter-x: 10rem;
    }

    .g-md-40,
    .gy-md-40 {
        --statu-gutter-y: 10rem;
    }

    .g-md-48,
    .gx-md-48 {
        --statu-gutter-x: 12rem;
    }

    .g-md-48,
    .gy-md-48 {
        --statu-gutter-y: 12rem;
    }

    .g-md-56,
    .gx-md-56 {
        --statu-gutter-x: 14rem;
    }

    .g-md-56,
    .gy-md-56 {
        --statu-gutter-y: 14rem;
    }

    .g-md-64,
    .gx-md-64 {
        --statu-gutter-x: 16rem;
    }

    .g-md-64,
    .gy-md-64 {
        --statu-gutter-y: 16rem;
    }
}

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

    .row-cols-lg-auto>* {
        width: auto;
    }

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

    .row-cols-lg-1>* {
        width: 100%;
    }

    .row-cols-lg-2>* {
        width: 50%;
    }

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

    .row-cols-lg-3>* {
        width: 33.3333333333%;
    }

    .row-cols-lg-4>* {
        width: 25%;
    }

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

    .row-cols-lg-5>* {
        width: 20%;
    }

    .row-cols-lg-6>* {
        width: 16.6666666667%;
    }

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

    .col-lg-auto {
        width: auto;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-1,
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-3,
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-5,
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-7,
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-9,
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-11,
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-12 {
        width: 100%;
    }

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

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-px,
    .gx-lg-px {
        --statu-gutter-x: 1px;
    }

    .g-lg-px,
    .gy-lg-px {
        --statu-gutter-y: 1px;
    }

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

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

    .g-lg-1,
    .gx-lg-1 {
        --statu-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --statu-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --statu-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --statu-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --statu-gutter-x: 0.75rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --statu-gutter-y: 0.75rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --statu-gutter-x: 1rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --statu-gutter-y: 1rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --statu-gutter-x: 1.25rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --statu-gutter-y: 1.25rem;
    }

    .g-lg-6,
    .gx-lg-6 {
        --statu-gutter-x: 1.5rem;
    }

    .g-lg-6,
    .gy-lg-6 {
        --statu-gutter-y: 1.5rem;
    }

    .g-lg-7,
    .gx-lg-7 {
        --statu-gutter-x: 1.75rem;
    }

    .g-lg-7,
    .gy-lg-7 {
        --statu-gutter-y: 1.75rem;
    }

    .g-lg-8,
    .gx-lg-8 {
        --statu-gutter-x: 2rem;
    }

    .g-lg-8,
    .gy-lg-8 {
        --statu-gutter-y: 2rem;
    }

    .g-lg-10,
    .gx-lg-10 {
        --statu-gutter-x: 2.5rem;
    }

    .g-lg-10,
    .gy-lg-10 {
        --statu-gutter-y: 2.5rem;
    }

    .g-lg-12,
    .gx-lg-12 {
        --statu-gutter-x: 3rem;
    }

    .g-lg-12,
    .gy-lg-12 {
        --statu-gutter-y: 3rem;
    }

    .g-lg-16,
    .gx-lg-16 {
        --statu-gutter-x: 4rem;
    }

    .g-lg-16,
    .gy-lg-16 {
        --statu-gutter-y: 4rem;
    }

    .g-lg-20,
    .gx-lg-20 {
        --statu-gutter-x: 5rem;
    }

    .g-lg-20,
    .gy-lg-20 {
        --statu-gutter-y: 5rem;
    }

    .g-lg-24,
    .gx-lg-24 {
        --statu-gutter-x: 6rem;
    }

    .g-lg-24,
    .gy-lg-24 {
        --statu-gutter-y: 6rem;
    }

    .g-lg-32,
    .gx-lg-32 {
        --statu-gutter-x: 8rem;
    }

    .g-lg-32,
    .gy-lg-32 {
        --statu-gutter-y: 8rem;
    }

    .g-lg-40,
    .gx-lg-40 {
        --statu-gutter-x: 10rem;
    }

    .g-lg-40,
    .gy-lg-40 {
        --statu-gutter-y: 10rem;
    }

    .g-lg-48,
    .gx-lg-48 {
        --statu-gutter-x: 12rem;
    }

    .g-lg-48,
    .gy-lg-48 {
        --statu-gutter-y: 12rem;
    }

    .g-lg-56,
    .gx-lg-56 {
        --statu-gutter-x: 14rem;
    }

    .g-lg-56,
    .gy-lg-56 {
        --statu-gutter-y: 14rem;
    }

    .g-lg-64,
    .gx-lg-64 {
        --statu-gutter-x: 16rem;
    }

    .g-lg-64,
    .gy-lg-64 {
        --statu-gutter-y: 16rem;
    }
}

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

    .row-cols-xl-auto>* {
        width: auto;
    }

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

    .row-cols-xl-1>* {
        width: 100%;
    }

    .row-cols-xl-2>* {
        width: 50%;
    }

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

    .row-cols-xl-3>* {
        width: 33.3333333333%;
    }

    .row-cols-xl-4>* {
        width: 25%;
    }

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

    .row-cols-xl-5>* {
        width: 20%;
    }

    .row-cols-xl-6>* {
        width: 16.6666666667%;
    }

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

    .col-xl-auto {
        width: auto;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-1,
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-3,
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-5,
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-7,
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-9,
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-11,
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xl-12 {
        width: 100%;
    }

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

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-px,
    .gx-xl-px {
        --statu-gutter-x: 1px;
    }

    .g-xl-px,
    .gy-xl-px {
        --statu-gutter-y: 1px;
    }

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

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

    .g-xl-1,
    .gx-xl-1 {
        --statu-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --statu-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --statu-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --statu-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --statu-gutter-x: 0.75rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --statu-gutter-y: 0.75rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --statu-gutter-x: 1rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --statu-gutter-y: 1rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --statu-gutter-x: 1.25rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --statu-gutter-y: 1.25rem;
    }

    .g-xl-6,
    .gx-xl-6 {
        --statu-gutter-x: 1.5rem;
    }

    .g-xl-6,
    .gy-xl-6 {
        --statu-gutter-y: 1.5rem;
    }

    .g-xl-7,
    .gx-xl-7 {
        --statu-gutter-x: 1.75rem;
    }

    .g-xl-7,
    .gy-xl-7 {
        --statu-gutter-y: 1.75rem;
    }

    .g-xl-8,
    .gx-xl-8 {
        --statu-gutter-x: 2rem;
    }

    .g-xl-8,
    .gy-xl-8 {
        --statu-gutter-y: 2rem;
    }

    .g-xl-10,
    .gx-xl-10 {
        --statu-gutter-x: 2.5rem;
    }

    .g-xl-10,
    .gy-xl-10 {
        --statu-gutter-y: 2.5rem;
    }

    .g-xl-12,
    .gx-xl-12 {
        --statu-gutter-x: 3rem;
    }

    .g-xl-12,
    .gy-xl-12 {
        --statu-gutter-y: 3rem;
    }

    .g-xl-16,
    .gx-xl-16 {
        --statu-gutter-x: 4rem;
    }

    .g-xl-16,
    .gy-xl-16 {
        --statu-gutter-y: 4rem;
    }

    .g-xl-20,
    .gx-xl-20 {
        --statu-gutter-x: 5rem;
    }

    .g-xl-20,
    .gy-xl-20 {
        --statu-gutter-y: 5rem;
    }

    .g-xl-24,
    .gx-xl-24 {
        --statu-gutter-x: 6rem;
    }

    .g-xl-24,
    .gy-xl-24 {
        --statu-gutter-y: 6rem;
    }

    .g-xl-32,
    .gx-xl-32 {
        --statu-gutter-x: 8rem;
    }

    .g-xl-32,
    .gy-xl-32 {
        --statu-gutter-y: 8rem;
    }

    .g-xl-40,
    .gx-xl-40 {
        --statu-gutter-x: 10rem;
    }

    .g-xl-40,
    .gy-xl-40 {
        --statu-gutter-y: 10rem;
    }

    .g-xl-48,
    .gx-xl-48 {
        --statu-gutter-x: 12rem;
    }

    .g-xl-48,
    .gy-xl-48 {
        --statu-gutter-y: 12rem;
    }

    .g-xl-56,
    .gx-xl-56 {
        --statu-gutter-x: 14rem;
    }

    .g-xl-56,
    .gy-xl-56 {
        --statu-gutter-y: 14rem;
    }

    .g-xl-64,
    .gx-xl-64 {
        --statu-gutter-x: 16rem;
    }

    .g-xl-64,
    .gy-xl-64 {
        --statu-gutter-y: 16rem;
    }
}

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

    .row-cols-xxl-auto>* {
        width: auto;
    }

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

    .row-cols-xxl-1>* {
        width: 100%;
    }

    .row-cols-xxl-2>* {
        width: 50%;
    }

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

    .row-cols-xxl-3>* {
        width: 33.3333333333%;
    }

    .row-cols-xxl-4>* {
        width: 25%;
    }

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

    .row-cols-xxl-5>* {
        width: 20%;
    }

    .row-cols-xxl-6>* {
        width: 16.6666666667%;
    }

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

    .col-xxl-auto {
        width: auto;
    }

    .col-xxl-1 {
        width: 8.33333333%;
    }

    .col-xxl-1,
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xxl-2 {
        width: 16.66666667%;
    }

    .col-xxl-3 {
        width: 25%;
    }

    .col-xxl-3,
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xxl-4 {
        width: 33.33333333%;
    }

    .col-xxl-5 {
        width: 41.66666667%;
    }

    .col-xxl-5,
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xxl-6 {
        width: 50%;
    }

    .col-xxl-7 {
        width: 58.33333333%;
    }

    .col-xxl-7,
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xxl-8 {
        width: 66.66666667%;
    }

    .col-xxl-9 {
        width: 75%;
    }

    .col-xxl-9,
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xxl-10 {
        width: 83.33333333%;
    }

    .col-xxl-11 {
        width: 91.66666667%;
    }

    .col-xxl-11,
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xxl-12 {
        width: 100%;
    }

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

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-px,
    .gx-xxl-px {
        --statu-gutter-x: 1px;
    }

    .g-xxl-px,
    .gy-xxl-px {
        --statu-gutter-y: 1px;
    }

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

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

    .g-xxl-1,
    .gx-xxl-1 {
        --statu-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --statu-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --statu-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --statu-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --statu-gutter-x: 0.75rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --statu-gutter-y: 0.75rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --statu-gutter-x: 1rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --statu-gutter-y: 1rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --statu-gutter-x: 1.25rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --statu-gutter-y: 1.25rem;
    }

    .g-xxl-6,
    .gx-xxl-6 {
        --statu-gutter-x: 1.5rem;
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --statu-gutter-y: 1.5rem;
    }

    .g-xxl-7,
    .gx-xxl-7 {
        --statu-gutter-x: 1.75rem;
    }

    .g-xxl-7,
    .gy-xxl-7 {
        --statu-gutter-y: 1.75rem;
    }

    .g-xxl-8,
    .gx-xxl-8 {
        --statu-gutter-x: 2rem;
    }

    .g-xxl-8,
    .gy-xxl-8 {
        --statu-gutter-y: 2rem;
    }

    .g-xxl-10,
    .gx-xxl-10 {
        --statu-gutter-x: 2.5rem;
    }

    .g-xxl-10,
    .gy-xxl-10 {
        --statu-gutter-y: 2.5rem;
    }

    .g-xxl-12,
    .gx-xxl-12 {
        --statu-gutter-x: 3rem;
    }

    .g-xxl-12,
    .gy-xxl-12 {
        --statu-gutter-y: 3rem;
    }

    .g-xxl-16,
    .gx-xxl-16 {
        --statu-gutter-x: 4rem;
    }

    .g-xxl-16,
    .gy-xxl-16 {
        --statu-gutter-y: 4rem;
    }

    .g-xxl-20,
    .gx-xxl-20 {
        --statu-gutter-x: 5rem;
    }

    .g-xxl-20,
    .gy-xxl-20 {
        --statu-gutter-y: 5rem;
    }

    .g-xxl-24,
    .gx-xxl-24 {
        --statu-gutter-x: 6rem;
    }

    .g-xxl-24,
    .gy-xxl-24 {
        --statu-gutter-y: 6rem;
    }

    .g-xxl-32,
    .gx-xxl-32 {
        --statu-gutter-x: 8rem;
    }

    .g-xxl-32,
    .gy-xxl-32 {
        --statu-gutter-y: 8rem;
    }

    .g-xxl-40,
    .gx-xxl-40 {
        --statu-gutter-x: 10rem;
    }

    .g-xxl-40,
    .gy-xxl-40 {
        --statu-gutter-y: 10rem;
    }

    .g-xxl-48,
    .gx-xxl-48 {
        --statu-gutter-x: 12rem;
    }

    .g-xxl-48,
    .gy-xxl-48 {
        --statu-gutter-y: 12rem;
    }

    .g-xxl-56,
    .gx-xxl-56 {
        --statu-gutter-x: 14rem;
    }

    .g-xxl-56,
    .gy-xxl-56 {
        --statu-gutter-y: 14rem;
    }

    .g-xxl-64,
    .gx-xxl-64 {
        --statu-gutter-x: 16rem;
    }

    .g-xxl-64,
    .gy-xxl-64 {
        --statu-gutter-y: 16rem;
    }
}

.btn {
    --statu-btn-padding-x: 0.75rem;
    --statu-btn-padding-y: 0.375rem;
    --statu-btn-font-size: 1rem;
    --statu-btn-font-weight: 400;
    --statu-btn-line-height: 1.5;
    --statu-btn-color: #212529;
    --statu-btn-bg: transparent;
    --statu-btn-border-width: 1px;
    --statu-btn-border-color: transparent;
    --statu-btn-border-radius: 0.375rem;
    --statu-btn-hover-border-color: transparent;
    --statu-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --statu-btn-disabled-opacity: 0.65;
    --statu-btn-focus-box-shadow: 0 0 0 none rgba(var(--statu-btn-focus-shadow-rgb), 0.5);
    display: inline-block;
    padding: var(--statu-btn-padding-y) var(--statu-btn-padding-x);
    font-family: var(--statu-btn-font-family);
    font-size: var(--statu-btn-font-size);
    font-weight: var(--statu-btn-font-weight);
    line-height: var(--statu-btn-line-height);
    color: var(--statu-btn-color);
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--statu-btn-border-width) solid var(--statu-btn-border-color);
    border-radius: var(--statu-btn-border-radius);
    background-color: var(--statu-btn-bg);
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:hover {
    color: var(--statu-btn-hover-color);
    background-color: var(--statu-btn-hover-bg);
    border-color: var(--statu-btn-hover-border-color);
}

.btn-check+.btn:hover {
    color: var(--statu-btn-color);
    background-color: var(--statu-btn-bg);
    border-color: var(--statu-btn-border-color);
}

.btn:focus-visible {
    color: var(--statu-btn-hover-color);
    background-color: var(--statu-btn-hover-bg);
}

.btn-check:focus-visible+.btn,
.btn:focus-visible {
    border-color: var(--statu-btn-hover-border-color);
    outline: 0;
    -webkit-box-shadow: var(--statu-btn-focus-box-shadow);
    box-shadow: var(--statu-btn-focus-box-shadow);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--statu-btn-active-color);
    background-color: var(--statu-btn-active-bg);
    border-color: var(--statu-btn-active-border-color);
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    -webkit-box-shadow: var(--statu-btn-focus-box-shadow);
    box-shadow: var(--statu-btn-focus-box-shadow);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--statu-btn-disabled-color);
    pointer-events: none;
    background-color: var(--statu-btn-disabled-bg);
    border-color: var(--statu-btn-disabled-border-color);
    opacity: var(--statu-btn-disabled-opacity);
}

.btn-primary {
    --statu-btn-color: #000;
    --statu-btn-bg: #8456ff;
    --statu-btn-border-color: #8456ff;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #966fff;
    --statu-btn-hover-border-color: #9067ff;
    --statu-btn-focus-shadow-rgb: 112, 73, 217;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #9d78ff;
    --statu-btn-active-border-color: #9067ff;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #000;
    --statu-btn-disabled-bg: #8456ff;
    --statu-btn-disabled-border-color: #8456ff;
}

.btn-secondary {
    --statu-btn-color: #fff;
    --statu-btn-bg: #141a25;
    --statu-btn-border-color: #141a25;
    --statu-btn-hover-color: #fff;
    --statu-btn-hover-bg: #11161f;
    --statu-btn-hover-border-color: #10151e;
    --statu-btn-focus-shadow-rgb: 55, 60, 70;
    --statu-btn-active-color: #fff;
    --statu-btn-active-bg: #10151e;
    --statu-btn-active-border-color: #0f141c;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #fff;
    --statu-btn-disabled-bg: #141a25;
    --statu-btn-disabled-border-color: #141a25;
}

.btn-success {
    --statu-btn-color: #000;
    --statu-btn-bg: #0caf57;
    --statu-btn-border-color: #0caf57;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #30bb70;
    --statu-btn-hover-border-color: #24b768;
    --statu-btn-focus-shadow-rgb: 10, 149, 74;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #3dbf79;
    --statu-btn-active-border-color: #24b768;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #000;
    --statu-btn-disabled-bg: #0caf57;
    --statu-btn-disabled-border-color: #0caf57;
}

.btn-green {
    --statu-btn-color: #000;
    --statu-btn-bg: #00ce90;
    --statu-btn-border-color: #00ce90;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #26d5a1;
    --statu-btn-hover-border-color: #1ad39b;
    --statu-btn-focus-shadow-rgb: 0, 175, 122;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #33d8a6;
    --statu-btn-active-border-color: #1ad39b;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #000;
    --statu-btn-disabled-bg: #00ce90;
    --statu-btn-disabled-border-color: #00ce90;
}

.btn-warning {
    --statu-btn-color: #000;
    --statu-btn-bg: #ff7245;
    --statu-btn-border-color: #ff7245;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #ff8761;
    --statu-btn-hover-border-color: #ff8058;
    --statu-btn-focus-shadow-rgb: 217, 97, 59;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #ff8e6a;
    --statu-btn-active-border-color: #ff8058;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #000;
    --statu-btn-disabled-bg: #ff7245;
    --statu-btn-disabled-border-color: #ff7245;
}

.btn-orange {
    --statu-btn-color: #000;
    --statu-btn-bg: #f55;
    --statu-btn-border-color: #f55;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #ff6f6f;
    --statu-btn-hover-border-color: #f66;
    --statu-btn-focus-shadow-rgb: 217, 72, 72;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #f77;
    --statu-btn-active-border-color: #f66;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #000;
    --statu-btn-disabled-bg: #f55;
    --statu-btn-disabled-border-color: #f55;
}

.btn-yellow {
    --statu-btn-color: #000;
    --statu-btn-bg: #ffc148;
    --statu-btn-border-color: #ffc148;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #ffca63;
    --statu-btn-hover-border-color: #ffc75a;
    --statu-btn-focus-shadow-rgb: 217, 164, 61;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #ffcd6d;
    --statu-btn-active-border-color: #ffc75a;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #000;
    --statu-btn-disabled-bg: #ffc148;
    --statu-btn-disabled-border-color: #ffc148;
}

.btn-blue {
    --statu-btn-color: #fff;
    --statu-btn-bg: #0d6efd;
    --statu-btn-border-color: #0d6efd;
    --statu-btn-hover-color: #fff;
    --statu-btn-hover-bg: #0b5ed7;
    --statu-btn-hover-border-color: #0a58ca;
    --statu-btn-focus-shadow-rgb: 49, 132, 253;
    --statu-btn-active-color: #fff;
    --statu-btn-active-bg: #0a58ca;
    --statu-btn-active-border-color: #0a53be;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #fff;
    --statu-btn-disabled-bg: #0d6efd;
    --statu-btn-disabled-border-color: #0d6efd;
}

.btn-pink {
    --statu-btn-color: #000;
    --statu-btn-bg: #ff6ed2;
    --statu-btn-border-color: #ff6ed2;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #ff84d9;
    --statu-btn-hover-border-color: #ff7dd7;
    --statu-btn-focus-shadow-rgb: 217, 94, 179;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #ff8bdb;
    --statu-btn-active-border-color: #ff7dd7;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #000;
    --statu-btn-disabled-bg: #ff6ed2;
    --statu-btn-disabled-border-color: #ff6ed2;
}

.btn-aqua {
    --statu-btn-color: #000;
    --statu-btn-bg: #0094ff;
    --statu-btn-border-color: #0094ff;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #26a4ff;
    --statu-btn-hover-border-color: #1a9fff;
    --statu-btn-focus-shadow-rgb: 0, 126, 217;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #33a9ff;
    --statu-btn-active-border-color: #1a9fff;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #000;
    --statu-btn-disabled-bg: #0094ff;
    --statu-btn-disabled-border-color: #0094ff;
}

.btn-light {
    --statu-btn-color: #fff;
    --statu-btn-bg: #283457;
    --statu-btn-border-color: #283457;
    --statu-btn-hover-color: #fff;
    --statu-btn-hover-bg: #222c4a;
    --statu-btn-hover-border-color: #202a46;
    --statu-btn-focus-shadow-rgb: 72, 82, 112;
    --statu-btn-active-color: #fff;
    --statu-btn-active-bg: #202a46;
    --statu-btn-active-border-color: #1e2741;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #fff;
    --statu-btn-disabled-bg: #283457;
    --statu-btn-disabled-border-color: #283457;
}

.btn-text {
    --statu-btn-color: #000;
    --statu-btn-bg: #767f93;
    --statu-btn-border-color: #767f93;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #8b92a3;
    --statu-btn-hover-border-color: #848c9e;
    --statu-btn-focus-shadow-rgb: 100, 108, 125;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #9199a9;
    --statu-btn-active-border-color: #848c9e;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #000;
    --statu-btn-disabled-bg: #767f93;
    --statu-btn-disabled-border-color: #767f93;
}

.btn-white {
    --statu-btn-color: #000;
    --statu-btn-bg: #fff;
    --statu-btn-border-color: #fff;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #fff;
    --statu-btn-hover-border-color: #fff;
    --statu-btn-focus-shadow-rgb: 217, 217, 217;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #fff;
    --statu-btn-active-border-color: #fff;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #000;
    --statu-btn-disabled-bg: #fff;
    --statu-btn-disabled-border-color: #fff;
}

.btn-outline-primary {
    --statu-btn-color: #8456ff;
    --statu-btn-border-color: #8456ff;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #8456ff;
    --statu-btn-hover-border-color: #8456ff;
    --statu-btn-focus-shadow-rgb: 132, 86, 255;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #8456ff;
    --statu-btn-active-border-color: #8456ff;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #8456ff;
    --statu-btn-disabled-bg: transparent;
    --statu-btn-disabled-border-color: #8456ff;
    --statu-gradient: none;
}

.btn-outline-secondary {
    --statu-btn-color: #141a25;
    --statu-btn-border-color: #141a25;
    --statu-btn-hover-color: #fff;
    --statu-btn-hover-bg: #141a25;
    --statu-btn-hover-border-color: #141a25;
    --statu-btn-focus-shadow-rgb: 20, 26, 37;
    --statu-btn-active-color: #fff;
    --statu-btn-active-bg: #141a25;
    --statu-btn-active-border-color: #141a25;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #141a25;
    --statu-btn-disabled-bg: transparent;
    --statu-btn-disabled-border-color: #141a25;
    --statu-gradient: none;
}

.btn-outline-success {
    --statu-btn-color: #0caf57;
    --statu-btn-border-color: #0caf57;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #0caf57;
    --statu-btn-hover-border-color: #0caf57;
    --statu-btn-focus-shadow-rgb: 12, 175, 87;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #0caf57;
    --statu-btn-active-border-color: #0caf57;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #0caf57;
    --statu-btn-disabled-bg: transparent;
    --statu-btn-disabled-border-color: #0caf57;
    --statu-gradient: none;
}

.btn-outline-green {
    --statu-btn-color: #00ce90;
    --statu-btn-border-color: #00ce90;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #00ce90;
    --statu-btn-hover-border-color: #00ce90;
    --statu-btn-focus-shadow-rgb: 0, 206, 144;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #00ce90;
    --statu-btn-active-border-color: #00ce90;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #00ce90;
    --statu-btn-disabled-bg: transparent;
    --statu-btn-disabled-border-color: #00ce90;
    --statu-gradient: none;
}

.btn-outline-warning {
    --statu-btn-color: #ff7245;
    --statu-btn-border-color: #ff7245;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #ff7245;
    --statu-btn-hover-border-color: #ff7245;
    --statu-btn-focus-shadow-rgb: 255, 114, 69;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #ff7245;
    --statu-btn-active-border-color: #ff7245;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #ff7245;
    --statu-btn-disabled-bg: transparent;
    --statu-btn-disabled-border-color: #ff7245;
    --statu-gradient: none;
}

.btn-outline-orange {
    --statu-btn-color: #f55;
    --statu-btn-border-color: #f55;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #f55;
    --statu-btn-hover-border-color: #f55;
    --statu-btn-focus-shadow-rgb: 255, 85, 85;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #f55;
    --statu-btn-active-border-color: #f55;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #f55;
    --statu-btn-disabled-bg: transparent;
    --statu-btn-disabled-border-color: #f55;
    --statu-gradient: none;
}

.btn-outline-yellow {
    --statu-btn-color: #ffc148;
    --statu-btn-border-color: #ffc148;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #ffc148;
    --statu-btn-hover-border-color: #ffc148;
    --statu-btn-focus-shadow-rgb: 255, 193, 72;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #ffc148;
    --statu-btn-active-border-color: #ffc148;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #ffc148;
    --statu-btn-disabled-bg: transparent;
    --statu-btn-disabled-border-color: #ffc148;
    --statu-gradient: none;
}

.btn-outline-blue {
    --statu-btn-color: #0d6efd;
    --statu-btn-border-color: #0d6efd;
    --statu-btn-hover-color: #fff;
    --statu-btn-hover-bg: #0d6efd;
    --statu-btn-hover-border-color: #0d6efd;
    --statu-btn-focus-shadow-rgb: 13, 110, 253;
    --statu-btn-active-color: #fff;
    --statu-btn-active-bg: #0d6efd;
    --statu-btn-active-border-color: #0d6efd;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #0d6efd;
    --statu-btn-disabled-bg: transparent;
    --statu-btn-disabled-border-color: #0d6efd;
    --statu-gradient: none;
}

.btn-outline-pink {
    --statu-btn-color: #ff6ed2;
    --statu-btn-border-color: #ff6ed2;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #ff6ed2;
    --statu-btn-hover-border-color: #ff6ed2;
    --statu-btn-focus-shadow-rgb: 255, 110, 210;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #ff6ed2;
    --statu-btn-active-border-color: #ff6ed2;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #ff6ed2;
    --statu-btn-disabled-bg: transparent;
    --statu-btn-disabled-border-color: #ff6ed2;
    --statu-gradient: none;
}

.btn-outline-aqua {
    --statu-btn-color: #0094ff;
    --statu-btn-border-color: #0094ff;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #0094ff;
    --statu-btn-hover-border-color: #0094ff;
    --statu-btn-focus-shadow-rgb: 0, 148, 255;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #0094ff;
    --statu-btn-active-border-color: #0094ff;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #0094ff;
    --statu-btn-disabled-bg: transparent;
    --statu-btn-disabled-border-color: #0094ff;
    --statu-gradient: none;
}

.btn-outline-light {
    --statu-btn-color: #283457;
    --statu-btn-border-color: #283457;
    --statu-btn-hover-color: #fff;
    --statu-btn-hover-bg: #283457;
    --statu-btn-hover-border-color: #283457;
    --statu-btn-focus-shadow-rgb: 40, 52, 87;
    --statu-btn-active-color: #fff;
    --statu-btn-active-bg: #283457;
    --statu-btn-active-border-color: #283457;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #283457;
    --statu-btn-disabled-bg: transparent;
    --statu-btn-disabled-border-color: #283457;
    --statu-gradient: none;
}

.btn-outline-text {
    --statu-btn-color: #767f93;
    --statu-btn-border-color: #767f93;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #767f93;
    --statu-btn-hover-border-color: #767f93;
    --statu-btn-focus-shadow-rgb: 118, 127, 147;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #767f93;
    --statu-btn-active-border-color: #767f93;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #767f93;
    --statu-btn-disabled-bg: transparent;
    --statu-btn-disabled-border-color: #767f93;
    --statu-gradient: none;
}

.btn-outline-white {
    --statu-btn-color: #fff;
    --statu-btn-border-color: #fff;
    --statu-btn-hover-color: #000;
    --statu-btn-hover-bg: #fff;
    --statu-btn-hover-border-color: #fff;
    --statu-btn-focus-shadow-rgb: 255, 255, 255;
    --statu-btn-active-color: #000;
    --statu-btn-active-bg: #fff;
    --statu-btn-active-border-color: #fff;
    --statu-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --statu-btn-disabled-color: #fff;
    --statu-btn-disabled-bg: transparent;
    --statu-btn-disabled-border-color: #fff;
    --statu-gradient: none;
}

.btn-link {
    --statu-btn-font-weight: 400;
    --statu-btn-color: var(--statu-link-color);
    --statu-btn-bg: transparent;
    --statu-btn-border-color: transparent;
    --statu-btn-hover-color: var(--statu-link-hover-color);
    --statu-btn-hover-border-color: transparent;
    --statu-btn-active-color: var(--statu-link-hover-color);
    --statu-btn-active-border-color: transparent;
    --statu-btn-disabled-color: #6c757d;
    --statu-btn-disabled-border-color: transparent;
    --statu-btn-box-shadow: none;
    --statu-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: none;
}

.btn-link:focus-visible {
    color: var(--statu-btn-color);
}

.btn-link:hover {
    color: var(--statu-btn-hover-color);
}

.btn-lg {
    --statu-btn-padding-y: 0.5rem;
    --statu-btn-padding-x: 1rem;
    --statu-btn-font-size: 1.25rem;
    --statu-btn-border-radius: 0.5rem;
}

.btn-sm {
    --statu-btn-padding-y: 0.25rem;
    --statu-btn-padding-x: 0.5rem;
    --statu-btn-font-size: 0.875rem;
    --statu-btn-border-radius: 0.25rem;
}

.form-label {
    margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.form-control[type="file"] {
    overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
}

.form-control::-moz-placeholder {
    color: #6c757d;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
}

.form-control::placeholder {
    color: #6c757d;
}

.form-control:disabled {
    background-color: #131a25;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

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

.form-control-plaintext:focus {
    outline: 0;
}

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

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

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

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.375rem;
}

.form-control-color::-webkit-color-swatch {
    border-radius: 0.375rem;
}

.form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E");
}

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

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em;
    -webkit-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E");
}

.form-switch .form-check-input:checked {
    background-position: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.65;
}

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

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, none;
    box-shadow: 0 0 0 1px #fff, none;
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, none;
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

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

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}

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

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

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

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}

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

.form-range:disabled {
    pointer-events: none;
}

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

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

.form-floating {
    position: relative;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        -webkit-transition: none;
        transition: none;
    }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem 0.75rem;
}

.form-floating>.form-control-plaintext::-webkit-input-placeholder,
.form-floating>.form-control::-webkit-input-placeholder {
    color: transparent;
}

.form-floating>.form-control-plaintext::-moz-placeholder,
.form-floating>.form-control::-moz-placeholder {
    color: transparent;
}

.form-floating>.form-control-plaintext::-ms-input-placeholder,
.form-floating>.form-control::-ms-input-placeholder {
    color: transparent;
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
    color: transparent;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control-plaintext~label {
    border-width: 1px 0;
}

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

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
    z-index: 5;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 5;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem;
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation>.form-floating:nth-last-child(n + 3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n + 3)>.form-select,
.input-group.has-validation> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.375rem;
}

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

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

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754;
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
    width: calc(3rem + (1.5em + 0.75rem));
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754;
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: 0.5em;
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
    z-index: 3;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.375rem;
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
    width: calc(3rem + (1.5em + 0.75rem));
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545;
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545;
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: 0.5em;
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
    z-index: 4;
}

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

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

.progress {
    --statu-progress-height: 1rem;
    --statu-progress-font-size: 0.75rem;
    --statu-progress-bg: #e9ecef;
    --statu-progress-border-radius: 0.375rem;
    --statu-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --statu-progress-bar-color: #fff;
    --statu-progress-bar-bg: #0d6efd;
    --statu-progress-bar-transition: width 0.6s ease;
    height: var(--statu-progress-height);
    font-size: var(--statu-progress-font-size);
    background-color: var(--statu-progress-bg);
    border-radius: var(--statu-progress-border-radius);
}

.progress,
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--statu-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--statu-progress-bar-bg);
    -webkit-transition: var(--statu-progress-bar-transition);
    transition: var(--statu-progress-bar-transition);
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-size: var(--statu-progress-height) var(--statu-progress-height);
}

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

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

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

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

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

.dropdown-menu {
    --statu-dropdown-zindex: 1000;
    --statu-dropdown-min-width: 10rem;
    --statu-dropdown-padding-x: 0;
    --statu-dropdown-padding-y: 0.5rem;
    --statu-dropdown-spacer: 0.125rem;
    --statu-dropdown-font-size: 1rem;
    --statu-dropdown-color: #212529;
    --statu-dropdown-bg: #fff;
    --statu-dropdown-border-color: var(--statu-border-color-translucent);
    --statu-dropdown-border-radius: 0.375rem;
    --statu-dropdown-border-width: 1px;
    --statu-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --statu-dropdown-divider-bg: var(--statu-border-color-translucent);
    --statu-dropdown-divider-margin-y: 0.5rem;
    --statu-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --statu-dropdown-link-color: #212529;
    --statu-dropdown-link-hover-color: #1e2125;
    --statu-dropdown-link-hover-bg: #e9ecef;
    --statu-dropdown-link-active-bg: #0d6efd;
    --statu-dropdown-link-disabled-color: #adb5bd;
    --statu-dropdown-item-padding-x: 1rem;
    --statu-dropdown-item-padding-y: 0.25rem;
    --statu-dropdown-header-color: #6c757d;
    --statu-dropdown-header-padding-x: 1rem;
    --statu-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--statu-dropdown-zindex);
    display: none;
    min-width: var(--statu-dropdown-min-width);
    padding: var(--statu-dropdown-padding-y) var(--statu-dropdown-padding-x);
    margin: 0;
    font-size: var(--statu-dropdown-font-size);
    color: var(--statu-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--statu-dropdown-bg);
    background-clip: padding-box;
    border: var(--statu-dropdown-border-width) solid var(--statu-dropdown-border-color);
    border-radius: var(--statu-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--statu-dropdown-spacer);
}

.dropdown-menu-start {
    --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}

.dropdown-menu-end {
    --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1450px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xxl-end {
        --bs-position: end;
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--statu-dropdown-spacer);
}

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

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

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--statu-dropdown-spacer);
}

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

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

.dropend .dropdown-toggle:after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--statu-dropdown-spacer);
}

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

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

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

.dropstart .dropdown-toggle:before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: var(--statu-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--statu-dropdown-divider-bg);
    opacity: 1;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--statu-dropdown-item-padding-y) var(--statu-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--statu-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--statu-dropdown-link-hover-color);
    background-color: var(--statu-dropdown-link-hover-bg);
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--statu-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--statu-dropdown-link-active-bg);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--statu-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: var(--statu-dropdown-header-padding-y) var(--statu-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--statu-dropdown-header-color);
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: var(--statu-dropdown-item-padding-y) var(--statu-dropdown-item-padding-x);
    color: var(--statu-dropdown-link-color);
}

.dropdown-menu-dark {
    --statu-dropdown-color: #dee2e6;
    --statu-dropdown-bg: #343a40;
    --statu-dropdown-border-color: var(--statu-border-color-translucent);
    --statu-dropdown-link-color: #dee2e6;
    --statu-dropdown-link-hover-color: #fff;
    --statu-dropdown-divider-bg: var(--statu-border-color-translucent);
    --statu-dropdown-link-hover-bg: hsla(0, 0%, 100%, 0.15);
    --statu-dropdown-link-active-color: #fff;
    --statu-dropdown-link-active-bg: #0d6efd;
    --statu-dropdown-link-disabled-color: #adb5bd;
    --statu-dropdown-header-color: #adb5bd;
}

.nav {
    --statu-nav-link-padding-x: 1rem;
    --statu-nav-link-padding-y: 0.5rem;
    --statu-nav-link-color: var(--statu-link-color);
    --statu-nav-link-hover-color: var(--statu-link-hover-color);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: var(--statu-nav-link-padding-y) var(--statu-nav-link-padding-x);
    font-size: var(--statu-nav-link-font-size);
    font-weight: var(--statu-nav-link-font-weight);
    color: var(--statu-nav-link-color);
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none;
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--statu-nav-link-hover-color);
}

.nav-link.disabled {
    color: var(--statu-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    --statu-nav-tabs-border-width: 1px;
    --statu-nav-tabs-border-color: #dee2e6;
    --statu-nav-tabs-border-radius: 0.375rem;
    --statu-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --statu-nav-tabs-link-active-color: #495057;
    --statu-nav-tabs-link-active-bg: #fff;
    --statu-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--statu-nav-tabs-border-width) solid var(--statu-nav-tabs-border-color);
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--statu-nav-tabs-border-width));
    background: none;
    border: var(--statu-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--statu-nav-tabs-border-radius);
    border-top-right-radius: var(--statu-nav-tabs-border-radius);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--statu-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--statu-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--statu-nav-tabs-link-active-color);
    background-color: var(--statu-nav-tabs-link-active-bg);
    border-color: var(--statu-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--statu-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills {
    --statu-nav-pills-border-radius: 0.375rem;
    --statu-nav-pills-link-active-color: #fff;
    --statu-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--statu-nav-pills-border-radius);
}

.nav-pills .nav-link:disabled {
    color: var(--statu-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--statu-nav-pills-link-active-color);
    background-color: var(--statu-nav-pills-link-active-bg);
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}

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

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

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

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

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

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

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

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

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    transition: width 0.35s ease;
}

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

.modal {
    --statu-modal-width: 500px;
    --statu-modal-padding: 1rem;
    --statu-modal-margin: 0.5rem;
    --statu-modal-bg: #fff;
    --statu-modal-border-color: var(--statu-border-color-translucent);
    --statu-modal-border-radius: 0.5rem;
    --statu-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --statu-modal-inner-border-radius: calc(0.5rem - 1px);
    --statu-modal-header-padding-x: 1rem;
    --statu-modal-header-padding-y: 1rem;
    --statu-modal-header-padding: 1rem 1rem;
    --statu-modal-header-border-color: var(--statu-border-color);
    --statu-modal-header-border-width: 1px;
    --statu-modal-title-line-height: 1.5;
    --statu-modal-footer-gap: 0.5rem;
    --statu-modal-footer-border-color: var(--statu-border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--statu-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--statu-modal-margin);
    pointer-events: none;
}

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

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

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

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - var(--statu-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

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

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - var(--statu-modal-margin) * 2);
}

.modal-content,
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: var(--statu-modal-color);
    pointer-events: auto;
    background-color: var(--statu-modal-bg);
    background-clip: padding-box;
    border: var(--statu-modal-border-width) solid var(--statu-modal-border-color);
    border-radius: var(--statu-modal-border-radius);
    outline: 0;
}

.modal-backdrop {
    --statu-backdrop-zindex: 1050;
    --statu-backdrop-bg: #000;
    --statu-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--statu-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--statu-backdrop-bg);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: var(--statu-backdrop-opacity);
}

.modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--statu-modal-header-padding);
    border-bottom: var(--statu-modal-header-border-width) solid var(--statu-modal-header-border-color);
    border-top-left-radius: var(--statu-modal-inner-border-radius);
    border-top-right-radius: var(--statu-modal-inner-border-radius);
}

.modal-header .btn-close {
    padding: calc(var(--statu-modal-header-padding-y) * 0.5) calc(var(--statu-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--statu-modal-header-padding-y)) calc(-0.5 * var(--statu-modal-header-padding-x)) calc(-0.5 * var(--statu-modal-header-padding-y)) auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--statu-modal-title-line-height);
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--statu-modal-padding);
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: calc(var(--statu-modal-padding) - var(--statu-modal-footer-gap) * 0.5);
    background-color: var(--statu-modal-footer-bg);
    border-top: var(--statu-modal-footer-border-width) solid var(--statu-modal-footer-border-color);
    border-bottom-right-radius: var(--statu-modal-inner-border-radius);
    border-bottom-left-radius: var(--statu-modal-inner-border-radius);
}

.modal-footer>* {
    margin: calc(var(--statu-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
    .modal {
        --statu-modal-margin: 1.75rem;
        --statu-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .modal-dialog {
        max-width: var(--statu-modal-width);
        margin-right: auto;
        margin-left: auto;
    }

    .modal-sm {
        --statu-modal-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --statu-modal-width: 800px;
    }
}

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

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 1449.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.text-bg-primary {
    color: #000 !important;
    background-color: RGBA(132, 86, 255, var(--statu-bg-opacity, 1)) !important;
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(20, 26, 37, var(--statu-bg-opacity, 1)) !important;
}

.text-bg-success {
    color: #000 !important;
    background-color: RGBA(12, 175, 87, var(--statu-bg-opacity, 1)) !important;
}

.text-bg-green {
    color: #000 !important;
    background-color: RGBA(0, 206, 144, var(--statu-bg-opacity, 1)) !important;
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(255, 114, 69, var(--statu-bg-opacity, 1)) !important;
}

.text-bg-orange {
    color: #000 !important;
    background-color: RGBA(255, 85, 85, var(--statu-bg-opacity, 1)) !important;
}

.text-bg-yellow {
    color: #000 !important;
    background-color: RGBA(255, 193, 72, var(--statu-bg-opacity, 1)) !important;
}

.text-bg-blue {
    color: #fff !important;
    background-color: RGBA(13, 110, 253, var(--statu-bg-opacity, 1)) !important;
}

.text-bg-pink {
    color: #000 !important;
    background-color: RGBA(255, 110, 210, var(--statu-bg-opacity, 1)) !important;
}

.text-bg-aqua {
    color: #000 !important;
    background-color: RGBA(0, 148, 255, var(--statu-bg-opacity, 1)) !important;
}

.text-bg-light {
    color: #fff !important;
    background-color: RGBA(40, 52, 87, var(--statu-bg-opacity, 1)) !important;
}

.text-bg-text {
    color: #000 !important;
    background-color: RGBA(118, 127, 147, var(--statu-bg-opacity, 1)) !important;
}

.text-bg-white {
    color: #000 !important;
    background-color: RGBA(255, 255, 255, var(--statu-bg-opacity, 1)) !important;
}

.link-primary {
    color: #8456ff !important;
}

.link-primary:focus,
.link-primary:hover {
    color: #9d78ff !important;
}

.link-secondary {
    color: #141a25 !important;
}

.link-secondary:focus,
.link-secondary:hover {
    color: #10151e !important;
}

.link-success {
    color: #0caf57 !important;
}

.link-success:focus,
.link-success:hover {
    color: #3dbf79 !important;
}

.link-green {
    color: #00ce90 !important;
}

.link-green:focus,
.link-green:hover {
    color: #33d8a6 !important;
}

.link-warning {
    color: #ff7245 !important;
}

.link-warning:focus,
.link-warning:hover {
    color: #ff8e6a !important;
}

.link-orange {
    color: #f55 !important;
}

.link-orange:focus,
.link-orange:hover {
    color: #f77 !important;
}

.link-yellow {
    color: #ffc148 !important;
}

.link-yellow:focus,
.link-yellow:hover {
    color: #ffcd6d !important;
}

.link-blue {
    color: #0d6efd !important;
}

.link-blue:focus,
.link-blue:hover {
    color: #0a58ca !important;
}

.link-pink {
    color: #ff6ed2 !important;
}

.link-pink:focus,
.link-pink:hover {
    color: #ff8bdb !important;
}

.link-aqua {
    color: #0094ff !important;
}

.link-aqua:focus,
.link-aqua:hover {
    color: #33a9ff !important;
}

.link-light {
    color: #283457 !important;
}

.link-light:focus,
.link-light:hover {
    color: #202a46 !important;
}

.link-text {
    color: #767f93 !important;
}

.link-text:focus,
.link-text:hover {
    color: #9199a9 !important;
}

.link-white,
.link-white:focus,
.link-white:hover {
    color: #fff !important;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio:before {
    display: block;
    padding-top: var(--statu-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --statu-aspect-ratio: 100%;
}

.ratio-4x3 {
    --statu-aspect-ratio: 75%;
}

.ratio-16x9 {
    --statu-aspect-ratio: 56.25%;
}

.ratio-21x9 {
    --statu-aspect-ratio: 42.85714%;
}

.fixed-top {
    top: 0;
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    bottom: 0;
}

.sticky-top {
    top: 0;
}

.sticky-bottom,
.sticky-top {
    position: sticky;
    z-index: 1020;
}

.sticky-bottom {
    bottom: 0;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 1450px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

.hstack {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
}

.hstack,
.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    align-self: stretch;
}

.vstack {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.border {
    border: var(--statu-border-width) var(--statu-border-style) var(--statu-border-color) !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: var(--statu-border-width) var(--statu-border-style) var(--statu-border-color) !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: var(--statu-border-width) var(--statu-border-style) var(--statu-border-color) !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: var(--statu-border-width) var(--statu-border-style) var(--statu-border-color) !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: var(--statu-border-width) var(--statu-border-style) var(--statu-border-color) !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    --statu-border-opacity: 1;
    border-color: rgba(var(--statu-primary-rgb), var(--statu-border-opacity)) !important;
}

.border-secondary {
    --statu-border-opacity: 1;
    border-color: rgba(var(--statu-secondary-rgb), var(--statu-border-opacity)) !important;
}

.border-success {
    --statu-border-opacity: 1;
    border-color: rgba(var(--statu-success-rgb), var(--statu-border-opacity)) !important;
}

.border-green {
    --statu-border-opacity: 1;
    border-color: rgba(var(--statu-green-rgb), var(--statu-border-opacity)) !important;
}

.border-warning {
    --statu-border-opacity: 1;
    border-color: rgba(var(--statu-warning-rgb), var(--statu-border-opacity)) !important;
}

.border-orange {
    --statu-border-opacity: 1;
    border-color: rgba(var(--statu-orange-rgb), var(--statu-border-opacity)) !important;
}

.border-yellow {
    --statu-border-opacity: 1;
    border-color: rgba(var(--statu-yellow-rgb), var(--statu-border-opacity)) !important;
}

.border-blue {
    --statu-border-opacity: 1;
    border-color: rgba(var(--statu-blue-rgb), var(--statu-border-opacity)) !important;
}

.border-pink {
    --statu-border-opacity: 1;
    border-color: rgba(var(--statu-pink-rgb), var(--statu-border-opacity)) !important;
}

.border-aqua {
    --statu-border-opacity: 1;
    border-color: rgba(var(--statu-aqua-rgb), var(--statu-border-opacity)) !important;
}

.border-light {
    --statu-border-opacity: 1;
    border-color: rgba(var(--statu-light-rgb), var(--statu-border-opacity)) !important;
}

.border-text {
    --statu-border-opacity: 1;
    border-color: rgba(var(--statu-text-rgb), var(--statu-border-opacity)) !important;
}

.border-white {
    --statu-border-opacity: 1;
    border-color: rgba(var(--statu-white-rgb), var(--statu-border-opacity)) !important;
}

.border-1 {
    --statu-border-width: 1px;
}

.border-2 {
    --statu-border-width: 2px;
}

.border-3 {
    --statu-border-width: 3px;
}

.border-4 {
    --statu-border-width: 4px;
}

.border-5 {
    --statu-border-width: 5px;
}

.border-opacity-10 {
    --statu-border-opacity: 0.1;
}

.border-opacity-25 {
    --statu-border-opacity: 0.25;
}

.border-opacity-50 {
    --statu-border-opacity: 0.5;
}

.border-opacity-75 {
    --statu-border-opacity: 0.75;
}

.border-opacity-100 {
    --statu-border-opacity: 1;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
}

.m-px {
    margin: 1px !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 0.75rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.m-5 {
    margin: 1.25rem !important;
}

.m-6 {
    margin: 1.5rem !important;
}

.m-7 {
    margin: 1.75rem !important;
}

.m-8 {
    margin: 2rem !important;
}

.m-10 {
    margin: 2.5rem !important;
}

.m-12 {
    margin: 3rem !important;
}

.m-16 {
    margin: 4rem !important;
}

.m-20 {
    margin: 5rem !important;
}

.m-24 {
    margin: 6rem !important;
}

.m-32 {
    margin: 8rem !important;
}

.m-40 {
    margin: 10rem !important;
}

.m-48 {
    margin: 12rem !important;
}

.m-56 {
    margin: 14rem !important;
}

.m-64 {
    margin: 16rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
}

.mx-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
}

.mx-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
}

.mx-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}

.mx-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
}

.mx-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}

.mx-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}

.mx-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

.mx-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
}

.mx-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
}

.mx-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
}

.mx-56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
}

.mx-64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
}

.my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

.my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

.my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
}

.my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
}

.my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-px {
    margin-top: 1px !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: 0.75rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 1.25rem !important;
}

.mt-6 {
    margin-top: 1.5rem !important;
}

.mt-7 {
    margin-top: 1.75rem !important;
}

.mt-8 {
    margin-top: 2rem !important;
}

.mt-10 {
    margin-top: 2.5rem !important;
}

.mt-12 {
    margin-top: 3rem !important;
}

.mt-16 {
    margin-top: 4rem !important;
}

.mt-20 {
    margin-top: 5rem !important;
}

.mt-24 {
    margin-top: 6rem !important;
}

.mt-32 {
    margin-top: 8rem !important;
}

.mt-40 {
    margin-top: 10rem !important;
}

.mt-48 {
    margin-top: 12rem !important;
}

.mt-56 {
    margin-top: 14rem !important;
}

.mt-64 {
    margin-top: 16rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-px {
    margin-right: 1px !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: 0.75rem !important;
}

.me-4 {
    margin-right: 1rem !important;
}

.me-5 {
    margin-right: 1.25rem !important;
}

.me-6 {
    margin-right: 1.5rem !important;
}

.me-7 {
    margin-right: 1.75rem !important;
}

.me-8 {
    margin-right: 2rem !important;
}

.me-10 {
    margin-right: 2.5rem !important;
}

.me-12 {
    margin-right: 3rem !important;
}

.me-16 {
    margin-right: 4rem !important;
}

.me-20 {
    margin-right: 5rem !important;
}

.me-24 {
    margin-right: 6rem !important;
}

.me-32 {
    margin-right: 8rem !important;
}

.me-40 {
    margin-right: 10rem !important;
}

.me-48 {
    margin-right: 12rem !important;
}

.me-56 {
    margin-right: 14rem !important;
}

.me-64 {
    margin-right: 16rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-px {
    margin-bottom: 1px !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: 0.75rem !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mb-5 {
    margin-bottom: 1.25rem !important;
}

.mb-6 {
    margin-bottom: 1.5rem !important;
}

.mb-7 {
    margin-bottom: 1.75rem !important;
}

.mb-8 {
    margin-bottom: 2rem !important;
}

.mb-10 {
    margin-bottom: 2.5rem !important;
}

.mb-12 {
    margin-bottom: 3rem !important;
}

.mb-16 {
    margin-bottom: 4rem !important;
}

.mb-20 {
    margin-bottom: 5rem !important;
}

.mb-24 {
    margin-bottom: 6rem !important;
}

.mb-32 {
    margin-bottom: 8rem !important;
}

.mb-40 {
    margin-bottom: 10rem !important;
}

.mb-48 {
    margin-bottom: 12rem !important;
}

.mb-56 {
    margin-bottom: 14rem !important;
}

.mb-64 {
    margin-bottom: 16rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-px {
    margin-left: 1px !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: 0.75rem !important;
}

.ms-4 {
    margin-left: 1rem !important;
}

.ms-5 {
    margin-left: 1.25rem !important;
}

.ms-6 {
    margin-left: 1.5rem !important;
}

.ms-7 {
    margin-left: 1.75rem !important;
}

.ms-8 {
    margin-left: 2rem !important;
}

.ms-10 {
    margin-left: 2.5rem !important;
}

.ms-12 {
    margin-left: 3rem !important;
}

.ms-16 {
    margin-left: 4rem !important;
}

.ms-20 {
    margin-left: 5rem !important;
}

.ms-24 {
    margin-left: 6rem !important;
}

.ms-32 {
    margin-left: 8rem !important;
}

.ms-40 {
    margin-left: 10rem !important;
}

.ms-48 {
    margin-left: 12rem !important;
}

.ms-56 {
    margin-left: 14rem !important;
}

.ms-64 {
    margin-left: 16rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.m-npx {
    margin: -1px !important;
}

.m-n0 {
    margin: 0 !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.m-n3 {
    margin: -0.75rem !important;
}

.m-n4 {
    margin: -1rem !important;
}

.m-n5 {
    margin: -1.25rem !important;
}

.m-n6 {
    margin: -1.5rem !important;
}

.m-n7 {
    margin: -1.75rem !important;
}

.m-n8 {
    margin: -2rem !important;
}

.m-n10 {
    margin: -2.5rem !important;
}

.m-n12 {
    margin: -3rem !important;
}

.m-n16 {
    margin: -4rem !important;
}

.m-n20 {
    margin: -5rem !important;
}

.m-n24 {
    margin: -6rem !important;
}

.m-n32 {
    margin: -8rem !important;
}

.m-n40 {
    margin: -10rem !important;
}

.m-n48 {
    margin: -12rem !important;
}

.m-n56 {
    margin: -14rem !important;
}

.m-n64 {
    margin: -16rem !important;
}

.mx-npx {
    margin-right: -1px !important;
    margin-left: -1px !important;
}

.mx-n0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}

.mx-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
}

.mx-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.mx-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
}

.mx-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

.mx-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
}

.mx-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
}

.mx-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
}

.mx-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}

.mx-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
}

.mx-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
}

.mx-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
}

.mx-n32 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
}

.mx-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
}

.mx-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
}

.mx-n56 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
}

.mx-n64 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
}

.my-npx {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
}

.my-n0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.my-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
}

.my-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.my-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
}

.my-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.my-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
}

.my-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
}

.my-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
}

.my-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

.my-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
}

.my-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
}

.my-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
}

.my-n32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
}

.my-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
}

.my-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
}

.my-n56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
}

.my-n64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
}

.mt-npx {
    margin-top: -1px !important;
}

.mt-n0 {
    margin-top: 0 !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n3 {
    margin-top: -0.75rem !important;
}

.mt-n4 {
    margin-top: -1rem !important;
}

.mt-n5 {
    margin-top: -1.25rem !important;
}

.mt-n6 {
    margin-top: -1.5rem !important;
}

.mt-n7 {
    margin-top: -1.75rem !important;
}

.mt-n8 {
    margin-top: -2rem !important;
}

.mt-n10 {
    margin-top: -2.5rem !important;
}

.mt-n12 {
    margin-top: -3rem !important;
}

.mt-n16 {
    margin-top: -4rem !important;
}

.mt-n20 {
    margin-top: -5rem !important;
}

.mt-n24 {
    margin-top: -6rem !important;
}

.mt-n32 {
    margin-top: -8rem !important;
}

.mt-n40 {
    margin-top: -10rem !important;
}

.mt-n48 {
    margin-top: -12rem !important;
}

.mt-n56 {
    margin-top: -14rem !important;
}

.mt-n64 {
    margin-top: -16rem !important;
}

.me-npx {
    margin-right: -1px !important;
}

.me-n0 {
    margin-right: 0 !important;
}

.me-n1 {
    margin-right: -0.25rem !important;
}

.me-n2 {
    margin-right: -0.5rem !important;
}

.me-n3 {
    margin-right: -0.75rem !important;
}

.me-n4 {
    margin-right: -1rem !important;
}

.me-n5 {
    margin-right: -1.25rem !important;
}

.me-n6 {
    margin-right: -1.5rem !important;
}

.me-n7 {
    margin-right: -1.75rem !important;
}

.me-n8 {
    margin-right: -2rem !important;
}

.me-n10 {
    margin-right: -2.5rem !important;
}

.me-n12 {
    margin-right: -3rem !important;
}

.me-n16 {
    margin-right: -4rem !important;
}

.me-n20 {
    margin-right: -5rem !important;
}

.me-n24 {
    margin-right: -6rem !important;
}

.me-n32 {
    margin-right: -8rem !important;
}

.me-n40 {
    margin-right: -10rem !important;
}

.me-n48 {
    margin-right: -12rem !important;
}

.me-n56 {
    margin-right: -14rem !important;
}

.me-n64 {
    margin-right: -16rem !important;
}

.mb-npx {
    margin-bottom: -1px !important;
}

.mb-n0 {
    margin-bottom: 0 !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mb-n3 {
    margin-bottom: -0.75rem !important;
}

.mb-n4 {
    margin-bottom: -1rem !important;
}

.mb-n5 {
    margin-bottom: -1.25rem !important;
}

.mb-n6 {
    margin-bottom: -1.5rem !important;
}

.mb-n7 {
    margin-bottom: -1.75rem !important;
}

.mb-n8 {
    margin-bottom: -2rem !important;
}

.mb-n10 {
    margin-bottom: -2.5rem !important;
}

.mb-n12 {
    margin-bottom: -3rem !important;
}

.mb-n16 {
    margin-bottom: -4rem !important;
}

.mb-n20 {
    margin-bottom: -5rem !important;
}

.mb-n24 {
    margin-bottom: -6rem !important;
}

.mb-n32 {
    margin-bottom: -8rem !important;
}

.mb-n40 {
    margin-bottom: -10rem !important;
}

.mb-n48 {
    margin-bottom: -12rem !important;
}

.mb-n56 {
    margin-bottom: -14rem !important;
}

.mb-n64 {
    margin-bottom: -16rem !important;
}

.ms-npx {
    margin-left: -1px !important;
}

.ms-n0 {
    margin-left: 0 !important;
}

.ms-n1 {
    margin-left: -0.25rem !important;
}

.ms-n2 {
    margin-left: -0.5rem !important;
}

.ms-n3 {
    margin-left: -0.75rem !important;
}

.ms-n4 {
    margin-left: -1rem !important;
}

.ms-n5 {
    margin-left: -1.25rem !important;
}

.ms-n6 {
    margin-left: -1.5rem !important;
}

.ms-n7 {
    margin-left: -1.75rem !important;
}

.ms-n8 {
    margin-left: -2rem !important;
}

.ms-n10 {
    margin-left: -2.5rem !important;
}

.ms-n12 {
    margin-left: -3rem !important;
}

.ms-n16 {
    margin-left: -4rem !important;
}

.ms-n20 {
    margin-left: -5rem !important;
}

.ms-n24 {
    margin-left: -6rem !important;
}

.ms-n32 {
    margin-left: -8rem !important;
}

.ms-n40 {
    margin-left: -10rem !important;
}

.ms-n48 {
    margin-left: -12rem !important;
}

.ms-n56 {
    margin-left: -14rem !important;
}

.ms-n64 {
    margin-left: -16rem !important;
}

.p-px {
    padding: 1px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 0.75rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.p-5 {
    padding: 1.25rem !important;
}

.p-6 {
    padding: 1.5rem !important;
}

.p-7 {
    padding: 1.75rem !important;
}

.p-8 {
    padding: 2rem !important;
}

.p-10 {
    padding: 2.5rem !important;
}

.p-12 {
    padding: 3rem !important;
}

.p-16 {
    padding: 4rem !important;
}

.p-20 {
    padding: 5rem !important;
}

.p-24 {
    padding: 6rem !important;
}

.p-32 {
    padding: 8rem !important;
}

.p-40 {
    padding: 10rem !important;
}

.p-48 {
    padding: 12rem !important;
}

.p-56 {
    padding: 14rem !important;
}

.p-64 {
    padding: 16rem !important;
}

.px-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}

.px-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}

.px-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
}

.px-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.px-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

.px-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.px-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.px-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.px-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.px-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
}

.px-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
}

.px-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
}

.px-56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
}

.px-64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
}

.py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}

.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
}

.py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
}

.py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
}

.pt-px {
    padding-top: 1px !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: 0.75rem !important;
}

.pt-4 {
    padding-top: 1rem !important;
}

.pt-5 {
    padding-top: 1.25rem !important;
}

.pt-6 {
    padding-top: 1.5rem !important;
}

.pt-7 {
    padding-top: 1.75rem !important;
}

.pt-8 {
    padding-top: 2rem !important;
}

.pt-10 {
    padding-top: 2.5rem !important;
}

.pt-12 {
    padding-top: 3rem !important;
}

.pt-16 {
    padding-top: 4rem !important;
}

.pt-20 {
    padding-top: 5rem !important;
}

.pt-24 {
    padding-top: 6rem !important;
}

.pt-32 {
    padding-top: 8rem !important;
}

.pt-40 {
    padding-top: 10rem !important;
}

.pt-48 {
    padding-top: 12rem !important;
}

.pt-56 {
    padding-top: 14rem !important;
}

.pt-64 {
    padding-top: 16rem !important;
}

.pe-px {
    padding-right: 1px !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: 0.75rem !important;
}

.pe-4 {
    padding-right: 1rem !important;
}

.pe-5 {
    padding-right: 1.25rem !important;
}

.pe-6 {
    padding-right: 1.5rem !important;
}

.pe-7 {
    padding-right: 1.75rem !important;
}

.pe-8 {
    padding-right: 2rem !important;
}

.pe-10 {
    padding-right: 2.5rem !important;
}

.pe-12 {
    padding-right: 3rem !important;
}

.pe-16 {
    padding-right: 4rem !important;
}

.pe-20 {
    padding-right: 5rem !important;
}

.pe-24 {
    padding-right: 6rem !important;
}

.pe-32 {
    padding-right: 8rem !important;
}

.pe-40 {
    padding-right: 10rem !important;
}

.pe-48 {
    padding-right: 12rem !important;
}

.pe-56 {
    padding-right: 14rem !important;
}

.pe-64 {
    padding-right: 16rem !important;
}

.pb-px {
    padding-bottom: 1px !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: 0.75rem !important;
}

.pb-4 {
    padding-bottom: 1rem !important;
}

.pb-5 {
    padding-bottom: 1.25rem !important;
}

.pb-6 {
    padding-bottom: 1.5rem !important;
}

.pb-7 {
    padding-bottom: 1.75rem !important;
}

.pb-8 {
    padding-bottom: 2rem !important;
}

.pb-10 {
    padding-bottom: 2.5rem !important;
}

.pb-12 {
    padding-bottom: 3rem !important;
}

.pb-16 {
    padding-bottom: 4rem !important;
}

.pb-20 {
    padding-bottom: 5rem !important;
}

.pb-24 {
    padding-bottom: 6rem !important;
}

.pb-32 {
    padding-bottom: 8rem !important;
}

.pb-40 {
    padding-bottom: 10rem !important;
}

.pb-48 {
    padding-bottom: 12rem !important;
}

.pb-56 {
    padding-bottom: 14rem !important;
}

.pb-64 {
    padding-bottom: 16rem !important;
}

.ps-px {
    padding-left: 1px !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: 0.75rem !important;
}

.ps-4 {
    padding-left: 1rem !important;
}

.ps-5 {
    padding-left: 1.25rem !important;
}

.ps-6 {
    padding-left: 1.5rem !important;
}

.ps-7 {
    padding-left: 1.75rem !important;
}

.ps-8 {
    padding-left: 2rem !important;
}

.ps-10 {
    padding-left: 2.5rem !important;
}

.ps-12 {
    padding-left: 3rem !important;
}

.ps-16 {
    padding-left: 4rem !important;
}

.ps-20 {
    padding-left: 5rem !important;
}

.ps-24 {
    padding-left: 6rem !important;
}

.ps-32 {
    padding-left: 8rem !important;
}

.ps-40 {
    padding-left: 10rem !important;
}

.ps-48 {
    padding-left: 12rem !important;
}

.ps-56 {
    padding-left: 14rem !important;
}

.ps-64 {
    padding-left: 16rem !important;
}

.gap-px {
    gap: 1px !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 0.75rem !important;
}

.gap-4 {
    gap: 1rem !important;
}

.gap-5 {
    gap: 1.25rem !important;
}

.gap-6 {
    gap: 1.5rem !important;
}

.gap-7 {
    gap: 1.75rem !important;
}

.gap-8 {
    gap: 2rem !important;
}

.gap-10 {
    gap: 2.5rem !important;
}

.gap-12 {
    gap: 3rem !important;
}

.gap-16 {
    gap: 4rem !important;
}

.gap-20 {
    gap: 5rem !important;
}

.gap-24 {
    gap: 6rem !important;
}

.gap-32 {
    gap: 8rem !important;
}

.gap-40 {
    gap: 10rem !important;
}

.gap-48 {
    gap: 12rem !important;
}

.gap-56 {
    gap: 14rem !important;
}

.gap-64 {
    gap: 16rem !important;
}

.font-monospace {
    font-family: var(--statu-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.text-primary {
    --statu-text-opacity: 1;
    color: rgba(var(--statu-primary-rgb), var(--statu-text-opacity)) !important;
}

.text-secondary {
    --statu-text-opacity: 1;
    color: rgba(var(--statu-secondary-rgb), var(--statu-text-opacity)) !important;
}

.text-success {
    --statu-text-opacity: 1;
    color: rgba(var(--statu-success-rgb), var(--statu-text-opacity)) !important;
}

.text-green {
    --statu-text-opacity: 1;
    color: rgba(var(--statu-green-rgb), var(--statu-text-opacity)) !important;
}

.text-warning {
    --statu-text-opacity: 1;
    color: rgba(var(--statu-warning-rgb), var(--statu-text-opacity)) !important;
}

.text-orange {
    --statu-text-opacity: 1;
    color: rgba(var(--statu-orange-rgb), var(--statu-text-opacity)) !important;
}

.text-yellow {
    --statu-text-opacity: 1;
    color: rgba(var(--statu-yellow-rgb), var(--statu-text-opacity)) !important;
}

.text-blue {
    color: rgba(var(--statu-blue-rgb), var(--statu-text-opacity)) !important;
}

.text-blue,
.text-pink {
    --statu-text-opacity: 1;
}

.text-pink {
    color: rgba(var(--statu-pink-rgb), var(--statu-text-opacity)) !important;
}

.text-aqua {
    --statu-text-opacity: 1;
    color: rgba(var(--statu-aqua-rgb), var(--statu-text-opacity)) !important;
}

.text-light {
    --statu-text-opacity: 1;
    color: rgba(var(--statu-light-rgb), var(--statu-text-opacity)) !important;
}

.text-text {
    --statu-text-opacity: 1;
    color: rgba(var(--statu-text-rgb), var(--statu-text-opacity)) !important;
}

.text-white {
    --statu-text-opacity: 1;
    color: rgba(var(--statu-white-rgb), var(--statu-text-opacity)) !important;
}

.text-black {
    --statu-text-opacity: 1;
    color: rgba(var(--statu-black-rgb), var(--statu-text-opacity)) !important;
}

.text-body {
    --statu-text-opacity: 1;
    color: rgba(var(--statu-body-color-rgb), var(--statu-text-opacity)) !important;
}

.text-muted {
    --statu-text-opacity: 1;
    color: #6c757d !important;
}

.text-black-50 {
    --statu-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --statu-text-opacity: 1;
    color: hsla(0, 0%, 100%, 0.5) !important;
}

.text-reset {
    --statu-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --statu-text-opacity: 0.25;
}

.text-opacity-50 {
    --statu-text-opacity: 0.5;
}

.text-opacity-75 {
    --statu-text-opacity: 0.75;
}

.text-opacity-100 {
    --statu-text-opacity: 1;
}

.bg-primary {
    --statu-bg-opacity: 1;
    background-color: rgba(var(--statu-primary-rgb), var(--statu-bg-opacity)) !important;
}

.bg-secondary {
    --statu-bg-opacity: 1;
    background-color: rgba(var(--statu-secondary-rgb), var(--statu-bg-opacity)) !important;
}

.bg-success {
    --statu-bg-opacity: 1;
    background-color: rgba(var(--statu-success-rgb), var(--statu-bg-opacity)) !important;
}

.bg-green {
    --statu-bg-opacity: 1;
    background-color: rgba(var(--statu-green-rgb), var(--statu-bg-opacity)) !important;
}

.bg-warning {
    --statu-bg-opacity: 1;
    background-color: rgba(var(--statu-warning-rgb), var(--statu-bg-opacity)) !important;
}

.bg-orange {
    --statu-bg-opacity: 1;
    background-color: rgba(var(--statu-orange-rgb), var(--statu-bg-opacity)) !important;
}

.bg-yellow {
    background-color: rgba(var(--statu-yellow-rgb), var(--statu-bg-opacity)) !important;
}

.bg-blue,
.bg-yellow {
    --statu-bg-opacity: 1;
}

.bg-blue {
    background-color: rgba(var(--statu-blue-rgb), var(--statu-bg-opacity)) !important;
}

.bg-pink {
    background-color: rgba(var(--statu-pink-rgb), var(--statu-bg-opacity)) !important;
}

.bg-aqua,
.bg-pink {
    --statu-bg-opacity: 1;
}

.bg-aqua {
    background-color: rgba(var(--statu-aqua-rgb), var(--statu-bg-opacity)) !important;
}

.bg-light {
    background-color: rgba(var(--statu-light-rgb), var(--statu-bg-opacity)) !important;
}

.bg-light,
.bg-text {
    --statu-bg-opacity: 1;
}

.bg-text {
    background-color: rgba(var(--statu-text-rgb), var(--statu-bg-opacity)) !important;
}

.bg-white {
    background-color: rgba(var(--statu-white-rgb), var(--statu-bg-opacity)) !important;
}

.bg-black,
.bg-white {
    --statu-bg-opacity: 1;
}

.bg-black {
    background-color: rgba(var(--statu-black-rgb), var(--statu-bg-opacity)) !important;
}

.bg-body {
    --statu-bg-opacity: 1;
    background-color: rgba(var(--statu-body-bg-rgb), var(--statu-bg-opacity)) !important;
}

.bg-transparent {
    --statu-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-opacity-10 {
    --statu-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --statu-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --statu-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --statu-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --statu-bg-opacity: 1;
}

.bg-gradient {
    background-image: var(--statu-gradient) !important;
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: var(--statu-border-radius) !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: var(--statu-border-radius-sm) !important;
}

.rounded-2 {
    border-radius: var(--statu-border-radius) !important;
}

.rounded-3 {
    border-radius: var(--statu-border-radius-lg) !important;
}

.rounded-4 {
    border-radius: var(--statu-border-radius-xl) !important;
}

.rounded-5 {
    border-radius: var(--statu-border-radius-2xl) !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: var(--statu-border-radius-pill) !important;
}

.rounded-top {
    border-top-left-radius: var(--statu-border-radius) !important;
}

.rounded-end,
.rounded-top {
    border-top-right-radius: var(--statu-border-radius) !important;
}

.rounded-bottom,
.rounded-end {
    border-bottom-right-radius: var(--statu-border-radius) !important;
}

.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: var(--statu-border-radius) !important;
}

.rounded-start {
    border-top-left-radius: var(--statu-border-radius) !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-sm-px {
        margin: 1px !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 0.75rem !important;
    }

    .m-sm-4 {
        margin: 1rem !important;
    }

    .m-sm-5 {
        margin: 1.25rem !important;
    }

    .m-sm-6 {
        margin: 1.5rem !important;
    }

    .m-sm-7 {
        margin: 1.75rem !important;
    }

    .m-sm-8 {
        margin: 2rem !important;
    }

    .m-sm-10 {
        margin: 2.5rem !important;
    }

    .m-sm-12 {
        margin: 3rem !important;
    }

    .m-sm-16 {
        margin: 4rem !important;
    }

    .m-sm-20 {
        margin: 5rem !important;
    }

    .m-sm-24 {
        margin: 6rem !important;
    }

    .m-sm-32 {
        margin: 8rem !important;
    }

    .m-sm-40 {
        margin: 10rem !important;
    }

    .m-sm-48 {
        margin: 12rem !important;
    }

    .m-sm-56 {
        margin: 14rem !important;
    }

    .m-sm-64 {
        margin: 16rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-px {
        margin-right: 1px !important;
        margin-left: 1px !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }

    .mx-sm-4 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-5 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }

    .mx-sm-6 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-7 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }

    .mx-sm-8 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-sm-10 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-sm-12 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-16 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-sm-20 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-sm-24 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-sm-32 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-sm-40 {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .mx-sm-48 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }

    .mx-sm-56 {
        margin-right: 14rem !important;
        margin-left: 14rem !important;
    }

    .mx-sm-64 {
        margin-right: 16rem !important;
        margin-left: 16rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-sm-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-sm-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-sm-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-sm-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-sm-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-sm-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-sm-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-sm-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-sm-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .my-sm-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .my-sm-56 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .my-sm-64 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-px {
        margin-top: 1px !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 0.75rem !important;
    }

    .mt-sm-4 {
        margin-top: 1rem !important;
    }

    .mt-sm-5 {
        margin-top: 1.25rem !important;
    }

    .mt-sm-6 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-7 {
        margin-top: 1.75rem !important;
    }

    .mt-sm-8 {
        margin-top: 2rem !important;
    }

    .mt-sm-10 {
        margin-top: 2.5rem !important;
    }

    .mt-sm-12 {
        margin-top: 3rem !important;
    }

    .mt-sm-16 {
        margin-top: 4rem !important;
    }

    .mt-sm-20 {
        margin-top: 5rem !important;
    }

    .mt-sm-24 {
        margin-top: 6rem !important;
    }

    .mt-sm-32 {
        margin-top: 8rem !important;
    }

    .mt-sm-40 {
        margin-top: 10rem !important;
    }

    .mt-sm-48 {
        margin-top: 12rem !important;
    }

    .mt-sm-56 {
        margin-top: 14rem !important;
    }

    .mt-sm-64 {
        margin-top: 16rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-px {
        margin-right: 1px !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 0.75rem !important;
    }

    .me-sm-4 {
        margin-right: 1rem !important;
    }

    .me-sm-5 {
        margin-right: 1.25rem !important;
    }

    .me-sm-6 {
        margin-right: 1.5rem !important;
    }

    .me-sm-7 {
        margin-right: 1.75rem !important;
    }

    .me-sm-8 {
        margin-right: 2rem !important;
    }

    .me-sm-10 {
        margin-right: 2.5rem !important;
    }

    .me-sm-12 {
        margin-right: 3rem !important;
    }

    .me-sm-16 {
        margin-right: 4rem !important;
    }

    .me-sm-20 {
        margin-right: 5rem !important;
    }

    .me-sm-24 {
        margin-right: 6rem !important;
    }

    .me-sm-32 {
        margin-right: 8rem !important;
    }

    .me-sm-40 {
        margin-right: 10rem !important;
    }

    .me-sm-48 {
        margin-right: 12rem !important;
    }

    .me-sm-56 {
        margin-right: 14rem !important;
    }

    .me-sm-64 {
        margin-right: 16rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-px {
        margin-bottom: 1px !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 0.75rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 1.25rem !important;
    }

    .mb-sm-6 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-7 {
        margin-bottom: 1.75rem !important;
    }

    .mb-sm-8 {
        margin-bottom: 2rem !important;
    }

    .mb-sm-10 {
        margin-bottom: 2.5rem !important;
    }

    .mb-sm-12 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-16 {
        margin-bottom: 4rem !important;
    }

    .mb-sm-20 {
        margin-bottom: 5rem !important;
    }

    .mb-sm-24 {
        margin-bottom: 6rem !important;
    }

    .mb-sm-32 {
        margin-bottom: 8rem !important;
    }

    .mb-sm-40 {
        margin-bottom: 10rem !important;
    }

    .mb-sm-48 {
        margin-bottom: 12rem !important;
    }

    .mb-sm-56 {
        margin-bottom: 14rem !important;
    }

    .mb-sm-64 {
        margin-bottom: 16rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-px {
        margin-left: 1px !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 0.75rem !important;
    }

    .ms-sm-4 {
        margin-left: 1rem !important;
    }

    .ms-sm-5 {
        margin-left: 1.25rem !important;
    }

    .ms-sm-6 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-7 {
        margin-left: 1.75rem !important;
    }

    .ms-sm-8 {
        margin-left: 2rem !important;
    }

    .ms-sm-10 {
        margin-left: 2.5rem !important;
    }

    .ms-sm-12 {
        margin-left: 3rem !important;
    }

    .ms-sm-16 {
        margin-left: 4rem !important;
    }

    .ms-sm-20 {
        margin-left: 5rem !important;
    }

    .ms-sm-24 {
        margin-left: 6rem !important;
    }

    .ms-sm-32 {
        margin-left: 8rem !important;
    }

    .ms-sm-40 {
        margin-left: 10rem !important;
    }

    .ms-sm-48 {
        margin-left: 12rem !important;
    }

    .ms-sm-56 {
        margin-left: 14rem !important;
    }

    .ms-sm-64 {
        margin-left: 16rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .m-sm-npx {
        margin: -1px !important;
    }

    .m-sm-n0 {
        margin: 0 !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -0.75rem !important;
    }

    .m-sm-n4 {
        margin: -1rem !important;
    }

    .m-sm-n5 {
        margin: -1.25rem !important;
    }

    .m-sm-n6 {
        margin: -1.5rem !important;
    }

    .m-sm-n7 {
        margin: -1.75rem !important;
    }

    .m-sm-n8 {
        margin: -2rem !important;
    }

    .m-sm-n10 {
        margin: -2.5rem !important;
    }

    .m-sm-n12 {
        margin: -3rem !important;
    }

    .m-sm-n16 {
        margin: -4rem !important;
    }

    .m-sm-n20 {
        margin: -5rem !important;
    }

    .m-sm-n24 {
        margin: -6rem !important;
    }

    .m-sm-n32 {
        margin: -8rem !important;
    }

    .m-sm-n40 {
        margin: -10rem !important;
    }

    .m-sm-n48 {
        margin: -12rem !important;
    }

    .m-sm-n56 {
        margin: -14rem !important;
    }

    .m-sm-n64 {
        margin: -16rem !important;
    }

    .mx-sm-npx {
        margin-right: -1px !important;
        margin-left: -1px !important;
    }

    .mx-sm-n0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-sm-n3 {
        margin-right: -0.75rem !important;
        margin-left: -0.75rem !important;
    }

    .mx-sm-n4 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-sm-n5 {
        margin-right: -1.25rem !important;
        margin-left: -1.25rem !important;
    }

    .mx-sm-n6 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-sm-n7 {
        margin-right: -1.75rem !important;
        margin-left: -1.75rem !important;
    }

    .mx-sm-n8 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }

    .mx-sm-n10 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }

    .mx-sm-n12 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-sm-n16 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }

    .mx-sm-n20 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }

    .mx-sm-n24 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }

    .mx-sm-n32 {
        margin-right: -8rem !important;
        margin-left: -8rem !important;
    }

    .mx-sm-n40 {
        margin-right: -10rem !important;
        margin-left: -10rem !important;
    }

    .mx-sm-n48 {
        margin-right: -12rem !important;
        margin-left: -12rem !important;
    }

    .mx-sm-n56 {
        margin-right: -14rem !important;
        margin-left: -14rem !important;
    }

    .mx-sm-n64 {
        margin-right: -16rem !important;
        margin-left: -16rem !important;
    }

    .my-sm-npx {
        margin-top: -1px !important;
        margin-bottom: -1px !important;
    }

    .my-sm-n0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-sm-n3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }

    .my-sm-n4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-sm-n5 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important;
    }

    .my-sm-n6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-sm-n7 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }

    .my-sm-n8 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }

    .my-sm-n10 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-sm-n12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-sm-n16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-sm-n20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }

    .my-sm-n24 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .my-sm-n32 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !important;
    }

    .my-sm-n40 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important;
    }

    .my-sm-n48 {
        margin-top: -12rem !important;
        margin-bottom: -12rem !important;
    }

    .my-sm-n56 {
        margin-top: -14rem !important;
        margin-bottom: -14rem !important;
    }

    .my-sm-n64 {
        margin-top: -16rem !important;
        margin-bottom: -16rem !important;
    }

    .mt-sm-npx {
        margin-top: -1px !important;
    }

    .mt-sm-n0 {
        margin-top: 0 !important;
    }

    .mt-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-sm-n3 {
        margin-top: -0.75rem !important;
    }

    .mt-sm-n4 {
        margin-top: -1rem !important;
    }

    .mt-sm-n5 {
        margin-top: -1.25rem !important;
    }

    .mt-sm-n6 {
        margin-top: -1.5rem !important;
    }

    .mt-sm-n7 {
        margin-top: -1.75rem !important;
    }

    .mt-sm-n8 {
        margin-top: -2rem !important;
    }

    .mt-sm-n10 {
        margin-top: -2.5rem !important;
    }

    .mt-sm-n12 {
        margin-top: -3rem !important;
    }

    .mt-sm-n16 {
        margin-top: -4rem !important;
    }

    .mt-sm-n20 {
        margin-top: -5rem !important;
    }

    .mt-sm-n24 {
        margin-top: -6rem !important;
    }

    .mt-sm-n32 {
        margin-top: -8rem !important;
    }

    .mt-sm-n40 {
        margin-top: -10rem !important;
    }

    .mt-sm-n48 {
        margin-top: -12rem !important;
    }

    .mt-sm-n56 {
        margin-top: -14rem !important;
    }

    .mt-sm-n64 {
        margin-top: -16rem !important;
    }

    .me-sm-npx {
        margin-right: -1px !important;
    }

    .me-sm-n0 {
        margin-right: 0 !important;
    }

    .me-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .me-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .me-sm-n3 {
        margin-right: -0.75rem !important;
    }

    .me-sm-n4 {
        margin-right: -1rem !important;
    }

    .me-sm-n5 {
        margin-right: -1.25rem !important;
    }

    .me-sm-n6 {
        margin-right: -1.5rem !important;
    }

    .me-sm-n7 {
        margin-right: -1.75rem !important;
    }

    .me-sm-n8 {
        margin-right: -2rem !important;
    }

    .me-sm-n10 {
        margin-right: -2.5rem !important;
    }

    .me-sm-n12 {
        margin-right: -3rem !important;
    }

    .me-sm-n16 {
        margin-right: -4rem !important;
    }

    .me-sm-n20 {
        margin-right: -5rem !important;
    }

    .me-sm-n24 {
        margin-right: -6rem !important;
    }

    .me-sm-n32 {
        margin-right: -8rem !important;
    }

    .me-sm-n40 {
        margin-right: -10rem !important;
    }

    .me-sm-n48 {
        margin-right: -12rem !important;
    }

    .me-sm-n56 {
        margin-right: -14rem !important;
    }

    .me-sm-n64 {
        margin-right: -16rem !important;
    }

    .mb-sm-npx {
        margin-bottom: -1px !important;
    }

    .mb-sm-n0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-sm-n3 {
        margin-bottom: -0.75rem !important;
    }

    .mb-sm-n4 {
        margin-bottom: -1rem !important;
    }

    .mb-sm-n5 {
        margin-bottom: -1.25rem !important;
    }

    .mb-sm-n6 {
        margin-bottom: -1.5rem !important;
    }

    .mb-sm-n7 {
        margin-bottom: -1.75rem !important;
    }

    .mb-sm-n8 {
        margin-bottom: -2rem !important;
    }

    .mb-sm-n10 {
        margin-bottom: -2.5rem !important;
    }

    .mb-sm-n12 {
        margin-bottom: -3rem !important;
    }

    .mb-sm-n16 {
        margin-bottom: -4rem !important;
    }

    .mb-sm-n20 {
        margin-bottom: -5rem !important;
    }

    .mb-sm-n24 {
        margin-bottom: -6rem !important;
    }

    .mb-sm-n32 {
        margin-bottom: -8rem !important;
    }

    .mb-sm-n40 {
        margin-bottom: -10rem !important;
    }

    .mb-sm-n48 {
        margin-bottom: -12rem !important;
    }

    .mb-sm-n56 {
        margin-bottom: -14rem !important;
    }

    .mb-sm-n64 {
        margin-bottom: -16rem !important;
    }

    .ms-sm-npx {
        margin-left: -1px !important;
    }

    .ms-sm-n0 {
        margin-left: 0 !important;
    }

    .ms-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-sm-n3 {
        margin-left: -0.75rem !important;
    }

    .ms-sm-n4 {
        margin-left: -1rem !important;
    }

    .ms-sm-n5 {
        margin-left: -1.25rem !important;
    }

    .ms-sm-n6 {
        margin-left: -1.5rem !important;
    }

    .ms-sm-n7 {
        margin-left: -1.75rem !important;
    }

    .ms-sm-n8 {
        margin-left: -2rem !important;
    }

    .ms-sm-n10 {
        margin-left: -2.5rem !important;
    }

    .ms-sm-n12 {
        margin-left: -3rem !important;
    }

    .ms-sm-n16 {
        margin-left: -4rem !important;
    }

    .ms-sm-n20 {
        margin-left: -5rem !important;
    }

    .ms-sm-n24 {
        margin-left: -6rem !important;
    }

    .ms-sm-n32 {
        margin-left: -8rem !important;
    }

    .ms-sm-n40 {
        margin-left: -10rem !important;
    }

    .ms-sm-n48 {
        margin-left: -12rem !important;
    }

    .ms-sm-n56 {
        margin-left: -14rem !important;
    }

    .ms-sm-n64 {
        margin-left: -16rem !important;
    }

    .p-sm-px {
        padding: 1px !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 0.75rem !important;
    }

    .p-sm-4 {
        padding: 1rem !important;
    }

    .p-sm-5 {
        padding: 1.25rem !important;
    }

    .p-sm-6 {
        padding: 1.5rem !important;
    }

    .p-sm-7 {
        padding: 1.75rem !important;
    }

    .p-sm-8 {
        padding: 2rem !important;
    }

    .p-sm-10 {
        padding: 2.5rem !important;
    }

    .p-sm-12 {
        padding: 3rem !important;
    }

    .p-sm-16 {
        padding: 4rem !important;
    }

    .p-sm-20 {
        padding: 5rem !important;
    }

    .p-sm-24 {
        padding: 6rem !important;
    }

    .p-sm-32 {
        padding: 8rem !important;
    }

    .p-sm-40 {
        padding: 10rem !important;
    }

    .p-sm-48 {
        padding: 12rem !important;
    }

    .p-sm-56 {
        padding: 14rem !important;
    }

    .p-sm-64 {
        padding: 16rem !important;
    }

    .px-sm-px {
        padding-right: 1px !important;
        padding-left: 1px !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .px-sm-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-5 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .px-sm-6 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-7 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }

    .px-sm-8 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-sm-10 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-sm-12 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-sm-16 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-sm-20 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-sm-24 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-sm-32 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .px-sm-40 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .px-sm-48 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }

    .px-sm-56 {
        padding-right: 14rem !important;
        padding-left: 14rem !important;
    }

    .px-sm-64 {
        padding-right: 16rem !important;
        padding-left: 16rem !important;
    }

    .py-sm-px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-sm-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-sm-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-sm-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-sm-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-sm-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-sm-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-sm-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-sm-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-sm-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-sm-40 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .py-sm-48 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .py-sm-56 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }

    .py-sm-64 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .pt-sm-px {
        padding-top: 1px !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 0.75rem !important;
    }

    .pt-sm-4 {
        padding-top: 1rem !important;
    }

    .pt-sm-5 {
        padding-top: 1.25rem !important;
    }

    .pt-sm-6 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-7 {
        padding-top: 1.75rem !important;
    }

    .pt-sm-8 {
        padding-top: 2rem !important;
    }

    .pt-sm-10 {
        padding-top: 2.5rem !important;
    }

    .pt-sm-12 {
        padding-top: 3rem !important;
    }

    .pt-sm-16 {
        padding-top: 4rem !important;
    }

    .pt-sm-20 {
        padding-top: 5rem !important;
    }

    .pt-sm-24 {
        padding-top: 6rem !important;
    }

    .pt-sm-32 {
        padding-top: 8rem !important;
    }

    .pt-sm-40 {
        padding-top: 10rem !important;
    }

    .pt-sm-48 {
        padding-top: 12rem !important;
    }

    .pt-sm-56 {
        padding-top: 14rem !important;
    }

    .pt-sm-64 {
        padding-top: 16rem !important;
    }

    .pe-sm-px {
        padding-right: 1px !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 0.75rem !important;
    }

    .pe-sm-4 {
        padding-right: 1rem !important;
    }

    .pe-sm-5 {
        padding-right: 1.25rem !important;
    }

    .pe-sm-6 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-7 {
        padding-right: 1.75rem !important;
    }

    .pe-sm-8 {
        padding-right: 2rem !important;
    }

    .pe-sm-10 {
        padding-right: 2.5rem !important;
    }

    .pe-sm-12 {
        padding-right: 3rem !important;
    }

    .pe-sm-16 {
        padding-right: 4rem !important;
    }

    .pe-sm-20 {
        padding-right: 5rem !important;
    }

    .pe-sm-24 {
        padding-right: 6rem !important;
    }

    .pe-sm-32 {
        padding-right: 8rem !important;
    }

    .pe-sm-40 {
        padding-right: 10rem !important;
    }

    .pe-sm-48 {
        padding-right: 12rem !important;
    }

    .pe-sm-56 {
        padding-right: 14rem !important;
    }

    .pe-sm-64 {
        padding-right: 16rem !important;
    }

    .pb-sm-px {
        padding-bottom: 1px !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 0.75rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 1.25rem !important;
    }

    .pb-sm-6 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-7 {
        padding-bottom: 1.75rem !important;
    }

    .pb-sm-8 {
        padding-bottom: 2rem !important;
    }

    .pb-sm-10 {
        padding-bottom: 2.5rem !important;
    }

    .pb-sm-12 {
        padding-bottom: 3rem !important;
    }

    .pb-sm-16 {
        padding-bottom: 4rem !important;
    }

    .pb-sm-20 {
        padding-bottom: 5rem !important;
    }

    .pb-sm-24 {
        padding-bottom: 6rem !important;
    }

    .pb-sm-32 {
        padding-bottom: 8rem !important;
    }

    .pb-sm-40 {
        padding-bottom: 10rem !important;
    }

    .pb-sm-48 {
        padding-bottom: 12rem !important;
    }

    .pb-sm-56 {
        padding-bottom: 14rem !important;
    }

    .pb-sm-64 {
        padding-bottom: 16rem !important;
    }

    .ps-sm-px {
        padding-left: 1px !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 0.75rem !important;
    }

    .ps-sm-4 {
        padding-left: 1rem !important;
    }

    .ps-sm-5 {
        padding-left: 1.25rem !important;
    }

    .ps-sm-6 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-7 {
        padding-left: 1.75rem !important;
    }

    .ps-sm-8 {
        padding-left: 2rem !important;
    }

    .ps-sm-10 {
        padding-left: 2.5rem !important;
    }

    .ps-sm-12 {
        padding-left: 3rem !important;
    }

    .ps-sm-16 {
        padding-left: 4rem !important;
    }

    .ps-sm-20 {
        padding-left: 5rem !important;
    }

    .ps-sm-24 {
        padding-left: 6rem !important;
    }

    .ps-sm-32 {
        padding-left: 8rem !important;
    }

    .ps-sm-40 {
        padding-left: 10rem !important;
    }

    .ps-sm-48 {
        padding-left: 12rem !important;
    }

    .ps-sm-56 {
        padding-left: 14rem !important;
    }

    .ps-sm-64 {
        padding-left: 16rem !important;
    }

    .gap-sm-px {
        gap: 1px !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 0.75rem !important;
    }

    .gap-sm-4 {
        gap: 1rem !important;
    }

    .gap-sm-5 {
        gap: 1.25rem !important;
    }

    .gap-sm-6 {
        gap: 1.5rem !important;
    }

    .gap-sm-7 {
        gap: 1.75rem !important;
    }

    .gap-sm-8 {
        gap: 2rem !important;
    }

    .gap-sm-10 {
        gap: 2.5rem !important;
    }

    .gap-sm-12 {
        gap: 3rem !important;
    }

    .gap-sm-16 {
        gap: 4rem !important;
    }

    .gap-sm-20 {
        gap: 5rem !important;
    }

    .gap-sm-24 {
        gap: 6rem !important;
    }

    .gap-sm-32 {
        gap: 8rem !important;
    }

    .gap-sm-40 {
        gap: 10rem !important;
    }

    .gap-sm-48 {
        gap: 12rem !important;
    }

    .gap-sm-56 {
        gap: 14rem !important;
    }

    .gap-sm-64 {
        gap: 16rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-md-px {
        margin: 1px !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 0.75rem !important;
    }

    .m-md-4 {
        margin: 1rem !important;
    }

    .m-md-5 {
        margin: 1.25rem !important;
    }

    .m-md-6 {
        margin: 1.5rem !important;
    }

    .m-md-7 {
        margin: 1.75rem !important;
    }

    .m-md-8 {
        margin: 2rem !important;
    }

    .m-md-10 {
        margin: 2.5rem !important;
    }

    .m-md-12 {
        margin: 3rem !important;
    }

    .m-md-16 {
        margin: 4rem !important;
    }

    .m-md-20 {
        margin: 5rem !important;
    }

    .m-md-24 {
        margin: 6rem !important;
    }

    .m-md-32 {
        margin: 8rem !important;
    }

    .m-md-40 {
        margin: 10rem !important;
    }

    .m-md-48 {
        margin: 12rem !important;
    }

    .m-md-56 {
        margin: 14rem !important;
    }

    .m-md-64 {
        margin: 16rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-px {
        margin-right: 1px !important;
        margin-left: 1px !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }

    .mx-md-4 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-5 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }

    .mx-md-6 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-7 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }

    .mx-md-8 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-md-10 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-md-12 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-16 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-md-20 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-md-24 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-md-32 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-md-40 {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .mx-md-48 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }

    .mx-md-56 {
        margin-right: 14rem !important;
        margin-left: 14rem !important;
    }

    .mx-md-64 {
        margin-right: 16rem !important;
        margin-left: 16rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-md-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-md-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-md-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-md-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-md-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-md-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-md-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-md-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-md-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .my-md-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .my-md-56 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .my-md-64 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-px {
        margin-top: 1px !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 0.75rem !important;
    }

    .mt-md-4 {
        margin-top: 1rem !important;
    }

    .mt-md-5 {
        margin-top: 1.25rem !important;
    }

    .mt-md-6 {
        margin-top: 1.5rem !important;
    }

    .mt-md-7 {
        margin-top: 1.75rem !important;
    }

    .mt-md-8 {
        margin-top: 2rem !important;
    }

    .mt-md-10 {
        margin-top: 2.5rem !important;
    }

    .mt-md-12 {
        margin-top: 3rem !important;
    }

    .mt-md-16 {
        margin-top: 4rem !important;
    }

    .mt-md-20 {
        margin-top: 5rem !important;
    }

    .mt-md-24 {
        margin-top: 6rem !important;
    }

    .mt-md-32 {
        margin-top: 8rem !important;
    }

    .mt-md-40 {
        margin-top: 10rem !important;
    }

    .mt-md-48 {
        margin-top: 12rem !important;
    }

    .mt-md-56 {
        margin-top: 14rem !important;
    }

    .mt-md-64 {
        margin-top: 16rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-px {
        margin-right: 1px !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 0.75rem !important;
    }

    .me-md-4 {
        margin-right: 1rem !important;
    }

    .me-md-5 {
        margin-right: 1.25rem !important;
    }

    .me-md-6 {
        margin-right: 1.5rem !important;
    }

    .me-md-7 {
        margin-right: 1.75rem !important;
    }

    .me-md-8 {
        margin-right: 2rem !important;
    }

    .me-md-10 {
        margin-right: 2.5rem !important;
    }

    .me-md-12 {
        margin-right: 3rem !important;
    }

    .me-md-16 {
        margin-right: 4rem !important;
    }

    .me-md-20 {
        margin-right: 5rem !important;
    }

    .me-md-24 {
        margin-right: 6rem !important;
    }

    .me-md-32 {
        margin-right: 8rem !important;
    }

    .me-md-40 {
        margin-right: 10rem !important;
    }

    .me-md-48 {
        margin-right: 12rem !important;
    }

    .me-md-56 {
        margin-right: 14rem !important;
    }

    .me-md-64 {
        margin-right: 16rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-px {
        margin-bottom: 1px !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 0.75rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1rem !important;
    }

    .mb-md-5 {
        margin-bottom: 1.25rem !important;
    }

    .mb-md-6 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-7 {
        margin-bottom: 1.75rem !important;
    }

    .mb-md-8 {
        margin-bottom: 2rem !important;
    }

    .mb-md-10 {
        margin-bottom: 2.5rem !important;
    }

    .mb-md-12 {
        margin-bottom: 3rem !important;
    }

    .mb-md-16 {
        margin-bottom: 4rem !important;
    }

    .mb-md-20 {
        margin-bottom: 5rem !important;
    }

    .mb-md-24 {
        margin-bottom: 6rem !important;
    }

    .mb-md-32 {
        margin-bottom: 8rem !important;
    }

    .mb-md-40 {
        margin-bottom: 10rem !important;
    }

    .mb-md-48 {
        margin-bottom: 12rem !important;
    }

    .mb-md-56 {
        margin-bottom: 14rem !important;
    }

    .mb-md-64 {
        margin-bottom: 16rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-px {
        margin-left: 1px !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 0.75rem !important;
    }

    .ms-md-4 {
        margin-left: 1rem !important;
    }

    .ms-md-5 {
        margin-left: 1.25rem !important;
    }

    .ms-md-6 {
        margin-left: 1.5rem !important;
    }

    .ms-md-7 {
        margin-left: 1.75rem !important;
    }

    .ms-md-8 {
        margin-left: 2rem !important;
    }

    .ms-md-10 {
        margin-left: 2.5rem !important;
    }

    .ms-md-12 {
        margin-left: 3rem !important;
    }

    .ms-md-16 {
        margin-left: 4rem !important;
    }

    .ms-md-20 {
        margin-left: 5rem !important;
    }

    .ms-md-24 {
        margin-left: 6rem !important;
    }

    .ms-md-32 {
        margin-left: 8rem !important;
    }

    .ms-md-40 {
        margin-left: 10rem !important;
    }

    .ms-md-48 {
        margin-left: 12rem !important;
    }

    .ms-md-56 {
        margin-left: 14rem !important;
    }

    .ms-md-64 {
        margin-left: 16rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .m-md-npx {
        margin: -1px !important;
    }

    .m-md-n0 {
        margin: 0 !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -0.75rem !important;
    }

    .m-md-n4 {
        margin: -1rem !important;
    }

    .m-md-n5 {
        margin: -1.25rem !important;
    }

    .m-md-n6 {
        margin: -1.5rem !important;
    }

    .m-md-n7 {
        margin: -1.75rem !important;
    }

    .m-md-n8 {
        margin: -2rem !important;
    }

    .m-md-n10 {
        margin: -2.5rem !important;
    }

    .m-md-n12 {
        margin: -3rem !important;
    }

    .m-md-n16 {
        margin: -4rem !important;
    }

    .m-md-n20 {
        margin: -5rem !important;
    }

    .m-md-n24 {
        margin: -6rem !important;
    }

    .m-md-n32 {
        margin: -8rem !important;
    }

    .m-md-n40 {
        margin: -10rem !important;
    }

    .m-md-n48 {
        margin: -12rem !important;
    }

    .m-md-n56 {
        margin: -14rem !important;
    }

    .m-md-n64 {
        margin: -16rem !important;
    }

    .mx-md-npx {
        margin-right: -1px !important;
        margin-left: -1px !important;
    }

    .mx-md-n0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-md-n3 {
        margin-right: -0.75rem !important;
        margin-left: -0.75rem !important;
    }

    .mx-md-n4 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-md-n5 {
        margin-right: -1.25rem !important;
        margin-left: -1.25rem !important;
    }

    .mx-md-n6 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-md-n7 {
        margin-right: -1.75rem !important;
        margin-left: -1.75rem !important;
    }

    .mx-md-n8 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }

    .mx-md-n10 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }

    .mx-md-n12 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-md-n16 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }

    .mx-md-n20 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }

    .mx-md-n24 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }

    .mx-md-n32 {
        margin-right: -8rem !important;
        margin-left: -8rem !important;
    }

    .mx-md-n40 {
        margin-right: -10rem !important;
        margin-left: -10rem !important;
    }

    .mx-md-n48 {
        margin-right: -12rem !important;
        margin-left: -12rem !important;
    }

    .mx-md-n56 {
        margin-right: -14rem !important;
        margin-left: -14rem !important;
    }

    .mx-md-n64 {
        margin-right: -16rem !important;
        margin-left: -16rem !important;
    }

    .my-md-npx {
        margin-top: -1px !important;
        margin-bottom: -1px !important;
    }

    .my-md-n0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-md-n3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }

    .my-md-n4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-md-n5 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important;
    }

    .my-md-n6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-md-n7 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }

    .my-md-n8 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }

    .my-md-n10 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-md-n12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-md-n16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-md-n20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }

    .my-md-n24 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .my-md-n32 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !important;
    }

    .my-md-n40 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important;
    }

    .my-md-n48 {
        margin-top: -12rem !important;
        margin-bottom: -12rem !important;
    }

    .my-md-n56 {
        margin-top: -14rem !important;
        margin-bottom: -14rem !important;
    }

    .my-md-n64 {
        margin-top: -16rem !important;
        margin-bottom: -16rem !important;
    }

    .mt-md-npx {
        margin-top: -1px !important;
    }

    .mt-md-n0 {
        margin-top: 0 !important;
    }

    .mt-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-md-n3 {
        margin-top: -0.75rem !important;
    }

    .mt-md-n4 {
        margin-top: -1rem !important;
    }

    .mt-md-n5 {
        margin-top: -1.25rem !important;
    }

    .mt-md-n6 {
        margin-top: -1.5rem !important;
    }

    .mt-md-n7 {
        margin-top: -1.75rem !important;
    }

    .mt-md-n8 {
        margin-top: -2rem !important;
    }

    .mt-md-n10 {
        margin-top: -2.5rem !important;
    }

    .mt-md-n12 {
        margin-top: -3rem !important;
    }

    .mt-md-n16 {
        margin-top: -4rem !important;
    }

    .mt-md-n20 {
        margin-top: -5rem !important;
    }

    .mt-md-n24 {
        margin-top: -6rem !important;
    }

    .mt-md-n32 {
        margin-top: -8rem !important;
    }

    .mt-md-n40 {
        margin-top: -10rem !important;
    }

    .mt-md-n48 {
        margin-top: -12rem !important;
    }

    .mt-md-n56 {
        margin-top: -14rem !important;
    }

    .mt-md-n64 {
        margin-top: -16rem !important;
    }

    .me-md-npx {
        margin-right: -1px !important;
    }

    .me-md-n0 {
        margin-right: 0 !important;
    }

    .me-md-n1 {
        margin-right: -0.25rem !important;
    }

    .me-md-n2 {
        margin-right: -0.5rem !important;
    }

    .me-md-n3 {
        margin-right: -0.75rem !important;
    }

    .me-md-n4 {
        margin-right: -1rem !important;
    }

    .me-md-n5 {
        margin-right: -1.25rem !important;
    }

    .me-md-n6 {
        margin-right: -1.5rem !important;
    }

    .me-md-n7 {
        margin-right: -1.75rem !important;
    }

    .me-md-n8 {
        margin-right: -2rem !important;
    }

    .me-md-n10 {
        margin-right: -2.5rem !important;
    }

    .me-md-n12 {
        margin-right: -3rem !important;
    }

    .me-md-n16 {
        margin-right: -4rem !important;
    }

    .me-md-n20 {
        margin-right: -5rem !important;
    }

    .me-md-n24 {
        margin-right: -6rem !important;
    }

    .me-md-n32 {
        margin-right: -8rem !important;
    }

    .me-md-n40 {
        margin-right: -10rem !important;
    }

    .me-md-n48 {
        margin-right: -12rem !important;
    }

    .me-md-n56 {
        margin-right: -14rem !important;
    }

    .me-md-n64 {
        margin-right: -16rem !important;
    }

    .mb-md-npx {
        margin-bottom: -1px !important;
    }

    .mb-md-n0 {
        margin-bottom: 0 !important;
    }

    .mb-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-md-n3 {
        margin-bottom: -0.75rem !important;
    }

    .mb-md-n4 {
        margin-bottom: -1rem !important;
    }

    .mb-md-n5 {
        margin-bottom: -1.25rem !important;
    }

    .mb-md-n6 {
        margin-bottom: -1.5rem !important;
    }

    .mb-md-n7 {
        margin-bottom: -1.75rem !important;
    }

    .mb-md-n8 {
        margin-bottom: -2rem !important;
    }

    .mb-md-n10 {
        margin-bottom: -2.5rem !important;
    }

    .mb-md-n12 {
        margin-bottom: -3rem !important;
    }

    .mb-md-n16 {
        margin-bottom: -4rem !important;
    }

    .mb-md-n20 {
        margin-bottom: -5rem !important;
    }

    .mb-md-n24 {
        margin-bottom: -6rem !important;
    }

    .mb-md-n32 {
        margin-bottom: -8rem !important;
    }

    .mb-md-n40 {
        margin-bottom: -10rem !important;
    }

    .mb-md-n48 {
        margin-bottom: -12rem !important;
    }

    .mb-md-n56 {
        margin-bottom: -14rem !important;
    }

    .mb-md-n64 {
        margin-bottom: -16rem !important;
    }

    .ms-md-npx {
        margin-left: -1px !important;
    }

    .ms-md-n0 {
        margin-left: 0 !important;
    }

    .ms-md-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-md-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-md-n3 {
        margin-left: -0.75rem !important;
    }

    .ms-md-n4 {
        margin-left: -1rem !important;
    }

    .ms-md-n5 {
        margin-left: -1.25rem !important;
    }

    .ms-md-n6 {
        margin-left: -1.5rem !important;
    }

    .ms-md-n7 {
        margin-left: -1.75rem !important;
    }

    .ms-md-n8 {
        margin-left: -2rem !important;
    }

    .ms-md-n10 {
        margin-left: -2.5rem !important;
    }

    .ms-md-n12 {
        margin-left: -3rem !important;
    }

    .ms-md-n16 {
        margin-left: -4rem !important;
    }

    .ms-md-n20 {
        margin-left: -5rem !important;
    }

    .ms-md-n24 {
        margin-left: -6rem !important;
    }

    .ms-md-n32 {
        margin-left: -8rem !important;
    }

    .ms-md-n40 {
        margin-left: -10rem !important;
    }

    .ms-md-n48 {
        margin-left: -12rem !important;
    }

    .ms-md-n56 {
        margin-left: -14rem !important;
    }

    .ms-md-n64 {
        margin-left: -16rem !important;
    }

    .p-md-px {
        padding: 1px !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 0.75rem !important;
    }

    .p-md-4 {
        padding: 1rem !important;
    }

    .p-md-5 {
        padding: 1.25rem !important;
    }

    .p-md-6 {
        padding: 1.5rem !important;
    }

    .p-md-7 {
        padding: 1.75rem !important;
    }

    .p-md-8 {
        padding: 2rem !important;
    }

    .p-md-10 {
        padding: 2.5rem !important;
    }

    .p-md-12 {
        padding: 3rem !important;
    }

    .p-md-16 {
        padding: 4rem !important;
    }

    .p-md-20 {
        padding: 5rem !important;
    }

    .p-md-24 {
        padding: 6rem !important;
    }

    .p-md-32 {
        padding: 8rem !important;
    }

    .p-md-40 {
        padding: 10rem !important;
    }

    .p-md-48 {
        padding: 12rem !important;
    }

    .p-md-56 {
        padding: 14rem !important;
    }

    .p-md-64 {
        padding: 16rem !important;
    }

    .px-md-px {
        padding-right: 1px !important;
        padding-left: 1px !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .px-md-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-5 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .px-md-6 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-7 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }

    .px-md-8 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-md-10 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-md-12 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-md-16 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-md-20 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-md-24 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-md-32 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .px-md-40 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .px-md-48 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }

    .px-md-56 {
        padding-right: 14rem !important;
        padding-left: 14rem !important;
    }

    .px-md-64 {
        padding-right: 16rem !important;
        padding-left: 16rem !important;
    }

    .py-md-px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-md-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-md-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-md-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-md-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-md-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-md-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-md-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-md-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-md-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-md-40 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .py-md-48 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .py-md-56 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }

    .py-md-64 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .pt-md-px {
        padding-top: 1px !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 0.75rem !important;
    }

    .pt-md-4 {
        padding-top: 1rem !important;
    }

    .pt-md-5 {
        padding-top: 1.25rem !important;
    }

    .pt-md-6 {
        padding-top: 1.5rem !important;
    }

    .pt-md-7 {
        padding-top: 1.75rem !important;
    }

    .pt-md-8 {
        padding-top: 2rem !important;
    }

    .pt-md-10 {
        padding-top: 2.5rem !important;
    }

    .pt-md-12 {
        padding-top: 3rem !important;
    }

    .pt-md-16 {
        padding-top: 4rem !important;
    }

    .pt-md-20 {
        padding-top: 5rem !important;
    }

    .pt-md-24 {
        padding-top: 6rem !important;
    }

    .pt-md-32 {
        padding-top: 8rem !important;
    }

    .pt-md-40 {
        padding-top: 10rem !important;
    }

    .pt-md-48 {
        padding-top: 12rem !important;
    }

    .pt-md-56 {
        padding-top: 14rem !important;
    }

    .pt-md-64 {
        padding-top: 16rem !important;
    }

    .pe-md-px {
        padding-right: 1px !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 0.75rem !important;
    }

    .pe-md-4 {
        padding-right: 1rem !important;
    }

    .pe-md-5 {
        padding-right: 1.25rem !important;
    }

    .pe-md-6 {
        padding-right: 1.5rem !important;
    }

    .pe-md-7 {
        padding-right: 1.75rem !important;
    }

    .pe-md-8 {
        padding-right: 2rem !important;
    }

    .pe-md-10 {
        padding-right: 2.5rem !important;
    }

    .pe-md-12 {
        padding-right: 3rem !important;
    }

    .pe-md-16 {
        padding-right: 4rem !important;
    }

    .pe-md-20 {
        padding-right: 5rem !important;
    }

    .pe-md-24 {
        padding-right: 6rem !important;
    }

    .pe-md-32 {
        padding-right: 8rem !important;
    }

    .pe-md-40 {
        padding-right: 10rem !important;
    }

    .pe-md-48 {
        padding-right: 12rem !important;
    }

    .pe-md-56 {
        padding-right: 14rem !important;
    }

    .pe-md-64 {
        padding-right: 16rem !important;
    }

    .pb-md-px {
        padding-bottom: 1px !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 0.75rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1rem !important;
    }

    .pb-md-5 {
        padding-bottom: 1.25rem !important;
    }

    .pb-md-6 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-7 {
        padding-bottom: 1.75rem !important;
    }

    .pb-md-8 {
        padding-bottom: 2rem !important;
    }

    .pb-md-10 {
        padding-bottom: 2.5rem !important;
    }

    .pb-md-12 {
        padding-bottom: 3rem !important;
    }

    .pb-md-16 {
        padding-bottom: 4rem !important;
    }

    .pb-md-20 {
        padding-bottom: 5rem !important;
    }

    .pb-md-24 {
        padding-bottom: 6rem !important;
    }

    .pb-md-32 {
        padding-bottom: 8rem !important;
    }

    .pb-md-40 {
        padding-bottom: 10rem !important;
    }

    .pb-md-48 {
        padding-bottom: 12rem !important;
    }

    .pb-md-56 {
        padding-bottom: 14rem !important;
    }

    .pb-md-64 {
        padding-bottom: 16rem !important;
    }

    .ps-md-px {
        padding-left: 1px !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 0.75rem !important;
    }

    .ps-md-4 {
        padding-left: 1rem !important;
    }

    .ps-md-5 {
        padding-left: 1.25rem !important;
    }

    .ps-md-6 {
        padding-left: 1.5rem !important;
    }

    .ps-md-7 {
        padding-left: 1.75rem !important;
    }

    .ps-md-8 {
        padding-left: 2rem !important;
    }

    .ps-md-10 {
        padding-left: 2.5rem !important;
    }

    .ps-md-12 {
        padding-left: 3rem !important;
    }

    .ps-md-16 {
        padding-left: 4rem !important;
    }

    .ps-md-20 {
        padding-left: 5rem !important;
    }

    .ps-md-24 {
        padding-left: 6rem !important;
    }

    .ps-md-32 {
        padding-left: 8rem !important;
    }

    .ps-md-40 {
        padding-left: 10rem !important;
    }

    .ps-md-48 {
        padding-left: 12rem !important;
    }

    .ps-md-56 {
        padding-left: 14rem !important;
    }

    .ps-md-64 {
        padding-left: 16rem !important;
    }

    .gap-md-px {
        gap: 1px !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 0.75rem !important;
    }

    .gap-md-4 {
        gap: 1rem !important;
    }

    .gap-md-5 {
        gap: 1.25rem !important;
    }

    .gap-md-6 {
        gap: 1.5rem !important;
    }

    .gap-md-7 {
        gap: 1.75rem !important;
    }

    .gap-md-8 {
        gap: 2rem !important;
    }

    .gap-md-10 {
        gap: 2.5rem !important;
    }

    .gap-md-12 {
        gap: 3rem !important;
    }

    .gap-md-16 {
        gap: 4rem !important;
    }

    .gap-md-20 {
        gap: 5rem !important;
    }

    .gap-md-24 {
        gap: 6rem !important;
    }

    .gap-md-32 {
        gap: 8rem !important;
    }

    .gap-md-40 {
        gap: 10rem !important;
    }

    .gap-md-48 {
        gap: 12rem !important;
    }

    .gap-md-56 {
        gap: 14rem !important;
    }

    .gap-md-64 {
        gap: 16rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-lg-px {
        margin: 1px !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 0.75rem !important;
    }

    .m-lg-4 {
        margin: 1rem !important;
    }

    .m-lg-5 {
        margin: 1.25rem !important;
    }

    .m-lg-6 {
        margin: 1.5rem !important;
    }

    .m-lg-7 {
        margin: 1.75rem !important;
    }

    .m-lg-8 {
        margin: 2rem !important;
    }

    .m-lg-10 {
        margin: 2.5rem !important;
    }

    .m-lg-12 {
        margin: 3rem !important;
    }

    .m-lg-16 {
        margin: 4rem !important;
    }

    .m-lg-20 {
        margin: 5rem !important;
    }

    .m-lg-24 {
        margin: 6rem !important;
    }

    .m-lg-32 {
        margin: 8rem !important;
    }

    .m-lg-40 {
        margin: 10rem !important;
    }

    .m-lg-48 {
        margin: 12rem !important;
    }

    .m-lg-56 {
        margin: 14rem !important;
    }

    .m-lg-64 {
        margin: 16rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-px {
        margin-right: 1px !important;
        margin-left: 1px !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }

    .mx-lg-4 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-5 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }

    .mx-lg-6 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-7 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }

    .mx-lg-8 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-lg-10 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-lg-12 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-16 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-lg-20 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-lg-24 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-lg-32 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-lg-40 {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .mx-lg-48 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }

    .mx-lg-56 {
        margin-right: 14rem !important;
        margin-left: 14rem !important;
    }

    .mx-lg-64 {
        margin-right: 16rem !important;
        margin-left: 16rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-lg-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-lg-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-lg-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-lg-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-lg-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-lg-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-lg-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-lg-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-lg-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .my-lg-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .my-lg-56 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .my-lg-64 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-px {
        margin-top: 1px !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 0.75rem !important;
    }

    .mt-lg-4 {
        margin-top: 1rem !important;
    }

    .mt-lg-5 {
        margin-top: 1.25rem !important;
    }

    .mt-lg-6 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-7 {
        margin-top: 1.75rem !important;
    }

    .mt-lg-8 {
        margin-top: 2rem !important;
    }

    .mt-lg-10 {
        margin-top: 2.5rem !important;
    }

    .mt-lg-12 {
        margin-top: 3rem !important;
    }

    .mt-lg-16 {
        margin-top: 4rem !important;
    }

    .mt-lg-20 {
        margin-top: 5rem !important;
    }

    .mt-lg-24 {
        margin-top: 6rem !important;
    }

    .mt-lg-32 {
        margin-top: 8rem !important;
    }

    .mt-lg-40 {
        margin-top: 10rem !important;
    }

    .mt-lg-48 {
        margin-top: 12rem !important;
    }

    .mt-lg-56 {
        margin-top: 14rem !important;
    }

    .mt-lg-64 {
        margin-top: 16rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-px {
        margin-right: 1px !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 0.75rem !important;
    }

    .me-lg-4 {
        margin-right: 1rem !important;
    }

    .me-lg-5 {
        margin-right: 1.25rem !important;
    }

    .me-lg-6 {
        margin-right: 1.5rem !important;
    }

    .me-lg-7 {
        margin-right: 1.75rem !important;
    }

    .me-lg-8 {
        margin-right: 2rem !important;
    }

    .me-lg-10 {
        margin-right: 2.5rem !important;
    }

    .me-lg-12 {
        margin-right: 3rem !important;
    }

    .me-lg-16 {
        margin-right: 4rem !important;
    }

    .me-lg-20 {
        margin-right: 5rem !important;
    }

    .me-lg-24 {
        margin-right: 6rem !important;
    }

    .me-lg-32 {
        margin-right: 8rem !important;
    }

    .me-lg-40 {
        margin-right: 10rem !important;
    }

    .me-lg-48 {
        margin-right: 12rem !important;
    }

    .me-lg-56 {
        margin-right: 14rem !important;
    }

    .me-lg-64 {
        margin-right: 16rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-px {
        margin-bottom: 1px !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 0.75rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 1.25rem !important;
    }

    .mb-lg-6 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-7 {
        margin-bottom: 1.75rem !important;
    }

    .mb-lg-8 {
        margin-bottom: 2rem !important;
    }

    .mb-lg-10 {
        margin-bottom: 2.5rem !important;
    }

    .mb-lg-12 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-16 {
        margin-bottom: 4rem !important;
    }

    .mb-lg-20 {
        margin-bottom: 5rem !important;
    }

    .mb-lg-24 {
        margin-bottom: 6rem !important;
    }

    .mb-lg-32 {
        margin-bottom: 8rem !important;
    }

    .mb-lg-40 {
        margin-bottom: 10rem !important;
    }

    .mb-lg-48 {
        margin-bottom: 12rem !important;
    }

    .mb-lg-56 {
        margin-bottom: 14rem !important;
    }

    .mb-lg-64 {
        margin-bottom: 16rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-px {
        margin-left: 1px !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 0.75rem !important;
    }

    .ms-lg-4 {
        margin-left: 1rem !important;
    }

    .ms-lg-5 {
        margin-left: 1.25rem !important;
    }

    .ms-lg-6 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-7 {
        margin-left: 1.75rem !important;
    }

    .ms-lg-8 {
        margin-left: 2rem !important;
    }

    .ms-lg-10 {
        margin-left: 2.5rem !important;
    }

    .ms-lg-12 {
        margin-left: 3rem !important;
    }

    .ms-lg-16 {
        margin-left: 4rem !important;
    }

    .ms-lg-20 {
        margin-left: 5rem !important;
    }

    .ms-lg-24 {
        margin-left: 6rem !important;
    }

    .ms-lg-32 {
        margin-left: 8rem !important;
    }

    .ms-lg-40 {
        margin-left: 10rem !important;
    }

    .ms-lg-48 {
        margin-left: 12rem !important;
    }

    .ms-lg-56 {
        margin-left: 14rem !important;
    }

    .ms-lg-64 {
        margin-left: 16rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .m-lg-npx {
        margin: -1px !important;
    }

    .m-lg-n0 {
        margin: 0 !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -0.75rem !important;
    }

    .m-lg-n4 {
        margin: -1rem !important;
    }

    .m-lg-n5 {
        margin: -1.25rem !important;
    }

    .m-lg-n6 {
        margin: -1.5rem !important;
    }

    .m-lg-n7 {
        margin: -1.75rem !important;
    }

    .m-lg-n8 {
        margin: -2rem !important;
    }

    .m-lg-n10 {
        margin: -2.5rem !important;
    }

    .m-lg-n12 {
        margin: -3rem !important;
    }

    .m-lg-n16 {
        margin: -4rem !important;
    }

    .m-lg-n20 {
        margin: -5rem !important;
    }

    .m-lg-n24 {
        margin: -6rem !important;
    }

    .m-lg-n32 {
        margin: -8rem !important;
    }

    .m-lg-n40 {
        margin: -10rem !important;
    }

    .m-lg-n48 {
        margin: -12rem !important;
    }

    .m-lg-n56 {
        margin: -14rem !important;
    }

    .m-lg-n64 {
        margin: -16rem !important;
    }

    .mx-lg-npx {
        margin-right: -1px !important;
        margin-left: -1px !important;
    }

    .mx-lg-n0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-lg-n3 {
        margin-right: -0.75rem !important;
        margin-left: -0.75rem !important;
    }

    .mx-lg-n4 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-lg-n5 {
        margin-right: -1.25rem !important;
        margin-left: -1.25rem !important;
    }

    .mx-lg-n6 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-lg-n7 {
        margin-right: -1.75rem !important;
        margin-left: -1.75rem !important;
    }

    .mx-lg-n8 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }

    .mx-lg-n10 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }

    .mx-lg-n12 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-lg-n16 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }

    .mx-lg-n20 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }

    .mx-lg-n24 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }

    .mx-lg-n32 {
        margin-right: -8rem !important;
        margin-left: -8rem !important;
    }

    .mx-lg-n40 {
        margin-right: -10rem !important;
        margin-left: -10rem !important;
    }

    .mx-lg-n48 {
        margin-right: -12rem !important;
        margin-left: -12rem !important;
    }

    .mx-lg-n56 {
        margin-right: -14rem !important;
        margin-left: -14rem !important;
    }

    .mx-lg-n64 {
        margin-right: -16rem !important;
        margin-left: -16rem !important;
    }

    .my-lg-npx {
        margin-top: -1px !important;
        margin-bottom: -1px !important;
    }

    .my-lg-n0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-lg-n3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }

    .my-lg-n4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-lg-n5 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important;
    }

    .my-lg-n6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-lg-n7 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }

    .my-lg-n8 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }

    .my-lg-n10 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-lg-n12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-lg-n16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-lg-n20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }

    .my-lg-n24 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .my-lg-n32 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !important;
    }

    .my-lg-n40 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important;
    }

    .my-lg-n48 {
        margin-top: -12rem !important;
        margin-bottom: -12rem !important;
    }

    .my-lg-n56 {
        margin-top: -14rem !important;
        margin-bottom: -14rem !important;
    }

    .my-lg-n64 {
        margin-top: -16rem !important;
        margin-bottom: -16rem !important;
    }

    .mt-lg-npx {
        margin-top: -1px !important;
    }

    .mt-lg-n0 {
        margin-top: 0 !important;
    }

    .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-lg-n3 {
        margin-top: -0.75rem !important;
    }

    .mt-lg-n4 {
        margin-top: -1rem !important;
    }

    .mt-lg-n5 {
        margin-top: -1.25rem !important;
    }

    .mt-lg-n6 {
        margin-top: -1.5rem !important;
    }

    .mt-lg-n7 {
        margin-top: -1.75rem !important;
    }

    .mt-lg-n8 {
        margin-top: -2rem !important;
    }

    .mt-lg-n10 {
        margin-top: -2.5rem !important;
    }

    .mt-lg-n12 {
        margin-top: -3rem !important;
    }

    .mt-lg-n16 {
        margin-top: -4rem !important;
    }

    .mt-lg-n20 {
        margin-top: -5rem !important;
    }

    .mt-lg-n24 {
        margin-top: -6rem !important;
    }

    .mt-lg-n32 {
        margin-top: -8rem !important;
    }

    .mt-lg-n40 {
        margin-top: -10rem !important;
    }

    .mt-lg-n48 {
        margin-top: -12rem !important;
    }

    .mt-lg-n56 {
        margin-top: -14rem !important;
    }

    .mt-lg-n64 {
        margin-top: -16rem !important;
    }

    .me-lg-npx {
        margin-right: -1px !important;
    }

    .me-lg-n0 {
        margin-right: 0 !important;
    }

    .me-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .me-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .me-lg-n3 {
        margin-right: -0.75rem !important;
    }

    .me-lg-n4 {
        margin-right: -1rem !important;
    }

    .me-lg-n5 {
        margin-right: -1.25rem !important;
    }

    .me-lg-n6 {
        margin-right: -1.5rem !important;
    }

    .me-lg-n7 {
        margin-right: -1.75rem !important;
    }

    .me-lg-n8 {
        margin-right: -2rem !important;
    }

    .me-lg-n10 {
        margin-right: -2.5rem !important;
    }

    .me-lg-n12 {
        margin-right: -3rem !important;
    }

    .me-lg-n16 {
        margin-right: -4rem !important;
    }

    .me-lg-n20 {
        margin-right: -5rem !important;
    }

    .me-lg-n24 {
        margin-right: -6rem !important;
    }

    .me-lg-n32 {
        margin-right: -8rem !important;
    }

    .me-lg-n40 {
        margin-right: -10rem !important;
    }

    .me-lg-n48 {
        margin-right: -12rem !important;
    }

    .me-lg-n56 {
        margin-right: -14rem !important;
    }

    .me-lg-n64 {
        margin-right: -16rem !important;
    }

    .mb-lg-npx {
        margin-bottom: -1px !important;
    }

    .mb-lg-n0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-lg-n3 {
        margin-bottom: -0.75rem !important;
    }

    .mb-lg-n4 {
        margin-bottom: -1rem !important;
    }

    .mb-lg-n5 {
        margin-bottom: -1.25rem !important;
    }

    .mb-lg-n6 {
        margin-bottom: -1.5rem !important;
    }

    .mb-lg-n7 {
        margin-bottom: -1.75rem !important;
    }

    .mb-lg-n8 {
        margin-bottom: -2rem !important;
    }

    .mb-lg-n10 {
        margin-bottom: -2.5rem !important;
    }

    .mb-lg-n12 {
        margin-bottom: -3rem !important;
    }

    .mb-lg-n16 {
        margin-bottom: -4rem !important;
    }

    .mb-lg-n20 {
        margin-bottom: -5rem !important;
    }

    .mb-lg-n24 {
        margin-bottom: -6rem !important;
    }

    .mb-lg-n32 {
        margin-bottom: -8rem !important;
    }

    .mb-lg-n40 {
        margin-bottom: -10rem !important;
    }

    .mb-lg-n48 {
        margin-bottom: -12rem !important;
    }

    .mb-lg-n56 {
        margin-bottom: -14rem !important;
    }

    .mb-lg-n64 {
        margin-bottom: -16rem !important;
    }

    .ms-lg-npx {
        margin-left: -1px !important;
    }

    .ms-lg-n0 {
        margin-left: 0 !important;
    }

    .ms-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-lg-n3 {
        margin-left: -0.75rem !important;
    }

    .ms-lg-n4 {
        margin-left: -1rem !important;
    }

    .ms-lg-n5 {
        margin-left: -1.25rem !important;
    }

    .ms-lg-n6 {
        margin-left: -1.5rem !important;
    }

    .ms-lg-n7 {
        margin-left: -1.75rem !important;
    }

    .ms-lg-n8 {
        margin-left: -2rem !important;
    }

    .ms-lg-n10 {
        margin-left: -2.5rem !important;
    }

    .ms-lg-n12 {
        margin-left: -3rem !important;
    }

    .ms-lg-n16 {
        margin-left: -4rem !important;
    }

    .ms-lg-n20 {
        margin-left: -5rem !important;
    }

    .ms-lg-n24 {
        margin-left: -6rem !important;
    }

    .ms-lg-n32 {
        margin-left: -8rem !important;
    }

    .ms-lg-n40 {
        margin-left: -10rem !important;
    }

    .ms-lg-n48 {
        margin-left: -12rem !important;
    }

    .ms-lg-n56 {
        margin-left: -14rem !important;
    }

    .ms-lg-n64 {
        margin-left: -16rem !important;
    }

    .p-lg-px {
        padding: 1px !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 0.75rem !important;
    }

    .p-lg-4 {
        padding: 1rem !important;
    }

    .p-lg-5 {
        padding: 1.25rem !important;
    }

    .p-lg-6 {
        padding: 1.5rem !important;
    }

    .p-lg-7 {
        padding: 1.75rem !important;
    }

    .p-lg-8 {
        padding: 2rem !important;
    }

    .p-lg-10 {
        padding: 2.5rem !important;
    }

    .p-lg-12 {
        padding: 3rem !important;
    }

    .p-lg-16 {
        padding: 4rem !important;
    }

    .p-lg-20 {
        padding: 5rem !important;
    }

    .p-lg-24 {
        padding: 6rem !important;
    }

    .p-lg-32 {
        padding: 8rem !important;
    }

    .p-lg-40 {
        padding: 10rem !important;
    }

    .p-lg-48 {
        padding: 12rem !important;
    }

    .p-lg-56 {
        padding: 14rem !important;
    }

    .p-lg-64 {
        padding: 16rem !important;
    }

    .px-lg-px {
        padding-right: 1px !important;
        padding-left: 1px !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .px-lg-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-5 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .px-lg-6 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-7 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }

    .px-lg-8 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-lg-10 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-lg-12 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-lg-16 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-lg-20 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-lg-24 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-lg-32 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .px-lg-40 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .px-lg-48 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }

    .px-lg-56 {
        padding-right: 14rem !important;
        padding-left: 14rem !important;
    }

    .px-lg-64 {
        padding-right: 16rem !important;
        padding-left: 16rem !important;
    }

    .py-lg-px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-lg-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-lg-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-lg-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-lg-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-lg-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-lg-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-lg-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-lg-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-lg-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-lg-40 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .py-lg-48 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .py-lg-56 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }

    .py-lg-64 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .pt-lg-px {
        padding-top: 1px !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 0.75rem !important;
    }

    .pt-lg-4 {
        padding-top: 1rem !important;
    }

    .pt-lg-5 {
        padding-top: 1.25rem !important;
    }

    .pt-lg-6 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-7 {
        padding-top: 1.75rem !important;
    }

    .pt-lg-8 {
        padding-top: 2rem !important;
    }

    .pt-lg-10 {
        padding-top: 2.5rem !important;
    }

    .pt-lg-12 {
        padding-top: 3rem !important;
    }

    .pt-lg-16 {
        padding-top: 4rem !important;
    }

    .pt-lg-20 {
        padding-top: 5rem !important;
    }

    .pt-lg-24 {
        padding-top: 6rem !important;
    }

    .pt-lg-32 {
        padding-top: 8rem !important;
    }

    .pt-lg-40 {
        padding-top: 10rem !important;
    }

    .pt-lg-48 {
        padding-top: 12rem !important;
    }

    .pt-lg-56 {
        padding-top: 14rem !important;
    }

    .pt-lg-64 {
        padding-top: 16rem !important;
    }

    .pe-lg-px {
        padding-right: 1px !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 0.75rem !important;
    }

    .pe-lg-4 {
        padding-right: 1rem !important;
    }

    .pe-lg-5 {
        padding-right: 1.25rem !important;
    }

    .pe-lg-6 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-7 {
        padding-right: 1.75rem !important;
    }

    .pe-lg-8 {
        padding-right: 2rem !important;
    }

    .pe-lg-10 {
        padding-right: 2.5rem !important;
    }

    .pe-lg-12 {
        padding-right: 3rem !important;
    }

    .pe-lg-16 {
        padding-right: 4rem !important;
    }

    .pe-lg-20 {
        padding-right: 5rem !important;
    }

    .pe-lg-24 {
        padding-right: 6rem !important;
    }

    .pe-lg-32 {
        padding-right: 8rem !important;
    }

    .pe-lg-40 {
        padding-right: 10rem !important;
    }

    .pe-lg-48 {
        padding-right: 12rem !important;
    }

    .pe-lg-56 {
        padding-right: 14rem !important;
    }

    .pe-lg-64 {
        padding-right: 16rem !important;
    }

    .pb-lg-px {
        padding-bottom: 1px !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 0.75rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 1.25rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-7 {
        padding-bottom: 1.75rem !important;
    }

    .pb-lg-8 {
        padding-bottom: 2rem !important;
    }

    .pb-lg-10 {
        padding-bottom: 2.5rem !important;
    }

    .pb-lg-12 {
        padding-bottom: 3rem !important;
    }

    .pb-lg-16 {
        padding-bottom: 4rem !important;
    }

    .pb-lg-20 {
        padding-bottom: 5rem !important;
    }

    .pb-lg-24 {
        padding-bottom: 6rem !important;
    }

    .pb-lg-32 {
        padding-bottom: 8rem !important;
    }

    .pb-lg-40 {
        padding-bottom: 10rem !important;
    }

    .pb-lg-48 {
        padding-bottom: 12rem !important;
    }

    .pb-lg-56 {
        padding-bottom: 14rem !important;
    }

    .pb-lg-64 {
        padding-bottom: 16rem !important;
    }

    .ps-lg-px {
        padding-left: 1px !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 0.75rem !important;
    }

    .ps-lg-4 {
        padding-left: 1rem !important;
    }

    .ps-lg-5 {
        padding-left: 1.25rem !important;
    }

    .ps-lg-6 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-7 {
        padding-left: 1.75rem !important;
    }

    .ps-lg-8 {
        padding-left: 2rem !important;
    }

    .ps-lg-10 {
        padding-left: 2.5rem !important;
    }

    .ps-lg-12 {
        padding-left: 3rem !important;
    }

    .ps-lg-16 {
        padding-left: 4rem !important;
    }

    .ps-lg-20 {
        padding-left: 5rem !important;
    }

    .ps-lg-24 {
        padding-left: 6rem !important;
    }

    .ps-lg-32 {
        padding-left: 8rem !important;
    }

    .ps-lg-40 {
        padding-left: 10rem !important;
    }

    .ps-lg-48 {
        padding-left: 12rem !important;
    }

    .ps-lg-56 {
        padding-left: 14rem !important;
    }

    .ps-lg-64 {
        padding-left: 16rem !important;
    }

    .gap-lg-px {
        gap: 1px !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 0.75rem !important;
    }

    .gap-lg-4 {
        gap: 1rem !important;
    }

    .gap-lg-5 {
        gap: 1.25rem !important;
    }

    .gap-lg-6 {
        gap: 1.5rem !important;
    }

    .gap-lg-7 {
        gap: 1.75rem !important;
    }

    .gap-lg-8 {
        gap: 2rem !important;
    }

    .gap-lg-10 {
        gap: 2.5rem !important;
    }

    .gap-lg-12 {
        gap: 3rem !important;
    }

    .gap-lg-16 {
        gap: 4rem !important;
    }

    .gap-lg-20 {
        gap: 5rem !important;
    }

    .gap-lg-24 {
        gap: 6rem !important;
    }

    .gap-lg-32 {
        gap: 8rem !important;
    }

    .gap-lg-40 {
        gap: 10rem !important;
    }

    .gap-lg-48 {
        gap: 12rem !important;
    }

    .gap-lg-56 {
        gap: 14rem !important;
    }

    .gap-lg-64 {
        gap: 16rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-xl-px {
        margin: 1px !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 0.75rem !important;
    }

    .m-xl-4 {
        margin: 1rem !important;
    }

    .m-xl-5 {
        margin: 1.25rem !important;
    }

    .m-xl-6 {
        margin: 1.5rem !important;
    }

    .m-xl-7 {
        margin: 1.75rem !important;
    }

    .m-xl-8 {
        margin: 2rem !important;
    }

    .m-xl-10 {
        margin: 2.5rem !important;
    }

    .m-xl-12 {
        margin: 3rem !important;
    }

    .m-xl-16 {
        margin: 4rem !important;
    }

    .m-xl-20 {
        margin: 5rem !important;
    }

    .m-xl-24 {
        margin: 6rem !important;
    }

    .m-xl-32 {
        margin: 8rem !important;
    }

    .m-xl-40 {
        margin: 10rem !important;
    }

    .m-xl-48 {
        margin: 12rem !important;
    }

    .m-xl-56 {
        margin: 14rem !important;
    }

    .m-xl-64 {
        margin: 16rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-px {
        margin-right: 1px !important;
        margin-left: 1px !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }

    .mx-xl-4 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-5 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }

    .mx-xl-6 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-7 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }

    .mx-xl-8 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-xl-10 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-xl-12 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-16 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-xl-20 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-xl-24 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-xl-32 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-xl-40 {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .mx-xl-48 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }

    .mx-xl-56 {
        margin-right: 14rem !important;
        margin-left: 14rem !important;
    }

    .mx-xl-64 {
        margin-right: 16rem !important;
        margin-left: 16rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-xl-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-xl-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-xl-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xl-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xl-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xl-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xl-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-xl-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-xl-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .my-xl-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .my-xl-56 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .my-xl-64 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-px {
        margin-top: 1px !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 0.75rem !important;
    }

    .mt-xl-4 {
        margin-top: 1rem !important;
    }

    .mt-xl-5 {
        margin-top: 1.25rem !important;
    }

    .mt-xl-6 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-7 {
        margin-top: 1.75rem !important;
    }

    .mt-xl-8 {
        margin-top: 2rem !important;
    }

    .mt-xl-10 {
        margin-top: 2.5rem !important;
    }

    .mt-xl-12 {
        margin-top: 3rem !important;
    }

    .mt-xl-16 {
        margin-top: 4rem !important;
    }

    .mt-xl-20 {
        margin-top: 5rem !important;
    }

    .mt-xl-24 {
        margin-top: 6rem !important;
    }

    .mt-xl-32 {
        margin-top: 8rem !important;
    }

    .mt-xl-40 {
        margin-top: 10rem !important;
    }

    .mt-xl-48 {
        margin-top: 12rem !important;
    }

    .mt-xl-56 {
        margin-top: 14rem !important;
    }

    .mt-xl-64 {
        margin-top: 16rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-px {
        margin-right: 1px !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 0.75rem !important;
    }

    .me-xl-4 {
        margin-right: 1rem !important;
    }

    .me-xl-5 {
        margin-right: 1.25rem !important;
    }

    .me-xl-6 {
        margin-right: 1.5rem !important;
    }

    .me-xl-7 {
        margin-right: 1.75rem !important;
    }

    .me-xl-8 {
        margin-right: 2rem !important;
    }

    .me-xl-10 {
        margin-right: 2.5rem !important;
    }

    .me-xl-12 {
        margin-right: 3rem !important;
    }

    .me-xl-16 {
        margin-right: 4rem !important;
    }

    .me-xl-20 {
        margin-right: 5rem !important;
    }

    .me-xl-24 {
        margin-right: 6rem !important;
    }

    .me-xl-32 {
        margin-right: 8rem !important;
    }

    .me-xl-40 {
        margin-right: 10rem !important;
    }

    .me-xl-48 {
        margin-right: 12rem !important;
    }

    .me-xl-56 {
        margin-right: 14rem !important;
    }

    .me-xl-64 {
        margin-right: 16rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-px {
        margin-bottom: 1px !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 0.75rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 1.25rem !important;
    }

    .mb-xl-6 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-7 {
        margin-bottom: 1.75rem !important;
    }

    .mb-xl-8 {
        margin-bottom: 2rem !important;
    }

    .mb-xl-10 {
        margin-bottom: 2.5rem !important;
    }

    .mb-xl-12 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-16 {
        margin-bottom: 4rem !important;
    }

    .mb-xl-20 {
        margin-bottom: 5rem !important;
    }

    .mb-xl-24 {
        margin-bottom: 6rem !important;
    }

    .mb-xl-32 {
        margin-bottom: 8rem !important;
    }

    .mb-xl-40 {
        margin-bottom: 10rem !important;
    }

    .mb-xl-48 {
        margin-bottom: 12rem !important;
    }

    .mb-xl-56 {
        margin-bottom: 14rem !important;
    }

    .mb-xl-64 {
        margin-bottom: 16rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-px {
        margin-left: 1px !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 0.75rem !important;
    }

    .ms-xl-4 {
        margin-left: 1rem !important;
    }

    .ms-xl-5 {
        margin-left: 1.25rem !important;
    }

    .ms-xl-6 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-7 {
        margin-left: 1.75rem !important;
    }

    .ms-xl-8 {
        margin-left: 2rem !important;
    }

    .ms-xl-10 {
        margin-left: 2.5rem !important;
    }

    .ms-xl-12 {
        margin-left: 3rem !important;
    }

    .ms-xl-16 {
        margin-left: 4rem !important;
    }

    .ms-xl-20 {
        margin-left: 5rem !important;
    }

    .ms-xl-24 {
        margin-left: 6rem !important;
    }

    .ms-xl-32 {
        margin-left: 8rem !important;
    }

    .ms-xl-40 {
        margin-left: 10rem !important;
    }

    .ms-xl-48 {
        margin-left: 12rem !important;
    }

    .ms-xl-56 {
        margin-left: 14rem !important;
    }

    .ms-xl-64 {
        margin-left: 16rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .m-xl-npx {
        margin: -1px !important;
    }

    .m-xl-n0 {
        margin: 0 !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -0.75rem !important;
    }

    .m-xl-n4 {
        margin: -1rem !important;
    }

    .m-xl-n5 {
        margin: -1.25rem !important;
    }

    .m-xl-n6 {
        margin: -1.5rem !important;
    }

    .m-xl-n7 {
        margin: -1.75rem !important;
    }

    .m-xl-n8 {
        margin: -2rem !important;
    }

    .m-xl-n10 {
        margin: -2.5rem !important;
    }

    .m-xl-n12 {
        margin: -3rem !important;
    }

    .m-xl-n16 {
        margin: -4rem !important;
    }

    .m-xl-n20 {
        margin: -5rem !important;
    }

    .m-xl-n24 {
        margin: -6rem !important;
    }

    .m-xl-n32 {
        margin: -8rem !important;
    }

    .m-xl-n40 {
        margin: -10rem !important;
    }

    .m-xl-n48 {
        margin: -12rem !important;
    }

    .m-xl-n56 {
        margin: -14rem !important;
    }

    .m-xl-n64 {
        margin: -16rem !important;
    }

    .mx-xl-npx {
        margin-right: -1px !important;
        margin-left: -1px !important;
    }

    .mx-xl-n0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-xl-n3 {
        margin-right: -0.75rem !important;
        margin-left: -0.75rem !important;
    }

    .mx-xl-n4 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-xl-n5 {
        margin-right: -1.25rem !important;
        margin-left: -1.25rem !important;
    }

    .mx-xl-n6 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-xl-n7 {
        margin-right: -1.75rem !important;
        margin-left: -1.75rem !important;
    }

    .mx-xl-n8 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }

    .mx-xl-n10 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }

    .mx-xl-n12 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-xl-n16 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }

    .mx-xl-n20 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }

    .mx-xl-n24 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }

    .mx-xl-n32 {
        margin-right: -8rem !important;
        margin-left: -8rem !important;
    }

    .mx-xl-n40 {
        margin-right: -10rem !important;
        margin-left: -10rem !important;
    }

    .mx-xl-n48 {
        margin-right: -12rem !important;
        margin-left: -12rem !important;
    }

    .mx-xl-n56 {
        margin-right: -14rem !important;
        margin-left: -14rem !important;
    }

    .mx-xl-n64 {
        margin-right: -16rem !important;
        margin-left: -16rem !important;
    }

    .my-xl-npx {
        margin-top: -1px !important;
        margin-bottom: -1px !important;
    }

    .my-xl-n0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-xl-n3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }

    .my-xl-n4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xl-n5 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important;
    }

    .my-xl-n6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xl-n7 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }

    .my-xl-n8 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }

    .my-xl-n10 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-xl-n12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-xl-n16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-xl-n20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }

    .my-xl-n24 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .my-xl-n32 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !important;
    }

    .my-xl-n40 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important;
    }

    .my-xl-n48 {
        margin-top: -12rem !important;
        margin-bottom: -12rem !important;
    }

    .my-xl-n56 {
        margin-top: -14rem !important;
        margin-bottom: -14rem !important;
    }

    .my-xl-n64 {
        margin-top: -16rem !important;
        margin-bottom: -16rem !important;
    }

    .mt-xl-npx {
        margin-top: -1px !important;
    }

    .mt-xl-n0 {
        margin-top: 0 !important;
    }

    .mt-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-xl-n3 {
        margin-top: -0.75rem !important;
    }

    .mt-xl-n4 {
        margin-top: -1rem !important;
    }

    .mt-xl-n5 {
        margin-top: -1.25rem !important;
    }

    .mt-xl-n6 {
        margin-top: -1.5rem !important;
    }

    .mt-xl-n7 {
        margin-top: -1.75rem !important;
    }

    .mt-xl-n8 {
        margin-top: -2rem !important;
    }

    .mt-xl-n10 {
        margin-top: -2.5rem !important;
    }

    .mt-xl-n12 {
        margin-top: -3rem !important;
    }

    .mt-xl-n16 {
        margin-top: -4rem !important;
    }

    .mt-xl-n20 {
        margin-top: -5rem !important;
    }

    .mt-xl-n24 {
        margin-top: -6rem !important;
    }

    .mt-xl-n32 {
        margin-top: -8rem !important;
    }

    .mt-xl-n40 {
        margin-top: -10rem !important;
    }

    .mt-xl-n48 {
        margin-top: -12rem !important;
    }

    .mt-xl-n56 {
        margin-top: -14rem !important;
    }

    .mt-xl-n64 {
        margin-top: -16rem !important;
    }

    .me-xl-npx {
        margin-right: -1px !important;
    }

    .me-xl-n0 {
        margin-right: 0 !important;
    }

    .me-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .me-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .me-xl-n3 {
        margin-right: -0.75rem !important;
    }

    .me-xl-n4 {
        margin-right: -1rem !important;
    }

    .me-xl-n5 {
        margin-right: -1.25rem !important;
    }

    .me-xl-n6 {
        margin-right: -1.5rem !important;
    }

    .me-xl-n7 {
        margin-right: -1.75rem !important;
    }

    .me-xl-n8 {
        margin-right: -2rem !important;
    }

    .me-xl-n10 {
        margin-right: -2.5rem !important;
    }

    .me-xl-n12 {
        margin-right: -3rem !important;
    }

    .me-xl-n16 {
        margin-right: -4rem !important;
    }

    .me-xl-n20 {
        margin-right: -5rem !important;
    }

    .me-xl-n24 {
        margin-right: -6rem !important;
    }

    .me-xl-n32 {
        margin-right: -8rem !important;
    }

    .me-xl-n40 {
        margin-right: -10rem !important;
    }

    .me-xl-n48 {
        margin-right: -12rem !important;
    }

    .me-xl-n56 {
        margin-right: -14rem !important;
    }

    .me-xl-n64 {
        margin-right: -16rem !important;
    }

    .mb-xl-npx {
        margin-bottom: -1px !important;
    }

    .mb-xl-n0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-xl-n3 {
        margin-bottom: -0.75rem !important;
    }

    .mb-xl-n4 {
        margin-bottom: -1rem !important;
    }

    .mb-xl-n5 {
        margin-bottom: -1.25rem !important;
    }

    .mb-xl-n6 {
        margin-bottom: -1.5rem !important;
    }

    .mb-xl-n7 {
        margin-bottom: -1.75rem !important;
    }

    .mb-xl-n8 {
        margin-bottom: -2rem !important;
    }

    .mb-xl-n10 {
        margin-bottom: -2.5rem !important;
    }

    .mb-xl-n12 {
        margin-bottom: -3rem !important;
    }

    .mb-xl-n16 {
        margin-bottom: -4rem !important;
    }

    .mb-xl-n20 {
        margin-bottom: -5rem !important;
    }

    .mb-xl-n24 {
        margin-bottom: -6rem !important;
    }

    .mb-xl-n32 {
        margin-bottom: -8rem !important;
    }

    .mb-xl-n40 {
        margin-bottom: -10rem !important;
    }

    .mb-xl-n48 {
        margin-bottom: -12rem !important;
    }

    .mb-xl-n56 {
        margin-bottom: -14rem !important;
    }

    .mb-xl-n64 {
        margin-bottom: -16rem !important;
    }

    .ms-xl-npx {
        margin-left: -1px !important;
    }

    .ms-xl-n0 {
        margin-left: 0 !important;
    }

    .ms-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-xl-n3 {
        margin-left: -0.75rem !important;
    }

    .ms-xl-n4 {
        margin-left: -1rem !important;
    }

    .ms-xl-n5 {
        margin-left: -1.25rem !important;
    }

    .ms-xl-n6 {
        margin-left: -1.5rem !important;
    }

    .ms-xl-n7 {
        margin-left: -1.75rem !important;
    }

    .ms-xl-n8 {
        margin-left: -2rem !important;
    }

    .ms-xl-n10 {
        margin-left: -2.5rem !important;
    }

    .ms-xl-n12 {
        margin-left: -3rem !important;
    }

    .ms-xl-n16 {
        margin-left: -4rem !important;
    }

    .ms-xl-n20 {
        margin-left: -5rem !important;
    }

    .ms-xl-n24 {
        margin-left: -6rem !important;
    }

    .ms-xl-n32 {
        margin-left: -8rem !important;
    }

    .ms-xl-n40 {
        margin-left: -10rem !important;
    }

    .ms-xl-n48 {
        margin-left: -12rem !important;
    }

    .ms-xl-n56 {
        margin-left: -14rem !important;
    }

    .ms-xl-n64 {
        margin-left: -16rem !important;
    }

    .p-xl-px {
        padding: 1px !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 0.75rem !important;
    }

    .p-xl-4 {
        padding: 1rem !important;
    }

    .p-xl-5 {
        padding: 1.25rem !important;
    }

    .p-xl-6 {
        padding: 1.5rem !important;
    }

    .p-xl-7 {
        padding: 1.75rem !important;
    }

    .p-xl-8 {
        padding: 2rem !important;
    }

    .p-xl-10 {
        padding: 2.5rem !important;
    }

    .p-xl-12 {
        padding: 3rem !important;
    }

    .p-xl-16 {
        padding: 4rem !important;
    }

    .p-xl-20 {
        padding: 5rem !important;
    }

    .p-xl-24 {
        padding: 6rem !important;
    }

    .p-xl-32 {
        padding: 8rem !important;
    }

    .p-xl-40 {
        padding: 10rem !important;
    }

    .p-xl-48 {
        padding: 12rem !important;
    }

    .p-xl-56 {
        padding: 14rem !important;
    }

    .p-xl-64 {
        padding: 16rem !important;
    }

    .px-xl-px {
        padding-right: 1px !important;
        padding-left: 1px !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .px-xl-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-5 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .px-xl-6 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-7 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }

    .px-xl-8 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-xl-10 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-xl-12 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xl-16 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-xl-20 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-xl-24 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-xl-32 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .px-xl-40 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .px-xl-48 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }

    .px-xl-56 {
        padding-right: 14rem !important;
        padding-left: 14rem !important;
    }

    .px-xl-64 {
        padding-right: 16rem !important;
        padding-left: 16rem !important;
    }

    .py-xl-px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-xl-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-xl-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-xl-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xl-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xl-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xl-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-xl-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-xl-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-xl-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-xl-40 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .py-xl-48 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .py-xl-56 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }

    .py-xl-64 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .pt-xl-px {
        padding-top: 1px !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 0.75rem !important;
    }

    .pt-xl-4 {
        padding-top: 1rem !important;
    }

    .pt-xl-5 {
        padding-top: 1.25rem !important;
    }

    .pt-xl-6 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-7 {
        padding-top: 1.75rem !important;
    }

    .pt-xl-8 {
        padding-top: 2rem !important;
    }

    .pt-xl-10 {
        padding-top: 2.5rem !important;
    }

    .pt-xl-12 {
        padding-top: 3rem !important;
    }

    .pt-xl-16 {
        padding-top: 4rem !important;
    }

    .pt-xl-20 {
        padding-top: 5rem !important;
    }

    .pt-xl-24 {
        padding-top: 6rem !important;
    }

    .pt-xl-32 {
        padding-top: 8rem !important;
    }

    .pt-xl-40 {
        padding-top: 10rem !important;
    }

    .pt-xl-48 {
        padding-top: 12rem !important;
    }

    .pt-xl-56 {
        padding-top: 14rem !important;
    }

    .pt-xl-64 {
        padding-top: 16rem !important;
    }

    .pe-xl-px {
        padding-right: 1px !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 0.75rem !important;
    }

    .pe-xl-4 {
        padding-right: 1rem !important;
    }

    .pe-xl-5 {
        padding-right: 1.25rem !important;
    }

    .pe-xl-6 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-7 {
        padding-right: 1.75rem !important;
    }

    .pe-xl-8 {
        padding-right: 2rem !important;
    }

    .pe-xl-10 {
        padding-right: 2.5rem !important;
    }

    .pe-xl-12 {
        padding-right: 3rem !important;
    }

    .pe-xl-16 {
        padding-right: 4rem !important;
    }

    .pe-xl-20 {
        padding-right: 5rem !important;
    }

    .pe-xl-24 {
        padding-right: 6rem !important;
    }

    .pe-xl-32 {
        padding-right: 8rem !important;
    }

    .pe-xl-40 {
        padding-right: 10rem !important;
    }

    .pe-xl-48 {
        padding-right: 12rem !important;
    }

    .pe-xl-56 {
        padding-right: 14rem !important;
    }

    .pe-xl-64 {
        padding-right: 16rem !important;
    }

    .pb-xl-px {
        padding-bottom: 1px !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 0.75rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 1.25rem !important;
    }

    .pb-xl-6 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-7 {
        padding-bottom: 1.75rem !important;
    }

    .pb-xl-8 {
        padding-bottom: 2rem !important;
    }

    .pb-xl-10 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xl-12 {
        padding-bottom: 3rem !important;
    }

    .pb-xl-16 {
        padding-bottom: 4rem !important;
    }

    .pb-xl-20 {
        padding-bottom: 5rem !important;
    }

    .pb-xl-24 {
        padding-bottom: 6rem !important;
    }

    .pb-xl-32 {
        padding-bottom: 8rem !important;
    }

    .pb-xl-40 {
        padding-bottom: 10rem !important;
    }

    .pb-xl-48 {
        padding-bottom: 12rem !important;
    }

    .pb-xl-56 {
        padding-bottom: 14rem !important;
    }

    .pb-xl-64 {
        padding-bottom: 16rem !important;
    }

    .ps-xl-px {
        padding-left: 1px !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 0.75rem !important;
    }

    .ps-xl-4 {
        padding-left: 1rem !important;
    }

    .ps-xl-5 {
        padding-left: 1.25rem !important;
    }

    .ps-xl-6 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-7 {
        padding-left: 1.75rem !important;
    }

    .ps-xl-8 {
        padding-left: 2rem !important;
    }

    .ps-xl-10 {
        padding-left: 2.5rem !important;
    }

    .ps-xl-12 {
        padding-left: 3rem !important;
    }

    .ps-xl-16 {
        padding-left: 4rem !important;
    }

    .ps-xl-20 {
        padding-left: 5rem !important;
    }

    .ps-xl-24 {
        padding-left: 6rem !important;
    }

    .ps-xl-32 {
        padding-left: 8rem !important;
    }

    .ps-xl-40 {
        padding-left: 10rem !important;
    }

    .ps-xl-48 {
        padding-left: 12rem !important;
    }

    .ps-xl-56 {
        padding-left: 14rem !important;
    }

    .ps-xl-64 {
        padding-left: 16rem !important;
    }

    .gap-xl-px {
        gap: 1px !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 0.75rem !important;
    }

    .gap-xl-4 {
        gap: 1rem !important;
    }

    .gap-xl-5 {
        gap: 1.25rem !important;
    }

    .gap-xl-6 {
        gap: 1.5rem !important;
    }

    .gap-xl-7 {
        gap: 1.75rem !important;
    }

    .gap-xl-8 {
        gap: 2rem !important;
    }

    .gap-xl-10 {
        gap: 2.5rem !important;
    }

    .gap-xl-12 {
        gap: 3rem !important;
    }

    .gap-xl-16 {
        gap: 4rem !important;
    }

    .gap-xl-20 {
        gap: 5rem !important;
    }

    .gap-xl-24 {
        gap: 6rem !important;
    }

    .gap-xl-32 {
        gap: 8rem !important;
    }

    .gap-xl-40 {
        gap: 10rem !important;
    }

    .gap-xl-48 {
        gap: 12rem !important;
    }

    .gap-xl-56 {
        gap: 14rem !important;
    }

    .gap-xl-64 {
        gap: 16rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1450px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxl-column,
    .flex-xxl-row {
        -webkit-box-direction: normal !important;
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-xxl-px {
        margin: 1px !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 0.75rem !important;
    }

    .m-xxl-4 {
        margin: 1rem !important;
    }

    .m-xxl-5 {
        margin: 1.25rem !important;
    }

    .m-xxl-6 {
        margin: 1.5rem !important;
    }

    .m-xxl-7 {
        margin: 1.75rem !important;
    }

    .m-xxl-8 {
        margin: 2rem !important;
    }

    .m-xxl-10 {
        margin: 2.5rem !important;
    }

    .m-xxl-12 {
        margin: 3rem !important;
    }

    .m-xxl-16 {
        margin: 4rem !important;
    }

    .m-xxl-20 {
        margin: 5rem !important;
    }

    .m-xxl-24 {
        margin: 6rem !important;
    }

    .m-xxl-32 {
        margin: 8rem !important;
    }

    .m-xxl-40 {
        margin: 10rem !important;
    }

    .m-xxl-48 {
        margin: 12rem !important;
    }

    .m-xxl-56 {
        margin: 14rem !important;
    }

    .m-xxl-64 {
        margin: 16rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-px {
        margin-right: 1px !important;
        margin-left: 1px !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-5 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }

    .mx-xxl-6 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-7 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }

    .mx-xxl-8 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-xxl-10 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-xxl-12 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-16 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-xxl-20 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-xxl-24 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-xxl-32 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-xxl-40 {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .mx-xxl-48 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }

    .mx-xxl-56 {
        margin-right: 14rem !important;
        margin-left: 14rem !important;
    }

    .mx-xxl-64 {
        margin-right: 16rem !important;
        margin-left: 16rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-xxl-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-xxl-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-xxl-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xxl-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xxl-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xxl-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xxl-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-xxl-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-xxl-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .my-xxl-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .my-xxl-56 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .my-xxl-64 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-px {
        margin-top: 1px !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 0.75rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1rem !important;
    }

    .mt-xxl-5 {
        margin-top: 1.25rem !important;
    }

    .mt-xxl-6 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-7 {
        margin-top: 1.75rem !important;
    }

    .mt-xxl-8 {
        margin-top: 2rem !important;
    }

    .mt-xxl-10 {
        margin-top: 2.5rem !important;
    }

    .mt-xxl-12 {
        margin-top: 3rem !important;
    }

    .mt-xxl-16 {
        margin-top: 4rem !important;
    }

    .mt-xxl-20 {
        margin-top: 5rem !important;
    }

    .mt-xxl-24 {
        margin-top: 6rem !important;
    }

    .mt-xxl-32 {
        margin-top: 8rem !important;
    }

    .mt-xxl-40 {
        margin-top: 10rem !important;
    }

    .mt-xxl-48 {
        margin-top: 12rem !important;
    }

    .mt-xxl-56 {
        margin-top: 14rem !important;
    }

    .mt-xxl-64 {
        margin-top: 16rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-px {
        margin-right: 1px !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 0.75rem !important;
    }

    .me-xxl-4 {
        margin-right: 1rem !important;
    }

    .me-xxl-5 {
        margin-right: 1.25rem !important;
    }

    .me-xxl-6 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-7 {
        margin-right: 1.75rem !important;
    }

    .me-xxl-8 {
        margin-right: 2rem !important;
    }

    .me-xxl-10 {
        margin-right: 2.5rem !important;
    }

    .me-xxl-12 {
        margin-right: 3rem !important;
    }

    .me-xxl-16 {
        margin-right: 4rem !important;
    }

    .me-xxl-20 {
        margin-right: 5rem !important;
    }

    .me-xxl-24 {
        margin-right: 6rem !important;
    }

    .me-xxl-32 {
        margin-right: 8rem !important;
    }

    .me-xxl-40 {
        margin-right: 10rem !important;
    }

    .me-xxl-48 {
        margin-right: 12rem !important;
    }

    .me-xxl-56 {
        margin-right: 14rem !important;
    }

    .me-xxl-64 {
        margin-right: 16rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-px {
        margin-bottom: 1px !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 0.75rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 1.25rem !important;
    }

    .mb-xxl-6 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-7 {
        margin-bottom: 1.75rem !important;
    }

    .mb-xxl-8 {
        margin-bottom: 2rem !important;
    }

    .mb-xxl-10 {
        margin-bottom: 2.5rem !important;
    }

    .mb-xxl-12 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-16 {
        margin-bottom: 4rem !important;
    }

    .mb-xxl-20 {
        margin-bottom: 5rem !important;
    }

    .mb-xxl-24 {
        margin-bottom: 6rem !important;
    }

    .mb-xxl-32 {
        margin-bottom: 8rem !important;
    }

    .mb-xxl-40 {
        margin-bottom: 10rem !important;
    }

    .mb-xxl-48 {
        margin-bottom: 12rem !important;
    }

    .mb-xxl-56 {
        margin-bottom: 14rem !important;
    }

    .mb-xxl-64 {
        margin-bottom: 16rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-px {
        margin-left: 1px !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 0.75rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1rem !important;
    }

    .ms-xxl-5 {
        margin-left: 1.25rem !important;
    }

    .ms-xxl-6 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-7 {
        margin-left: 1.75rem !important;
    }

    .ms-xxl-8 {
        margin-left: 2rem !important;
    }

    .ms-xxl-10 {
        margin-left: 2.5rem !important;
    }

    .ms-xxl-12 {
        margin-left: 3rem !important;
    }

    .ms-xxl-16 {
        margin-left: 4rem !important;
    }

    .ms-xxl-20 {
        margin-left: 5rem !important;
    }

    .ms-xxl-24 {
        margin-left: 6rem !important;
    }

    .ms-xxl-32 {
        margin-left: 8rem !important;
    }

    .ms-xxl-40 {
        margin-left: 10rem !important;
    }

    .ms-xxl-48 {
        margin-left: 12rem !important;
    }

    .ms-xxl-56 {
        margin-left: 14rem !important;
    }

    .ms-xxl-64 {
        margin-left: 16rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .m-xxl-npx {
        margin: -1px !important;
    }

    .m-xxl-n0 {
        margin: 0 !important;
    }

    .m-xxl-n1 {
        margin: -0.25rem !important;
    }

    .m-xxl-n2 {
        margin: -0.5rem !important;
    }

    .m-xxl-n3 {
        margin: -0.75rem !important;
    }

    .m-xxl-n4 {
        margin: -1rem !important;
    }

    .m-xxl-n5 {
        margin: -1.25rem !important;
    }

    .m-xxl-n6 {
        margin: -1.5rem !important;
    }

    .m-xxl-n7 {
        margin: -1.75rem !important;
    }

    .m-xxl-n8 {
        margin: -2rem !important;
    }

    .m-xxl-n10 {
        margin: -2.5rem !important;
    }

    .m-xxl-n12 {
        margin: -3rem !important;
    }

    .m-xxl-n16 {
        margin: -4rem !important;
    }

    .m-xxl-n20 {
        margin: -5rem !important;
    }

    .m-xxl-n24 {
        margin: -6rem !important;
    }

    .m-xxl-n32 {
        margin: -8rem !important;
    }

    .m-xxl-n40 {
        margin: -10rem !important;
    }

    .m-xxl-n48 {
        margin: -12rem !important;
    }

    .m-xxl-n56 {
        margin: -14rem !important;
    }

    .m-xxl-n64 {
        margin: -16rem !important;
    }

    .mx-xxl-npx {
        margin-right: -1px !important;
        margin-left: -1px !important;
    }

    .mx-xxl-n0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-xxl-n3 {
        margin-right: -0.75rem !important;
        margin-left: -0.75rem !important;
    }

    .mx-xxl-n4 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-xxl-n5 {
        margin-right: -1.25rem !important;
        margin-left: -1.25rem !important;
    }

    .mx-xxl-n6 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-xxl-n7 {
        margin-right: -1.75rem !important;
        margin-left: -1.75rem !important;
    }

    .mx-xxl-n8 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }

    .mx-xxl-n10 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }

    .mx-xxl-n12 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-xxl-n16 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }

    .mx-xxl-n20 {
        margin-right: -5rem !important;
        margin-left: -5rem !important;
    }

    .mx-xxl-n24 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }

    .mx-xxl-n32 {
        margin-right: -8rem !important;
        margin-left: -8rem !important;
    }

    .mx-xxl-n40 {
        margin-right: -10rem !important;
        margin-left: -10rem !important;
    }

    .mx-xxl-n48 {
        margin-right: -12rem !important;
        margin-left: -12rem !important;
    }

    .mx-xxl-n56 {
        margin-right: -14rem !important;
        margin-left: -14rem !important;
    }

    .mx-xxl-n64 {
        margin-right: -16rem !important;
        margin-left: -16rem !important;
    }

    .my-xxl-npx {
        margin-top: -1px !important;
        margin-bottom: -1px !important;
    }

    .my-xxl-n0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-xxl-n3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }

    .my-xxl-n4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xxl-n5 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important;
    }

    .my-xxl-n6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xxl-n7 {
        margin-top: -1.75rem !important;
        margin-bottom: -1.75rem !important;
    }

    .my-xxl-n8 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }

    .my-xxl-n10 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-xxl-n12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-xxl-n16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-xxl-n20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }

    .my-xxl-n24 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .my-xxl-n32 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !important;
    }

    .my-xxl-n40 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important;
    }

    .my-xxl-n48 {
        margin-top: -12rem !important;
        margin-bottom: -12rem !important;
    }

    .my-xxl-n56 {
        margin-top: -14rem !important;
        margin-bottom: -14rem !important;
    }

    .my-xxl-n64 {
        margin-top: -16rem !important;
        margin-bottom: -16rem !important;
    }

    .mt-xxl-npx {
        margin-top: -1px !important;
    }

    .mt-xxl-n0 {
        margin-top: 0 !important;
    }

    .mt-xxl-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-xxl-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-xxl-n3 {
        margin-top: -0.75rem !important;
    }

    .mt-xxl-n4 {
        margin-top: -1rem !important;
    }

    .mt-xxl-n5 {
        margin-top: -1.25rem !important;
    }

    .mt-xxl-n6 {
        margin-top: -1.5rem !important;
    }

    .mt-xxl-n7 {
        margin-top: -1.75rem !important;
    }

    .mt-xxl-n8 {
        margin-top: -2rem !important;
    }

    .mt-xxl-n10 {
        margin-top: -2.5rem !important;
    }

    .mt-xxl-n12 {
        margin-top: -3rem !important;
    }

    .mt-xxl-n16 {
        margin-top: -4rem !important;
    }

    .mt-xxl-n20 {
        margin-top: -5rem !important;
    }

    .mt-xxl-n24 {
        margin-top: -6rem !important;
    }

    .mt-xxl-n32 {
        margin-top: -8rem !important;
    }

    .mt-xxl-n40 {
        margin-top: -10rem !important;
    }

    .mt-xxl-n48 {
        margin-top: -12rem !important;
    }

    .mt-xxl-n56 {
        margin-top: -14rem !important;
    }

    .mt-xxl-n64 {
        margin-top: -16rem !important;
    }

    .me-xxl-npx {
        margin-right: -1px !important;
    }

    .me-xxl-n0 {
        margin-right: 0 !important;
    }

    .me-xxl-n1 {
        margin-right: -0.25rem !important;
    }

    .me-xxl-n2 {
        margin-right: -0.5rem !important;
    }

    .me-xxl-n3 {
        margin-right: -0.75rem !important;
    }

    .me-xxl-n4 {
        margin-right: -1rem !important;
    }

    .me-xxl-n5 {
        margin-right: -1.25rem !important;
    }

    .me-xxl-n6 {
        margin-right: -1.5rem !important;
    }

    .me-xxl-n7 {
        margin-right: -1.75rem !important;
    }

    .me-xxl-n8 {
        margin-right: -2rem !important;
    }

    .me-xxl-n10 {
        margin-right: -2.5rem !important;
    }

    .me-xxl-n12 {
        margin-right: -3rem !important;
    }

    .me-xxl-n16 {
        margin-right: -4rem !important;
    }

    .me-xxl-n20 {
        margin-right: -5rem !important;
    }

    .me-xxl-n24 {
        margin-right: -6rem !important;
    }

    .me-xxl-n32 {
        margin-right: -8rem !important;
    }

    .me-xxl-n40 {
        margin-right: -10rem !important;
    }

    .me-xxl-n48 {
        margin-right: -12rem !important;
    }

    .me-xxl-n56 {
        margin-right: -14rem !important;
    }

    .me-xxl-n64 {
        margin-right: -16rem !important;
    }

    .mb-xxl-npx {
        margin-bottom: -1px !important;
    }

    .mb-xxl-n0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-xxl-n3 {
        margin-bottom: -0.75rem !important;
    }

    .mb-xxl-n4 {
        margin-bottom: -1rem !important;
    }

    .mb-xxl-n5 {
        margin-bottom: -1.25rem !important;
    }

    .mb-xxl-n6 {
        margin-bottom: -1.5rem !important;
    }

    .mb-xxl-n7 {
        margin-bottom: -1.75rem !important;
    }

    .mb-xxl-n8 {
        margin-bottom: -2rem !important;
    }

    .mb-xxl-n10 {
        margin-bottom: -2.5rem !important;
    }

    .mb-xxl-n12 {
        margin-bottom: -3rem !important;
    }

    .mb-xxl-n16 {
        margin-bottom: -4rem !important;
    }

    .mb-xxl-n20 {
        margin-bottom: -5rem !important;
    }

    .mb-xxl-n24 {
        margin-bottom: -6rem !important;
    }

    .mb-xxl-n32 {
        margin-bottom: -8rem !important;
    }

    .mb-xxl-n40 {
        margin-bottom: -10rem !important;
    }

    .mb-xxl-n48 {
        margin-bottom: -12rem !important;
    }

    .mb-xxl-n56 {
        margin-bottom: -14rem !important;
    }

    .mb-xxl-n64 {
        margin-bottom: -16rem !important;
    }

    .ms-xxl-npx {
        margin-left: -1px !important;
    }

    .ms-xxl-n0 {
        margin-left: 0 !important;
    }

    .ms-xxl-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-xxl-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-xxl-n3 {
        margin-left: -0.75rem !important;
    }

    .ms-xxl-n4 {
        margin-left: -1rem !important;
    }

    .ms-xxl-n5 {
        margin-left: -1.25rem !important;
    }

    .ms-xxl-n6 {
        margin-left: -1.5rem !important;
    }

    .ms-xxl-n7 {
        margin-left: -1.75rem !important;
    }

    .ms-xxl-n8 {
        margin-left: -2rem !important;
    }

    .ms-xxl-n10 {
        margin-left: -2.5rem !important;
    }

    .ms-xxl-n12 {
        margin-left: -3rem !important;
    }

    .ms-xxl-n16 {
        margin-left: -4rem !important;
    }

    .ms-xxl-n20 {
        margin-left: -5rem !important;
    }

    .ms-xxl-n24 {
        margin-left: -6rem !important;
    }

    .ms-xxl-n32 {
        margin-left: -8rem !important;
    }

    .ms-xxl-n40 {
        margin-left: -10rem !important;
    }

    .ms-xxl-n48 {
        margin-left: -12rem !important;
    }

    .ms-xxl-n56 {
        margin-left: -14rem !important;
    }

    .ms-xxl-n64 {
        margin-left: -16rem !important;
    }

    .p-xxl-px {
        padding: 1px !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 0.75rem !important;
    }

    .p-xxl-4 {
        padding: 1rem !important;
    }

    .p-xxl-5 {
        padding: 1.25rem !important;
    }

    .p-xxl-6 {
        padding: 1.5rem !important;
    }

    .p-xxl-7 {
        padding: 1.75rem !important;
    }

    .p-xxl-8 {
        padding: 2rem !important;
    }

    .p-xxl-10 {
        padding: 2.5rem !important;
    }

    .p-xxl-12 {
        padding: 3rem !important;
    }

    .p-xxl-16 {
        padding: 4rem !important;
    }

    .p-xxl-20 {
        padding: 5rem !important;
    }

    .p-xxl-24 {
        padding: 6rem !important;
    }

    .p-xxl-32 {
        padding: 8rem !important;
    }

    .p-xxl-40 {
        padding: 10rem !important;
    }

    .p-xxl-48 {
        padding: 12rem !important;
    }

    .p-xxl-56 {
        padding: 14rem !important;
    }

    .p-xxl-64 {
        padding: 16rem !important;
    }

    .px-xxl-px {
        padding-right: 1px !important;
        padding-left: 1px !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .px-xxl-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-5 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .px-xxl-6 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-7 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }

    .px-xxl-8 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-xxl-10 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-xxl-12 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xxl-16 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-xxl-20 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-xxl-24 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-xxl-32 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .px-xxl-40 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .px-xxl-48 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }

    .px-xxl-56 {
        padding-right: 14rem !important;
        padding-left: 14rem !important;
    }

    .px-xxl-64 {
        padding-right: 16rem !important;
        padding-left: 16rem !important;
    }

    .py-xxl-px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-xxl-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-xxl-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-xxl-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xxl-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xxl-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xxl-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-xxl-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-xxl-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-xxl-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-xxl-40 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .py-xxl-48 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .py-xxl-56 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }

    .py-xxl-64 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .pt-xxl-px {
        padding-top: 1px !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 0.75rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1rem !important;
    }

    .pt-xxl-5 {
        padding-top: 1.25rem !important;
    }

    .pt-xxl-6 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-7 {
        padding-top: 1.75rem !important;
    }

    .pt-xxl-8 {
        padding-top: 2rem !important;
    }

    .pt-xxl-10 {
        padding-top: 2.5rem !important;
    }

    .pt-xxl-12 {
        padding-top: 3rem !important;
    }

    .pt-xxl-16 {
        padding-top: 4rem !important;
    }

    .pt-xxl-20 {
        padding-top: 5rem !important;
    }

    .pt-xxl-24 {
        padding-top: 6rem !important;
    }

    .pt-xxl-32 {
        padding-top: 8rem !important;
    }

    .pt-xxl-40 {
        padding-top: 10rem !important;
    }

    .pt-xxl-48 {
        padding-top: 12rem !important;
    }

    .pt-xxl-56 {
        padding-top: 14rem !important;
    }

    .pt-xxl-64 {
        padding-top: 16rem !important;
    }

    .pe-xxl-px {
        padding-right: 1px !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 0.75rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1rem !important;
    }

    .pe-xxl-5 {
        padding-right: 1.25rem !important;
    }

    .pe-xxl-6 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-7 {
        padding-right: 1.75rem !important;
    }

    .pe-xxl-8 {
        padding-right: 2rem !important;
    }

    .pe-xxl-10 {
        padding-right: 2.5rem !important;
    }

    .pe-xxl-12 {
        padding-right: 3rem !important;
    }

    .pe-xxl-16 {
        padding-right: 4rem !important;
    }

    .pe-xxl-20 {
        padding-right: 5rem !important;
    }

    .pe-xxl-24 {
        padding-right: 6rem !important;
    }

    .pe-xxl-32 {
        padding-right: 8rem !important;
    }

    .pe-xxl-40 {
        padding-right: 10rem !important;
    }

    .pe-xxl-48 {
        padding-right: 12rem !important;
    }

    .pe-xxl-56 {
        padding-right: 14rem !important;
    }

    .pe-xxl-64 {
        padding-right: 16rem !important;
    }

    .pb-xxl-px {
        padding-bottom: 1px !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 0.75rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 1.25rem !important;
    }

    .pb-xxl-6 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-7 {
        padding-bottom: 1.75rem !important;
    }

    .pb-xxl-8 {
        padding-bottom: 2rem !important;
    }

    .pb-xxl-10 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xxl-12 {
        padding-bottom: 3rem !important;
    }

    .pb-xxl-16 {
        padding-bottom: 4rem !important;
    }

    .pb-xxl-20 {
        padding-bottom: 5rem !important;
    }

    .pb-xxl-24 {
        padding-bottom: 6rem !important;
    }

    .pb-xxl-32 {
        padding-bottom: 8rem !important;
    }

    .pb-xxl-40 {
        padding-bottom: 10rem !important;
    }

    .pb-xxl-48 {
        padding-bottom: 12rem !important;
    }

    .pb-xxl-56 {
        padding-bottom: 14rem !important;
    }

    .pb-xxl-64 {
        padding-bottom: 16rem !important;
    }

    .ps-xxl-px {
        padding-left: 1px !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 0.75rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1rem !important;
    }

    .ps-xxl-5 {
        padding-left: 1.25rem !important;
    }

    .ps-xxl-6 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-7 {
        padding-left: 1.75rem !important;
    }

    .ps-xxl-8 {
        padding-left: 2rem !important;
    }

    .ps-xxl-10 {
        padding-left: 2.5rem !important;
    }

    .ps-xxl-12 {
        padding-left: 3rem !important;
    }

    .ps-xxl-16 {
        padding-left: 4rem !important;
    }

    .ps-xxl-20 {
        padding-left: 5rem !important;
    }

    .ps-xxl-24 {
        padding-left: 6rem !important;
    }

    .ps-xxl-32 {
        padding-left: 8rem !important;
    }

    .ps-xxl-40 {
        padding-left: 10rem !important;
    }

    .ps-xxl-48 {
        padding-left: 12rem !important;
    }

    .ps-xxl-56 {
        padding-left: 14rem !important;
    }

    .ps-xxl-64 {
        padding-left: 16rem !important;
    }

    .gap-xxl-px {
        gap: 1px !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 0.75rem !important;
    }

    .gap-xxl-4 {
        gap: 1rem !important;
    }

    .gap-xxl-5 {
        gap: 1.25rem !important;
    }

    .gap-xxl-6 {
        gap: 1.5rem !important;
    }

    .gap-xxl-7 {
        gap: 1.75rem !important;
    }

    .gap-xxl-8 {
        gap: 2rem !important;
    }

    .gap-xxl-10 {
        gap: 2.5rem !important;
    }

    .gap-xxl-12 {
        gap: 3rem !important;
    }

    .gap-xxl-16 {
        gap: 4rem !important;
    }

    .gap-xxl-20 {
        gap: 5rem !important;
    }

    .gap-xxl-24 {
        gap: 6rem !important;
    }

    .gap-xxl-32 {
        gap: 8rem !important;
    }

    .gap-xxl-40 {
        gap: 10rem !important;
    }

    .gap-xxl-48 {
        gap: 12rem !important;
    }

    .gap-xxl-56 {
        gap: 14rem !important;
    }

    .gap-xxl-64 {
        gap: 16rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

@media (min-width: 576px) {
    :root {
        --container-width: 548px !important;
    }

    .col-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
        width: auto;
    }
}

@media (min-width: 768px) {
    :root {
        --container-width: 736px !important;
    }

    .col-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
        width: auto;
    }
}

@media (min-width: 992px) {
    :root {
        --container-width: 976px !important;
    }

    .col-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
        width: auto;
    }
}

@media (min-width: 1200px) {
    :root {
        --container-width: 1156px !important;
    }

    .col-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
        width: auto;
    }
}

@media (min-width: 1450px) {
    :root {
        --container-width: 1442px !important;
    }

    .col-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
        width: auto;
    }
}

@font-face {
    font-display: swap;
    font-family: Recoleta;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/RecoletaRegular/Recoleta-Regular.woff2) format("woff2"), url(../fonts/RecoletaRegular/Recoleta-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Recoleta;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/RecoletaBold/Recoleta-Bold.woff2) format("woff2"), url(../fonts/RecoletaBold/Recoleta-Bold.woff) format("woff")
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPESemiBoldItalic/font.woff2) format("woff2"), url(../fonts/AvertaPESemiBoldItalic/font.woff) format("woff");
    font-display: swap;
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPEExtraThin/font.woff2) format("woff2"), url(../fonts/AvertaPEExtraThin/font.woff) format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPEItalic/font.woff2) format("woff2"), url(../fonts/AvertaPEItalic/font.woff) format("woff");
    font-display: swap;
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPESemiBold/font.woff2) format("woff2"), url(../fonts/AvertaPESemiBold/font.woff) format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPEThinItalic/font.woff2) format("woff2"), url(../fonts/AvertaPEThinItalic/font.woff) format("woff");
    font-display: swap;
    font-style: italic;
    font-weight: 100;
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPEBlack/font.woff2) format("woff2"), url(../fonts/AvertaPEBlack/font.woff) format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPEBlackItalic/font.woff2) format("woff2"), url(../fonts/AvertaPEBlackItalic/font.woff) format("woff");
    font-display: swap;
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPEThin/font.woff2) format("woff2"), url(../fonts/AvertaPEThin/font.woff) format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPEExtraBoldItalic/font.woff2) format("woff2"), url(../fonts/AvertaPEExtraBoldItalic/font.woff) format("woff");
    font-display: swap;
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPEExtraThinItalic/font.woff2) format("woff2"), url(../fonts/AvertaPEExtraThinItalic/font.woff) format("woff");
    font-display: swap;
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPEBold/font.woff2) format("woff2"), url(../fonts/AvertaPEBold/font.woff) format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPEExtraBold/font.woff2) format("woff2"), url(../fonts/AvertaPEExtraBold/font.woff) format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPELight/font.woff2) format("woff2"), url(../fonts/AvertaPELight/font.woff) format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPELightItalic/font.woff2) format("woff2"), url(../fonts/AvertaPELightItalic/font.woff) format("woff");
    font-display: swap;
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPE/font.woff2) format("woff2"), url(../fonts/AvertaPE/font.woff) format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: Averta;
    src: url(../fonts/AvertaPEBoldItalic/font.woff2) format("woff2"), url(../fonts/AvertaPEBoldItalic/font.woff) format("woff");
    font-display: swap;
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: pass;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA8AAAAAB2QAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAcg9+z70dERUYAAAF0AAAAHAAAAB4AJwANT1MvMgAAAZAAAAA/AAAAYH7AkBhjbWFwAAAB0AAAAFkAAAFqZowMx2N2dCAAAAIsAAAABAAAAAQAIgKIZ2FzcAAAAjAAAAAIAAAACAAAABBnbHlmAAACOAAAALkAAAE0MwNYJ2hlYWQAAAL0AAAAMAAAADYPA2KgaGhlYQAAAyQAAAAeAAAAJAU+ATJobXR4AAADRAAAABwAAAAcCPoA6mxvY2EAAANgAAAAEAAAABAA5gFMbWF4cAAAA3AAAAAaAAAAIAAKAE9uYW1lAAADjAAAARYAAAIgB4hZ03Bvc3QAAASkAAAAPgAAAE5Ojr8ld2ViZgAABOQAAAAGAAAABuK7WtIAAAABAAAAANXulPUAAAAA1viLwQAAAADW+JM4eNpjYGRgYOABYjEgZmJgBEI2IGYB8xgAA+AANXjaY2BifMg4gYGVgYVBAwOeYEAFjMgcp8yiFAYHBl7VP8wx/94wpDDHMIoo2DP8B8kx2TLHACkFBkYA8/IL3QB42mNgYGBmgGAZBkYGEEgB8hjBfBYGDyDNx8DBwMTABmTxMigoKKmeV/3z/z9YJTKf8f/X/4/vP7pldosLag4SYATqhgkyMgEJJnQFECcMOGChndEAfOwRuAAAAAAiAogAAQAB//8AD3jaY2BiUGJgYDRiWsXAzMDOoLeRkUHfZhM7C8Nbo41srHdsNjEzAZkMG5lBwqwg4U3sbIx/bDYxgsSNBRUF1Y0FlZUYBd6dOcO06m+YElMa0DiGJIZUxjuM9xjkGRhU2djZlJXU1UDQ1MTcDASNjcTFQFBUBGjYEkkVMJCU4gcCKRTeHCk+fn4+KSllsJiUJEhMUgrMUQbZk8bgz/iA8SRR9qzAY087FjEYD2QPDDAzMFgyAwC39TCRAAAAeNpjYGRgYADid/fqneL5bb4yyLMwgMC1H90HIfRkCxDN+IBpFZDiYGAC8QBbSwuceNpjYGRgYI7594aBgcmOAQgYHzAwMqACdgBbWQN0AAABdgAiAAAAAAAAAAABFAAAAj4AYgI+AGYB9AAAAAAAKgAqACoAKgBeAJIAmnjaY2BkYGBgZ1BgYGIAAUYGBNADEQAFQQBaAAB42o2PwUrDQBCGvzVV9GAQDx485exBY1CU3PQgVgIFI9prlVqDwcZNC/oSPoKP4HNUfQLfxYN/NytCe5GwO9/88+/MBAh5I8C0VoAtnYYNa8oaXpAn9RxIP/XcIqLreZENnjwvyfPieVVdXj2H7DHxPJH/2/M7sVn3/MGyOfb8SWjOGv4K2DRdctpkmtqhos+D6ISh4kiUUXDj1Fr3Bc/Oc0vPqec6A8aUyu1cdTaPZvyXyqz6Fm5axC7bxHOv/r/dnbSRXCk7+mpVrOqVtFqdp3NKxaHUgeod9cm40rtrzfrt2OyQa8fppCO9tk7d1x0rpiQcuDuRkjjtkHt16ctbuf/radZY52/PnEcphXpZOcofiEZNcQAAeNpjYGIAg///GBgZsAF2BgZGJkZmBmaGdkYWRla29JzKggxD9tK8TAMDAxc2D0MLU2NjENfI1M0ZACUXCrsAAAABWtLiugAA) format("woff");
    font-display: swap;
}

input[type="password"]:not(:placeholder-shown) {
    font-family: pass, Roboto, Helvetica, Arial, sans-serif;
}

.material-symbols-outlined {
    height: 1em;
    width: 1em;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icon {
    height: 1em;
    width: 1em;
    font-size: 24px;
    color: #767f93;
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #dee2e6;
    border-radius: 0;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: var(--app-height);
    color: #000;
    font-family: Averta, sans-serif;
    background-color: #10151c;
}

body.lock {
    width: 100%;
    position: fixed;
    overflow: hidden;
}

@media (min-width: 576px) {
    body .scroll::-webkit-scrollbar {
        appearance: none;
        -webkit-appearance: none;
        height: 6px;
        width: 6px;
    }

    body .scroll::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(132, 86, 255, 0.1);
    }
}

.text-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    overflow: hidden;
}

.bs-fav-btn {
    border-radius: 45px;
    background: #141a25;
    border: 1px solid #232c3c;
    padding: 7px;
    color: white;
    margin-top: 0px;
}

.service-fav-mobile {
    display: none;
}

.letters {
    white-space: nowrap;
}

.letter {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1em;
    opacity: 0;
}

.header__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    padding-top: 31px;
    padding-bottom: 31px;
}

.header__container,
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    --statu-link-color: #fff;
    --statu-link-hover-color: #fff;
    gap: 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
}

.header__logo img {
    height: 38px;
    width: 38px;
    -o-object-fit: contain;
    object-fit: contain;
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
}

.header__nav a {
    --statu-link-color: #fff;
    --statu-link-hover-color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding: 6px 12px;
    opacity: 0.4;
}

.header__nav a:hover {
    opacity: 1;
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}

.header__actions,
.header__opener {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__opener {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    border: none;
    outline: none;
    height: 42px;
    width: 42px;
    padding: 0;
    border-radius: 10px;
    background: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.header__opener * {
    font-size: 30px;
    color: #fff;
}

.header__opener:hover {
    background: rgba(132, 86, 255, 0.15);
}

.header:before {
    content: "";
    position: absolute;
    right: -12px;
    top: 5px;
    background-image: url(../images/map.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1071px;
    height: 865px;
    z-index: -1;
}

.header:after {
    content: "";
    background: radial-gradient(50% 30% at -15% -1%, #1d2734 40%, #10151c 100%);
    z-index: -2;
}

.header-mobile,
.header:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header-mobile {
    display: none;
    padding: 8px 0;
    visibility: hidden;
    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9;
}

.header-mobile__card {
    background-color: #161c27;
    border-radius: 8px;
    padding: 8px 18px 16px;
    border: 1px solid hsla(0, 0%, 100%, 0.03);
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: right 40px;
    transform-origin: right 40px;
}

.header-mobile__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-mobile__top-close {
    margin-right: -10px;
}

.header-mobile__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    gap: 18px;
    padding-bottom: 34px;
}

.header-mobile__nav a {
    margin: -10px -12px;
    padding: 10px 12px;
    border-radius: 6px;
    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    /* letter-spacing: 0.6px; */
    color: #fff !important;
}

.header-mobile__nav a:hover {
    background: hsla(0, 0%, 100%, 0.04);
}

.header-mobile__actions {
    margin: -16px -18px;
    padding: 16px 18px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.03);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.header-mobile__actions-button {
    background: hsla(0, 0%, 100%, 0.04);
}

.header-mobile__actions a,
.header-mobile__actions button {
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 14px;
}

.header-mobile.active {
    visibility: visible;
}

.header-mobile.active .header-mobile__card {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.header-mobile .container {
    --statu-gutter-x: 16px;
}

@media (max-width: 1199.98px) {
    .header__nav {
        gap: 18px;
    }

    .header__actions {
        gap: 16px;
    }

    .header:after {
        width: 60%;
        height: 60%;
    }
}

@media (max-width: 991.98px) {
    .header__container {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .header__actions,
    .header__nav {
        display: none;
    }

    .header__opener {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header:after {
        content: none;
    }

    .header:before {
        right: 0;
        top: -34px;
        opacity: 0.4;
    }

    .header-mobile {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .header__logo {
        gap: 12px;
        font-size: 20px;
        line-height: 20px;
    }
}

.app,
.footer {
    position: relative;
    overflow: hidden;
}

.footer {
    width: 100%;
    padding-bottom: 32px;
    padding-top: 55px;
}

.footer-head {
    --statu-gutter-x: 32px;
    --statu-gutter-y: 16px;
    margin-bottom: 104px;
}

.footer-head__item {
    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;
    gap: 20px;
    background: radial-gradient(78.49% 68.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#141a25), to(rgba(20, 26, 37, 0))), #1c2331;
    background: radial-gradient(78.49% 68.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0)), #1c2331;
    border: 1px solid #222c3d;
    border-radius: 15px;
    padding: 24px;
}

.footer-head__item-icon * {
    font-size: 30px;
}

.footer-head__item-text {
    font-weight: 600;
    font-size: 19px;
    line-height: 40px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 33px;
}

.footer-content,
.footer-content__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-content__logo {
    --statu-link-color: #fff;
    --statu-link-hover-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
}

.footer-content__logo img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    height: 38px;
    width: 150px;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer-content__description {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: hsla(0, 0%, 100%, 0.8);
}

.footer-content__contact {
    --statu-link-color: #fff;
    --statu-link-hover-color: #fff;
    gap: 16px;
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#141a25), to(rgba(20, 26, 37, 0))), #1c2331;
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0)), #1c2331;
    border: 1px solid #1f2838;
    border-radius: 100px;
    padding: 10px 34px 10px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
}

.footer-content__contact,
.footer-content__contact-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-content__contact-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    background: linear-gradient(176.87deg, #8456ff 2.33%, #ab56ff 88.77%);
    -webkit-box-shadow: 0 24px 48px rgba(10, 39, 83, 0.03);
    box-shadow: 0 24px 48px rgba(10, 39, 83, 0.03);
    border-radius: 95px;
}

.footer-content__contact-icon * {
    font-size: 18px;
    color: #fff;
}

.footer-list {
    --statu-gutter-x: 22px;
    --statu-gutter-y: 36px;
    padding-bottom: 52px;
    margin-bottom: 40px;
    border-bottom: 1px solid #222c3d;
}

.footer-links {
    --statu-gutter-x: 14px;
    --statu-gutter-y: 24px;
}

.footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 34px;
}

.footer-link__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.footer-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-link__item {
    --statu-link-color: #767f93;
    --statu-link-hover-color: #767f93;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    /* letter-zpacing: -0.03em; */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.footer-link__item a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.footer-link__item:hover {
    --statu-link-color: #fff;
    --statu-link-hover-color: #fff;
    text-decoration: underline;
}

.footer-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.footer-copy__icon {
    font-size: 24px;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.footer-copy__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    /* letter-zpacing: -0.03em; */
    color: rgba(118, 127, 147, 0.8);
}

.footer-effect {
    position: absolute;
    bottom: 0;
    height: 600px;
    width: 600px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.footer-effect--primary {
    left: 0;
}

.footer-effect--primary:before {
    content: "";
    position: absolute;
    left: -568px;
    bottom: -830px;
    width: 762px;
    height: 1080px;
    background: -webkit-gradient(linear, left top, left bottom, from(#171719), to(#8456ff));
    background: linear-gradient(180deg, #171719, #8456ff);
    -webkit-filter: blur(130px);
    filter: blur(130px);
    -webkit-transform: matrix(0.52, 0.85, 0.85, -0.52, 0, 0);
    transform: matrix(0.52, 0.85, 0.85, -0.52, 0, 0);
}

.footer-effect--secondary {
    right: 0;
}

.footer-effect--secondary:before {
    content: "";
    position: absolute;
    right: -698px;
    bottom: -920px;
    width: 762px;
    height: 1080px;
    -webkit-filter: blur(180px);
    filter: blur(180px);
    background: -webkit-gradient(linear, left top, left bottom, from(#222c39), to(#283240));
    background: linear-gradient(180deg, #222c39, #283240);
    -webkit-transform: rotate(122deg);
    transform: rotate(122deg);
}

.footer .container {
    position: relative;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .footer-head {
        margin-bottom: 42px;
    }

    .footer-head__item {
        padding: 16px;
    }

    .footer-links {
        --statu-gutter-x: 36px;
        --statu-gutter-y: 36px;
    }
}

@media (max-width: 767.98px) {
    .footer {
        padding-top: 0;
    }

    .footer-link {
        gap: 20px;
    }

    .footer-head {
        margin-bottom: 32px;
    }

    .footer-head__item-icon * {
        font-size: 24px;
    }

    .footer-head__item-text {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-content {
        gap: 16px;
    }

    .footer-list {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }

    .footer-effect {
        opacity: 0.4;
    }
}

.footer-up {
    position: relative;
    padding-top: 156px;
    padding-bottom: 156px;
}

.footer-up__content {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.footer-up__content-badge {
    margin-bottom: 28px;
}

.footer-up__content-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    /* letter-zpacing: -0.04em; */
    color: #fff;
    margin-bottom: 22px;
}

.footer-up__content-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: hsla(0, 0%, 100%, 0.8);
    margin-bottom: 52px;
}

.footer-up__image {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    width: 100%;
    max-width: 616px;
    z-index: -1;
}

.footer-up__image--left {
    left: 0;
}

.footer-up__image--left:before {
    content: unset;
    position: absolute;
    width: 480px;
    height: 120px;
    top: 0;
    left: -85%;
    background: #8456ff;
    -webkit-filter: blur(130px);
    filter: blur(130px);
    -webkit-transform: rotate(-2.62deg);
    transform: rotate(-2.62deg);
    border-radius: 100%;
    opacity: 0.5;
}

.footer-up__image--right {
    right: 0;
}

.footer-up__image--right:before {
    content: unset;
    position: absolute;
    width: 480px;
    height: 120px;
    top: 0;
    right: -85%;
    background: #56ccff;
    -webkit-filter: blur(130px);
    filter: blur(130px);
    -webkit-transform: rotate(-2.62deg);
    transform: rotate(-2.62deg);
    border-radius: 100%;
    opacity: 0.5;
}

.footer-up__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 1449.98px) {
    .footer-up__image {
        max-width: 390px;
    }
}

@media (max-width: 1199.98px) {
    .footer-up__image {
        top: unset;
    }
}

@media (max-width: 991.98px) {
    .footer-up__content-badge {
        margin-bottom: 24px;
    }

    .footer-up__content-title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .footer-up__content-text {
        margin-bottom: 24px;
    }

    .footer-up__image {
        max-width: 320px;
    }
}

@media (max-width: 767.98px) {
    .footer-up {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .footer-up__content-badge {
        margin-bottom: 24px;
    }

    .footer-up__content-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .footer-up__content-text {
        margin-bottom: 24px;
    }

    .footer-up__image {
        top: 0;
    }

    .footer-up__image--left:before,
    .footer-up__image--right:before {
        content: "";
    }

    .footer-up__image img {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .footer-up {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.btn {
    --statu-btn-padding-x: 25px;
    --statu-btn-padding-y: 10px;
    --statu-btn-font-size: 14px;
    --statu-btn-font-weight: 600;
    --statu-btn-line-height: 25px;
    --statu-btn-border-radius: 100px;
    --statu-btn-active-shadow: none;
    --statu-btn-border-width: 0;
    --statu-btn-color: #fff;
    --statu-btn-hover-color: #fff;
    --statu-btn-active-color: #fff;
    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;
    gap: 10px;
    /*-webkit-backdrop-filter: blur(10px);*/
    /*backdrop-filter: blur(10px);*/
    text-align: center;
    white-space: nowrap;
}

.btn.btn-circle {
    --statu-btn-padding-y: 7px;
    --statu-btn-line-height: 31px;
    padding-left: 5px;
}

.btn.btn-circle>.btn-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background: hsla(0, 0%, 100%, 0.1);
    border-radius: 50%;
}

.btn.btn-circle>.btn-icon:after {
    display: none;
}

.btn.btn-circle>.btn-icon * {
    font-size: 18px;
}

.btn.btn-circle:disabled .btn-icon {
    background: rgba(118, 127, 147, 0.15);
}

.btn.btn-line {
    position: relative;
    overflow: hidden;
    padding-left: 15px;
}

.btn.btn-line span {
    right: 0;
}

.btn.btn-line .btn-icon,
.btn.btn-line span {
    position: relative;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.btn.btn-line .btn-icon {
    width: 31px;
}

.btn.btn-line .btn-icon *,
.btn.btn-line .btn-icon:after {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.btn.btn-line .btn-icon:after {
    content: "";
    height: 20px;
    width: 1px;
    margin-left: 10px;
}

.btn.btn-line:not(.btn-simple):hover span {
    margin: 0;
    opacity: 0;
    right: -100%;
}

.btn.btn-line:not(.btn-simple):hover .btn-icon {
    right: calc(-50% + 0.5em);
    width: 100%;
    padding-right: 11px;
    opacity: 1 !important;
}

.btn.btn-line:not(.btn-simple):hover .btn-icon * {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.btn.btn-line:not(.btn-simple):hover .btn-icon:after {
    width: 0;
    opacity: 0;
    margin: 0;
}

.btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-icon * {
    color: #fff;
    font-size: 20px;
}

.btn-secondary {
    -webkit-box-shadow: 0 0 0 1px #1f2838;
    box-shadow: 0 0 0 1px #1f2838;
}

.btn-secondary .btn-icon:after,
.btn-secondary.btn-line .btn-icon:after {
    background: #1f2838;
}

.btn-secondary.btn-circle .btn-icon {
    background: rgba(118, 127, 147, 0.15);
}

.btn-primary.btn-line .btn-icon:after {
    background: #9d79ff;
}

.btn-primary.btn-lg {
    -webkit-box-shadow: 0 0 0 1px #9d79ff;
    box-shadow: 0 0 0 1px #9d79ff;
}

.btn-success.btn-line .btn-icon:after {
    background: #0caf57;
}

.btn-success.btn-lg {
    -webkit-box-shadow: 0 0 0 1px #0caf57;
    box-shadow: 0 0 0 1px #0caf57;
}

.btn-sm {
    gap: 12px;
}

.btn-sm,
.btn-sm.btn-circle {
    --statu-btn-padding-x: 20px;
    --statu-btn-padding-y: 5px;
    --statu-btn-line-height: 28px;
}

.btn-sm.btn-line .btn-icon {
    width: 31px;
}

.btn-sm.btn-line:not(.btn-simple):hover .btn-icon * {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.btn-lg {
    --statu-btn-padding-x: 25px;
    --statu-btn-padding-y: 15px;
    --statu-btn-line-height: 25px;
    gap: 15px;
}

.btn-lg.btn-line .btn-icon {
    width: 40px;
}

.btn-lg.btn-line .btn-icon * {
    font-size: 24px;
}

.btn-lg.btn-line .btn-icon:after {
    margin-left: 15px;
}

.btn-lg.btn-line:not(.btn-simple):hover .btn-icon {
    padding-right: 16px;
}

.btn-lg.btn-line:not(.btn-simple):hover .btn-icon * {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.btn-xl {
    --statu-btn-padding-x: 38px;
    --statu-btn-padding-y: 18px;
    --statu-btn-line-height: 20px;
    --statu-btn-border-radius: 15px;
    min-width: 185px;
    gap: 15px;
}

.btn-xl.btn-line {
    padding-left: 24px;
}

.btn-xl.btn-line .btn-icon {
    width: 40px;
}

.btn-xl.btn-line .btn-icon * {
    font-size: 24px;
}

.btn-xl.btn-line .btn-icon:after {
    margin-left: 15px;
}

.btn-xl.btn-line:not(.btn-simple):hover .btn-icon {
    padding-right: 16px;
}

.btn-xl.btn-line:not(.btn-simple):hover .btn-icon * {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn:disabled {
    --statu-btn-disabled-opacity: 1;
    --statu-btn-disabled-color: #767f93;
    --statu-btn-disabled-bg: #141a25;
    /* -webkit-box-shadow: 0 0 0 1px #1f2838; */
    box-shadow: 0 0 0 1px #1f2838;
}

.btn:disabled .btn-icon:after {
    background: #1f2838;
}

.btn:disabled .btn-icon * {
    color: #767f93;
}

.form-control {
    background: #141a25;
    border: 1px solid #1f2838;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 0 16px;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.form-control:focus {
    background: #141a25;
    border-color: #9d79ff;
    -webkit-box-shadow: 0 0 0 1px #9d79ff;
    box-shadow: 0 0 0 1px #9d79ff;
    color: #fff;
}

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

.form-control::-moz-placeholder {
    color: #767f93;
    opacity: 1;
}

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

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

.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control[type="number"] {
    -moz-appearance: textfield;
}

textarea.form-control {
    min-height: 158px;
    max-height: 320px;
    padding: 16px;
}

.form-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 16px;
    /* letter-zpacing: -0.03em; */
}

.form-check-input[type="checkbox"],
.form-check-input[type="radio"] {
    cursor: pointer;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #181f2c;
    border: 2px solid #1f2838;
    -webkit-transition: all 75ms;
    transition: all 75ms;
}

.form-check-input:checked[type="checkbox"],
.form-check-input:checked[type="radio"] {
    background: #8456ff;
    border-color: #b892ff;
}

.form-check-label {
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #767f93;
}

.form-check-label a {
    --statu-link-color: #fff;
    --statu-link-hover-color: #fff;
}

.form-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
    cursor: pointer;
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 10px;
    padding: 19px 24px;
    overflow: hidden;
}

.form-radio,
.form-radio-circle {
    -webkit-transition: all 75ms;
    transition: all 75ms;
}

.form-radio-circle {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #181f2c;
    border: 2px solid #1f2838;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.form-radio-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
}

.btn-check:checked~.form-radio {
    border: 1px solid #8456ff;
}

.btn-check:checked~.form-radio .form-radio-circle {
    background: #8456ff;
    border-color: #b892ff;
}

.form-select {
    background-color: #141a25;
    border: 1px solid #1f2838;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding-left: 16px;
    padding-right: 40px;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='25'%3E%3Cpath fill='%23D9D9D9' d='M.466.773h24v24h-24z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='M12.466 15.773l-5-5h10l-5 5z' fill='%23767F93'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 24px;
}

.form-select .form-check-input {
    margin-left: 0;
}

.form-select:focus {
    background-color: #141a25;
    border-color: #9d79ff;
    -webkit-box-shadow: 0 0 0 1px #9d79ff;
    box-shadow: 0 0 0 1px #9d79ff;
    color: #fff;
}

.progress {
    height: 8px;
    background: #1f2838;
    border-radius: 100px;
}

.progress-bar {
    background: #f55;
}

.dropdown-toggle {
    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;
    gap: 10px;
}

.dropdown-toggle:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='18' height='18'%3E%3Cpath fill='%23D9D9D9' d='M.765.708H17.64v16.875H.765z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='M9.202 11.518L4.983 7.3l.985-.985L9.202 9.55l3.234-3.235.985.985-4.22 4.218z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    border: none;
    margin: 0;
}

.dropdown-menu {
    --statu-dropdown-bg: #141a25;
    --statu-dropdown-padding-y: 10px;
    --statu-dropdown-padding-x: 14px;
    --statu-dropdown-border-color: #1f2838;
    --statu-dropdown-color: #fff;
    --statu-dropdown-link-color: #fff;
    --statu-dropdown-link-hover-color: #fff;
    --statu-dropdown-link-hover-bg: transparent;
    --statu-dropdown-link-active-color: #fff;
    --statu-dropdown-link-active-bg: transparent;
    --statu-dropdown-link-disabled-color: #fff;
    --statu-dropdown-item-padding-x: 0;
    --statu-dropdown-item-padding-y: 10px;
    --statu-dropdown-border-radius: 15px;
    --statu-dropdown-box-shadow: none;
    margin-top: 10px !important;
    border-radius: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.dropdown-menu.show {
    opacity: 1;
}

.dropdown-menu li:not(:last-child) {
    --statu-dropdown-item-padding-y: 14px;
    border-bottom: 1px solid #1f2838;
}

.dropdown-menu li:first-child {
    --statu-dropdown-item-padding-y: 10px;
}

.dropdown-item {
    gap: 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.dropdown-item,
.dropdown-item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-item-icon {
    height: 30px;
    width: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(132, 86, 255, 0.15);
}

.dropdown-item-icon svg {
    font-size: 18px;
    color: #8456ff;
}

.dropdown-item:hover {
    color: #8456ff;
}

.nav {
    --statu-nav-link-color: #767f93;
    --statu-nav-link-hover-color: #fff;
    --statu-nav-link-disabled-color: #6c757d;
    background: #141a25;
    border: 1px solid #1f2838;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    padding: 9px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 23px;
}

.nav,
.nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.nav-link {
    padding: 7px 30px 7px 7px;
    font-weight: 600;
    font-size: 14px;
    line-height: 31px;
    /* letter-zpacing: -0.03em; */
    background-color: transparent;
    border: none;
    outline: none;
    gap: 13px;
    border-radius: 100px;
}

.nav-link.active {
    --statu-nav-link-color: #fff;
    background-color: #8455f6;
}

.nav-link:hover .nav-icon * {
    color: var(--statu-nav-link-hover-color);
}

.nav-icon {
    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;
    background: hsla(0, 0%, 100%, 0.15);
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.nav-icon * {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 18px;
    color: var(--statu-nav-link-color);
}

@media (max-width: 767.98px) {
    .nav {
        gap: 4px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 7px;
        /* -webkit-box-orient: vertical; */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        /* -ms-flex-direction: column;
        flex-direction: column; */
        flex-wrap: wrap;
        border-radius: 30px;
    }

    /* .nav,
    .nav-item,
    .nav-link {
        width: 100%;
    } */
    .new-order-details ul {
        display: none;
    }
    ul#orderForm-tab li a[href="/massorder"] {
    display: none;
    }

    .nav-link {
        /* border-radius: 6px; */
        border-radius: 30px;
        padding: 7px 16px 7px 7px;
    }
}

.modal {
    --statu-modal-zindex: 1055;
    --statu-modal-width: 586px;
    --statu-modal-bg: #141a25;
    --statu-modal-border-color: #1f2838;
    --statu-modal-border-width: 1px;
    --statu-modal-border-radius: 15px 15px 25px 25px;
    --statu-modal-box-shadow: none;
    --statu-modal-header-border-color: #1f2838;
    --statu-modal-footer-border-color: #1f2838;
    --statu-modal-footer-border-width: 1px;
}

.modal-content,
.modal-header {
    overflow: hidden;
}

.modal-header {
    background-image: url(../images/elements/modal-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 28px;
    padding-top: 55px;
    padding-bottom: 60px;
    position: relative;
}

.modal-header__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    /* letter-zpacing: -0.03em; */
    color: #fff;
    max-width: 384px;
}

.modal-header__close {
    position: absolute;
    right: 30px;
    top: 30px;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

.modal-header__close * {
    font-size: 26px;
    color: #fff;
}

.modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    margin-top: -34px;
    padding: 0 32px 24px;
}

.modal-body-detail {
    gap: 20px;
}

.modal-body-detail,
.modal-body-detail__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-body-detail__item {
    gap: 14px;
    width: 100%;
    background: #181f2c;
    border: 1px solid #1f2838;
    border-radius: 15px;
    padding: 9px;
}

.modal-body-detail__item-icon {
    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;
    height: 50px;
    width: 50px;
    background: #8456ff;
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.modal-body-detail__item-icon * {
    color: #fff;
    font-size: 24px;
}

.modal-body-detail__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.modal-body-detail__item-title {
    color: #fff;
}

.modal-body-detail__item-text {
    color: #767f93;
}

.modal-body-detail__item-text,
.modal-body-detail__item-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.modal-body-content {
    padding: 24px;
    background: #181f2c;
    border: 1px solid #1f2838;
    border-radius: 15px;
}

.modal-body-content__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 134px;
    min-height: 32px;
    overflow-y: auto;
}

.modal-body-content__box span {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.modal-body-content__box::-webkit-scrollbar {
    width: 5px;
}

.modal-body-content__box::-webkit-scrollbar-track {
    background: #212b3d;
    border-radius: 10px;
}

.modal-body-content__box::-webkit-scrollbar-thumb {
    background: #8456ff;
    border-radius: 10px;
}

.modal-body-content__box::-webkit-scrollbar-thumb:hover {
    background: #8456ff;
}

.modal-backdrop {
    --statu-backdrop-opacity: 1;
    background: rgba(16, 21, 28, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

@media (max-width: 575.98px) {
    .modal {
        --statu-modal-border-radius: 10px;
    }

    .modal-header {
        padding-top: 32px;
        padding-bottom: 44px;
        gap: 16px;
    }

    .modal-header__title {
        font-size: 20px;
        line-height: 24px;
    }

    .modal-header__close {
        right: 16px;
        top: 16px;
    }

    .modal-header__close * {
        font-size: 24px;
    }

    .modal-body {
        padding: 0 16px 16px;
        gap: 16px;
        margin-top: -28px;
    }

    .modal-body-detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    .modal-body-detail__item {
        padding: 6px;
    }

    .modal-body-detail__item-icon {
        height: 42px;
        width: 42px;
    }
}

.select2-container:not(.select2) {
    /* display: var(--app-device); */
}

.select2-dropdown {
    margin-top: 18px;
    width: 100%;
    padding: 10px 14px;
    background: #141a25;
    border: 1px solid #1f2838 !important;
    border-radius: 15px !important;
}

.select2-results__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.select2-results__option {
    text-transform: none;
    background: transparent !important;
    max-height: none;
    padding: 0;
}

.select2-results__option[aria-selected="true"] span {
    color: #8456ff;
}

.select2-results__option:not(:last-child) {
    border-bottom: 1px solid #1f2838;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 274px;
    padding-right: 8px;
    margin-right: -8px;
}

@media (min-width: 576px) {
    .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
        appearance: none;
        -webkit-appearance: none;
        height: 6px;
        width: 6px;
    }

    .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(132, 86, 255, 0.1);
    }
}

.elements {
    padding: 90px 0;
}

.elements__list {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

.auth,
.elements__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.auth-info {
    position: sticky;
    top: 0;
    background: radial-gradient(90.49% 140.49% at 46.95% -33.74%, rgba(100, 128, 164, 0.2) 0, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#141a25), to(rgba(20, 26, 37, 0)));
    background: radial-gradient(90.49% 140.49% at 46.95% -33.74%, rgba(100, 128, 164, 0.2) 0, transparent 100%), linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0));
    border-right: 1px solid #1f2838;
    padding-top: 106px;
    width: 100%;
    overflow: hidden;
    max-width: 912px;
    min-width: 530px;
    min-height: var(--app-height, 100vh);
    height: 100%;
}

.auth-info__content {
    max-width: 638px;
    margin: 0 auto;
    padding: 0 24px;
}

.auth-info__content-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 32px;
    /* letter-zpacing: -0.03em; */
}

.auth-info__image {
    position: absolute;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 32%;
    bottom: -22%;
    left: -11%;
    z-index: -1;
    min-width: 700px;
    width: 100%;
}

.auth-info__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.auth-info:after {
    content: "";
    bottom: -656px;
    left: -360px;
}

.auth-info:before {
    bottom: -656px;
    left: -494px;
}

.auth-info:after,
.auth-info:before {
    content: "";
    position: absolute;
    height: 640px;
    width: 640px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(132, 85, 246, 0)), to(#8454f6));
    background: linear-gradient(180deg, rgba(132, 85, 246, 0), #8454f6);
    -webkit-filter: blur(106.364px);
    filter: blur(106.364px);
    -webkit-transform: matrix(0.72, -0.69, -0.69, -0.72, 0, 0);
    transform: matrix(0.72, -0.69, -0.69, -0.72, 0, 0);
    border-radius: 50%;
}

.auth-form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 54px 32px;
}

.auth-form,
.auth-form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.auth-form__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    max-width: 570px;
    margin: auto;
    width: 100%;
    height: 100%;
}

.auth-form__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 44px;
}

.auth-form form {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.auth-form form button {
    width: 100%;
}

@media (max-width: 1449.98px) {
    .auth-form {
        padding: 48px 24px;
    }
}

@media (max-width: 1199.98px) {
    .auth-info {
        padding-top: 54px;
    }

    .auth-info__content-title {
        font-size: 32px;
        line-height: 36px;
    }

    .auth-form {
        padding: 32px;
    }
}

@media (max-width: 991.98px) {
    .auth-info {
        display: none;
    }

    .auth-form {
        padding: 32px 16px;
        width: 100%;
    }

    .auth-form__container {
        gap: 0;
        max-width: 800px;
        margin: 0 auto;
        width: 100%;
    }

    .auth-form__title {
        margin-bottom: 32px;
    }

    .auth-form form {
        max-width: unset;
        padding: 48px 0;
    }
}

@media (max-width: 767.98px) {
    .auth-form {
        padding: 16px;
    }
}

.blog {
    padding-top: 113px;
    padding-bottom: 402px;
}

.blog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 82px;
}

.blog__content-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    /* letter-zpacing: -0.04em; */
    color: #fff;
}

.blog__content-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: hsla(0, 0%, 100%, 0.8);
    max-width: 500px;
    /* letter-zpacing: -0.03em; */
}

.blog__list {
    --statu-gutter-x: 34px;
    --statu-gutter-y: 83px;
}

.blog-detail {
    padding-top: 113px;
    padding-bottom: 452px;
    margin: 0 auto;
    max-width: 930px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-detail__title {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 40px;
    /* letter-zpacing: -0.03em; */
}

.blog-detail__image {
    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;
    background: radial-gradient(148.49% 108.49% at 46.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 70%), -webkit-gradient(linear, left bottom, left top, from(#141a25), to(#141a25)), #192028;
    background: radial-gradient(148.49% 108.49% at 46.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 70%), linear-gradient(0deg, #141a25, #141a25), #192028;
    border: 1px solid #1f2838;
    border-radius: 15px;
    width: 100%;
    aspect-ratio: 93/33;
    overflow: hidden;
    margin-bottom: 44px;
}

.blog-detail__image-icon {
    font-size: 90px;
    color: #273349;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.blog-detail__image img {
    height: 100%;
    width: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-detail__texts {
    margin-bottom: 46px;
}

.blog-detail__texts p {
    font-size: 14px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
    margin-bottom: 25px;
}

.blog-detail__socials {
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#141a25), to(rgba(20, 26, 37, 0))), #1c2331;
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0)), #1c2331;
    border: 1px solid #222c3d;
    border-radius: 15px;
    width: 100%;
    padding: 24px 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
}

.blog-detail__socials-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 40px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.blog-detail__socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.blog-detail__socials-list a * {
    color: #fff;
    font-size: 24px;
}

.blog-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 38px;
}

.blog-card,
.blog-card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-card__image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: radial-gradient(78.49% 58.49% at 50% -13.74%, rgba(101, 128, 163, 0.12) 0, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#141a25), to(rgba(20, 26, 37, 0))),
        -webkit-gradient(linear, left bottom, left top, from(#141a25), to(#141a25)), #192028;
    background: radial-gradient(78.49% 58.49% at 50% -13.74%, rgba(101, 128, 163, 0.12) 0, transparent 100%), linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0)), linear-gradient(0deg, #141a25, #141a25), #192028;
    border: 1px solid #1f2838;
    border-radius: 15px;
    aspect-ratio: 446/343;
    overflow: hidden;
}

.blog-card__image-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-size: 64px;
    color: #273349;
}

.blog-card__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.blog-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 27px;
}

.blog-card__content-title {
    --statu-link-color: #fff;
    --statu-link-hover-color: #fff;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    /* letter-zpacing: -0.03em; */
}

.blog-card__content-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
    max-width: 374px;
}

.blog-card__content-actions {
    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;
    gap: 8px;
}

@media (max-width: 1199.98px) {
    .blog {
        padding-bottom: 200px;
    }

    .blog__list {
        --statu-gutter-x: 24px;
        --statu-gutter-y: 32px;
    }

    .blog-detail {
        padding-bottom: 200px;
    }

    .blog-card,
    .blog-card__content {
        gap: 20px;
    }

    .blog-card__content-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 991.98px) {
    .blog {
        padding-top: 64px;
        padding-bottom: 120px;
    }

    .blog__content {
        gap: 16px;
        margin-bottom: 40px;
    }

    .blog__content-title {
        font-size: 36px;
    }

    .blog-detail {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .blog-detail__texts p {
        margin-bottom: 16px;
    }

    .blog-detail__image {
        aspect-ratio: 70/30;
    }
}

@media (max-width: 767.98px) {

    .blog,
    .blog-detail {
        padding-top: 32px;
    }

    .blog-detail__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .blog-detail__title div {
        display: inline;
    }

    .blog-detail__texts {
        margin-bottom: 24px;
    }
}

@media (max-width: 575.98px) {
    .blog-detail__image {
        aspect-ratio: 40/30;
        margin-bottom: 24px;
    }

    .blog-detail__image-icon {
        font-size: 48px;
    }

    .blog-detail__socials {
        padding: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
}

.panel {
    --sidebar-width: 243px;
    --container-padding: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: var(--app-height);
}

.panel-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.panel-container {
    max-width: calc(1436px + (var(--container-padding, 32px) * 2));
    margin: 0 auto;
    padding: var(--container-padding, 32px);
    padding-left: 77px;
    padding-bottom: 64px;
    padding-top: 0;
}

.panel-fit {
    max-width: 1114px;
    margin: 0 auto;
    padding-top: 84px;
}

@media (max-width: 1199.98px) {
    .panel-container {
        padding-left: 36px;
        padding-right: 36px;
    }
}

@media (max-width: 991.98px) {
    .panel-fit {
        padding-top: 32px;
    }
}

@media (max-width: 767.98px) {
    .panel-container {
        padding-bottom: 32px;
    }
}

@media (max-width: 575.98px) {
    .panel-fit {
        padding-top: unset;
    }

    .panel-container {
        padding: 16px;
    }
}

.panel-sidebar {
    width: var(--sidebar-width);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    min-height: var(--app-height);
    max-height: var(--app-height);
    height: 100%;
    flex-direction: column;
    overflow: auto;
    position: sticky;
    top: 0;
    z-index: 4;
}

.panel-sidebar,
.panel-sidebar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.panel-sidebar__container {
    padding: 34px 0;
    flex-direction: column;
}

.panel-sidebar__logo {
    --statu-link-color: #fff;
    --statu-link-hover-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 36px;
    /* letter-zpacing: -0.03em; */
}

.panel-sidebar__logo img {
    height: 38px;
    width: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.panel-sidebar__wallet {
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#141a25), to(rgba(20, 26, 37, 0))), #141a25;
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0)), #141a25;
    border: 1px solid #1f2838;
    -webkit-box-shadow: 0 25px 50px rgba(10, 39, 83, 0.03);
    box-shadow: 0 25px 50px rgba(10, 39, 83, 0.03);
    border-radius: 500px;
    margin-left: auto;
    margin-right: auto;
    gap: 14px;
    width: 100%;
    padding: 7px;
    max-width: 150px;
    margin-bottom: 28px;
}

.panel-sidebar__wallet,
.panel-sidebar__wallet-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.panel-sidebar__wallet-icon {
    height: 32px;
    width: 32px;
    background: #8456ff;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.panel-sidebar__wallet-icon i {
    font-size: 20px;
    color: #fff;
}

.panel-sidebar__wallet-balance {
    font-weight: 600;
    font-size: 13px;
    overflow: hidden;
    line-height: 13px;
    color: #fff;
}

.panel-sidebar__list {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 55px;
}

.panel-sidebar__list,
.panel-sidebar__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    width: 100%;
}

.panel-sidebar__list a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 50px;
    /* letter-zpacing: -0.03em; */
}

.panel-sidebar__list a,
.panel-sidebar__list a svg {
    color: #767f93;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.panel-sidebar__list a svg {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 24px;
}

.panel-sidebar__list a.active,
.panel-sidebar__list a.active svg {
    color: #8456ff;
}

.panel-sidebar__list a.active:before {
    content: "";
    position: absolute;
    left: 0;
    background: #8456ff;
    -webkit-box-shadow: 0 0 25px #8455f6;
    box-shadow: 0 0 25px #8455f6;
    border-radius: 0 5px 5px 0;
    width: 6px;
    height: 30px;
}

.panel-sidebar__list a:hover,
.panel-sidebar__list a:hover svg {
    color: #8456ff;
}

.panel-sidebar__list a[data-notification]:after {
    content: attr(data-notification);
    background: #f55;
    border-radius: 100px;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    margin-left: auto;
}

.panel-sidebar-user {
    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;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 28px;
}

.panel-sidebar-user__profile {
    position: relative;
    height: 84px;
    width: 84px;
    background: #1c2330;
    border: 4px solid #2d384b;
    border-radius: 50%;
}

.panel-sidebar-user__profile-image {
    border-radius: 50%;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.panel-sidebar-user__profile-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-sidebar-user__profile-verified {
    position: absolute;
    bottom: -5px;
    right: -4px;
}

.panel-sidebar-user__profile-verified img {
    height: 32px;
    width: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-sidebar-user__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.panel-sidebar-status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 38px;
    max-width: 184px;
}

.panel-sidebar-status,
.panel-sidebar-status__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.panel-sidebar-status__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.panel-sidebar-status__header svg {
    color: #f55;
    font-size: 20px;
}

.panel-sidebar-status__header span {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
}

.panel-sidebar-status__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #767f93;
    /* letter-zpacing: -0.03em; */
    margin-bottom: 16px;
}

.panel-sidebar-status__price strong {
    font-weight: 600;
    font-size: 25px;
    line-height: 26px;
    color: #fff;
    /* letter-zpacing: -0.03em; */
}

.panel-sidebar-status__link {
    --statu-link-color: #fff;
    --statu-link-hover-color: #fff;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    /* letter-zpacing: -0.03em; */
}

.panel-sidebar-status__link,
.panel-sidebar-status__link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.panel-sidebar-status__link-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #f55;
}

.panel-sidebar-status__link-icon svg {
    font-size: 14px;
    color: #fff;
}

.panel-sidebar-status .progress {
    margin-bottom: 10px;
}

.panel-sidebar::-webkit-scrollbar {
    display: none;
}

@media (max-width: 1199.98px) {
    .panel-sidebar {
        position: fixed;
        background-color: #10151c;
        top: 0;
        left: 0;
        z-index: 10;
        -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: hidden;
        -webkit-box-shadow: 0 0 0 10000px transparent;
        box-shadow: 0 0 0 10000px transparent;
    }

    .panel-sidebar.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        -webkit-box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.3);
    }
}

.panel-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    padding: 19px var(--container-padding, 32px);
    padding-left: 77px;
}

.panel-header,
.panel-header__open {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.panel-header__open {
    height: 45px;
    width: 45px;
    background: rgba(132, 86, 255, 0.2);
    border-radius: 14px;
    display: none;
    outline: none;
    border: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.panel-header__open,
.panel-header__open * {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.panel-header__open * {
    font-size: 24px;
    color: #fff;
}

.panel-header__open:hover {
    background: rgba(132, 86, 255, 0.5);
}

.panel-header__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    color: #767f93;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* letter-zpacing: -0.03em; */
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.panel-header__actions {
    gap: 18px;
}

.panel-header__actions,
.panel-header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.panel-header__button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    padding: 4px 13px 4px 4px;
    min-width: 138px;
}

.panel-header__button-icon {
    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;
    height: 32px;
    width: 32px;
    margin: 3px;
    background: #8456ff;
    border-radius: 50%;
}

.panel-header__button-icon * {
    font-size: 20px;
    color: #fff;
}

.panel-header__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    gap: 15px;
}

.panel-header__profile-avatar {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #8456ff;
    overflow: hidden;
}

.panel-header__profile-avatar img {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.panel-header__profile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
}

.panel-header__profile-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.panel-header__profile-text {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #939393;
}

.panel-header__background {
    overflow: hidden;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.panel-header__background-map {
    position: absolute;
    left: -214px;
    top: -214px;
    width: 100%;
    max-width: 1558px;
    min-width: 1400px;
    z-index: 1;
}

.panel-header__background-dark {
    left: 100px;
    top: -78px;
    background: #10151c;
    width: 732px;
    z-index: 2;
}

.panel-header__background-dark,
.panel-header__background-light {
    position: absolute;
    -webkit-filter: blur(97.355px);
    filter: blur(97.355px);
    -webkit-transform: rotate(-2.62deg);
    transform: rotate(-2.62deg);
    height: 172px;
    border-radius: 50%;
}

.panel-header__background-light {
    left: -188px;
    top: 10px;
    background: #1c2634;
    width: 746px;
    z-index: 3;
}

@media (max-width: 1199.98px) {
    .panel-header {
        padding-left: var(--container-padding, 32px);
    }

    .panel-header__open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 991.98px) {
    .panel-header {
        gap: 18px;
    }

    .panel-header__button {
        padding: 0;
        min-width: unset;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    .panel-header__button-icon {
        height: 45px;
        width: 45px;
        margin: 0;
    }

    .panel-header__button:after,
    .panel-header__button:before {
        content: none;
    }
}

@media (max-width: 767.98px) {
    .panel-header__open {
        margin-right: auto;
    }

    .panel-header__title {
        display: none;
    }

    .panel-header__background-dark {
        left: 100px;
        top: -78px;
        width: 600px;
        height: 140px;
    }

    .panel-header__background-light {
        left: -200px;
        top: -30px;
        width: 600px;
        height: 140px;
    }
}

@media (max-width: 575.98px) {
    .panel-header {
        padding: 16px;
    }

    .panel-header__profile-content {
        display: none;
    }
}

.account {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.account,
.account-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.account-detail {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 54px;
}

.account-detail-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
}

.account-detail-user__avatar {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #1c2330;
    border: 2px solid #2d384b;
}

.account-detail-user__avatar-image {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.account-detail-user__avatar-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.account-detail-user__avatar-verified {
    position: absolute;
    height: 20px;
    width: 20px;
    right: -2px;
    bottom: -1px;
}

.account-detail-user__avatar-verified img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.account-detail-user__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.account-detail-user__content-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.account-detail-user__content-email {
    --statu-link-color: #767f93;
    --statu-link-hover-color: #767f93;
    font-weight: 600;
    font-size: 14px;
    /* letter-zpacing: -0.03em; */
    line-height: 16px;
}

.account-detail-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    padding: 9px 10px 9px 25px;
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 100px;
    max-width: 368px;
    width: 100%;
}

.account-detail-action__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.account-detail-action__button {
    gap: 13px;
    background: #8455f6;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    line-height: 31px;
    /* letter-zpacing: -0.03em; */
    padding: 7px 30px 7px 7px;
    border: none;
    outline: none;
    color: #fff;
}

.account-detail-action__button,
.account-detail-action__button-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-detail-action__button-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, 0.15);
}

.account-detail-action__button-icon * {
    font-size: 18px;
    color: #fff;
}

.account-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 42px;
}

.account-form__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.account-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}

.account-form:not(:last-child) {
    margin-bottom: 84px;
}

@media (max-width: 767.98px) {
    .account-detail {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 42px;
    }

    .account-detail-user {
        gap: 12px;
    }

    .account-form {
        gap: 24px;
    }

    .account-form:not(:last-child) {
        margin-bottom: 42px;
    }
}

.referral {
    gap: 20px;
}

.referral,
.referral-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.referral-detail {
    gap: 22px 20px;
}

.referral-detail__address {
    -webkit-box-flex: 8;
    -ms-flex: 8;
    flex: 8;
    gap: 20px;
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 15px;
    padding: 11px 12px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #767f93;
}

.referral-detail__address,
.referral-detail__address-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.referral-detail__address-button {
    background: #8456ff;
    border-radius: 10px;
    height: 48px;
    width: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    outline: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.referral-detail__address-button * {
    font-size: 24px;
    color: #fff;
}

.referral-detail__address-button:hover {
    background: #7542ff;
}

.referral-detail__item {
    gap: 15px;
    padding: 24px;
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 15px;
}

.referral-detail__item,
.referral-detail__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.referral-detail__item-icon {
    --statu-bg-opacity: 0.15;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.referral-detail__item-icon * {
    font-size: 18px;
}

.referral-detail__item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
}

.referral-detail__item--button {
    padding: 19px 24px;
}

.referral-detail__list {
    display: grid;
    gap: 30px;
}

.referral-detail__list--address {
    gap: 20px;
    grid-template-columns: auto 23% 23%;
}

.referral-detail__list--labels {
    grid-template-columns: repeat(4, auto);
}

.referral-detail__list--total {
    grid-template-columns: auto 66.6%;
}

.referral-content {
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 15px;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
}

.referral-content__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.referral-content__texts p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
    margin-bottom: 20px;
}

.referral-content__texts p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1449.98px) {
    .referral-detail__list {
        gap: 20px;
    }
}

@media (max-width: 991.98px) {
    .referral-detail__address {
        grid-column: span 2;
    }

    .referral-detail__list--address {
        grid-template-columns: 1fr 1fr;
    }

    .referral-detail__list--labels {
        grid-template-columns: repeat(2, 1fr);
    }

    .referral-detail__list--total {
        grid-template-columns: 1fr;
    }

    .referral-content {
        padding: 24px;
    }
}

@media (max-width: 767.98px) {
    .referral-detail {
        gap: 16px;
    }

    .referral-detail__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 575.98px) {
    .referral-detail__item {
        padding: 14px;
    }

    .referral-detail__item-text {
        line-height: 30px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .referral-detail__item--button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .referral-detail__item--button,
    .referral-detail__item--button .referral-detail__item-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .referral-detail__address {
        gap: 12px;
    }

    .referral-detail__address-button {
        height: 42px;
        width: 42px;
    }

    .referral-content {
        padding: 18px;
        gap: 14px;
    }

    .referral-content__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.childpanel {
    gap: 26px;
}

.childpanel,
.childpanel__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.childpanel__form {
    gap: 30px;
}

.childpanel__form-dual {
    --statu-gutter-x: 30px;
    --statu-gutter-y: 30px;
}

.childpanel-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.childpanel-accordion__item {
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 15px;
}

.childpanel-accordion__button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 20px 20px 20px 32px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.childpanel-accordion__button,
.childpanel-accordion__button-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.childpanel-accordion__button-icon * {
    font-size: 24px;
    color: #fff;
}

.childpanel-accordion__button:not(.collapsed) {
    font-size: 25px;
    line-height: 30px;
    padding: 40px;
}

.childpanel-accordion__button:not(.collapsed) .childpanel-accordion__button-icon {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.childpanel-accordion__button:not(.collapsed) .childpanel-accordion__button-icon * {
    font-size: 36px;
}

.childpanel-accordion__body {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
    padding: 0 40px 40px;
}

@media (max-width: 767.98px) {
    .childpanel-accordion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    .childpanel-accordion__button {
        padding: 24px 16px 24px 24px;
    }

    .childpanel-accordion__button:not(.collapsed) {
        font-size: 16px;
        line-height: 26px;
        padding: 24px 16px 24px 24px;
    }

    .childpanel-accordion__button:not(.collapsed) .childpanel-accordion__button-icon * {
        font-size: 24px;
    }

    .childpanel-accordion__body {
        padding: 0 16px 24px 24px;
    }
}

@media (max-width: 575.98px) {
    .childpanel {
        gap: 16px;
    }

    .childpanel__form {
        gap: 14px;
    }

    .childpanel__form-dual {
        --statu-gutter-x: 14px;
        --statu-gutter-y: 14px;
    }

    .childpanel-accordion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    .childpanel-accordion__item {
        border-radius: 15px;
    }

    .childpanel-accordion__button,
    .childpanel-accordion__button:not(.collapsed) {
        padding: 18px 16px 18px 18px;
        font-size: 14px;
        line-height: 26px;
    }

    .childpanel-accordion__button:not(.collapsed) .childpanel-accordion__button-icon * {
        font-size: 24px;
    }

    .childpanel-accordion__body {
        font-weight: 600;
        font-size: 14px;
        line-height: 25px;
        padding: 0 16px 18px 18px;
    }
}

.childpanel-orders__header {
    margin-bottom: 40px;
}

.childpanel-orders__banner {
    margin-bottom: 20px;
}

.childpanel-orders__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.childpanel-orders-item,
.childpanel-orders__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.childpanel-orders-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 51px;
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 15px;
    padding: 18px 12px 18px 36px;
}

.childpanel-orders-item__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.childpanel-orders-item__date {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
    gap: 12px;
}

.childpanel-orders-item__actions,
.childpanel-orders-item__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.childpanel-orders-item__actions {
    margin-left: auto;
    gap: 15px;
}

.childpanel-orders-item__detail-title {
    display: none;
    font-size: 12px;
    line-height: 1;
    color: #767f93;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .childpanel-orders__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .childpanel-orders-item {
        padding: 16px;
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 12px;
    }

    .childpanel-orders-item__actions {
        margin-left: unset;
    }

    .childpanel-orders-item__date {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 6px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .childpanel-orders-item__detail-title {
        display: inline;
    }
}

@media (max-width: 767.98px) {
    .childpanel-orders__header {
        margin-bottom: 24px;
    }

    .childpanel-orders__list {
        grid-template-columns: 1fr;
    }
}

.addfunds {
    gap: 36px;
}

.addfunds,
.addfunds-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.addfunds-history {
    gap: 18px;
}

.addfunds-history-item {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    grid-template-columns: 5.5% 14% 1fr 95px;
    padding: 11px 12px 11px 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 10px;
}

.addfunds-history-item__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.addfunds-history-item__detail-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #767f93;
    display: none;
}

.addfunds-history-item__detail-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.addfunds-history-item__detail-text img {
    width: 100%;
    height: 14px;
    -o-object-position: left center;
    object-position: left center;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.addfunds-history-heading {
    padding: 17px 12px 17px 24px;
}

.addfunds-form {
    gap: 15px;
}

.addfunds-form,
.addfunds-form__selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.addfunds-form__selector {
    gap: 14px;
}

.addfunds-form__selector-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.addfunds-form__selector-list {
    gap: 16px;
}

.addfunds-form__selector-button,
.addfunds-form__selector-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.addfunds-form__selector-button {
    gap: 10px;
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 10px;
    padding: 15px;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.addfunds-form__selector-check:checked+.addfunds-form__selector-button {
    color: #fff;
    border-color: #8456ff;
}

.addfunds-form__input {
    padding: 20px;
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.addfunds-form__input-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
}

.addfunds-form__input-balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}

.addfunds-form__input-balance input,
.addfunds-form__input-balance label {
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
}

.addfunds-form__input-balance input {
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
}

.addfunds-form__input-balance input::-webkit-inner-spin-button,
.addfunds-form__input-balance input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.addfunds-form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.addfunds-form__actions button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 767.98px) {
    .addfunds {
        gap: 18px;
    }

    .addfunds-history {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .addfunds-history-item {
        padding: 14px 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .addfunds-history-item__detail-title {
        display: inline;
    }

    .addfunds-history-heading {
        display: none;
    }

    .addfunds-form {
        gap: 16px;
    }

    .addfunds-form__selector-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .addfunds-form__selector-button {
        font-size: 16px;
        line-height: 18px;
    }

    .addfunds-form__input {
        gap: 8px;
    }

    .addfunds-form__input-balance input,
    .addfunds-form__input-balance label {
        font-size: 20px;
        line-height: 24px;
    }

    .addfunds-form__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    .addfunds-form__actions button {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .addfunds-history {
        grid-template-columns: 1fr;
    }

    .addfunds-form__input {
        border-radius: 10px;
        padding: 16px;
    }

    .addfunds-form__input-balance input,
    .addfunds-form__input-balance label {
        font-size: 18px;
        line-height: 20px;
    }
}

.orders {
    gap: 46px;
    padding-top: 40px;
}

.orders,
.orders-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.orders-list {
    gap: 26px;
}

.orders-item {
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 15px;
}

.orders-item-main {
    display: grid;
    grid-template-columns: minmax(auto, 98px) minmax(auto, 262px) minmax(auto, 362px) 20px auto minmax(auto, 180px);
    gap: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #1f2838;
}

.orders-item-detail {
    padding: 22px 30px;
    gap: 34px;
}

.orders-item-detail,
.orders-item-detail__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.orders-item-detail__item {
    gap: 8px;
}

.orders-item-detail__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.orders-item-detail__item-icon * {
    font-size: 35px;
    color: #767f93;
}

.orders-item-detail__item-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
}

.orders-item-detail__item-value {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}

.orders-item-detail__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background: #181f2c;
    border: 1px solid #1f2838;
    border-radius: 15px;
    padding: 18px 25px;
    color: #fff;
    margin-left: auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
    max-width: 164px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.orders-item-detail__button * {
    font-size: 24px;
    color: #fff;
}

.orders-item-detail__button:hover {
    background: #1c2433;
}

.orders-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.orders-item__content-title {
    display: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
}

.orders-item__content--id {
    background: #8456ff;
    border: 1px solid #9d79ff;
    border-radius: 10px;
    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;
    padding: 14px;
}

.orders-item__content--id .orders-item__content-text {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    white-space: normal;
    word-break: break-all;
}

.orders-item__content--id .orders-item__content-text,
.orders-item__content--title .orders-item__content-text {
    -webkit-box-orient: vertical;
    font-weight: 600;
    /* letter-zpacing: -0.03em; */
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.orders-item__content--title .orders-item__content-text {
    font-size: 14px;
    line-height: 25px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.orders-item__content--date .orders-item__content-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.orders-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background: #181f2c;
    border: 1px solid #1f2838;
    border-radius: 15px;
    padding: 20px 18px;
    max-width: 314px;
    width: 100%;
    margin: 0 auto;
}

.orders-item__link-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #767f93;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.orders-item__link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.orders-item__link-icon * {
    font-size: 24px;
    color: #767f93;
}

.orders-item__dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #767f93;
    margin: 0 auto;
}

.orders-item__state {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
    border-radius: 15px;
    height: 60px;
}

.orders-item__actions,
.orders-item__state {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.orders-item__actions {
    gap: 12px;
}

.orders-item__button {
    display: none;
    background: #181f2c;
    border: none;
    outline: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
    border-radius: 10px;
    height: 40px;
    width: 100%;
}

@media (max-width: 1449.98px) {
    .orders-item-main {
        display: grid;
        grid-template-columns: minmax(auto, 98px) minmax(auto, 262px) minmax(auto, 260px) 20px auto minmax(auto, 140px);
        gap: 16px;
        padding: 20px;
    }

    .orders-item-detail {
        gap: 20px;
        padding: 20px;
    }

    .orders-item-detail__item {
        gap: 6px;
    }

    .orders-item-detail__item-icon * {
        font-size: 30px;
    }

    .orders-item__content--date .orders-item__content-text {
        font-size: 14px;
        line-height: 16px;
    }

    .orders-item__link {
        gap: 12px;
    }

    .orders-item__link-icon * {
        font-size: 20px;
    }
}

@media (max-width: 1199.98px) {
    .orders-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
    }

    .orders-item-main {
        padding: 16px;
        gap: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
    }

    .orders-item-detail {
        display: none;
    }

    .orders-item__content {
        width: 100%;
    }

    .orders-item__content-title {
        display: inline;
    }

    .orders-item__content--id {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        background: none;
        border: none;
        width: 100%;
    }

    .orders-item__content--id .orders-item__content-text {
        font-size: 14px;
        line-height: 18px;
        border-radius: 10px;
        display: inline;
    }

    .orders-item__content--title .orders-item__content-text {
        display: inline;
        padding-bottom: 10px;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
        border-bottom: 1px solid #1f2838;
    }

    .orders-item__state {
        height: 40px;
        border-radius: 10px;
    }

    .orders-item__actions {
        margin-top: 8px;
    }

    .orders-item__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .orders-item__dot,
    .orders-item__link {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .orders {
        gap: 16px;
        padding-top: 32px;
    }

    .orders-list {
        gap: 16px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    .orders-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .orders {
        padding-top: 0;
    }
}

.services {
    gap: 44px;
    padding-top: 40px;
}

.services,
.services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.services-list {
    gap: 15px;
}

.services-item__button {
    gap: 13px;
    background: #141a25;
    border: 1px solid #1f2838;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 15px 25px 15px 12px;
    width: 100%;
}

.services-item__button,
.services-item__button-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-item__button-icon {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #8456ff;
    justify-content: center;
}

.services-item__button-icon * {
    font-size: 18px;
}

.services-item__button-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.services-item__button-arrow {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.services-item__button-arrow * {
    font-size: 24px;
    color: #767f93;
}

.services-item__button:not(.collapsed) .services-item__button-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.services-table {
    background: #141a25;
    border: 1px solid #1f2838;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    margin-top: 16px;
    overflow: hidden;
}

.services-table__header {
    padding: 20px 34px;
    border-bottom: 1px solid #1f2838;
}

.services-table__header span {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.services-table__item {
    padding: 17px 26px;
}

.services-table__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.services-table__item-content--id {
    max-width: 63px;
}

.services-table__item-tag {
    display: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #767f93;
}

.services-table__item-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.services-table__item:not(:last-child) {
    border-bottom: 1px solid #1f2838;
}

.services-table__item:nth-child(2n) {
    background: rgba(25, 33, 47, 0.7);
}

.services-table__header,
.services-table__item {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 1fr 120px 8fr 129px 156px 5fr 116px;
    gap: 20px;
}

@media (max-width: 1449.98px) {

    .services-table__header,
    .services-table__item {
        display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-template-columns: 1fr 4fr 8fr 100px 156px 5fr 116px;
        gap: 20px;
    }

    .service-fav-mobile {
        display: none;
    }

    .service-fav {
        display: block;
    }

    .bs-fav-btn {
        border-radius: 45px;
        background: #141a25;
        border: 1px solid #232c3c;
        padding: 7px;
        color: white;
        margin-top: 0px;
    }
}

@media (max-width: 991.98px) {
    .bs-fav-btn {
        border-radius: 45px;
        background: #141a25;
        border: 1px solid #232c3c;
        padding: 10px;
        color: white;
        margin-top: 10px;
    }

    .service-fav-mobile {
        display: block;
    }

    .service-fav {
        display: none;
    }

    .services {
        gap: 15px;
    }

    .services-table {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        background: transparent;
        border: none;
    }

    .services-table__header {
        display: none;
    }

    .services-table__item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        /* -webkit-box-orient: vertical; */
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 16px;
        gap: 12px;
        background: #141a25;
        border: 1px solid #1f2838;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        overflow: hidden;
    }

    .services-table__item-content:not(:nth-last-child(3), :nth-last-child(4)) {
        grid-column: span 2;
    }

    .services-table__item-content--id {
        max-width: unset;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .services-table__item-tag {
        display: inline;
    }

    .services-table__item .btn {
        margin-top: 8px;
        width: 100%;
        grid-column: span 1;
    }

    .services-table__item:nth-child(2n) {
        background: #141a25;
    }
}

@media (max-width: 767.98px) {
    .services {
        padding-top: 32px;
    }

    .services-table {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .services {
        padding-top: 0;
    }
}

.ticket {
    gap: 40px;
}

.ticket,
.ticket-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ticket-history {
    gap: 32px;
}

.ticket-history__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
}

.ticket-history-item {
    display: grid;
    grid-template-columns: 64px 100px auto 110px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 10px;
    padding: 22px 24px;
}

.ticket-history-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
}

.ticket-history-item__tag {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #767f93;
}

.ticket-history-item__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.ticket-history-item__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 42px;
}

.ticket-history-item__status .status {
    width: 100%;
}

.ticket-history-item__content--short .ticket-history-item__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.ticket__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 26px;
}

.ticket__form-radios {
    --statu-gutter-x: 27px;
    --statu-gutter-y: 27px;
}

.ticket-support {
    padding-top: 86px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
}

.ticket-support,
.ticket-support-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ticket-support-heading {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 14px;
}

.ticket-support-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-right: auto;
}

.ticket-support-user__avatar {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 50px;
    width: 50px;
    background: #1c2330;
    border: 2px solid #2d384b;
    border-radius: 50%;
}

.ticket-support-user__avatar-image {
    overflow: hidden;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.ticket-support-user__avatar-image img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.ticket-support-user__avatar-verified {
    position: absolute;
    height: 20px;
    width: 20px;
    right: -2px;
    bottom: -1px;
}

.ticket-support-user__avatar-verified img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.ticket-support-user__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.ticket-support-user__content-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.ticket-support-user__content-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
}

.ticket-support-state {
    background: #141a25;
    border: 1px solid #1f2838;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    padding: 9px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}

.ticket-support-state,
.ticket-support-state__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ticket-support-state__name {
    gap: 12px;
}

.ticket-support-state__name-icon {
    height: 30px;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    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;
    background: rgba(118, 127, 147, 0.15);
    border-radius: 50%;
}

.ticket-support-state__name-icon * {
    font-size: 18px;
    color: #767f93;
}

.ticket-support-state__name-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.ticket-support-info {
    width: 100%;
    min-height: 538px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#141a25), to(rgba(20, 26, 37, 0))), #141a25;
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0)), #141a25;
    border: 1px solid #1f2838;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    padding: 52px 40px;
}

.ticket-support-info,
.ticket-support-info__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ticket-support-info__hero {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 177px;
    width: 177px;
    border-radius: 50%;
    margin-left: -16px;
    margin-top: -15px;
    background: linear-gradient(176.87deg, #8456ff 2.33%, #ab56ff 88.77%), #141a25;
    z-index: 2;
}

.ticket-support-info__hero-icon {
    z-index: 3;
}

.ticket-support-info__hero-icon * {
    font-size: 72px;
    color: #fff;
}

.ticket-support-info__hero img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 602px;
    width: 602px;
}

.ticket-support-info__hero:before {
    background: linear-gradient(176.87deg, #8456ff 2.33%, #ab56ff 88.77%), #141a25;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: 0;
}

.ticket-support-info__hero:after,
.ticket-support-info__hero:before {
    position: absolute;
    content: "";
    height: 177px;
    width: 177px;
    border-radius: 50%;
}

.ticket-support-info__hero:after {
    background: linear-gradient(176.87deg, #384664 2.33%, #384664 85.77%), #384664;
    opacity: 0.2;
    z-index: 1;
}

.ticket-support-info__hero--wide {
    top: 12px;
    right: 3px;
}

.ticket-support-info__content {
    z-index: 5;
    margin-top: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ticket-support-info__content-badge {
    margin-bottom: 20px;
}

.ticket-support-info__content-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
    margin-bottom: 10px;
}

.ticket-support-info__content-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
    max-width: 328px;
}

.ticket-support-info:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -8px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28.59%, rgba(24, 31, 43, 0)), color-stop(59.1%, #181f2b));
    background: linear-gradient(180deg, rgba(24, 31, 43, 0) 28.59%, #181f2b 59.1%);
    width: 484px;
    height: 336px;
    z-index: 3;
}

.ticket-support-chat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.ticket-support-chat,
.ticket-support-chat__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
}

.ticket-support-chat__action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ticket-support-chat__action button {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.ticket-support-chat__action input {
    height: 60px;
}

.ticket-support-chat__container {
    position: relative;
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 15px;
    min-height: 442px;
    height: 100%;
    overflow: hidden;
}

.ticket-support-chat__content {
    position: absolute;
    padding: 36px 26px 36px 40px;
    right: 4px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    overflow-y: scroll;
}

.ticket-support-chat__box,
.ticket-support-chat__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ticket-support-chat__box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    max-width: 51%;
    min-width: 20%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ticket-support-chat__box-detail {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #767f93;
}

.ticket-support-chat__box-detail,
.ticket-support-chat__box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 26px;
    /* letter-zpacing: -0.03em; */
}

.ticket-support-chat__box-text {
    font-weight: 600;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 15px;
    padding: 12px 16px;
}

.ticket-support-chat__box--user,
.ticket-support-chat__box--user .ticket-support-chat__box-detail {
    margin-left: auto;
}

.ticket-support-chat__box--user .ticket-support-chat__box-text {
    background: rgba(118, 127, 147, 0.15);
}

.ticket-support-chat__box--support {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.ticket-support-chat__box--support .ticket-support-chat__box-text {
    background-color: #8456ff;
}

@media (max-width: 1449.98px) {
    .ticket-support-info {
        padding: 42px 24px;
    }

    .ticket-support-chat,
    .ticket-support-chat__action {
        gap: 16px;
    }
}

@media (max-width: 991.98px) {

    .ticket,
    .ticket__form {
        gap: 16px;
    }

    .ticket__form-radios {
        --statu-gutter-x: 16px;
        --statu-gutter-y: 16px;
    }

    .ticket-support-heading {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ticket-support-user {
        width: 100%;
    }

    .ticket-support-chat__box {
        max-width: 70%;
    }
}

@media (max-width: 767.98px) {
    .ticket-history {
        gap: 16px;
    }

    .ticket-history__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .ticket-history-item {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 14px;
        padding: 16px;
    }

    .ticket-history-item__content {
        gap: 8px;
    }

    .ticket-history-item__content--short {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .ticket-history-item__status {
        margin-top: 8px;
    }

    .ticket-support {
        gap: 16px;
        padding-top: 32px;
    }

    .ticket-support-chat__box {
        max-width: 70%;
    }

    .ticket-support-chat__content {
        gap: 12px;
        padding: 24px 14px 24px 28px;
    }

    .ticket-support-chat__action {
        gap: 8px;
    }

    .ticket-support-chat__action button {
        padding: 20px;
        min-width: unset;
    }
}

@media (max-width: 575.98px) {
    .ticket-history__list {
        grid-template-columns: 1fr;
    }

    .ticket-support {
        padding-top: 0;
    }

    .ticket-support-chat__box {
        max-width: 80%;
    }

    .ticket-support-chat__box-text {
        padding: 8px 12px;
    }

    .ticket-support-chat__content {
        padding: 16px 6px 16px 20px;
    }

    .ticket-support-state {
        gap: 14px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.home-heading {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.home-heading__title {
    font-weight: 700;
    font-size: 35px;
    line-height: 56px;
    text-align: center;
    /* letter-zpacing: -0.04em; */
    color: #fff;
}

.home-heading__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
    max-width: 670px;
}

@media (max-width: 1199.98px) {
    .home-heading {
        gap: 20px;
    }

    .home-heading__title {
        font-size: 32px;
        line-height: 48px;
    }
}

@media (max-width: 767.98px) {
    .home-heading {
        gap: 16px;
    }

    .home-heading__title {
        font-size: 28px;
        line-height: 32px;
    }
}

.new-order {
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
}

.new-order-progress {
    --statu-gutter-x: 20px;
    --statu-gutter-y: 20px;
}

.new-order-card {
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#141a25), to(rgba(20, 26, 37, 0))), #141a25;
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0)), #141a25;
    border: 1px solid #1f2838;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.new-order-card__name {
    gap: 12px;
}

.new-order-card__name,
.new-order-card__name-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-order-card__name-icon {
    --statu-bg-opacity: 0.15;
    height: 30px;
    width: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.new-order-card__name-icon * {
    font-size: 18px;
}

.new-order-card__name-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.new-order-card__progress {
    position: relative;
    background: #1f2838;
    border-radius: 10px;
    width: 100%;
    height: 2px;
}

.new-order-card__progress-bar {
    position: absolute;
    height: 2px;
    width: var(--order-progress);
    border-radius: 10px;
}

.new-order-card__progress-bar--primary {
    background: -webkit-gradient(linear, left top, right top, from(#ab56ff), color-stop(55.23%, #8456ff), color-stop(108.2%, #8456ff));
    background: linear-gradient(90deg, #ab56ff, #8456ff 55.23%, #8456ff 108.2%);
}

.new-order-card__progress-bar--orange {
    background: -webkit-gradient(linear, left top, right top, from(#ff7455), color-stop(55.23%, #f55), color-stop(108.2%, #f55));
    background: linear-gradient(90deg, #ff7455, #f55 55.23%, #f55 108.2%);
}

.new-order-card__progress-bar--aqua {
    background: -webkit-gradient(linear, left top, right top, from(#00d1ff), color-stop(55.23%, #0094ff), color-stop(108.2%, #0094ff));
    background: linear-gradient(90deg, #00d1ff, #0094ff 55.23%, #0094ff 108.2%);
}

.new-order-card__progress-bar--yellow {
    background: -webkit-gradient(linear, left top, right top, from(#ffc148), color-stop(55.23%, #ffc148), color-stop(108.2%, #ff6948));
    background: linear-gradient(90deg, #ffc148, #ffc148 55.23%, #ff6948 108.2%);
}

.new-order-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
}

.new-order-card__content-value {
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.new-order-card__content-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
}

.new-order-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new-order-list {
    --statu-gutter-x: 66px;
    --statu-gutter-y: 48px;
}

.new-order-details {
    gap: 20px;
}

.new-order-details,
.new-order-details__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.new-order-details__list {
    gap: 15px;
    width: 100%;
}

.new-order-details__list--dual {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.new-order-details__item,
.new-order-details__list--dual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-order-details__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    padding: 14px;
    background: #141a25;
    border: 1px solid #1f2838;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.new-order-details__item-content {
    -ms-flex-align: center;
    gap: 16px;
}

.new-order-details__item-content,
.new-order-details__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.new-order-details__item-icon {
    --statu-bg-opacity: 0.15;
    height: 30px;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 50%;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.new-order-details__item-icon * {
    font-size: 18px;
}

.new-order-details__item-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    /* letter-zpacing: -0.03em; */
    white-space: nowrap;
    color: #fff;
}

.new-order-details__item-description {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    word-break: break-all;
    color: #fff;
}

.new-order-details__item--wide {
    padding: 12px;
}

.new-order-form {
    gap: 32px;
}

.new-order-form,
.new-order-form__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.new-order-form__list {
    gap: 25px;
}

.new-order-form__actions {
    width: 100%;
    gap: 20px;
}

.new-order-form__actions,
.new-order-form__actions-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-order-form__actions-detail {
    padding: 14px;
    background: #141a25;
    border: 1px solid #1f2838;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 15px;
    overflow: hidden;
    white-space: nowrap;
    gap: 14px;
}

.new-order-form__actions-detail i {
    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;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: rgba(132, 86, 255, 0.15);
}

.new-order-form__actions-detail i * {
    font-size: 18px;
}

.new-order-form__actions-detail span {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
    overflow: hidden;
}

.new-order-dropdown {
    width: 100%;
}

.new-order-dropdown__option {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 4px 0;
}

.new-order-dropdown__option--wide {
    padding: 8px 0;
}

.new-order-dropdown__option:not(:last-child) {
    margin-bottom: 3px;
}

.new-order-dropdown__label {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #fff !important;
    padding: 5px 10px;
    background: #8456ff;
    border-radius: 100px;
}

.new-order-dropdown__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    line-clamp: 1;
    margin-left: 10px
}

.new-order-dropdown__icon {
    height: 30px;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    color: white;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(28 37 50);
}

.new-order-dropdown__icon * {
    font-size: 18px;
}

.new-order-dropdown .select2,
.new-order-dropdown .select2-selection {
    width: 100% !important;
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-order-dropdown .select2-selection {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #141a25 !important;
    border: 1px solid #1f2838 !important;
    border-radius: 15px !important;
    padding: 13px 20px 13px 12px;
}

.new-order-dropdown .select2-selection__arrow {
    position: static !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='25'%3E%3Cpath fill='%23D9D9D9' d='M.745.888h24v24h-24z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='M12.745 15.888l-5-5h10l-5 5z' fill='%23767F93'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.new-order-dropdown .select2-selection__arrow b {
    display: none;
}

.new-order-dropdown .select2-selection__rendered {
    padding: 0 !important;
}

.new-order-dropdown .select2-selection__rendered span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1px;
}

.new-order-dropdown .select2 .selection {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1199.98px) {
    .new-order {
        gap: 32px;
    }

    .new-order-list {
        --statu-gutter-y: 32px;
    }

    .new-order-socials {
        gap: 12px;
        overflow: auto;
        white-space: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 calc(var(--container-padding) * -1);
        padding: 0 var(--container-padding);
        padding-bottom: 4px;
    }

    .new-order-form__actions,
    .new-order-form__list {
        gap: 16px;
    }
}

@media (max-width: 991.98px) {
    .new-order {
        gap: 24px;
    }

    .new-order-list {
        --statu-gutter-y: 24px;
    }
}

@media (max-width: 767.98px) {
    .new-order {
        padding-top: 32px;
    }

    .new-order-progress {
        --statu-gutter-x: 16px;
        --statu-gutter-y: 16px;
    }

    .new-order-card {
        border-radius: 10px;
    }

    .new-order-details {
        gap: 16px;
    }

    .new-order-details__item {
        border-radius: 10px;
        width: 100%;
    }

    .new-order-details__item--wide {
        padding: 14px;
    }

    .new-order-details__list--dual {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .new-order-form {
        gap: 16px;
    }

    .new-order-form__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .new-order-dropdown {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .new-order {
        padding-top: 0;
    }

    .new-order-socails {
        margin: 0 -16px;
        padding: 0 16px 4px;
    }

    .new-order-details__item {
        padding: 12px;
        gap: 14px;
    }

    .new-order-details__item-content {
        gap: 8px;
    }

    .new-order-details__item-icon {
        height: 32px;
        width: 32px;
    }

    .new-order-details__item-icon * {
        font-size: 16px;
    }

    .new-order-details__item-title {
        font-size: 16px;
        line-height: 18px;
    }

    .new-order-details__item--link {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .new-order-details__item--link .bullet {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }
}

.trustpilot {
    gap: 30px;
}

.trustpilot,
.trustpilot-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.trustpilot-brand {
    gap: 14px;
}

.trustpilot-brand__logo svg {
    font-size: 43px;
    color: #8456ff;
}

.trustpilot-brand__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.trustpilot-brand__tag {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    /* letter-zpacing: -0.03em; */
    color: hsla(0, 0%, 100%, 0.25);
}

.trustpilot-brand__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.trustpilot-rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.trustpilot-rating,
.trustpilot-rating__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.trustpilot-rating__stars {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.trustpilot-rating__stars svg {
    font-size: 16px;
    color: #ff8a16;
}

.trustpilot-rating__total {
    font-weight: 600;
    font-size: 14px;
    /* letter-zpacing: -0.03em; */
    line-height: 20px;
    color: #fff;
}

.trustpilot-label {
    gap: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 14px 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    background: #141a25;
    border: 1px solid #1f2838;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 100px;
}

.trustpilot-label,
.trustpilot-label__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.trustpilot-label__title {
    gap: 12px;
    font-size: 17px;
}

.trustpilot-label__title-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.trustpilot-label__title-icon * {
    color: #00b67a;
    font-size: 20px;
}

.trustpilot-label__review {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #ff8700;
}

@media (max-width: 575.98px) {
    .trustpilot-label {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 10px;
        padding: 16px;
    }

    .trustpilot-label,
    .trustpilot-label__title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
    }

    .trustpilot-label__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
    }

    .trustpilot-label__title-icon * {
        font-size: 22px;
    }

    .trustpilot-label__review {
        font-weight: 700;
        font-size: 16px;
        line-height: 25px;
        color: #ff8700;
    }
}

.heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.heading,
.heading-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.heading-title {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 23px;
}

.heading-title__text {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.heading-title .icon {
    font-size: 35px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #8456ff;
}

@media (max-width: 767.98px) {
    .heading {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .heading-title {
        gap: 12px;
    }

    .heading-title__text {
        font-size: 22px;
        line-height: 26px;
    }

    .heading-title .icon {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    .heading-title {
        gap: 10px;
    }

    .heading-title__text {
        font-size: 18px;
        line-height: 24px;
    }

    .heading-title .icon {
        font-size: 28px;
    }
}

.banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 34px 40px;
    background: radial-gradient(158.49% 128.49% at 46.95% -63.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#141a25), to(rgba(20, 26, 37, 0))), #141a25;
    background: radial-gradient(158.49% 128.49% at 46.95% -63.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0)), #141a25;
    border: 1px solid #1f2838;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.banner,
.banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
}

.banner__content-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.banner__content-text {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
    margin-top: 10px;
}

.banner__content-actions {
    gap: 8px;
    margin-top: 28px;
}

.banner__content-actions,
.banner__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner__hero {
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 177px;
    width: 177px;
    border-radius: 50%;
    right: -8px;
    top: -13px;
    background: linear-gradient(176.87deg, #8456ff 2.33%, #ab56ff 88.77%), #141a25;
    z-index: 1;
}

.banner__hero .icon {
    font-size: 86px;
    color: #fff;
    z-index: 3;
}

.banner__hero img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 602px;
    width: 602px;
}

.banner__hero:before {
    background: linear-gradient(176.87deg, #8456ff 2.33%, #ab56ff 88.77%), #141a25;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: 0;
}

.banner__hero:after,
.banner__hero:before {
    position: absolute;
    content: "";
    height: 177px;
    width: 177px;
    border-radius: 50%;
}

.banner__hero:after {
    background: linear-gradient(176.87deg, #384664 2.33%, #384664 85.77%), #384664;
    opacity: 0.2;
    z-index: 1;
}

.banner__hero--wide {
    top: 12px;
    right: 3px;
}

@media (max-width: 767.98px) {
    .banner {
        padding: 24px;
    }

    .banner,
    .banner__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .banner__hero {
        background: transparent;
    }

    .banner__hero .icon {
        display: none;
    }

    .banner__hero:after {
        content: none;
    }

    .banner__hero:before {
        opacity: 0.5;
    }
}

@media (max-width: 767.98px) {
    .banner {
        padding: 24px 12px;
    }

    .banner__content-title {
        font-size: 16px;
        line-height: 18px;
    }

    .banner__content-text {
        font-size: 14px;
        line-height: 16px;
    }

    .banner__content-actions {
        margin-top: 12px;
    }
}

.status {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    /* letter-zpacing: -0.03em; */
    color: #fff !important;
    /*-webkit-backdrop-filter: blur(10px);*/
    /*backdrop-filter: blur(10px);*/
    border-radius: 100px;
    text-align: center;
    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;
    background-color: #181f2c;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
}

.status--xs {
    padding: 8px 10px;
    line-height: 14px;
}

.status--sm {
    padding: 10px 22px;
    line-height: 15px;
}

.status--md {
    padding: 12px 25px;
}

.status--lg {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 25px;
}

.social {
    --statu-link-color: #fff;
    --statu-link-hover-color: #fff;
    color: #fff;
    gap: 12px;
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#141a25), to(rgba(20, 26, 37, 0))), #141a25;
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0)), #141a25;
    border: 1px solid #1f2838;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    /* letter-zpacing: -0.03em; */
    padding: 7px 30px 7px 7px;
}

.social,
.social-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.social-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(132, 86, 255, 0.15);
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.social-icon * {
    font-size: 18px;
    color: #8456ff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.social:hover,
.social.active {
    border-color: #8456ff;
    background: #8456ff;
}

.social:hover .social-icon,
.social.active .social-icon {
    background: hsla(0, 0%, 100%, 0.15);
}

.social:hover .social-icon *,
.social.active .social-icon * {
    color: #fff;
}

.filter {
    gap: 34px;
}

.filter,
.filter-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.filter-input {
    height: 50px;
}

.filter-input input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #141a25;
    border: 1px solid #1f2838;
    border-right: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 100px 0 0 100px;
    padding-left: 24px;
    width: 100%;
    height: 100%;
    max-width: 500px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    /* letter-zpacing: -0.03em; */
    outline: none;
    color: #fff;
}

.filter-input input::-webkit-input-placeholder {
    color: #767f93;
}

.filter-input input::-moz-placeholder {
    color: #767f93;
}

.filter-input input::-ms-input-placeholder {
    color: #767f93;
}

.filter-input input::placeholder {
    color: #767f93;
}

.filter-input button {
    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;
    background: #8456ff;
    border-radius: 0 100px 100px 0;
    border: 1px solid transparent;
    outline: none;
    width: 56px;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.filter-input button * {
    font-size: 20px;
    color: #fff;
}

.filter-input button:hover {
    background: #7542ff;
}

.filter-input--free input {
    max-width: unset;
}

@media (max-width: 767.98px) {
    .filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 16px;
    }
}

@media (max-width: 767.98px) {
    .filter-input input {
        padding-left: 12px;
        border-radius: 10px 0 0 10px;
        max-width: unset;
    }

    .filter-input button {
        border-radius: 0 10px 10px 0;
    }
}

.bullet {
    --statu-bg-opacity: 0.15;
    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;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* letter-zpacing: -0.03em; */
    padding: 9px 25px;
    min-width: 115px;
    color: #767f93;
    background-color: rgba(118, 127, 147, 0.15);
    border-radius: 100px;
    text-align: center;
}

.bullet span {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 575.98px) {
    .bullet {
        padding: 9px 14px;
    }
}

.funds-dropdown__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 22px 22px 22px 0;
}

.funds-dropdown__brand {
    height: 35px;
    width: 85px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.funds-dropdown__brand img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.funds-dropdown__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    white-space: normal;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.funds-dropdown__item {
    padding-right: 22px;
    text-transform: none;
    overflow: hidden;
}

.funds-dropdown__button:hover .funds-dropdown__title {
    color: #8456ff;
}

.funds-dropdown {
    width: 100%;
}

.funds-dropdown .select2,
.funds-dropdown .select2-selection {
    width: 100% !important;
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.funds-dropdown .select2-selection {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #141a25 !important;
    border: 1px solid #1f2838 !important;
    border-radius: 10px !important;
    padding: 11px 18px 11px 6px;
}

.funds-dropdown .select2-selection__arrow {
    position: static !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='25'%3E%3Cpath fill='%23D9D9D9' d='M.745.888h24v24h-24z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='M12.745 15.888l-5-5h10l-5 5z' fill='%23767F93'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.funds-dropdown .select2-selection__arrow b {
    display: none;
}

.funds-dropdown .select2-selection__rendered {
    padding: 0 !important;
}

.funds-dropdown .select2-selection__rendered span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.funds-dropdown .select2 .selection {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 575.98px) {
    .funds-dropdown__button {
        padding: 14px 0;
    }

    .funds-dropdown__item {
        padding-right: 0;
    }

    .funds-dropdown__button .funds-dropdown__brand {
        display: none;
    }
}

.heading-label {
    gap: 16px;
    padding: 10px 20px 10px 10px;
    background: #141a25;
    -webkit-box-shadow: 0 0 0 1px #1f2838;
    box-shadow: 0 0 0 1px #1f2838;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 100px;
}

.heading-label,
.heading-label__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-label__icon {
    background: linear-gradient(176.87deg, #8456ff 2.33%, #ab56ff 88.77%);
    height: 30px;
    width: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 50%;
}

.heading-label__icon * {
    font-size: 15px;
    color: #fff;
}

.heading-label__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.features {
    --statu-gutter-x: 30px;
    --statu-gutter-y: 30px;
    padding-top: 152px;
    padding-bottom: 152px;
}

.features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    background: radial-gradient(88.49% 88.49% at 46.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#141a25), to(rgba(20, 26, 37, 0))), #141a25;
    background: radial-gradient(88.49% 88.49% at 46.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0)), #141a25;
    border: 1px solid #1f2838;
    border-radius: 15px;
    padding: 26px;
    height: 100%;
    width: 100%;
}

.features__item-icon * {
    font-size: 50px;
}

.features__item-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.features__item-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
}

.features__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.features__column,
.features__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.features__image {
    border: 1px solid #1f2838;
    border-radius: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 450/497;
}

.features__image img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: -1px;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1199.98px) {
    .features {
        --statu-gutter-x: 16px;
        --statu-gutter-y: 16px;
    }

    .features__item {
        padding: 16px;
        gap: 14px;
    }

    .features__item-icon * {
        font-size: 42px;
    }

    .features__column {
        gap: 16px;
    }
}

@media (max-width: 991.98px) {
    .features {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .features__image {
        aspect-ratio: 2/1;
    }
}

@media (max-width: 767.98px) {
    .features {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .features__item-title {
        font-size: 20px;
        line-height: 24px;
    }
}

.content {
    padding-top: 144px;
    padding-bottom: 212px;
    --statu-gutter-y: 32px;
}

.content-main {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 35px;
    max-width: 586px;
    margin-top: 10px;
}

.content-main__title {
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.content-main__texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.content-main__texts p {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: hsla(0, 0%, 100%, 0.8);
    margin: 0;
}

.content-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.font-display-bold {
    font-family: Recoleta, serif;
    font-weight: 700;
}

.font-display-regular {
    font-family: Recoleta, serif;
    font-weight: 400;
}

.content-image img {
    height: 100%;
    width: 100%;
    max-width: 566px;
    -o-object-fit: cover;
    object-fit: cover;
}

.content-image:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 211, 254, 0.26)), color-stop(88.4%, rgba(20, 20, 35, 0)));
    background: linear-gradient(180deg, rgba(14, 211, 254, 0.26), rgba(20, 20, 35, 0) 88.4%);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.content-image:after,
.content-image:before {
    content: "";
    position: absolute;
    width: 573px;
    height: 573px;
    -webkit-filter: blur(68.6894px);
    filter: blur(68.6894px);
    border-radius: 50%;
    z-index: -1;
}

.content-image:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 85, 85, 0.52)), color-stop(88.4%, rgba(13, 110, 253, 0.23)));
    background: linear-gradient(180deg, rgba(255, 85, 85, 0.52), rgba(13, 110, 253, 0.23) 88.4%);
    -webkit-transform: matrix(0.97, 0.26, 0.26, -0.97, 0, 0);
    transform: matrix(0.97, 0.26, 0.26, -0.97, 0, 0);
}

@media (max-width: 1199.98px) {
    .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .content-main {
        max-width: unset;
    }

    .content-image {
        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;
    }
}

@media (max-width: 767.98px) {
    .content {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .content-main {
        gap: 16px;
    }

    .content-main__title {
        font-size: 24px;
        line-height: 32px;
    }

    .content-main__title div {
        display: inline;
    }

    .content-main__texts {
        gap: 12px;
    }

    .content-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }
}

@media (max-width: 575.98px) {
    .content {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .content-image:after,
    .content-image:before {
        width: 320px;
        height: 320px;
    }
}

.features-tab {
    padding-top: 66px;
    padding-bottom: 162px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 95px;
}

.features-tab__list {
    --statu-gutter-y: 32px;
}

.features-tab__box {
    position: relative;
    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;
    width: 100%;
    background: radial-gradient(68.49% 78.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#141a25), to(rgba(20, 26, 37, 0))), #141a25;
    background: radial-gradient(68.49% 78.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0)), #141a25;
    border: 1px solid #1f2838;
    border-radius: 25px;
    max-width: 588px;
    aspect-ratio: 588/536;
}

.features-tab__box-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
}

.features-tab__box-icon * {
    font-size: 90px;
    color: #273349;
}

.features-tab__box-image {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    height: 100%;
    width: 100%;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
}

.features-tab__box:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#ee6b60), color-stop(88.4%, rgba(20, 20, 35, 0)));
    background: linear-gradient(180deg, #ee6b60, rgba(20, 20, 35, 0) 88.4%);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.features-tab__box:after,
.features-tab__box:before {
    content: "";
    position: absolute;
    width: 573px;
    height: 573px;
    -webkit-filter: blur(60px);
    filter: blur(60px);
    border-radius: 50%;
    z-index: -1;
}

.features-tab__box:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#8456ff), color-stop(88.4%, rgba(20, 20, 35, 0)));
    background: linear-gradient(180deg, #8456ff, rgba(20, 20, 35, 0) 88.4%);
    -webkit-transform: matrix(0.97, 0.26, 0.26, -0.97, 0, 0);
    transform: matrix(0.97, 0.26, 0.26, -0.97, 0, 0);
}

.features-tab__box .tab-content,
.features-tab__box .tab-pane {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.features-tab__box .tab-content {
    border: 1px solid #1f2838;
    border-radius: 25px;
}

.features-tab__actions {
    height: 100%;
    gap: 10px;
}

.features-tab__actions,
.features-tab__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.features-tab__button {
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 23px;
    max-width: 450px;
    background: transparent;
    outline: none;
    gap: 16px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.features-tab__button-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 18px;
}

.features-tab__button-icon * {
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.features-tab__button-title {
    font-size: 19px;
}

.features-tab__button-text,
.features-tab__button-title {
    font-weight: 600;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
    opacity: 0.8;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.features-tab__button-text {
    font-size: 14px;
    text-align: start;
}

.features-tab__button.active {
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#141a25), to(rgba(20, 26, 37, 0))), #141a25;
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0)), #141a25;
    border-color: #1f2838;
}

.features-tab__button.active .features-tab__button-icon * {
    color: #8456ff;
}

.features-tab__button.active .features-tab__button-text,
.features-tab__button.active .features-tab__button-title {
    opacity: 1;
}

@media (max-width: 1199.98px) {

    .features-tab__box:after,
    .features-tab__box:before {
        width: 380px;
        height: 380px;
    }
}

@media (max-width: 991.98px) {
    .features-tab {
        padding-bottom: 80px;
        gap: 48px;
    }

    .features-tab__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .features-tab__button {
        max-width: unset;
        padding: 16px;
        gap: 12px;
    }

    .features-tab__box {
        max-width: unset;
        aspect-ratio: 3/2;
    }

    .features-tab__box:after,
    .features-tab__box:before {
        width: 620px;
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .features-tab {
        gap: 32px;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .features-tab__actions {
        grid-template-columns: 1fr;
    }

    .features-tab__button {
        max-width: unset;
    }

    .features-tab__box {
        aspect-ratio: 1/1;
    }

    .features-tab__box:after,
    .features-tab__box:before {
        width: 420px;
        height: 300px;
    }
}

.faq {
    padding-top: 64px;
    padding-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 70px;
}

.faq-content {
    --statu-gutter-y: 20px;
}

.faq-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#141a25), to(rgba(20, 26, 37, 0))), #141a25;
    background: radial-gradient(108.49% 108.49% at 56.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0)), #141a25;
    border: 1px solid #1f2838;
    border-radius: 15px;
}

.faq-item__button {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
    padding: 28px 24px;
    font-weight: 600;
    gap: 48px;
    font-size: 16px;
    line-height: 24px;
    /* letter-zpacing: -0.03em; */
    text-align: start;
    color: #fff;
}

.faq-item__button,
.faq-item__button-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faq-item__button-icon {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.faq-item__button-icon * {
    font-size: 24px;
    color: #fff;
}

.faq-item__button:not(.collapsed) .faq-item__button-icon {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.faq-item__inner {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
    padding: 0 25px 25px;
}

@media (max-width: 991.98px) {
    .faq {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

@media (max-width: 767.98px) {
    .faq {
        gap: 32px;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .faq-content {
        --statu-gutter-y: 16px;
    }

    .faq-list {
        gap: 16px;
    }

    .faq-item__button {
        gap: 16px;
        padding: 16px;
    }

    .faq-item__inner {
        padding: 0 16px 16px;
    }
}

.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.login__heading {
    gap: 24px;
}

.login__heading,
.login__heading-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login__heading-icon {
    height: 30px;
    width: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: #8456ff;
}

.login__heading-icon *,
.login__heading-text {
    font-size: 19px;
    color: #fff;
}

.login__heading-text {
    font-weight: 600;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
}

.login__form {
    gap: 18px;
    background: #141a25;
    border: 1px solid #1f2838;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    padding: 14px;
}

.login__form,
.login__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login__input {
    background: #1f2838;
    border-radius: 15px;
    padding-left: 20px;
    height: 76px;
    width: 100%;
}

.login__input-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login__input-icon * {
    font-size: 30px;
    color: #fff;
    opacity: 0.5;
}

.login__input input {
    height: 100%;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 0 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.login__input input::-webkit-input-placeholder {
    color: #767f93;
}

.login__input input::-moz-placeholder {
    color: #767f93;
}

.login__input input::-ms-input-placeholder {
    color: #767f93;
}

.login__input input::placeholder {
    color: #767f93;
}

.login__actions {
    gap: 13px;
    height: 100%;
}

.login__actions,
.login__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1f2838;
    border-radius: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    height: 76px;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    aspect-ratio: 1;
}

.login__button-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login__button-icon * {
    font-size: 28px;
    color: #fff;
}

.login__button.active {
    background: #8456ff;
}

.login__button.active:hover {
    background: #7542ff;
}

.login__button:hover {
    background: #181f2b;
}

.login__button--submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 22px;
    font-weight: 600;
    padding: 0 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    /* letter-zpacing: -0.03em; */
    color: #fff;
    aspect-ratio: 107/38;
    background: #8456ff;
}

.login__button--submit:hover {
    background: #7542ff;
}

.login__button--submit:hover .login__button-icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.login__button--submit .login__button-icon {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.login__button--submit .login__button-icon * {
    font-size: 22px;
}

@media (max-width: 991.98px) {
    .login__form {
        gap: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .login__actions {
        width: 100%;
    }

    .login__button--submit {
        aspect-ratio: unset;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .login__actions {
        gap: 12px;
    }

    .login__button,
    .login__input {
        height: 60px;
        border-radius: 10px;
    }
}

.achievements {
    background: radial-gradient(50% 50% at 50% 50%, rgba(34, 44, 59, 0.5) 0, rgba(34, 44, 59, 0) 100%);
}

.achievements__container {
    padding-top: 76px;
    padding-bottom: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
}

.achievements__item {
    gap: 22px;
}

.achievements__item,
.achievements__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.achievements__item-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(132, 86, 255, 0.25);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.achievements__item-icon * {
    font-size: 30px;
}

.achievements__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

.achievements__item-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.achievements__item-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
}

.achievements__item--heading .achievements__item-icon {
    background: rgba(118, 127, 147, 0.25);
}

.achievements__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px;
}

@media (max-width: 1449.98px) {
    .achievements__item-title {
        font-size: 18px;
        line-height: 24px;
    }

    .achievements__item-text {
        font-size: 14px;
        line-height: 20px;
    }

    .achievements__list {
        gap: 48px;
    }
}

@media (max-width: 991.98px) {
    .achievements__container {
        padding-top: 48px;
        padding-bottom: 48px;
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 32px;
    }

    .achievements__list {
        gap: 16px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 767.98px) {
    .achievements__item {
        gap: 12px;
    }

    .achievements__item-icon {
        height: 40px;
        width: 40px;
    }

    .achievements__item-icon * {
        font-size: 24px;
    }

    .achievements__item-title {
        font-size: 16px;
        line-height: 20px;
    }

    .achievements__item-text {
        font-size: 13px;
        line-height: 16px;
    }
}

@media (max-width: 575.98px) {
    .achievements__container {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .achievements__container,
    .achievements__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .achievements__item {
        gap: 22px;
    }

    .achievements__item-icon {
        height: 50px;
        width: 50px;
    }

    .achievements__item-icon * {
        font-size: 30px;
    }

    .achievements__item-title {
        font-size: 25px;
        line-height: 30px;
    }

    .achievements__item-text {
        font-size: 16px;
        line-height: 25px;
    }
}

.video {
    padding-top: 122px;
    padding-bottom: 62px;
    position: relative;
}

.video__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 44px;
}

.video__image {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.video__image,
.video__image-button {
    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;
}

.video__image-button {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 0;
}

.video__image-button .btn {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.video__image-button .btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.video__image img {
    margin-left: -122px;
    margin-right: -168px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video:after,
.video:before,
.video__image img {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.video:after,
.video:before {
    content: "";
    position: absolute;
    width: 748px;
    height: 172px;
    -webkit-filter: blur(98px);
    filter: blur(98px);
    -webkit-transform: rotate(-2.62deg);
    transform: rotate(-2.62deg);
    top: 50%;
    bottom: 50%;
    z-index: 1;
}

.video:before {
    background: #5f325d;
    left: -192px;
}

.video:after {
    background: #8456ff;
    right: -354px;
}

@media (max-width: 991.98px) {
    .video {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .video__container {
        gap: 24px;
    }

    .video:after,
    .video:before {
        width: 440px;
        height: 100px;
        -webkit-filter: blur(120px);
        filter: blur(120px);
    }

    .video:before {
        left: -100px;
    }

    .video:after {
        right: -240px;
    }
}

@media (max-width: 767.98px) {
    .video__image {
        margin: 0 -60px;
        width: auto;
    }

    .video__image img {
        margin-left: -152px;
    }
}

.hero {
    padding-top: 44px;
    padding-bottom: 78px;
}

.hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    max-width: 482px;
    margin-top: 25px;
}

.hero-content__badge {
    margin-right: auto;
}

.hero-content__title {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    /* letter-zpacing: -0.04em; */
    color: #fff;
    margin-bottom: 34px;
}

.hero-content__title,
.hero-content__title-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero-content__title-icon {
    height: 47px;
    width: 45px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2.33%, #8456ff), color-stop(88.77%, #ab56ff));
    background: linear-gradient(1turn, #8456ff 2.33%, #ab56ff 88.77%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    transform-box: fill-box;
}

.hero-content__title-icon * {
    font-size: 34px;
}

.hero-content__title-pop {
    position: absolute;
    top: -16px;
    right: 0;
    width: 34px;
    height: 52px;
}

.hero-content__title--icon {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    padding-right: 30px;
    padding-top: 12px;
    margin-top: -12px;
}

.hero-content__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: #767f93;
}

.hero-content__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
    margin-bottom: 40px;
}

.hero-image {
    position: relative;
    max-width: 624px;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.hero-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.hero-image:before {
    right: -240px;
    top: 68px;
    width: 576px;
    background: #10151c;
}

.hero-image:after,
.hero-image:before {
    content: "";
    position: absolute;
    height: 270px;
    -webkit-filter: blur(98px);
    filter: blur(98px);
    -webkit-transform: rotate(-2.62deg);
    transform: rotate(-2.62deg);
    z-index: -1;
}

.hero-image:after {
    width: 588px;
    background: #2b3d4f;
    bottom: 45px;
    right: -27px;
}

@media (max-width: 1449.98px) {
    .hero-image {
        max-width: none;
        margin-right: unset;
    }
}

@media (max-width: 1199.98px) {
    .hero-content {
        margin-right: -8px;
    }

    .hero-image {
        margin-right: -100px;
    }
}

@media (max-width: 991.98px) {
    .hero {
        padding-top: 44px;
        padding-bottom: 48px;
    }

    .hero-content {
        margin-top: 0;
        gap: 32px;
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .hero {
        padding-top: 24px;
    }

    .hero-content {
        gap: 24px;
    }

    .hero-content__title {
        font-weight: 700;
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 16px;
    }

    .hero-content__title-icon {
        height: 38px;
        width: 36px;
    }

    .hero-content__title-icon * {
        font-size: 30px;
    }

    .hero-content__title--icon {
        gap: 10px;
    }

    .hero-content__actions {
        gap: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 24px;
        display:none;
    }

    .hero-content__actions button {
        width: 100%;
        border-radius: 10px;
    }
}

.testimonials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 110px 16px 162px;
    gap: 55px;
}

.testimonials,
.testimonials__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonials__list {
    width: 100%;
}

.testimonials__list .js-marquee,
.testimonials__list .js-marquee-wrapper {
    gap: 34px;
}

.testimonials__background,
.testimonials__list .js-marquee,
.testimonials__list .js-marquee-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonials__background {
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 120px;
    width: 100%;
    z-index: -1;
}

.testimonials__background img {
    width: 100%;
    max-width: 1556px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonials__background:after,
.testimonials__background:before {
    content: "";
    position: absolute;
    width: 614px;
    height: 174px;
    background: #2a3749;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    border-radius: 50%;
}

.testimonials__background:after {
    right: -120px;
}

.testimonials__background:before {
    left: -120px;
}

.testimonials-card {
    min-width: 448px;
    background: radial-gradient(78.49% 67.49% at 50.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#141a25), to(rgba(20, 26, 37, 0))), #141a25;
    background: radial-gradient(78.49% 67.49% at 50.95% -13.74%, rgba(101, 128, 164, 0.2) 0, transparent 100%), linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0)), #141a25;
    border: 1px solid #222c3d;
    border-radius: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.testimonials-card__main {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
}

.testimonials-card__footer {
    padding: 22px 24px;
    border-top: 1px solid #1f2838;
}

.testimonials-card__footer,
.testimonials-card__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonials-card__label {
    gap: 14px;
    padding: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 500px;
}

.testimonials-card__label-review {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.testimonials-card__label-icon,
.testimonials-card__label-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonials-card__label-icon * {
    font-size: 16px;
    color: #ffab48;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.testimonials-card__label-value {
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    color: #ffab48;
}

.testimonials-card__label-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.testimonials-card__comment {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.testimonials-card__user {
    gap: 20px;
}

.testimonials-card__user,
.testimonials-card__user-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonials-card__user-avatar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.testimonials-card__user-avatar img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.testimonials-card__user-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.testimonials-card__user-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: #fff;
}

.testimonials-card__user-tag {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    /* letter-zpacing: -0.03em; */
    color: hsla(0, 0%, 100%, 0.25);
}

.testimonials-card:hover {
    -webkit-transform: translate(-0.125rem, -0.125rem) rotate(-2deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
    transform: translate(-0.125rem, -0.125rem) rotate(-2deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

@media (max-width: 767.98px) {
    .testimonials {
        gap: 36px;
        padding: 48px 16px 48px;
    }

    .testimonials__list .js-marquee,
    .testimonials__list .js-marquee-wrapper {
        gap: 16px;
    }

    .testimonials-card {
        min-width: 320px;
    }

    .testimonials-card__main {
        gap: 16px;
    }

    .testimonials-card__label {
        padding: 12px;
        gap: 12px;
    }

    .testimonials-card__user {
        gap: 12px;
    }

    .testimonials-card__user-avatar {
        height: 42px;
        width: 42px;
    }

    .testimonials-card__footer,
    .testimonials-card__main {
        padding: 16px;
    }
}

.select2-dropdown {
    margin-top: 18px !important;
    width: 100%;
    padding: 10px 14px;
    background: #141a25;
    border: 1px solid #1f2838 !important;
    border-radius: 15px !important;
}

.header__logo img {
    height: 38px;
    width: 150px !important;
    -o-object-fit: contain;
    object-fit: contain;
}


#currencies-list {
    height: 500px;
    overflow-y: scroll;
}

#currencies-list::-webkit-scrollbar {
    appearance: none;
    -webkit-appearance: none;
    height: 6px;
    width: 6px;
    background: #141a25;
}

#currencies-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(31 38 52);
}

.tooltip {
    margin-left: 400px;
    font-size: 0.875rem;
    padding: 5px;
    color: #fff;
    background-color: 141a25;
    border-radius: 0.375rem;
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    outline: none;
    border-radius: 14px;
    border: 2px solid #8455f6 !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.owl-dot.active,
.owl-dot:hover {
    background: #8455f6 !important;
}

.owl-stage {
    display: flex;
    gap: 30px;
}

.owl-stage:after {
    margin-left: -8px;
}

#instruction_instruction {
    padding: 20px;
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 15px;
    margin-top: 20px;
    color: white;
}

.pagination {
    display: flex;
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    gap: 5px;
    overflow: auto;
}

.pagination li {
    background: #141a25;
    border: 1px solid #1f2838;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a {
    line-height: 1;
    color: #8456ff;
    padding: 10px 13px;
}

.pagination li.active {
    background: #8456ff;
    border: 1px solid #8456ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li.active a {
    color: white;
}