

/* Start:/local/templates/ndom/assets/css/main.css?1756818137460354*/
@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #397aa1;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #ee0016;
    --bs-orange: #ff6902;
    --bs-yellow: #fed700;
    --bs-green: #04b300;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #ffffff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-white: #ffffff;
    --bs-orange: #ff6902;
    --bs-blue: #397aa1;
    --bs-blue-light: #5198c4;
    --bs-green: #04b300;
    --bs-red: #ee0016;
    --bs-yellow: #fed700;
    --bs-black-grey: #1b1b1b;
    --bs-grey-dark: #7a7a7a;
    --bs-grey-middle: #b4b4b4;
    --bs-grey: #eeeeee;
    --bs-primary: #397aa1;
    --bs-secondary: #6c757d;
    --bs-success: #04b300;
    --bs-info: #0dcaf0;
    --bs-warning: #fed700;
    --bs-danger: #ee0016;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-white-rgb: 255, 255, 255;
    --bs-orange-rgb: 255, 105, 2;
    --bs-blue-rgb: 57, 122, 161;
    --bs-blue-light-rgb: 81, 152, 196;
    --bs-green-rgb: 4, 179, 0;
    --bs-red-rgb: 238, 0, 22;
    --bs-yellow-rgb: 254, 215, 0;
    --bs-black-grey-rgb: 27, 27, 27;
    --bs-grey-dark-rgb: 122, 122, 122;
    --bs-grey-middle-rgb: 180, 180, 180;
    --bs-grey-rgb: 238, 238, 238;
    --bs-primary-rgb: 57, 122, 161;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 4, 179, 0;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 254, 215, 0;
    --bs-danger-rgb: 238, 0, 22;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #ffffff;
}

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

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

html, body {
    height: 100%;
}

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

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .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],
abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

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

ol,
ul {
    padding-left: 2rem;
}

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

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

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #397aa1;
    text-decoration: underline;
}

a:hover {
    color: #2e6281;
}

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

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}

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: #d63384;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #ffffff;
    background-color: #212529;
    border-radius: 0.2rem;
}

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

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

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

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

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

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

button,
select {
    text-transform: none;
}

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

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

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

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

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

textarea {
    resize: vertical;
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 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-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

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

::-webkit-file-upload-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-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    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: "\2014\00A0";
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.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-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

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

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

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

.col {
    flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
    vertical-align: inherit;
}

.table > thead {
    vertical-align: bottom;
}

.table > :not(:first-child) {
    border-top: 2px solid currentColor;
}

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
    border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #d7e4ec;
    --bs-table-striped-bg: #ccd9e0;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c2cdd4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c7d3da;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c2cdd4;
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}

.table-success {
    --bs-table-bg: #cdf0cc;
    --bs-table-striped-bg: #c3e4c2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b9d8b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bedebd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b9d8b8;
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}

.table-warning {
    --bs-table-bg: #fff7cc;
    --bs-table-striped-bg: #f2ebc2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6deb8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece4bd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6deb8;
}

.table-danger {
    --bs-table-bg: #fcccd0;
    --bs-table-striped-bg: #efc2c6;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e3b8bb;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e9bdc0;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e3b8bb;
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #ffffff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #ffffff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #ffffff;
    color: #ffffff;
    border-color: #373b3e;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.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: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        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: #ffffff;
    border-color: #9cbdd0;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(57, 122, 161, 0.25);
}

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

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

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -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;
    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;
}

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

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

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -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;
    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;
}

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

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-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.form-control-sm, .form-control-plaintext.form-control-lg {
    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.2rem;
}

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

.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -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.3rem;
}

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

.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -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: auto;
    padding: 0.375rem;
}

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

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.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: #ffffff;
    background-image: url("data:image/svg+xml,%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.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

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

.form-select:focus {
    border-color: #9cbdd0;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(57, 122, 161, 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.2rem;
}

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

.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-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
}

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

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

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

.form-check-input:focus {
    border-color: #9cbdd0;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(57, 122, 161, 0.25);
}

.form-check-input:checked {
    background-color: #397aa1;
    border-color: #397aa1;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #397aa1;
    border-color: #397aa1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

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

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}

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

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239cbdd0'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.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;
    filter: none;
    opacity: 0.65;
}

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

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

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(57, 122, 161, 0.25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(57, 122, 161, 0.25);
}

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

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

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

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

.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: #397aa1;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

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

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

.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-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

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

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

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

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

.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:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

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

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

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

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

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

.input-group-text {
    display: flex;
    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.25rem;
}

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

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

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

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

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
    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;
}

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #000;
    background-color: rgba(4, 179, 0, 0.9);
    border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #04b300;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2304b300' 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);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #04b300;
    box-shadow: 0 0 0 0.25rem rgba(4, 179, 0, 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);
}

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

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2304b300' 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);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #04b300;
    box-shadow: 0 0 0 0.25rem rgba(4, 179, 0, 0.25);
}

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

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

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(4, 179, 0, 0.25);
}

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

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
.input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3;
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #ffffff;
    background-color: rgba(238, 0, 22, 0.9);
    border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #ee0016;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ee0016'%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='%23ee0016' 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);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ee0016;
    box-shadow: 0 0 0 0.25rem rgba(238, 0, 22, 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);
}

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

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ee0016'%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='%23ee0016' 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);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #ee0016;
    box-shadow: 0 0 0 0.25rem rgba(238, 0, 22, 0.25);
}

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

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

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(238, 0, 22, 0.25);
}

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

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
.input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    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;
}

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

.btn:hover {
    color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(57, 122, 161, 0.25);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}

.btn-white {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white:hover {
    color: #000;
    background-color: white;
    border-color: white;
}

.btn-check:focus + .btn-white, .btn-white:focus {
    color: #000;
    background-color: white;
    border-color: white;
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}

.btn-check:checked + .btn-white,
.btn-check:active + .btn-white, .btn-white:active, .btn-white.active,
.show > .btn-white.dropdown-toggle {
    color: #000;
    background-color: white;
    border-color: white;
}

.btn-check:checked + .btn-white:focus,
.btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus,
.show > .btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}

.btn-white:disabled, .btn-white.disabled {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-orange {
    color: #000;
    background-color: #ff6902;
    border-color: #ff6902;
}

.btn-orange:hover {
    color: #000;
    background-color: #ff8028;
    border-color: #ff781b;
}

.btn-check:focus + .btn-orange, .btn-orange:focus {
    color: #000;
    background-color: #ff8028;
    border-color: #ff781b;
    box-shadow: 0 0 0 0.25rem rgba(217, 89, 2, 0.5);
}

.btn-check:checked + .btn-orange,
.btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active,
.show > .btn-orange.dropdown-toggle {
    color: #000;
    background-color: #ff8735;
    border-color: #ff781b;
}

.btn-check:checked + .btn-orange:focus,
.btn-check:active + .btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus,
.show > .btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 89, 2, 0.5);
}

.btn-orange:disabled, .btn-orange.disabled {
    color: #000;
    background-color: #ff6902;
    border-color: #ff6902;
}

.btn-blue {
    color: #ffffff;
    background-color: #397aa1;
    border-color: #397aa1;
}

.btn-blue:hover {
    color: #ffffff;
    background-color: #306889;
    border-color: #2e6281;
}

.btn-check:focus + .btn-blue, .btn-blue:focus {
    color: #ffffff;
    background-color: #306889;
    border-color: #2e6281;
    box-shadow: 0 0 0 0.25rem rgba(87, 142, 175, 0.5);
}

.btn-check:checked + .btn-blue,
.btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active,
.show > .btn-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #2e6281;
    border-color: #2b5c79;
}

.btn-check:checked + .btn-blue:focus,
.btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus,
.show > .btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(87, 142, 175, 0.5);
}

.btn-blue:disabled, .btn-blue.disabled {
    color: #ffffff;
    background-color: #397aa1;
    border-color: #397aa1;
}

.btn-blue-light {
    color: #000;
    background-color: #5198c4;
    border-color: #5198c4;
}

.btn-blue-light:hover {
    color: #000;
    background-color: #6ba7cd;
    border-color: #62a2ca;
}

.btn-check:focus + .btn-blue-light, .btn-blue-light:focus {
    color: #000;
    background-color: #6ba7cd;
    border-color: #62a2ca;
    box-shadow: 0 0 0 0.25rem rgba(69, 129, 167, 0.5);
}

.btn-check:checked + .btn-blue-light,
.btn-check:active + .btn-blue-light, .btn-blue-light:active, .btn-blue-light.active,
.show > .btn-blue-light.dropdown-toggle {
    color: #000;
    background-color: #74add0;
    border-color: #62a2ca;
}

.btn-check:checked + .btn-blue-light:focus,
.btn-check:active + .btn-blue-light:focus, .btn-blue-light:active:focus, .btn-blue-light.active:focus,
.show > .btn-blue-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(69, 129, 167, 0.5);
}

.btn-blue-light:disabled, .btn-blue-light.disabled {
    color: #000;
    background-color: #5198c4;
    border-color: #5198c4;
}

.btn-green {
    color: #000;
    background-color: #04b300;
    border-color: #04b300;
}

.btn-green:hover {
    color: #000;
    background-color: #2abe26;
    border-color: #1dbb1a;
}

.btn-check:focus + .btn-green, .btn-green:focus {
    color: #000;
    background-color: #2abe26;
    border-color: #1dbb1a;
    box-shadow: 0 0 0 0.25rem rgba(3, 152, 0, 0.5);
}

.btn-check:checked + .btn-green,
.btn-check:active + .btn-green, .btn-green:active, .btn-green.active,
.show > .btn-green.dropdown-toggle {
    color: #000;
    background-color: #36c233;
    border-color: #1dbb1a;
}

.btn-check:checked + .btn-green:focus,
.btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus,
.show > .btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(3, 152, 0, 0.5);
}

.btn-green:disabled, .btn-green.disabled {
    color: #000;
    background-color: #04b300;
    border-color: #04b300;
}

.btn-red {
    color: #ffffff;
    background-color: #ee0016;
    border-color: #ee0016;
}

.btn-red:hover {
    color: #ffffff;
    background-color: #ca0013;
    border-color: #be0012;
}

.btn-check:focus + .btn-red, .btn-red:focus {
    color: #ffffff;
    background-color: #ca0013;
    border-color: #be0012;
    box-shadow: 0 0 0 0.25rem rgba(241, 38, 57, 0.5);
}

.btn-check:checked + .btn-red,
.btn-check:active + .btn-red, .btn-red:active, .btn-red.active,
.show > .btn-red.dropdown-toggle {
    color: #ffffff;
    background-color: #be0012;
    border-color: #b30011;
}

.btn-check:checked + .btn-red:focus,
.btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus,
.show > .btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(241, 38, 57, 0.5);
}

.btn-red:disabled, .btn-red.disabled {
    color: #ffffff;
    background-color: #ee0016;
    border-color: #ee0016;
}

.btn-yellow {
    color: #000;
    background-color: #fed700;
    border-color: #fed700;
}

.btn-yellow:hover {
    color: #000;
    background-color: #fedd26;
    border-color: #fedb1a;
}

.btn-check:focus + .btn-yellow, .btn-yellow:focus {
    color: #000;
    background-color: #fedd26;
    border-color: #fedb1a;
    box-shadow: 0 0 0 0.25rem rgba(216, 183, 0, 0.5);
}

.btn-check:checked + .btn-yellow,
.btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active,
.show > .btn-yellow.dropdown-toggle {
    color: #000;
    background-color: #fedf33;
    border-color: #fedb1a;
}

.btn-check:checked + .btn-yellow:focus,
.btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(216, 183, 0, 0.5);
}

.btn-yellow:disabled, .btn-yellow.disabled {
    color: #000;
    background-color: #fed700;
    border-color: #fed700;
}

.btn-black-grey {
    color: #ffffff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}

.btn-black-grey:hover {
    color: #ffffff;
    background-color: #171717;
    border-color: #161616;
}

.btn-check:focus + .btn-black-grey, .btn-black-grey:focus {
    color: #ffffff;
    background-color: #171717;
    border-color: #161616;
    box-shadow: 0 0 0 0.25rem rgba(61, 61, 61, 0.5);
}

.btn-check:checked + .btn-black-grey,
.btn-check:active + .btn-black-grey, .btn-black-grey:active, .btn-black-grey.active,
.show > .btn-black-grey.dropdown-toggle {
    color: #ffffff;
    background-color: #161616;
    border-color: #141414;
}

.btn-check:checked + .btn-black-grey:focus,
.btn-check:active + .btn-black-grey:focus, .btn-black-grey:active:focus, .btn-black-grey.active:focus,
.show > .btn-black-grey.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(61, 61, 61, 0.5);
}

.btn-black-grey:disabled, .btn-black-grey.disabled {
    color: #ffffff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}

.btn-grey-dark {
    color: #000;
    background-color: #7a7a7a;
    border-color: #7a7a7a;
}

.btn-grey-dark:hover {
    color: #000;
    background-color: #8e8e8e;
    border-color: #878787;
}

.btn-check:focus + .btn-grey-dark, .btn-grey-dark:focus {
    color: #000;
    background-color: #8e8e8e;
    border-color: #878787;
    box-shadow: 0 0 0 0.25rem rgba(104, 104, 104, 0.5);
}

.btn-check:checked + .btn-grey-dark,
.btn-check:active + .btn-grey-dark, .btn-grey-dark:active, .btn-grey-dark.active,
.show > .btn-grey-dark.dropdown-toggle {
    color: #000;
    background-color: #959595;
    border-color: #878787;
}

.btn-check:checked + .btn-grey-dark:focus,
.btn-check:active + .btn-grey-dark:focus, .btn-grey-dark:active:focus, .btn-grey-dark.active:focus,
.show > .btn-grey-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(104, 104, 104, 0.5);
}

.btn-grey-dark:disabled, .btn-grey-dark.disabled {
    color: #000;
    background-color: #7a7a7a;
    border-color: #7a7a7a;
}

.btn-grey-middle {
    color: #000;
    background-color: #b4b4b4;
    border-color: #b4b4b4;
}

.btn-grey-middle:hover {
    color: #000;
    background-color: #bfbfbf;
    border-color: #bcbcbc;
}

.btn-check:focus + .btn-grey-middle, .btn-grey-middle:focus {
    color: #000;
    background-color: #bfbfbf;
    border-color: #bcbcbc;
    box-shadow: 0 0 0 0.25rem rgba(153, 153, 153, 0.5);
}

.btn-check:checked + .btn-grey-middle,
.btn-check:active + .btn-grey-middle, .btn-grey-middle:active, .btn-grey-middle.active,
.show > .btn-grey-middle.dropdown-toggle {
    color: #000;
    background-color: #c3c3c3;
    border-color: #bcbcbc;
}

.btn-check:checked + .btn-grey-middle:focus,
.btn-check:active + .btn-grey-middle:focus, .btn-grey-middle:active:focus, .btn-grey-middle.active:focus,
.show > .btn-grey-middle.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(153, 153, 153, 0.5);
}

.btn-grey-middle:disabled, .btn-grey-middle.disabled {
    color: #000;
    background-color: #b4b4b4;
    border-color: #b4b4b4;
}

.btn-grey {
    color: #000;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.btn-grey:hover {
    color: #000;
    background-color: #f1f1f1;
    border-color: #f0f0f0;
}

.btn-check:focus + .btn-grey, .btn-grey:focus {
    color: #000;
    background-color: #f1f1f1;
    border-color: #f0f0f0;
    box-shadow: 0 0 0 0.25rem rgba(202, 202, 202, 0.5);
}

.btn-check:checked + .btn-grey,
.btn-check:active + .btn-grey, .btn-grey:active, .btn-grey.active,
.show > .btn-grey.dropdown-toggle {
    color: #000;
    background-color: #f1f1f1;
    border-color: #f0f0f0;
}

.btn-check:checked + .btn-grey:focus,
.btn-check:active + .btn-grey:focus, .btn-grey:active:focus, .btn-grey.active:focus,
.show > .btn-grey.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(202, 202, 202, 0.5);
}

.btn-grey:disabled, .btn-grey.disabled {
    color: #000;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.btn-primary {
    color: #ffffff;
    background-color: #397aa1;
    border-color: #397aa1;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #306889;
    border-color: #2e6281;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #ffffff;
    background-color: #306889;
    border-color: #2e6281;
    box-shadow: 0 0 0 0.25rem rgba(87, 142, 175, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #2e6281;
    border-color: #2b5c79;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(87, 142, 175, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
    color: #ffffff;
    background-color: #397aa1;
    border-color: #397aa1;
}

.btn-secondary {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #ffffff;
    background-color: #5c636a;
    border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #ffffff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #565e64;
    border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-success {
    color: #000;
    background-color: #04b300;
    border-color: #04b300;
}

.btn-success:hover {
    color: #000;
    background-color: #2abe26;
    border-color: #1dbb1a;
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #000;
    background-color: #2abe26;
    border-color: #1dbb1a;
    box-shadow: 0 0 0 0.25rem rgba(3, 152, 0, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
    color: #000;
    background-color: #36c233;
    border-color: #1dbb1a;
}

.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(3, 152, 0, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
    color: #000;
    background-color: #04b300;
    border-color: #04b300;
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-warning {
    color: #000;
    background-color: #fed700;
    border-color: #fed700;
}

.btn-warning:hover {
    color: #000;
    background-color: #fedd26;
    border-color: #fedb1a;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #fedd26;
    border-color: #fedb1a;
    box-shadow: 0 0 0 0.25rem rgba(216, 183, 0, 0.5);
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #fedf33;
    border-color: #fedb1a;
}

.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(216, 183, 0, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #fed700;
    border-color: #fed700;
}

.btn-danger {
    color: #ffffff;
    background-color: #ee0016;
    border-color: #ee0016;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #ca0013;
    border-color: #be0012;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #ffffff;
    background-color: #ca0013;
    border-color: #be0012;
    box-shadow: 0 0 0 0.25rem rgba(241, 38, 57, 0.5);
}

.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #be0012;
    border-color: #b30011;
}

.btn-black {
    border: 1px solid #1B1B1B !important;
    color: #1B1B1B !important;
}

.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(241, 38, 57, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
    color: #ffffff;
    background-color: #ee0016;
    border-color: #ee0016;
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}

.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-dark {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529;
}

.btn-dark:hover {
    color: #ffffff;
    background-color: #1c1f23;
    border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #ffffff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1a1e21;
    border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529;
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-white:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-outline-white,
.btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-check:checked + .btn-outline-white:focus,
.btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white:disabled, .btn-outline-white.disabled {
    color: #ffffff;
    background-color: transparent;
}

.btn-outline-orange {
    color: #ff6902;
    border-color: #ff6902;
}

.btn-outline-orange:hover {
    color: #000;
    background-color: #ff6902;
    border-color: #ff6902;
}

.btn-check:focus + .btn-outline-orange, .btn-outline-orange:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 105, 2, 0.5);
}

.btn-check:checked + .btn-outline-orange,
.btn-check:active + .btn-outline-orange, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.dropdown-toggle.show {
    color: #000;
    background-color: #ff6902;
    border-color: #ff6902;
}

.btn-check:checked + .btn-outline-orange:focus,
.btn-check:active + .btn-outline-orange:focus, .btn-outline-orange:active:focus, .btn-outline-orange.active:focus, .btn-outline-orange.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 105, 2, 0.5);
}

.btn-outline-orange:disabled, .btn-outline-orange.disabled {
    color: #ff6902;
    background-color: transparent;
}

.btn-outline-blue {
    color: #397aa1;
    border-color: #397aa1;
}

.btn-outline-blue:hover {
    color: #ffffff;
    background-color: #397aa1;
    border-color: #397aa1;
}

.btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
    box-shadow: 0 0 0 0.25rem rgba(57, 122, 161, 0.5);
}

.btn-check:checked + .btn-outline-blue,
.btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
    color: #ffffff;
    background-color: #397aa1;
    border-color: #397aa1;
}

.btn-check:checked + .btn-outline-blue:focus,
.btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(57, 122, 161, 0.5);
}

.btn-outline-blue:disabled, .btn-outline-blue.disabled {
    color: #397aa1;
    background-color: transparent;
}

.btn-outline-blue-light {
    color: #5198c4;
    border-color: #5198c4;
}

.btn-outline-blue-light:hover {
    color: #000;
    background-color: #5198c4;
    border-color: #5198c4;
}

.btn-check:focus + .btn-outline-blue-light, .btn-outline-blue-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(81, 152, 196, 0.5);
}

.btn-check:checked + .btn-outline-blue-light,
.btn-check:active + .btn-outline-blue-light, .btn-outline-blue-light:active, .btn-outline-blue-light.active, .btn-outline-blue-light.dropdown-toggle.show {
    color: #000;
    background-color: #5198c4;
    border-color: #5198c4;
}

.btn-check:checked + .btn-outline-blue-light:focus,
.btn-check:active + .btn-outline-blue-light:focus, .btn-outline-blue-light:active:focus, .btn-outline-blue-light.active:focus, .btn-outline-blue-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(81, 152, 196, 0.5);
}

.btn-outline-blue-light:disabled, .btn-outline-blue-light.disabled {
    color: #5198c4;
    background-color: transparent;
}

.btn-outline-green {
    color: #04b300;
    border-color: #04b300;
}

.btn-outline-green:hover {
    color: #000;
    background-color: #04b300;
    border-color: #04b300;
}

.btn-check:focus + .btn-outline-green, .btn-outline-green:focus {
    box-shadow: 0 0 0 0.25rem rgba(4, 179, 0, 0.5);
}

.btn-check:checked + .btn-outline-green,
.btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show {
    color: #000;
    background-color: #04b300;
    border-color: #04b300;
}

.btn-check:checked + .btn-outline-green:focus,
.btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(4, 179, 0, 0.5);
}

.btn-outline-green:disabled, .btn-outline-green.disabled {
    color: #04b300;
    background-color: transparent;
}

.btn-outline-red {
    color: #ee0016;
    border-color: #ee0016;
}

.btn-outline-red:hover {
    color: #ffffff;
    background-color: #ee0016;
    border-color: #ee0016;
}

.btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
    box-shadow: 0 0 0 0.25rem rgba(238, 0, 22, 0.5);
}

.btn-check:checked + .btn-outline-red,
.btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
    color: #ffffff;
    background-color: #ee0016;
    border-color: #ee0016;
}

.btn-check:checked + .btn-outline-red:focus,
.btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(238, 0, 22, 0.5);
}

.btn-outline-red:disabled, .btn-outline-red.disabled {
    color: #ee0016;
    background-color: transparent;
}

.btn-outline-yellow {
    color: #fed700;
    border-color: #fed700;
}

.btn-outline-yellow:hover {
    color: #000;
    background-color: #fed700;
    border-color: #fed700;
}

.btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
    box-shadow: 0 0 0 0.25rem rgba(254, 215, 0, 0.5);
}

.btn-check:checked + .btn-outline-yellow,
.btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
    color: #000;
    background-color: #fed700;
    border-color: #fed700;
}

.btn-check:checked + .btn-outline-yellow:focus,
.btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(254, 215, 0, 0.5);
}

.btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
    color: #fed700;
    background-color: transparent;
}

.btn-outline-black-grey {
    color: #1b1b1b;
    border-color: #1b1b1b;
}

.btn-outline-black-grey:hover {
    color: #ffffff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}

.btn-check:focus + .btn-outline-black-grey, .btn-outline-black-grey:focus {
    box-shadow: 0 0 0 0.25rem rgba(27, 27, 27, 0.5);
}

.btn-check:checked + .btn-outline-black-grey,
.btn-check:active + .btn-outline-black-grey, .btn-outline-black-grey:active, .btn-outline-black-grey.active, .btn-outline-black-grey.dropdown-toggle.show {
    color: #ffffff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}

.btn-check:checked + .btn-outline-black-grey:focus,
.btn-check:active + .btn-outline-black-grey:focus, .btn-outline-black-grey:active:focus, .btn-outline-black-grey.active:focus, .btn-outline-black-grey.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(27, 27, 27, 0.5);
}

.btn-outline-black-grey:disabled, .btn-outline-black-grey.disabled {
    color: #1b1b1b;
    background-color: transparent;
}

.btn-outline-grey-dark {
    color: #7a7a7a;
    border-color: #7a7a7a;
}

.btn-outline-grey-dark:hover {
    color: #000;
    background-color: #7a7a7a;
    border-color: #7a7a7a;
}

.btn-check:focus + .btn-outline-grey-dark, .btn-outline-grey-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(122, 122, 122, 0.5);
}

.btn-check:checked + .btn-outline-grey-dark,
.btn-check:active + .btn-outline-grey-dark, .btn-outline-grey-dark:active, .btn-outline-grey-dark.active, .btn-outline-grey-dark.dropdown-toggle.show {
    color: #000;
    background-color: #7a7a7a;
    border-color: #7a7a7a;
}

.btn-check:checked + .btn-outline-grey-dark:focus,
.btn-check:active + .btn-outline-grey-dark:focus, .btn-outline-grey-dark:active:focus, .btn-outline-grey-dark.active:focus, .btn-outline-grey-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(122, 122, 122, 0.5);
}

.btn-outline-grey-dark:disabled, .btn-outline-grey-dark.disabled {
    color: #7a7a7a;
    background-color: transparent;
}

.btn-outline-grey-middle {
    color: #b4b4b4;
    border-color: #b4b4b4;
}

.btn-outline-grey-middle:hover {
    color: #000;
    background-color: #b4b4b4;
    border-color: #b4b4b4;
}

.btn-check:focus + .btn-outline-grey-middle, .btn-outline-grey-middle:focus {
    box-shadow: 0 0 0 0.25rem rgba(180, 180, 180, 0.5);
}

.btn-check:checked + .btn-outline-grey-middle,
.btn-check:active + .btn-outline-grey-middle, .btn-outline-grey-middle:active, .btn-outline-grey-middle.active, .btn-outline-grey-middle.dropdown-toggle.show {
    color: #000;
    background-color: #b4b4b4;
    border-color: #b4b4b4;
}

.btn-check:checked + .btn-outline-grey-middle:focus,
.btn-check:active + .btn-outline-grey-middle:focus, .btn-outline-grey-middle:active:focus, .btn-outline-grey-middle.active:focus, .btn-outline-grey-middle.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(180, 180, 180, 0.5);
}

.btn-outline-grey-middle:disabled, .btn-outline-grey-middle.disabled {
    color: #b4b4b4;
    background-color: transparent;
}

.btn-outline-grey {
    color: #eeeeee;
    border-color: #eeeeee;
}

.btn-outline-grey:hover {
    color: #000;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.btn-check:focus + .btn-outline-grey, .btn-outline-grey:focus {
    box-shadow: 0 0 0 0.25rem rgba(238, 238, 238, 0.5);
}

.btn-check:checked + .btn-outline-grey,
.btn-check:active + .btn-outline-grey, .btn-outline-grey:active, .btn-outline-grey.active, .btn-outline-grey.dropdown-toggle.show {
    color: #000;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.btn-check:checked + .btn-outline-grey:focus,
.btn-check:active + .btn-outline-grey:focus, .btn-outline-grey:active:focus, .btn-outline-grey.active:focus, .btn-outline-grey.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(238, 238, 238, 0.5);
}

.btn-outline-grey:disabled, .btn-outline-grey.disabled {
    color: #eeeeee;
    background-color: transparent;
}

.btn-outline-primary {
    color: #397aa1;
    border-color: #397aa1;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #397aa1;
    border-color: #397aa1;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(57, 122, 161, 0.5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #ffffff;
    background-color: #397aa1;
    border-color: #397aa1;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(57, 122, 161, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #397aa1;
    background-color: transparent;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-success {
    color: #04b300;
    border-color: #04b300;
}

.btn-outline-success:hover {
    color: #000;
    background-color: #04b300;
    border-color: #04b300;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(4, 179, 0, 0.5);
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #000;
    background-color: #04b300;
    border-color: #04b300;
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(4, 179, 0, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #04b300;
    background-color: transparent;
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent;
}

.btn-outline-warning {
    color: #fed700;
    border-color: #fed700;
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #fed700;
    border-color: #fed700;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(254, 215, 0, 0.5);
}

.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #fed700;
    border-color: #fed700;
}

.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(254, 215, 0, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #fed700;
    background-color: transparent;
}

.btn-outline-danger {
    color: #ee0016;
    border-color: #ee0016;
}

.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #ee0016;
    border-color: #ee0016;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(238, 0, 22, 0.5);
}

.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #ffffff;
    background-color: #ee0016;
    border-color: #ee0016;
}

.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(238, 0, 22, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #ee0016;
    background-color: transparent;
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}

.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529;
}

.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent;
}

.btn-link {
    font-weight: 400;
    color: #397aa1;
    text-decoration: underline;
}

.btn-link:hover {
    color: #2e6281;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.fade {
    transition: opacity 0.15s linear;
}

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

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

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

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}

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

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

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    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 {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}

.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: 1400px) {
    .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: 0.125rem;
}

.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: 0.125rem;
}

.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: 0.125rem;
}

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

.dropstart .dropdown-toggle::after {
    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: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #397aa1;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

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

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    color: #ffffff;
    background-color: #397aa1;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #397aa1;
    text-decoration: none;
    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 {
        transition: none;
    }
}

.nav-link:hover, .nav-link:focus {
    color: #2e6281;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #397aa1;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    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;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
}

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

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

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }

    .navbar-expand-sm .offcanvas-header {
        display: none;
    }

    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }

    .navbar-expand-md .offcanvas-header {
        display: none;
    }

    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .offcanvas-header {
        display: none;
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }

    .navbar-expand-xl .offcanvas-header {
        display: none;
    }

    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }

    .navbar-expand-xxl .offcanvas-header {
        display: none;
    }

    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-expand .offcanvas-header {
    display: none;
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #ffffff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #ffffff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.shop-item .card-body .card-title {
    margin-bottom: 0.5rem;
    padding-right: 0;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    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, border-radius 0.15s ease;
}

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

.accordion-button:not(.collapsed) {
    color: #336e91;
    background-color: #ebf2f6;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23336e91'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #9cbdd0;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(57, 122, 161, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #397aa1;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    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;
}

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

.page-link:hover {
    z-index: 2;
    color: #2e6281;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: #2e6281;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(57, 122, 161, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #397aa1;
    border-color: #397aa1;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-white {
    color: #666666;
    background-color: white;
    border-color: white;
}

.alert-white .alert-link {
    color: #525252;
}

.alert-orange {
    color: #993f01;
    background-color: #ffe1cc;
    border-color: #ffd2b3;
}

.alert-orange .alert-link {
    color: #7a3201;
}

.alert-blue {
    color: #224961;
    background-color: #d7e4ec;
    border-color: #c4d7e3;
}

.alert-blue .alert-link {
    color: #1b3a4e;
}

.alert-blue-light {
    color: #315b76;
    background-color: #dceaf3;
    border-color: #cbe0ed;
}

.alert-blue-light .alert-link {
    color: #27495e;
}

.alert-green {
    color: #026b00;
    background-color: #cdf0cc;
    border-color: #b4e8b3;
}

.alert-green .alert-link {
    color: #025600;
}

.alert-red {
    color: #8f000d;
    background-color: #fcccd0;
    border-color: #fab3b9;
}

.alert-red .alert-link {
    color: #72000a;
}

.alert-yellow {
    color: #665600;
    background-color: #fff7cc;
    border-color: #fff3b3;
}

.alert-yellow .alert-link {
    color: #524500;
}

.alert-black-grey {
    color: #101010;
    background-color: #d1d1d1;
    border-color: #bbbbbb;
}

.alert-black-grey .alert-link {
    color: #0d0d0d;
}

.alert-grey-dark {
    color: #494949;
    background-color: #e4e4e4;
    border-color: #d7d7d7;
}

.alert-grey-dark .alert-link {
    color: #3a3a3a;
}

.alert-grey-middle {
    color: #6c6c6c;
    background-color: #f0f0f0;
    border-color: #e9e9e9;
}

.alert-grey-middle .alert-link {
    color: #565656;
}

.alert-grey {
    color: #5f5f5f;
    background-color: #fcfcfc;
    border-color: #fafafa;
}

.alert-grey .alert-link {
    color: #4c4c4c;
}

.alert-primary {
    color: #224961;
    background-color: #d7e4ec;
    border-color: #c4d7e3;
}

.alert-primary .alert-link {
    color: #1b3a4e;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-secondary .alert-link {
    color: #34383c;
}

.alert-success {
    color: #026b00;
    background-color: #cdf0cc;
    border-color: #b4e8b3;
}

.alert-success .alert-link {
    color: #025600;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-info .alert-link {
    color: #04414d;
}

.alert-warning {
    color: #665600;
    background-color: #fff7cc;
    border-color: #fff3b3;
}

.alert-warning .alert-link {
    color: #524500;
}

.alert-danger {
    color: #8f000d;
    background-color: #fcccd0;
    border-color: #fab3b9;
}

.alert-danger .alert-link {
    color: #72000a;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light .alert-link {
    color: #4f5050;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

.alert-dark .alert-link {
    color: #101214;
}

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

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #397aa1;
    transition: width 0.6s ease;
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

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

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

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff;
}

.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #397aa1;
    border-color: #397aa1;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }

    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-white {
    color: #666666;
    background-color: white;
}

.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #666666;
    background-color: #e6e6e6;
}

.list-group-item-white.list-group-item-action.active {
    color: #ffffff;
    background-color: #666666;
    border-color: #666666;
}

.list-group-item-orange {
    color: #993f01;
    background-color: #ffe1cc;
}

.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #993f01;
    background-color: #e6cbb8;
}

.list-group-item-orange.list-group-item-action.active {
    color: #ffffff;
    background-color: #993f01;
    border-color: #993f01;
}

.list-group-item-blue {
    color: #224961;
    background-color: #d7e4ec;
}

.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
    color: #224961;
    background-color: #c2cdd4;
}

.list-group-item-blue.list-group-item-action.active {
    color: #ffffff;
    background-color: #224961;
    border-color: #224961;
}

.list-group-item-blue-light {
    color: #315b76;
    background-color: #dceaf3;
}

.list-group-item-blue-light.list-group-item-action:hover, .list-group-item-blue-light.list-group-item-action:focus {
    color: #315b76;
    background-color: #c6d3db;
}

.list-group-item-blue-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #315b76;
    border-color: #315b76;
}

.list-group-item-green {
    color: #026b00;
    background-color: #cdf0cc;
}

.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
    color: #026b00;
    background-color: #b9d8b8;
}

.list-group-item-green.list-group-item-action.active {
    color: #ffffff;
    background-color: #026b00;
    border-color: #026b00;
}

.list-group-item-red {
    color: #8f000d;
    background-color: #fcccd0;
}

.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
    color: #8f000d;
    background-color: #e3b8bb;
}

.list-group-item-red.list-group-item-action.active {
    color: #ffffff;
    background-color: #8f000d;
    border-color: #8f000d;
}

.list-group-item-yellow {
    color: #665600;
    background-color: #fff7cc;
}

.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
    color: #665600;
    background-color: #e6deb8;
}

.list-group-item-yellow.list-group-item-action.active {
    color: #ffffff;
    background-color: #665600;
    border-color: #665600;
}

.list-group-item-black-grey {
    color: #101010;
    background-color: #d1d1d1;
}

.list-group-item-black-grey.list-group-item-action:hover, .list-group-item-black-grey.list-group-item-action:focus {
    color: #101010;
    background-color: #bcbcbc;
}

.list-group-item-black-grey.list-group-item-action.active {
    color: #ffffff;
    background-color: #101010;
    border-color: #101010;
}

.list-group-item-grey-dark {
    color: #494949;
    background-color: #e4e4e4;
}

.list-group-item-grey-dark.list-group-item-action:hover, .list-group-item-grey-dark.list-group-item-action:focus {
    color: #494949;
    background-color: #cdcdcd;
}

.list-group-item-grey-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #494949;
    border-color: #494949;
}

.list-group-item-grey-middle {
    color: #6c6c6c;
    background-color: #f0f0f0;
}

.list-group-item-grey-middle.list-group-item-action:hover, .list-group-item-grey-middle.list-group-item-action:focus {
    color: #6c6c6c;
    background-color: #d8d8d8;
}

.list-group-item-grey-middle.list-group-item-action.active {
    color: #ffffff;
    background-color: #6c6c6c;
    border-color: #6c6c6c;
}

.list-group-item-grey {
    color: #5f5f5f;
    background-color: #fcfcfc;
}

.list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
    color: #5f5f5f;
    background-color: #e3e3e3;
}

.list-group-item-grey.list-group-item-action.active {
    color: #ffffff;
    background-color: #5f5f5f;
    border-color: #5f5f5f;
}

.list-group-item-primary {
    color: #224961;
    background-color: #d7e4ec;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #224961;
    background-color: #c2cdd4;
}

.list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #224961;
    border-color: #224961;
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #41464b;
    border-color: #41464b;
}

.list-group-item-success {
    color: #026b00;
    background-color: #cdf0cc;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #026b00;
    background-color: #b9d8b8;
}

.list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #026b00;
    border-color: #026b00;
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #055160;
    border-color: #055160;
}

.list-group-item-warning {
    color: #665600;
    background-color: #fff7cc;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #665600;
    background-color: #e6deb8;
}

.list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #665600;
    border-color: #665600;
}

.list-group-item-danger {
    color: #8f000d;
    background-color: #fcccd0;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #8f000d;
    background-color: #e3b8bb;
}

.list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #8f000d;
    border-color: #8f000d;
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #636464;
    border-color: #636464;
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #141619;
    border-color: #141619;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(57, 122, 161, 0.25);
    opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.toast.showing {
    opacity: 0;
}

.toast:not(.show) {
    display: none;
}

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-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-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@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-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@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-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@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-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@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-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1399.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-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #ffffff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #ffffff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #ffffff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #ffffff;
}

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #ffffff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #ffffff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #ffffff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

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

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.offcanvas-backdrop.fade {
    opacity: 0;
}

.offcanvas-backdrop.show {
    opacity: 0.5;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}

.offcanvas.show {
    transform: none;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}

.placeholder.btn::before {
    display: inline-block;
    content: "";
}

.placeholder-xs {
    min-height: .6em;
}

.placeholder-sm {
    min-height: .8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-white {
    color: #ffffff;
}

.link-white:hover, .link-white:focus {
    color: white;
}

.link-orange {
    color: #ff6902;
}

.link-orange:hover, .link-orange:focus {
    color: #ff8735;
}

.link-blue {
    color: #397aa1;
}

.link-blue:hover, .link-blue:focus {
    color: #2e6281;
}

.link-blue-light {
    color: #5198c4;
}

.link-blue-light:hover, .link-blue-light:focus {
    color: #74add0;
}

.link-green {
    color: #04b300;
}

.link-green:hover, .link-green:focus {
    color: #36c233;
}

.link-red {
    color: #ee0016;
}

.link-red:hover, .link-red:focus {
    color: #be0012;
}

.link-yellow {
    color: #fed700;
}

.link-yellow:hover, .link-yellow:focus {
    color: #fedf33;
}

.link-black-grey {
    color: #1b1b1b;
}

.link-black-grey:hover, .link-black-grey:focus {
    color: #161616;
}

.link-grey-dark {
    color: #7a7a7a;
}

.link-grey-dark:hover, .link-grey-dark:focus {
    color: #959595;
}

.link-grey-middle {
    color: #b4b4b4;
}

.link-grey-middle:hover, .link-grey-middle:focus {
    color: #c3c3c3;
}

.link-grey {
    color: #eeeeee;
}

.link-grey:hover, .link-grey:focus {
    color: #f1f1f1;
}

.link-primary {
    color: #397aa1;
}

.link-primary:hover, .link-primary:focus {
    color: #2e6281;
}

.link-secondary {
    color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
    color: #565e64;
}

.link-success {
    color: #04b300;
}

.link-success:hover, .link-success:focus {
    color: #36c233;
}

.link-info {
    color: #0dcaf0;
}

.link-info:hover, .link-info:focus {
    color: #3dd5f3;
}

.link-warning {
    color: #fed700;
}

.link-warning:hover, .link-warning:focus {
    color: #fedf33;
}

.link-danger {
    color: #ee0016;
}

.link-danger:hover, .link-danger:focus {
    color: #be0012;
}

.link-light {
    color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
    color: #f9fafb;
}

.link-dark {
    color: #212529;
}

.link-dark:hover, .link-dark:focus {
    color: #1a1e21;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: 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;
    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: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    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 {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-white {
    border-color: #ffffff !important;
}

.border-orange {
    border-color: #ff6902 !important;
}

.border-blue {
    border-color: #397aa1 !important;
}

.border-blue-light {
    border-color: #5198c4 !important;
}

.border-green {
    border-color: #04b300 !important;
}

.border-red {
    border-color: #ee0016 !important;
}

.border-yellow {
    border-color: #fed700 !important;
}

.border-black-grey {
    border-color: #1b1b1b !important;
}

.border-grey-dark {
    border-color: #7a7a7a !important;
}

.border-grey-middle {
    border-color: #b4b4b4 !important;
}

.border-grey {
    border-color: #eeeeee !important;
}

.border-primary {
    border-color: #397aa1 !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #04b300 !important;
}

.border-info {
    border-color: #0dcaf0 !important;
}

.border-warning {
    border-color: #fed700 !important;
}

.border-danger {
    border-color: #ee0016 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #212529 !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.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 {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.gap-0-625r {
    gap: 0.625rem !important;
}

.gap-0-75r {
    gap: 0.75rem !important;
}

.gap-1-25r {
    gap: 1.25rem !important;
}

.gap-1-875r {
    gap: 1.875rem !important;
}

.gap-2r {
    gap: 2rem !important;
}

.gap-2-5r {
    gap: 2.5rem !important;
}

.gap-3-125r {
    gap: 3.125rem !important;
}

.gap-3-25r {
    gap: 3.25rem !important;
}

.gap-3-75r {
    gap: 3.75rem !important;
}

.gap-4-75r {
    gap: 4.75rem !important;
}

.gap-5r {
    gap: 5rem !important;
}

.gap-5-31r {
    gap: 5.31rem !important;
}

.gap-5-625r {
    gap: 5.625rem !important;
}

.gap-6r {
    gap: 6rem !important;
}

.gap-6-25r {
    gap: 6.25rem !important;
}

.gap-6-5r {
    gap: 6.5rem !important;
}

.gap-7r {
    gap: 7rem !important;
}

.gap-23-6r {
    gap: 23.6rem !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0-625r {
    margin: 0.625rem !important;
}

.m-0-75r {
    margin: 0.75rem !important;
}

.m-1-25r {
    margin: 1.25rem !important;
}

.m-1-875r {
    margin: 1.875rem !important;
}

.m-2r {
    margin: 2rem !important;
}

.m-2-5r {
    margin: 2.5rem !important;
}

.m-3-125r {
    margin: 3.125rem !important;
}

.m-3-25r {
    margin: 3.25rem !important;
}

.m-3-75r {
    margin: 3.75rem !important;
}

.m-4-75r {
    margin: 4.75rem !important;
}

.m-5r {
    margin: 5rem !important;
}

.m-5-31r {
    margin: 5.31rem !important;
}

.m-5-625r {
    margin: 5.625rem !important;
}

.m-6r {
    margin: 6rem !important;
}

.m-6-25r {
    margin: 6.25rem !important;
}

.m-6-5r {
    margin: 6.5rem !important;
}

.m-7r {
    margin: 7rem !important;
}

.m-23-6r {
    margin: 23.6rem !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0-625r {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
}

.mx-0-75r {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
}

.mx-1-25r {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
}

.mx-1-875r {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
}

.mx-2r {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}

.mx-2-5r {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
}

.mx-3-125r {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
}

.mx-3-25r {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
}

.mx-3-75r {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
}

.mx-4-75r {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
}

.mx-5r {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}

.mx-5-31r {
    margin-right: 5.31rem !important;
    margin-left: 5.31rem !important;
}

.mx-5-625r {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
}

.mx-6r {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

.mx-6-25r {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
}

.mx-6-5r {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
}

.mx-7r {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
}

.mx-23-6r {
    margin-right: 23.6rem !important;
    margin-left: 23.6rem !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: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0-625r {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
}

.my-0-75r {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.my-1-25r {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.my-1-875r {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
}

.my-2r {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.my-2-5r {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.my-3-125r {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
}

.my-3-25r {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
}

.my-3-75r {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
}

.my-4-75r {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
}

.my-5r {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.my-5-31r {
    margin-top: 5.31rem !important;
    margin-bottom: 5.31rem !important;
}

.my-5-625r {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
}

.my-6r {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.my-6-25r {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
}

.my-6-5r {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
}

.my-7r {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}

.my-23-6r {
    margin-top: 23.6rem !important;
    margin-bottom: 23.6rem !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0-625r {
    margin-top: 0.625rem !important;
}

.mt-0-75r {
    margin-top: 0.75rem !important;
}

.mt-1-25r {
    margin-top: 1.25rem !important;
}

.mt-1-875r {
    margin-top: 1.875rem !important;
}

.mt-2r {
    margin-top: 2rem !important;
}

.mt-2-5r {
    margin-top: 2.5rem !important;
}

.mt-3-125r {
    margin-top: 3.125rem !important;
}

.mt-3-25r {
    margin-top: 3.25rem !important;
}

.mt-3-75r {
    margin-top: 3.75rem !important;
}

.mt-4-75r {
    margin-top: 4.75rem !important;
}

.mt-5r {
    margin-top: 5rem !important;
}

.mt-5-31r {
    margin-top: 5.31rem !important;
}

.mt-5-625r {
    margin-top: 5.625rem !important;
}

.mt-6r {
    margin-top: 6rem !important;
}

.mt-6-25r {
    margin-top: 6.25rem !important;
}

.mt-6-5r {
    margin-top: 6.5rem !important;
}

.mt-7r {
    margin-top: 7rem !important;
}

.mt-23-6r {
    margin-top: 23.6rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0-625r {
    margin-right: 0.625rem !important;
}

.me-0-75r {
    margin-right: 0.75rem !important;
}

.me-1-25r {
    margin-right: 1.25rem !important;
}

.me-1-875r {
    margin-right: 1.875rem !important;
}

.me-2r {
    margin-right: 2rem !important;
}

.me-2-5r {
    margin-right: 2.5rem !important;
}

.me-3-125r {
    margin-right: 3.125rem !important;
}

.me-3-25r {
    margin-right: 3.25rem !important;
}

.me-3-75r {
    margin-right: 3.75rem !important;
}

.me-4-75r {
    margin-right: 4.75rem !important;
}

.me-5r {
    margin-right: 5rem !important;
}

.me-5-31r {
    margin-right: 5.31rem !important;
}

.me-5-625r {
    margin-right: 5.625rem !important;
}

.me-6r {
    margin-right: 6rem !important;
}

.me-6-25r {
    margin-right: 6.25rem !important;
}

.me-6-5r {
    margin-right: 6.5rem !important;
}

.me-7r {
    margin-right: 7rem !important;
}

.me-23-6r {
    margin-right: 23.6rem !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0-625r {
    margin-bottom: 0.625rem !important;
}

.mb-0-75r {
    margin-bottom: 0.75rem !important;
}

.mb-1-25r {
    margin-bottom: 1.25rem !important;
}

.mb-1-875r {
    margin-bottom: 1.875rem !important;
}

.mb-2r {
    margin-bottom: 2rem !important;
}

.mb-2-5r {
    margin-bottom: 2.5rem !important;
}

.mb-3-125r {
    margin-bottom: 3.125rem !important;
}

.mb-3-25r {
    margin-bottom: 3.25rem !important;
}

.mb-3-75r {
    margin-bottom: 3.75rem !important;
}

.mb-4-75r {
    margin-bottom: 4.75rem !important;
}

.mb-5r {
    margin-bottom: 5rem !important;
}

.mb-5-31r {
    margin-bottom: 5.31rem !important;
}

.mb-5-625r {
    margin-bottom: 5.625rem !important;
}

.mb-6r {
    margin-bottom: 6rem !important;
}

.mb-6-25r {
    margin-bottom: 6.25rem !important;
}

.mb-6-5r {
    margin-bottom: 6.5rem !important;
}

.mb-7r {
    margin-bottom: 7rem !important;
}

.mb-5r {
    margin-bottom: 5.5rem;
}

.mb-23-6r {
    margin-bottom: 23.6rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0-625r {
    margin-left: 0.625rem !important;
}

.ms-0-75r {
    margin-left: 0.75rem !important;
}

.ms-1-25r {
    margin-left: 1.25rem !important;
}

.ms-1-875r {
    margin-left: 1.875rem !important;
}

.ms-2r {
    margin-left: 2rem !important;
}

.ms-2-5r {
    margin-left: 2.5rem !important;
}

.ms-3-125r {
    margin-left: 3.125rem !important;
}

.ms-3-25r {
    margin-left: 3.25rem !important;
}

.ms-3-75r {
    margin-left: 3.75rem !important;
}

.ms-4-75r {
    margin-left: 4.75rem !important;
}

.ms-5r {
    margin-left: 5rem !important;
}

.ms-5-31r {
    margin-left: 5.31rem !important;
}

.ms-5-625r {
    margin-left: 5.625rem !important;
}

.ms-6r {
    margin-left: 6rem !important;
}

.ms-6-25r {
    margin-left: 6.25rem !important;
}

.ms-6-5r {
    margin-left: 6.5rem !important;
}

.ms-7r {
    margin-left: 7rem !important;
}

.ms-23-6r {
    margin-left: 23.6rem !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0-625r {
    padding: 0.625rem !important;
}

.p-0-75r {
    padding: 0.75rem !important;
}

.p-1-25r {
    padding: 1.25rem !important;
}

.p-1-875r {
    padding: 1.875rem !important;
}

.p-2r {
    padding: 2rem !important;
}

.p-2-5r {
    padding: 2.5rem !important;
}

.p-3-125r {
    padding: 3.125rem !important;
}

.p-3-25r {
    padding: 3.25rem !important;
}

.p-3-75r {
    padding: 3.75rem !important;
}

.p-4-75r {
    padding: 4.75rem !important;
}

.p-5r {
    padding: 5rem !important;
}

.p-5-31r {
    padding: 5.31rem !important;
}

.p-5-625r {
    padding: 5.625rem !important;
}

.p-6r {
    padding: 6rem !important;
}

.p-6-25r {
    padding: 6.25rem !important;
}

.p-6-5r {
    padding: 6.5rem !important;
}

.p-7r {
    padding: 7rem !important;
}

.p-23-6r {
    padding: 23.6rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0-625r {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
}

.px-0-75r {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}

.px-1-25r {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}

.px-1-875r {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
}

.px-2r {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.px-2-5r {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

.px-3-125r {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
}

.px-3-25r {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
}

.px-3-75r {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
}

.px-4-75r {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
}

.px-5r {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.px-5-31r {
    padding-right: 5.31rem !important;
    padding-left: 5.31rem !important;
}

.px-5-625r {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
}

.px-6r {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.px-6-25r {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
}

.px-6-5r {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
}

.px-7r {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
}

.px-23-6r {
    padding-right: 23.6rem !important;
    padding-left: 23.6rem !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: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0-625r {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
}

.py-0-75r {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.py-1-25r {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.py-1-875r {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
}

.py-2r {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.py-2-5r {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.py-3-125r {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
}

.py-3-25r {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
}

.py-3-75r {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
}

.py-4-75r {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
}

.py-5r {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.py-5-31r {
    padding-top: 5.31rem !important;
    padding-bottom: 5.31rem !important;
}

.py-5-625r {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
}

.py-6r {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.py-6-25r {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
}

.py-6-5r {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
}

.py-7r {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.py-23-6r {
    padding-top: 23.6rem !important;
    padding-bottom: 23.6rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0-625r {
    padding-top: 0.625rem !important;
}

.pt-0-75r {
    padding-top: 0.75rem !important;
}

.pt-1-25r {
    padding-top: 1.25rem !important;
}

.pt-1-875r {
    padding-top: 1.875rem !important;
}

.pt-2r {
    padding-top: 2rem !important;
}

.pt-2-5r {
    padding-top: 2.5rem !important;
}

.pt-3-125r {
    padding-top: 3.125rem !important;
}

.pt-3-25r {
    padding-top: 3.25rem !important;
}

.pt-3-75r {
    padding-top: 3.75rem !important;
}

.pt-4-75r {
    padding-top: 4.75rem !important;
}

.pt-5r {
    padding-top: 5rem !important;
}

.pt-5-31r {
    padding-top: 5.31rem !important;
}

.pt-5-625r {
    padding-top: 5.625rem !important;
}

.pt-6r {
    padding-top: 6rem !important;
}

.pt-6-25r {
    padding-top: 6.25rem !important;
}

.pt-6-5r {
    padding-top: 6.5rem !important;
}

.pt-7r {
    padding-top: 7rem !important;
}

.pt-23-6r {
    padding-top: 23.6rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0-625r {
    padding-right: 0.625rem !important;
}

.pe-0-75r {
    padding-right: 0.75rem !important;
}

.pe-1-25r {
    padding-right: 1.25rem !important;
}

.pe-1-875r {
    padding-right: 1.875rem !important;
}

.pe-2r {
    padding-right: 2rem !important;
}

.pe-2-5r {
    padding-right: 2.5rem !important;
}

.pe-3-125r {
    padding-right: 3.125rem !important;
}

.pe-3-25r {
    padding-right: 3.25rem !important;
}

.pe-3-75r {
    padding-right: 3.75rem !important;
}

.pe-4-75r {
    padding-right: 4.75rem !important;
}

.pe-5r {
    padding-right: 5rem !important;
}

.pe-5-31r {
    padding-right: 5.31rem !important;
}

.pe-5-625r {
    padding-right: 5.625rem !important;
}

.pe-6r {
    padding-right: 6rem !important;
}

.pe-6-25r {
    padding-right: 6.25rem !important;
}

.pe-6-5r {
    padding-right: 6.5rem !important;
}

.pe-7r {
    padding-right: 7rem !important;
}

.pe-23-6r {
    padding-right: 23.6rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0-625r {
    padding-bottom: 0.625rem !important;
}

.pb-0-75r {
    padding-bottom: 0.75rem !important;
}

.pb-1-25r {
    padding-bottom: 1.25rem !important;
}

.pb-1-875r {
    padding-bottom: 1.875rem !important;
}

.pb-2r {
    padding-bottom: 2rem !important;
}

.pb-2-5r {
    padding-bottom: 2.5rem !important;
}

.pb-3-125r {
    padding-bottom: 3.125rem !important;
}

.pb-3-25r {
    padding-bottom: 3.25rem !important;
}

.pb-3-75r {
    padding-bottom: 3.75rem !important;
}

.pb-4-75r {
    padding-bottom: 4.75rem !important;
}

.pb-5r {
    padding-bottom: 5rem !important;
}

.pb-5-31r {
    padding-bottom: 5.31rem !important;
}

.pb-5-625r {
    padding-bottom: 5.625rem !important;
}

.pb-6r {
    padding-bottom: 6rem !important;
}

.pb-6-25r {
    padding-bottom: 6.25rem !important;
}

.pb-6-5r {
    padding-bottom: 6.5rem !important;
}

.pb-7r {
    padding-bottom: 7rem !important;
}

.pb-23-6r {
    padding-bottom: 23.6rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0-625r {
    padding-left: 0.625rem !important;
}

.ps-0-75r {
    padding-left: 0.75rem !important;
}

.ps-1-25r {
    padding-left: 1.25rem !important;
}

.ps-1-875r {
    padding-left: 1.875rem !important;
}

.ps-2r {
    padding-left: 2rem !important;
}

.ps-2-5r {
    padding-left: 2.5rem !important;
}

.ps-3-125r {
    padding-left: 3.125rem !important;
}

.ps-3-25r {
    padding-left: 3.25rem !important;
}

.ps-3-75r {
    padding-left: 3.75rem !important;
}

.ps-4-75r {
    padding-left: 4.75rem !important;
}

.ps-5r {
    padding-left: 5rem !important;
}

.ps-5-31r {
    padding-left: 5.31rem !important;
}

.ps-5-625r {
    padding-left: 5.625rem !important;
}

.ps-6r {
    padding-left: 6rem !important;
}

.ps-6-25r {
    padding-left: 6.25rem !important;
}

.ps-6-5r {
    padding-left: 6.5rem !important;
}

.ps-7r {
    padding-left: 7rem !important;
}

.ps-23-6r {
    padding-left: 23.6rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.h-initial {
    height: 310px !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;
}

.fs-20 {
    font-size: 1.25rem;
}

.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-bolder {
    font-weight: bolder !important;
}

.fw-500 {
    font-weight: 500 !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;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-orange {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}

.text-blue {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-blue-light-rgb), var(--bs-text-opacity)) !important;
}

.text-green {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important;
}

.text-red {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important;
}

.text-black-grey {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-grey-rgb), var(--bs-text-opacity)) !important;
}

.text-grey-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-grey-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-grey-middle {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-grey-middle-rgb), var(--bs-text-opacity)) !important;
}

.text-grey {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-grey-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-grey-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grey-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grey-middle {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-middle-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !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: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0-625r {
        gap: 0.625rem !important;
    }

    .gap-sm-0-75r {
        gap: 0.75rem !important;
    }

    .gap-sm-1-25r {
        gap: 1.25rem !important;
    }

    .gap-sm-1-875r {
        gap: 1.875rem !important;
    }

    .gap-sm-2r {
        gap: 2rem !important;
    }

    .gap-sm-2-5r {
        gap: 2.5rem !important;
    }

    .gap-sm-3-125r {
        gap: 3.125rem !important;
    }

    .gap-sm-3-25r {
        gap: 3.25rem !important;
    }

    .gap-sm-3-75r {
        gap: 3.75rem !important;
    }

    .gap-sm-4-75r {
        gap: 4.75rem !important;
    }

    .gap-sm-5r {
        gap: 5rem !important;
    }

    .gap-sm-5-31r {
        gap: 5.31rem !important;
    }

    .gap-sm-5-625r {
        gap: 5.625rem !important;
    }

    .gap-sm-6r {
        gap: 6rem !important;
    }

    .gap-sm-6-25r {
        gap: 6.25rem !important;
    }

    .gap-sm-6-5r {
        gap: 6.5rem !important;
    }

    .gap-sm-7r {
        gap: 7rem !important;
    }

    .gap-sm-23-6r {
        gap: 23.6rem !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: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0-625r {
        margin: 0.625rem !important;
    }

    .m-sm-0-75r {
        margin: 0.75rem !important;
    }

    .m-sm-1-25r {
        margin: 1.25rem !important;
    }

    .m-sm-1-875r {
        margin: 1.875rem !important;
    }

    .m-sm-2r {
        margin: 2rem !important;
    }

    .m-sm-2-5r {
        margin: 2.5rem !important;
    }

    .m-sm-3-125r {
        margin: 3.125rem !important;
    }

    .m-sm-3-25r {
        margin: 3.25rem !important;
    }

    .m-sm-3-75r {
        margin: 3.75rem !important;
    }

    .m-sm-4-75r {
        margin: 4.75rem !important;
    }

    .m-sm-5r {
        margin: 5rem !important;
    }

    .m-sm-5-31r {
        margin: 5.31rem !important;
    }

    .m-sm-5-625r {
        margin: 5.625rem !important;
    }

    .m-sm-6r {
        margin: 6rem !important;
    }

    .m-sm-6-25r {
        margin: 6.25rem !important;
    }

    .m-sm-6-5r {
        margin: 6.5rem !important;
    }

    .m-sm-7r {
        margin: 7rem !important;
    }

    .m-sm-23-6r {
        margin: 23.6rem !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: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0-625r {
        margin-right: 0.625rem !important;
        margin-left: 0.625rem !important;
    }

    .mx-sm-0-75r {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }

    .mx-sm-1-25r {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }

    .mx-sm-1-875r {
        margin-right: 1.875rem !important;
        margin-left: 1.875rem !important;
    }

    .mx-sm-2r {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-sm-2-5r {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-sm-3-125r {
        margin-right: 3.125rem !important;
        margin-left: 3.125rem !important;
    }

    .mx-sm-3-25r {
        margin-right: 3.25rem !important;
        margin-left: 3.25rem !important;
    }

    .mx-sm-3-75r {
        margin-right: 3.75rem !important;
        margin-left: 3.75rem !important;
    }

    .mx-sm-4-75r {
        margin-right: 4.75rem !important;
        margin-left: 4.75rem !important;
    }

    .mx-sm-5r {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-sm-5-31r {
        margin-right: 5.31rem !important;
        margin-left: 5.31rem !important;
    }

    .mx-sm-5-625r {
        margin-right: 5.625rem !important;
        margin-left: 5.625rem !important;
    }

    .mx-sm-6r {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-sm-6-25r {
        margin-right: 6.25rem !important;
        margin-left: 6.25rem !important;
    }

    .mx-sm-6-5r {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }

    .mx-sm-7r {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .mx-sm-23-6r {
        margin-right: 23.6rem !important;
        margin-left: 23.6rem !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: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0-625r {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .my-sm-0-75r {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-sm-1-25r {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-sm-1-875r {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !important;
    }

    .my-sm-2r {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-sm-2-5r {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-sm-3-125r {
        margin-top: 3.125rem !important;
        margin-bottom: 3.125rem !important;
    }

    .my-sm-3-25r {
        margin-top: 3.25rem !important;
        margin-bottom: 3.25rem !important;
    }

    .my-sm-3-75r {
        margin-top: 3.75rem !important;
        margin-bottom: 3.75rem !important;
    }

    .my-sm-4-75r {
        margin-top: 4.75rem !important;
        margin-bottom: 4.75rem !important;
    }

    .my-sm-5r {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-sm-5-31r {
        margin-top: 5.31rem !important;
        margin-bottom: 5.31rem !important;
    }

    .my-sm-5-625r {
        margin-top: 5.625rem !important;
        margin-bottom: 5.625rem !important;
    }

    .my-sm-6r {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-sm-6-25r {
        margin-top: 6.25rem !important;
        margin-bottom: 6.25rem !important;
    }

    .my-sm-6-5r {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .my-sm-7r {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-sm-23-6r {
        margin-top: 23.6rem !important;
        margin-bottom: 23.6rem !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: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0-625r {
        margin-top: 0.625rem !important;
    }

    .mt-sm-0-75r {
        margin-top: 0.75rem !important;
    }

    .mt-sm-1-25r {
        margin-top: 1.25rem !important;
    }

    .mt-sm-1-875r {
        margin-top: 1.875rem !important;
    }

    .mt-sm-2r {
        margin-top: 2rem !important;
    }

    .mt-sm-2-5r {
        margin-top: 2.5rem !important;
    }

    .mt-sm-3-125r {
        margin-top: 3.125rem !important;
    }

    .mt-sm-3-25r {
        margin-top: 3.25rem !important;
    }

    .mt-sm-3-75r {
        margin-top: 3.75rem !important;
    }

    .mt-sm-4-75r {
        margin-top: 4.75rem !important;
    }

    .mt-sm-5r {
        margin-top: 5rem !important;
    }

    .mt-sm-5-31r {
        margin-top: 5.31rem !important;
    }

    .mt-sm-5-625r {
        margin-top: 5.625rem !important;
    }

    .mt-sm-6r {
        margin-top: 6rem !important;
    }

    .mt-sm-6-25r {
        margin-top: 6.25rem !important;
    }

    .mt-sm-6-5r {
        margin-top: 6.5rem !important;
    }

    .mt-sm-7r {
        margin-top: 7rem !important;
    }

    .mt-sm-23-6r {
        margin-top: 23.6rem !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: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0-625r {
        margin-right: 0.625rem !important;
    }

    .me-sm-0-75r {
        margin-right: 0.75rem !important;
    }

    .me-sm-1-25r {
        margin-right: 1.25rem !important;
    }

    .me-sm-1-875r {
        margin-right: 1.875rem !important;
    }

    .me-sm-2r {
        margin-right: 2rem !important;
    }

    .me-sm-2-5r {
        margin-right: 2.5rem !important;
    }

    .me-sm-3-125r {
        margin-right: 3.125rem !important;
    }

    .me-sm-3-25r {
        margin-right: 3.25rem !important;
    }

    .me-sm-3-75r {
        margin-right: 3.75rem !important;
    }

    .me-sm-4-75r {
        margin-right: 4.75rem !important;
    }

    .me-sm-5r {
        margin-right: 5rem !important;
    }

    .me-sm-5-31r {
        margin-right: 5.31rem !important;
    }

    .me-sm-5-625r {
        margin-right: 5.625rem !important;
    }

    .me-sm-6r {
        margin-right: 6rem !important;
    }

    .me-sm-6-25r {
        margin-right: 6.25rem !important;
    }

    .me-sm-6-5r {
        margin-right: 6.5rem !important;
    }

    .me-sm-7r {
        margin-right: 7rem !important;
    }

    .me-sm-23-6r {
        margin-right: 23.6rem !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: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0-625r {
        margin-bottom: 0.625rem !important;
    }

    .mb-sm-0-75r {
        margin-bottom: 0.75rem !important;
    }

    .mb-sm-1-25r {
        margin-bottom: 1.25rem !important;
    }

    .mb-sm-1-875r {
        margin-bottom: 1.875rem !important;
    }

    .mb-sm-2r {
        margin-bottom: 2rem !important;
    }

    .mb-sm-2-5r {
        margin-bottom: 2.5rem !important;
    }

    .mb-sm-3-125r {
        margin-bottom: 3.125rem !important;
    }

    .mb-sm-3-25r {
        margin-bottom: 3.25rem !important;
    }

    .mb-sm-3-75r {
        margin-bottom: 3.75rem !important;
    }

    .mb-sm-4-75r {
        margin-bottom: 4.75rem !important;
    }

    .mb-sm-5r {
        margin-bottom: 5rem !important;
    }

    .mb-sm-5-31r {
        margin-bottom: 5.31rem !important;
    }

    .mb-sm-5-625r {
        margin-bottom: 5.625rem !important;
    }

    .mb-sm-6r {
        margin-bottom: 6rem !important;
    }

    .mb-sm-6-25r {
        margin-bottom: 6.25rem !important;
    }

    .mb-sm-6-5r {
        margin-bottom: 6.5rem !important;
    }

    .mb-sm-7r {
        margin-bottom: 7rem !important;
    }

    .mb-sm-23-6r {
        margin-bottom: 23.6rem !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: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0-625r {
        margin-left: 0.625rem !important;
    }

    .ms-sm-0-75r {
        margin-left: 0.75rem !important;
    }

    .ms-sm-1-25r {
        margin-left: 1.25rem !important;
    }

    .ms-sm-1-875r {
        margin-left: 1.875rem !important;
    }

    .ms-sm-2r {
        margin-left: 2rem !important;
    }

    .ms-sm-2-5r {
        margin-left: 2.5rem !important;
    }

    .ms-sm-3-125r {
        margin-left: 3.125rem !important;
    }

    .ms-sm-3-25r {
        margin-left: 3.25rem !important;
    }

    .ms-sm-3-75r {
        margin-left: 3.75rem !important;
    }

    .ms-sm-4-75r {
        margin-left: 4.75rem !important;
    }

    .ms-sm-5r {
        margin-left: 5rem !important;
    }

    .ms-sm-5-31r {
        margin-left: 5.31rem !important;
    }

    .ms-sm-5-625r {
        margin-left: 5.625rem !important;
    }

    .ms-sm-6r {
        margin-left: 6rem !important;
    }

    .ms-sm-6-25r {
        margin-left: 6.25rem !important;
    }

    .ms-sm-6-5r {
        margin-left: 6.5rem !important;
    }

    .ms-sm-7r {
        margin-left: 7rem !important;
    }

    .ms-sm-23-6r {
        margin-left: 23.6rem !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: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0-625r {
        padding: 0.625rem !important;
    }

    .p-sm-0-75r {
        padding: 0.75rem !important;
    }

    .p-sm-1-25r {
        padding: 1.25rem !important;
    }

    .p-sm-1-875r {
        padding: 1.875rem !important;
    }

    .p-sm-2r {
        padding: 2rem !important;
    }

    .p-sm-2-5r {
        padding: 2.5rem !important;
    }

    .p-sm-3-125r {
        padding: 3.125rem !important;
    }

    .p-sm-3-25r {
        padding: 3.25rem !important;
    }

    .p-sm-3-75r {
        padding: 3.75rem !important;
    }

    .p-sm-4-75r {
        padding: 4.75rem !important;
    }

    .p-sm-5r {
        padding: 5rem !important;
    }

    .p-sm-5-31r {
        padding: 5.31rem !important;
    }

    .p-sm-5-625r {
        padding: 5.625rem !important;
    }

    .p-sm-6r {
        padding: 6rem !important;
    }

    .p-sm-6-25r {
        padding: 6.25rem !important;
    }

    .p-sm-6-5r {
        padding: 6.5rem !important;
    }

    .p-sm-7r {
        padding: 7rem !important;
    }

    .p-sm-23-6r {
        padding: 23.6rem !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: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0-625r {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }

    .px-sm-0-75r {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .px-sm-1-25r {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .px-sm-1-875r {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important;
    }

    .px-sm-2r {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-sm-2-5r {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-sm-3-125r {
        padding-right: 3.125rem !important;
        padding-left: 3.125rem !important;
    }

    .px-sm-3-25r {
        padding-right: 3.25rem !important;
        padding-left: 3.25rem !important;
    }

    .px-sm-3-75r {
        padding-right: 3.75rem !important;
        padding-left: 3.75rem !important;
    }

    .px-sm-4-75r {
        padding-right: 4.75rem !important;
        padding-left: 4.75rem !important;
    }

    .px-sm-5r {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-sm-5-31r {
        padding-right: 5.31rem !important;
        padding-left: 5.31rem !important;
    }

    .px-sm-5-625r {
        padding-right: 5.625rem !important;
        padding-left: 5.625rem !important;
    }

    .px-sm-6r {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-sm-6-25r {
        padding-right: 6.25rem !important;
        padding-left: 6.25rem !important;
    }

    .px-sm-6-5r {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }

    .px-sm-7r {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .px-sm-23-6r {
        padding-right: 23.6rem !important;
        padding-left: 23.6rem !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: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0-625r {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }

    .py-sm-0-75r {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-sm-1-25r {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-sm-1-875r {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }

    .py-sm-2r {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-sm-2-5r {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-sm-3-125r {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }

    .py-sm-3-25r {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .py-sm-3-75r {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important;
    }

    .py-sm-4-75r {
        padding-top: 4.75rem !important;
        padding-bottom: 4.75rem !important;
    }

    .py-sm-5r {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-sm-5-31r {
        padding-top: 5.31rem !important;
        padding-bottom: 5.31rem !important;
    }

    .py-sm-5-625r {
        padding-top: 5.625rem !important;
        padding-bottom: 5.625rem !important;
    }

    .py-sm-6r {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-sm-6-25r {
        padding-top: 6.25rem !important;
        padding-bottom: 6.25rem !important;
    }

    .py-sm-6-5r {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .py-sm-7r {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-sm-23-6r {
        padding-top: 23.6rem !important;
        padding-bottom: 23.6rem !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: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0-625r {
        padding-top: 0.625rem !important;
    }

    .pt-sm-0-75r {
        padding-top: 0.75rem !important;
    }

    .pt-sm-1-25r {
        padding-top: 1.25rem !important;
    }

    .pt-sm-1-875r {
        padding-top: 1.875rem !important;
    }

    .pt-sm-2r {
        padding-top: 2rem !important;
    }

    .pt-sm-2-5r {
        padding-top: 2.5rem !important;
    }

    .pt-sm-3-125r {
        padding-top: 3.125rem !important;
    }

    .pt-sm-3-25r {
        padding-top: 3.25rem !important;
    }

    .pt-sm-3-75r {
        padding-top: 3.75rem !important;
    }

    .pt-sm-4-75r {
        padding-top: 4.75rem !important;
    }

    .pt-sm-5r {
        padding-top: 5rem !important;
    }

    .pt-sm-5-31r {
        padding-top: 5.31rem !important;
    }

    .pt-sm-5-625r {
        padding-top: 5.625rem !important;
    }

    .pt-sm-6r {
        padding-top: 6rem !important;
    }

    .pt-sm-6-25r {
        padding-top: 6.25rem !important;
    }

    .pt-sm-6-5r {
        padding-top: 6.5rem !important;
    }

    .pt-sm-7r {
        padding-top: 7rem !important;
    }

    .pt-sm-23-6r {
        padding-top: 23.6rem !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: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0-625r {
        padding-right: 0.625rem !important;
    }

    .pe-sm-0-75r {
        padding-right: 0.75rem !important;
    }

    .pe-sm-1-25r {
        padding-right: 1.25rem !important;
    }

    .pe-sm-1-875r {
        padding-right: 1.875rem !important;
    }

    .pe-sm-2r {
        padding-right: 2rem !important;
    }

    .pe-sm-2-5r {
        padding-right: 2.5rem !important;
    }

    .pe-sm-3-125r {
        padding-right: 3.125rem !important;
    }

    .pe-sm-3-25r {
        padding-right: 3.25rem !important;
    }

    .pe-sm-3-75r {
        padding-right: 3.75rem !important;
    }

    .pe-sm-4-75r {
        padding-right: 4.75rem !important;
    }

    .pe-sm-5r {
        padding-right: 5rem !important;
    }

    .pe-sm-5-31r {
        padding-right: 5.31rem !important;
    }

    .pe-sm-5-625r {
        padding-right: 5.625rem !important;
    }

    .pe-sm-6r {
        padding-right: 6rem !important;
    }

    .pe-sm-6-25r {
        padding-right: 6.25rem !important;
    }

    .pe-sm-6-5r {
        padding-right: 6.5rem !important;
    }

    .pe-sm-7r {
        padding-right: 7rem !important;
    }

    .pe-sm-23-6r {
        padding-right: 23.6rem !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: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0-625r {
        padding-bottom: 0.625rem !important;
    }

    .pb-sm-0-75r {
        padding-bottom: 0.75rem !important;
    }

    .pb-sm-1-25r {
        padding-bottom: 1.25rem !important;
    }

    .pb-sm-1-875r {
        padding-bottom: 1.875rem !important;
    }

    .pb-sm-2r {
        padding-bottom: 2rem !important;
    }

    .pb-sm-2-5r {
        padding-bottom: 2.5rem !important;
    }

    .pb-sm-3-125r {
        padding-bottom: 3.125rem !important;
    }

    .pb-sm-3-25r {
        padding-bottom: 3.25rem !important;
    }

    .pb-sm-3-75r {
        padding-bottom: 3.75rem !important;
    }

    .pb-sm-4-75r {
        padding-bottom: 4.75rem !important;
    }

    .pb-sm-5r {
        padding-bottom: 5rem !important;
    }

    .pb-sm-5-31r {
        padding-bottom: 5.31rem !important;
    }

    .pb-sm-5-625r {
        padding-bottom: 5.625rem !important;
    }

    .pb-sm-6r {
        padding-bottom: 6rem !important;
    }

    .pb-sm-6-25r {
        padding-bottom: 6.25rem !important;
    }

    .pb-sm-6-5r {
        padding-bottom: 6.5rem !important;
    }

    .pb-sm-7r {
        padding-bottom: 7rem !important;
    }

    .pb-sm-23-6r {
        padding-bottom: 23.6rem !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: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0-625r {
        padding-left: 0.625rem !important;
    }

    .ps-sm-0-75r {
        padding-left: 0.75rem !important;
    }

    .ps-sm-1-25r {
        padding-left: 1.25rem !important;
    }

    .ps-sm-1-875r {
        padding-left: 1.875rem !important;
    }

    .ps-sm-2r {
        padding-left: 2rem !important;
    }

    .ps-sm-2-5r {
        padding-left: 2.5rem !important;
    }

    .ps-sm-3-125r {
        padding-left: 3.125rem !important;
    }

    .ps-sm-3-25r {
        padding-left: 3.25rem !important;
    }

    .ps-sm-3-75r {
        padding-left: 3.75rem !important;
    }

    .ps-sm-4-75r {
        padding-left: 4.75rem !important;
    }

    .ps-sm-5r {
        padding-left: 5rem !important;
    }

    .ps-sm-5-31r {
        padding-left: 5.31rem !important;
    }

    .ps-sm-5-625r {
        padding-left: 5.625rem !important;
    }

    .ps-sm-6r {
        padding-left: 6rem !important;
    }

    .ps-sm-6-25r {
        padding-left: 6.25rem !important;
    }

    .ps-sm-6-5r {
        padding-left: 6.5rem !important;
    }

    .ps-sm-7r {
        padding-left: 7rem !important;
    }

    .ps-sm-23-6r {
        padding-left: 23.6rem !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: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !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: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-md-0-625r {
        gap: 0.625rem !important;
    }

    .gap-md-0-75r {
        gap: 0.75rem !important;
    }

    .gap-md-1-25r {
        gap: 1.25rem !important;
    }

    .gap-md-1-875r {
        gap: 1.875rem !important;
    }

    .gap-md-2r {
        gap: 2rem !important;
    }

    .gap-md-2-5r {
        gap: 2.5rem !important;
    }

    .gap-md-3-125r {
        gap: 3.125rem !important;
    }

    .gap-md-3-25r {
        gap: 3.25rem !important;
    }

    .gap-md-3-75r {
        gap: 3.75rem !important;
    }

    .gap-md-4-75r {
        gap: 4.75rem !important;
    }

    .gap-md-5r {
        gap: 5rem !important;
    }

    .gap-md-5-31r {
        gap: 5.31rem !important;
    }

    .gap-md-5-625r {
        gap: 5.625rem !important;
    }

    .gap-md-6r {
        gap: 6rem !important;
    }

    .gap-md-6-25r {
        gap: 6.25rem !important;
    }

    .gap-md-6-5r {
        gap: 6.5rem !important;
    }

    .gap-md-7r {
        gap: 7rem !important;
    }

    .gap-md-23-6r {
        gap: 23.6rem !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: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0-625r {
        margin: 0.625rem !important;
    }

    .m-md-0-75r {
        margin: 0.75rem !important;
    }

    .m-md-1-25r {
        margin: 1.25rem !important;
    }

    .m-md-1-875r {
        margin: 1.875rem !important;
    }

    .m-md-2r {
        margin: 2rem !important;
    }

    .m-md-2-5r {
        margin: 2.5rem !important;
    }

    .m-md-3-125r {
        margin: 3.125rem !important;
    }

    .m-md-3-25r {
        margin: 3.25rem !important;
    }

    .m-md-3-75r {
        margin: 3.75rem !important;
    }

    .m-md-4-75r {
        margin: 4.75rem !important;
    }

    .m-md-5r {
        margin: 5rem !important;
    }

    .m-md-5-31r {
        margin: 5.31rem !important;
    }

    .m-md-5-625r {
        margin: 5.625rem !important;
    }

    .m-md-6r {
        margin: 6rem !important;
    }

    .m-md-6-25r {
        margin: 6.25rem !important;
    }

    .m-md-6-5r {
        margin: 6.5rem !important;
    }

    .m-md-7r {
        margin: 7rem !important;
    }

    .m-md-23-6r {
        margin: 23.6rem !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: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0-625r {
        margin-right: 0.625rem !important;
        margin-left: 0.625rem !important;
    }

    .mx-md-0-75r {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }

    .mx-md-1-25r {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }

    .mx-md-1-875r {
        margin-right: 1.875rem !important;
        margin-left: 1.875rem !important;
    }

    .mx-md-2r {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-md-2-5r {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-md-3-125r {
        margin-right: 3.125rem !important;
        margin-left: 3.125rem !important;
    }

    .mx-md-3-25r {
        margin-right: 3.25rem !important;
        margin-left: 3.25rem !important;
    }

    .mx-md-3-75r {
        margin-right: 3.75rem !important;
        margin-left: 3.75rem !important;
    }

    .mx-md-4-75r {
        margin-right: 4.75rem !important;
        margin-left: 4.75rem !important;
    }

    .mx-md-5r {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-md-5-31r {
        margin-right: 5.31rem !important;
        margin-left: 5.31rem !important;
    }

    .mx-md-5-625r {
        margin-right: 5.625rem !important;
        margin-left: 5.625rem !important;
    }

    .mx-md-6r {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-md-6-25r {
        margin-right: 6.25rem !important;
        margin-left: 6.25rem !important;
    }

    .mx-md-6-5r {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }

    .mx-md-7r {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .mx-md-23-6r {
        margin-right: 23.6rem !important;
        margin-left: 23.6rem !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: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0-625r {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .my-md-0-75r {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-md-1-25r {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-md-1-875r {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !important;
    }

    .my-md-2r {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-md-2-5r {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-md-3-125r {
        margin-top: 3.125rem !important;
        margin-bottom: 3.125rem !important;
    }

    .my-md-3-25r {
        margin-top: 3.25rem !important;
        margin-bottom: 3.25rem !important;
    }

    .my-md-3-75r {
        margin-top: 3.75rem !important;
        margin-bottom: 3.75rem !important;
    }

    .my-md-4-75r {
        margin-top: 4.75rem !important;
        margin-bottom: 4.75rem !important;
    }

    .my-md-5r {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-md-5-31r {
        margin-top: 5.31rem !important;
        margin-bottom: 5.31rem !important;
    }

    .my-md-5-625r {
        margin-top: 5.625rem !important;
        margin-bottom: 5.625rem !important;
    }

    .my-md-6r {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-md-6-25r {
        margin-top: 6.25rem !important;
        margin-bottom: 6.25rem !important;
    }

    .my-md-6-5r {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .my-md-7r {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-md-23-6r {
        margin-top: 23.6rem !important;
        margin-bottom: 23.6rem !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: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0-625r {
        margin-top: 0.625rem !important;
    }

    .mt-md-0-75r {
        margin-top: 0.75rem !important;
    }

    .mt-md-1-25r {
        margin-top: 1.25rem !important;
    }

    .mt-md-1-875r {
        margin-top: 1.875rem !important;
    }

    .mt-md-2r {
        margin-top: 2rem !important;
    }

    .mt-md-2-5r {
        margin-top: 2.5rem !important;
    }

    .mt-md-3-125r {
        margin-top: 3.125rem !important;
    }

    .mt-md-3-25r {
        margin-top: 3.25rem !important;
    }

    .mt-md-3-75r {
        margin-top: 3.75rem !important;
    }

    .mt-md-4-75r {
        margin-top: 4.75rem !important;
    }

    .mt-md-5r {
        margin-top: 5rem !important;
    }

    .mt-md-5-31r {
        margin-top: 5.31rem !important;
    }

    .mt-md-5-625r {
        margin-top: 5.625rem !important;
    }

    .mt-md-6r {
        margin-top: 6rem !important;
    }

    .mt-md-6-25r {
        margin-top: 6.25rem !important;
    }

    .mt-md-6-5r {
        margin-top: 6.5rem !important;
    }

    .mt-md-7r {
        margin-top: 7rem !important;
    }

    .mt-md-23-6r {
        margin-top: 23.6rem !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: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0-625r {
        margin-right: 0.625rem !important;
    }

    .me-md-0-75r {
        margin-right: 0.75rem !important;
    }

    .me-md-1-25r {
        margin-right: 1.25rem !important;
    }

    .me-md-1-875r {
        margin-right: 1.875rem !important;
    }

    .me-md-2r {
        margin-right: 2rem !important;
    }

    .me-md-2-5r {
        margin-right: 2.5rem !important;
    }

    .me-md-3-125r {
        margin-right: 3.125rem !important;
    }

    .me-md-3-25r {
        margin-right: 3.25rem !important;
    }

    .me-md-3-75r {
        margin-right: 3.75rem !important;
    }

    .me-md-4-75r {
        margin-right: 4.75rem !important;
    }

    .me-md-5r {
        margin-right: 5rem !important;
    }

    .me-md-5-31r {
        margin-right: 5.31rem !important;
    }

    .me-md-5-625r {
        margin-right: 5.625rem !important;
    }

    .me-md-6r {
        margin-right: 6rem !important;
    }

    .me-md-6-25r {
        margin-right: 6.25rem !important;
    }

    .me-md-6-5r {
        margin-right: 6.5rem !important;
    }

    .me-md-7r {
        margin-right: 7rem !important;
    }

    .me-md-23-6r {
        margin-right: 23.6rem !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: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0-625r {
        margin-bottom: 0.625rem !important;
    }

    .mb-md-0-75r {
        margin-bottom: 0.75rem !important;
    }

    .mb-md-1-25r {
        margin-bottom: 1.25rem !important;
    }

    .mb-md-1-875r {
        margin-bottom: 1.875rem !important;
    }

    .mb-md-2r {
        margin-bottom: 2rem !important;
    }

    .mb-md-2-5r {
        margin-bottom: 2.5rem !important;
    }

    .mb-md-3-125r {
        margin-bottom: 3.125rem !important;
    }

    .mb-md-3-25r {
        margin-bottom: 3.25rem !important;
    }

    .mb-md-3-75r {
        margin-bottom: 3.75rem !important;
    }

    .mb-md-4-75r {
        margin-bottom: 4.75rem !important;
    }

    .mb-md-5r {
        margin-bottom: 5rem !important;
    }

    .mb-md-5-31r {
        margin-bottom: 5.31rem !important;
    }

    .mb-md-5-625r {
        margin-bottom: 5.625rem !important;
    }

    .mb-md-6r {
        margin-bottom: 6rem !important;
    }

    .mb-md-6-25r {
        margin-bottom: 6.25rem !important;
    }

    .mb-md-6-5r {
        margin-bottom: 6.5rem !important;
    }

    .mb-md-7r {
        margin-bottom: 7rem !important;
    }

    .mb-md-23-6r {
        margin-bottom: 23.6rem !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: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0-625r {
        margin-left: 0.625rem !important;
    }

    .ms-md-0-75r {
        margin-left: 0.75rem !important;
    }

    .ms-md-1-25r {
        margin-left: 1.25rem !important;
    }

    .ms-md-1-875r {
        margin-left: 1.875rem !important;
    }

    .ms-md-2r {
        margin-left: 2rem !important;
    }

    .ms-md-2-5r {
        margin-left: 2.5rem !important;
    }

    .ms-md-3-125r {
        margin-left: 3.125rem !important;
    }

    .ms-md-3-25r {
        margin-left: 3.25rem !important;
    }

    .ms-md-3-75r {
        margin-left: 3.75rem !important;
    }

    .ms-md-4-75r {
        margin-left: 4.75rem !important;
    }

    .ms-md-5r {
        margin-left: 5rem !important;
    }

    .ms-md-5-31r {
        margin-left: 5.31rem !important;
    }

    .ms-md-5-625r {
        margin-left: 5.625rem !important;
    }

    .ms-md-6r {
        margin-left: 6rem !important;
    }

    .ms-md-6-25r {
        margin-left: 6.25rem !important;
    }

    .ms-md-6-5r {
        margin-left: 6.5rem !important;
    }

    .ms-md-7r {
        margin-left: 7rem !important;
    }

    .ms-md-23-6r {
        margin-left: 23.6rem !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: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .p-md-0-625r {
        padding: 0.625rem !important;
    }

    .p-md-0-75r {
        padding: 0.75rem !important;
    }

    .p-md-1-25r {
        padding: 1.25rem !important;
    }

    .p-md-1-875r {
        padding: 1.875rem !important;
    }

    .p-md-2r {
        padding: 2rem !important;
    }

    .p-md-2-5r {
        padding: 2.5rem !important;
    }

    .p-md-3-125r {
        padding: 3.125rem !important;
    }

    .p-md-3-25r {
        padding: 3.25rem !important;
    }

    .p-md-3-75r {
        padding: 3.75rem !important;
    }

    .p-md-4-75r {
        padding: 4.75rem !important;
    }

    .p-md-5r {
        padding: 5rem !important;
    }

    .p-md-5-31r {
        padding: 5.31rem !important;
    }

    .p-md-5-625r {
        padding: 5.625rem !important;
    }

    .p-md-6r {
        padding: 6rem !important;
    }

    .p-md-6-25r {
        padding: 6.25rem !important;
    }

    .p-md-6-5r {
        padding: 6.5rem !important;
    }

    .p-md-7r {
        padding: 7rem !important;
    }

    .p-md-23-6r {
        padding: 23.6rem !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: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0-625r {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }

    .px-md-0-75r {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .px-md-1-25r {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .px-md-1-875r {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important;
    }

    .px-md-2r {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-md-2-5r {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-md-3-125r {
        padding-right: 3.125rem !important;
        padding-left: 3.125rem !important;
    }

    .px-md-3-25r {
        padding-right: 3.25rem !important;
        padding-left: 3.25rem !important;
    }

    .px-md-3-75r {
        padding-right: 3.75rem !important;
        padding-left: 3.75rem !important;
    }

    .px-md-4-75r {
        padding-right: 4.75rem !important;
        padding-left: 4.75rem !important;
    }

    .px-md-5r {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-md-5-31r {
        padding-right: 5.31rem !important;
        padding-left: 5.31rem !important;
    }

    .px-md-5-625r {
        padding-right: 5.625rem !important;
        padding-left: 5.625rem !important;
    }

    .px-md-6r {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-md-6-25r {
        padding-right: 6.25rem !important;
        padding-left: 6.25rem !important;
    }

    .px-md-6-5r {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }

    .px-md-7r {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .px-md-23-6r {
        padding-right: 23.6rem !important;
        padding-left: 23.6rem !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: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0-625r {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }

    .py-md-0-75r {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-md-1-25r {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-md-1-875r {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }

    .py-md-2r {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-md-2-5r {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-md-3-125r {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }

    .py-md-3-25r {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .py-md-3-75r {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important;
    }

    .py-md-4-75r {
        padding-top: 4.75rem !important;
        padding-bottom: 4.75rem !important;
    }

    .py-md-5r {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-md-5-31r {
        padding-top: 5.31rem !important;
        padding-bottom: 5.31rem !important;
    }

    .py-md-5-625r {
        padding-top: 5.625rem !important;
        padding-bottom: 5.625rem !important;
    }

    .py-md-6r {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-md-6-25r {
        padding-top: 6.25rem !important;
        padding-bottom: 6.25rem !important;
    }

    .py-md-6-5r {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .py-md-7r {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-md-23-6r {
        padding-top: 23.6rem !important;
        padding-bottom: 23.6rem !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: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0-625r {
        padding-top: 0.625rem !important;
    }

    .pt-md-0-75r {
        padding-top: 0.75rem !important;
    }

    .pt-md-1-25r {
        padding-top: 1.25rem !important;
    }

    .pt-md-1-875r {
        padding-top: 1.875rem !important;
    }

    .pt-md-2r {
        padding-top: 2rem !important;
    }

    .pt-md-2-5r {
        padding-top: 2.5rem !important;
    }

    .pt-md-3-125r {
        padding-top: 3.125rem !important;
    }

    .pt-md-3-25r {
        padding-top: 3.25rem !important;
    }

    .pt-md-3-75r {
        padding-top: 3.75rem !important;
    }

    .pt-md-4-75r {
        padding-top: 4.75rem !important;
    }

    .pt-md-5r {
        padding-top: 5rem !important;
    }

    .pt-md-5-31r {
        padding-top: 5.31rem !important;
    }

    .pt-md-5-625r {
        padding-top: 5.625rem !important;
    }

    .pt-md-6r {
        padding-top: 6rem !important;
    }

    .pt-md-6-25r {
        padding-top: 6.25rem !important;
    }

    .pt-md-6-5r {
        padding-top: 6.5rem !important;
    }

    .pt-md-7r {
        padding-top: 7rem !important;
    }

    .pt-md-23-6r {
        padding-top: 23.6rem !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: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0-625r {
        padding-right: 0.625rem !important;
    }

    .pe-md-0-75r {
        padding-right: 0.75rem !important;
    }

    .pe-md-1-25r {
        padding-right: 1.25rem !important;
    }

    .pe-md-1-875r {
        padding-right: 1.875rem !important;
    }

    .pe-md-2r {
        padding-right: 2rem !important;
    }

    .pe-md-2-5r {
        padding-right: 2.5rem !important;
    }

    .pe-md-3-125r {
        padding-right: 3.125rem !important;
    }

    .pe-md-3-25r {
        padding-right: 3.25rem !important;
    }

    .pe-md-3-75r {
        padding-right: 3.75rem !important;
    }

    .pe-md-4-75r {
        padding-right: 4.75rem !important;
    }

    .pe-md-5r {
        padding-right: 5rem !important;
    }

    .pe-md-5-31r {
        padding-right: 5.31rem !important;
    }

    .pe-md-5-625r {
        padding-right: 5.625rem !important;
    }

    .pe-md-6r {
        padding-right: 6rem !important;
    }

    .pe-md-6-25r {
        padding-right: 6.25rem !important;
    }

    .pe-md-6-5r {
        padding-right: 6.5rem !important;
    }

    .pe-md-7r {
        padding-right: 7rem !important;
    }

    .pe-md-23-6r {
        padding-right: 23.6rem !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: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-0-625r {
        padding-bottom: 0.625rem !important;
    }

    .pb-md-0-75r {
        padding-bottom: 0.75rem !important;
    }

    .pb-md-1-25r {
        padding-bottom: 1.25rem !important;
    }

    .pb-md-1-875r {
        padding-bottom: 1.875rem !important;
    }

    .pb-md-2r {
        padding-bottom: 2rem !important;
    }

    .pb-md-2-5r {
        padding-bottom: 2.5rem !important;
    }

    .pb-md-3-125r {
        padding-bottom: 3.125rem !important;
    }

    .pb-md-3-25r {
        padding-bottom: 3.25rem !important;
    }

    .pb-md-3-75r {
        padding-bottom: 3.75rem !important;
    }

    .pb-md-4-75r {
        padding-bottom: 4.75rem !important;
    }

    .pb-md-5r {
        padding-bottom: 5rem !important;
    }

    .pb-md-5-31r {
        padding-bottom: 5.31rem !important;
    }

    .pb-md-5-625r {
        padding-bottom: 5.625rem !important;
    }

    .pb-md-6r {
        padding-bottom: 6rem !important;
    }

    .pb-md-6-25r {
        padding-bottom: 6.25rem !important;
    }

    .pb-md-6-5r {
        padding-bottom: 6.5rem !important;
    }

    .pb-md-7r {
        padding-bottom: 7rem !important;
    }

    .pb-md-23-6r {
        padding-bottom: 23.6rem !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: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .ps-md-0-625r {
        padding-left: 0.625rem !important;
    }

    .ps-md-0-75r {
        padding-left: 0.75rem !important;
    }

    .ps-md-1-25r {
        padding-left: 1.25rem !important;
    }

    .ps-md-1-875r {
        padding-left: 1.875rem !important;
    }

    .ps-md-2r {
        padding-left: 2rem !important;
    }

    .ps-md-2-5r {
        padding-left: 2.5rem !important;
    }

    .ps-md-3-125r {
        padding-left: 3.125rem !important;
    }

    .ps-md-3-25r {
        padding-left: 3.25rem !important;
    }

    .ps-md-3-75r {
        padding-left: 3.75rem !important;
    }

    .ps-md-4-75r {
        padding-left: 4.75rem !important;
    }

    .ps-md-5r {
        padding-left: 5rem !important;
    }

    .ps-md-5-31r {
        padding-left: 5.31rem !important;
    }

    .ps-md-5-625r {
        padding-left: 5.625rem !important;
    }

    .ps-md-6r {
        padding-left: 6rem !important;
    }

    .ps-md-6-25r {
        padding-left: 6.25rem !important;
    }

    .ps-md-6-5r {
        padding-left: 6.5rem !important;
    }

    .ps-md-7r {
        padding-left: 7rem !important;
    }

    .ps-md-23-6r {
        padding-left: 23.6rem !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: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !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: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0-625r {
        gap: 0.625rem !important;
    }

    .gap-lg-0-75r {
        gap: 0.75rem !important;
    }

    .gap-lg-1-25r {
        gap: 1.25rem !important;
    }

    .gap-lg-1-875r {
        gap: 1.875rem !important;
    }

    .gap-lg-2r {
        gap: 2rem !important;
    }

    .gap-lg-2-5r {
        gap: 2.5rem !important;
    }

    .gap-lg-3-125r {
        gap: 3.125rem !important;
    }

    .gap-lg-3-25r {
        gap: 3.25rem !important;
    }

    .gap-lg-3-75r {
        gap: 3.75rem !important;
    }

    .gap-lg-4-75r {
        gap: 4.75rem !important;
    }

    .gap-lg-5r {
        gap: 5rem !important;
    }

    .gap-lg-5-31r {
        gap: 5.31rem !important;
    }

    .gap-lg-5-625r {
        gap: 5.625rem !important;
    }

    .gap-lg-6r {
        gap: 6rem !important;
    }

    .gap-lg-6-25r {
        gap: 6.25rem !important;
    }

    .gap-lg-6-5r {
        gap: 6.5rem !important;
    }

    .gap-lg-7r {
        gap: 7rem !important;
    }

    .gap-lg-23-6r {
        gap: 23.6rem !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: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0-625r {
        margin: 0.625rem !important;
    }

    .m-lg-0-75r {
        margin: 0.75rem !important;
    }

    .m-lg-1-25r {
        margin: 1.25rem !important;
    }

    .m-lg-1-875r {
        margin: 1.875rem !important;
    }

    .m-lg-2r {
        margin: 2rem !important;
    }

    .m-lg-2-5r {
        margin: 2.5rem !important;
    }

    .m-lg-3-125r {
        margin: 3.125rem !important;
    }

    .m-lg-3-25r {
        margin: 3.25rem !important;
    }

    .m-lg-3-75r {
        margin: 3.75rem !important;
    }

    .m-lg-4-75r {
        margin: 4.75rem !important;
    }

    .m-lg-5r {
        margin: 5rem !important;
    }

    .m-lg-5-31r {
        margin: 5.31rem !important;
    }

    .m-lg-5-625r {
        margin: 5.625rem !important;
    }

    .m-lg-6r {
        margin: 6rem !important;
    }

    .m-lg-6-25r {
        margin: 6.25rem !important;
    }

    .m-lg-6-5r {
        margin: 6.5rem !important;
    }

    .m-lg-7r {
        margin: 7rem !important;
    }

    .m-lg-23-6r {
        margin: 23.6rem !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: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0-625r {
        margin-right: 0.625rem !important;
        margin-left: 0.625rem !important;
    }

    .mx-lg-0-75r {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }

    .mx-lg-1-25r {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }

    .mx-lg-1-875r {
        margin-right: 1.875rem !important;
        margin-left: 1.875rem !important;
    }

    .mx-lg-2r {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-lg-2-5r {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-lg-3-125r {
        margin-right: 3.125rem !important;
        margin-left: 3.125rem !important;
    }

    .mx-lg-3-25r {
        margin-right: 3.25rem !important;
        margin-left: 3.25rem !important;
    }

    .mx-lg-3-75r {
        margin-right: 3.75rem !important;
        margin-left: 3.75rem !important;
    }

    .mx-lg-4-75r {
        margin-right: 4.75rem !important;
        margin-left: 4.75rem !important;
    }

    .mx-lg-5r {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-lg-5-31r {
        margin-right: 5.31rem !important;
        margin-left: 5.31rem !important;
    }

    .mx-lg-5-625r {
        margin-right: 5.625rem !important;
        margin-left: 5.625rem !important;
    }

    .mx-lg-6r {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-lg-6-25r {
        margin-right: 6.25rem !important;
        margin-left: 6.25rem !important;
    }

    .mx-lg-6-5r {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }

    .mx-lg-7r {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .mx-lg-23-6r {
        margin-right: 23.6rem !important;
        margin-left: 23.6rem !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: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0-625r {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .my-lg-0-75r {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-lg-1-25r {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-lg-1-875r {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !important;
    }

    .my-lg-2r {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-lg-2-5r {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-lg-3-125r {
        margin-top: 3.125rem !important;
        margin-bottom: 3.125rem !important;
    }

    .my-lg-3-25r {
        margin-top: 3.25rem !important;
        margin-bottom: 3.25rem !important;
    }

    .my-lg-3-75r {
        margin-top: 3.75rem !important;
        margin-bottom: 3.75rem !important;
    }

    .my-lg-4-75r {
        margin-top: 4.75rem !important;
        margin-bottom: 4.75rem !important;
    }

    .my-lg-5r {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-lg-5-31r {
        margin-top: 5.31rem !important;
        margin-bottom: 5.31rem !important;
    }

    .my-lg-5-625r {
        margin-top: 5.625rem !important;
        margin-bottom: 5.625rem !important;
    }

    .my-lg-6r {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-lg-6-25r {
        margin-top: 6.25rem !important;
        margin-bottom: 6.25rem !important;
    }

    .my-lg-6-5r {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .my-lg-7r {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-lg-23-6r {
        margin-top: 23.6rem !important;
        margin-bottom: 23.6rem !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: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0-625r {
        margin-top: 0.625rem !important;
    }

    .mt-lg-0-75r {
        margin-top: 0.75rem !important;
    }

    .mt-lg-1-25r {
        margin-top: 1.25rem !important;
    }

    .mt-lg-1-875r {
        margin-top: 1.875rem !important;
    }

    .mt-lg-2r {
        margin-top: 2rem !important;
    }

    .mt-lg-2-5r {
        margin-top: 2.5rem !important;
    }

    .mt-lg-3-125r {
        margin-top: 3.125rem !important;
    }

    .mt-lg-3-25r {
        margin-top: 3.25rem !important;
    }

    .mt-lg-3-75r {
        margin-top: 3.75rem !important;
    }

    .mt-lg-4-75r {
        margin-top: 4.75rem !important;
    }

    .mt-lg-5r {
        margin-top: 5rem !important;
    }

    .mt-lg-5-31r {
        margin-top: 5.31rem !important;
    }

    .mt-lg-5-625r {
        margin-top: 5.625rem !important;
    }

    .mt-lg-6r {
        margin-top: 6rem !important;
    }

    .mt-lg-6-25r {
        margin-top: 6.25rem !important;
    }

    .mt-lg-6-5r {
        margin-top: 6.5rem !important;
    }

    .mt-lg-7r {
        margin-top: 7rem !important;
    }

    .mt-lg-23-6r {
        margin-top: 23.6rem !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: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0-625r {
        margin-right: 0.625rem !important;
    }

    .me-lg-0-75r {
        margin-right: 0.75rem !important;
    }

    .me-lg-1-25r {
        margin-right: 1.25rem !important;
    }

    .me-lg-1-875r {
        margin-right: 1.875rem !important;
    }

    .me-lg-2r {
        margin-right: 2rem !important;
    }

    .me-lg-2-5r {
        margin-right: 2.5rem !important;
    }

    .me-lg-3-125r {
        margin-right: 3.125rem !important;
    }

    .me-lg-3-25r {
        margin-right: 3.25rem !important;
    }

    .me-lg-3-75r {
        margin-right: 3.75rem !important;
    }

    .me-lg-4-75r {
        margin-right: 4.75rem !important;
    }

    .me-lg-5r {
        margin-right: 5rem !important;
    }

    .me-lg-5-31r {
        margin-right: 5.31rem !important;
    }

    .me-lg-5-625r {
        margin-right: 5.625rem !important;
    }

    .me-lg-6r {
        margin-right: 6rem !important;
    }

    .me-lg-6-25r {
        margin-right: 6.25rem !important;
    }

    .me-lg-6-5r {
        margin-right: 6.5rem !important;
    }

    .me-lg-7r {
        margin-right: 7rem !important;
    }

    .me-lg-23-6r {
        margin-right: 23.6rem !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: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0-625r {
        margin-bottom: 0.625rem !important;
    }

    .mb-lg-0-75r {
        margin-bottom: 0.75rem !important;
    }

    .mb-lg-1-25r {
        margin-bottom: 1.25rem !important;
    }

    .mb-lg-1-875r {
        margin-bottom: 1.875rem !important;
    }

    .mb-lg-2r {
        margin-bottom: 2rem !important;
    }

    .mb-lg-2-5r {
        margin-bottom: 2.5rem !important;
    }

    .mb-lg-3-125r {
        margin-bottom: 3.125rem !important;
    }

    .mb-lg-3-25r {
        margin-bottom: 3.25rem !important;
    }

    .mb-lg-3-75r {
        margin-bottom: 3.75rem !important;
    }

    .mb-lg-4-75r {
        margin-bottom: 4.75rem !important;
    }

    .mb-lg-5r {
        margin-bottom: 5rem !important;
    }

    .mb-lg-5-31r {
        margin-bottom: 5.31rem !important;
    }

    .mb-lg-5-625r {
        margin-bottom: 5.625rem !important;
    }

    .mb-lg-6r {
        margin-bottom: 6rem !important;
    }

    .mb-lg-6-25r {
        margin-bottom: 6.25rem !important;
    }

    .mb-lg-6-5r {
        margin-bottom: 6.5rem !important;
    }

    .mb-lg-7r {
        margin-bottom: 7rem !important;
    }

    .mb-lg-23-6r {
        margin-bottom: 23.6rem !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: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0-625r {
        margin-left: 0.625rem !important;
    }

    .ms-lg-0-75r {
        margin-left: 0.75rem !important;
    }

    .ms-lg-1-25r {
        margin-left: 1.25rem !important;
    }

    .ms-lg-1-875r {
        margin-left: 1.875rem !important;
    }

    .ms-lg-2r {
        margin-left: 2rem !important;
    }

    .ms-lg-2-5r {
        margin-left: 2.5rem !important;
    }

    .ms-lg-3-125r {
        margin-left: 3.125rem !important;
    }

    .ms-lg-3-25r {
        margin-left: 3.25rem !important;
    }

    .ms-lg-3-75r {
        margin-left: 3.75rem !important;
    }

    .ms-lg-4-75r {
        margin-left: 4.75rem !important;
    }

    .ms-lg-5r {
        margin-left: 5rem !important;
    }

    .ms-lg-5-31r {
        margin-left: 5.31rem !important;
    }

    .ms-lg-5-625r {
        margin-left: 5.625rem !important;
    }

    .ms-lg-6r {
        margin-left: 6rem !important;
    }

    .ms-lg-6-25r {
        margin-left: 6.25rem !important;
    }

    .ms-lg-6-5r {
        margin-left: 6.5rem !important;
    }

    .ms-lg-7r {
        margin-left: 7rem !important;
    }

    .ms-lg-23-6r {
        margin-left: 23.6rem !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: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0-625r {
        padding: 0.625rem !important;
    }

    .p-lg-0-75r {
        padding: 0.75rem !important;
    }

    .p-lg-1-25r {
        padding: 1.25rem !important;
    }

    .p-lg-1-875r {
        padding: 1.875rem !important;
    }

    .p-lg-2r {
        padding: 2rem !important;
    }

    .p-lg-2-5r {
        padding: 2.5rem !important;
    }

    .p-lg-3-125r {
        padding: 3.125rem !important;
    }

    .p-lg-3-25r {
        padding: 3.25rem !important;
    }

    .p-lg-3-75r {
        padding: 3.75rem !important;
    }

    .p-lg-4-75r {
        padding: 4.75rem !important;
    }

    .p-lg-5r {
        padding: 5rem !important;
    }

    .p-lg-5-31r {
        padding: 5.31rem !important;
    }

    .p-lg-5-625r {
        padding: 5.625rem !important;
    }

    .p-lg-6r {
        padding: 6rem !important;
    }

    .p-lg-6-25r {
        padding: 6.25rem !important;
    }

    .p-lg-6-5r {
        padding: 6.5rem !important;
    }

    .p-lg-7r {
        padding: 7rem !important;
    }

    .p-lg-23-6r {
        padding: 23.6rem !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: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0-625r {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }

    .px-lg-0-75r {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .px-lg-1-25r {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .px-lg-1-875r {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important;
    }

    .px-lg-2r {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-lg-2-5r {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-lg-3-125r {
        padding-right: 3.125rem !important;
        padding-left: 3.125rem !important;
    }

    .px-lg-3-25r {
        padding-right: 3.25rem !important;
        padding-left: 3.25rem !important;
    }

    .px-lg-3-75r {
        padding-right: 3.75rem !important;
        padding-left: 3.75rem !important;
    }

    .px-lg-4-75r {
        padding-right: 4.75rem !important;
        padding-left: 4.75rem !important;
    }

    .px-lg-5r {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-lg-5-31r {
        padding-right: 5.31rem !important;
        padding-left: 5.31rem !important;
    }

    .px-lg-5-625r {
        padding-right: 5.625rem !important;
        padding-left: 5.625rem !important;
    }

    .px-lg-6r {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-lg-6-25r {
        padding-right: 6.25rem !important;
        padding-left: 6.25rem !important;
    }

    .px-lg-6-5r {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }

    .px-lg-7r {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .px-lg-23-6r {
        padding-right: 23.6rem !important;
        padding-left: 23.6rem !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: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0-625r {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }

    .py-lg-0-75r {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-lg-1-25r {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-lg-1-875r {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }

    .py-lg-2r {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-lg-2-5r {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-lg-3-125r {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }

    .py-lg-3-25r {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .py-lg-3-75r {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important;
    }

    .py-lg-4-75r {
        padding-top: 4.75rem !important;
        padding-bottom: 4.75rem !important;
    }

    .py-lg-5r {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-lg-5-31r {
        padding-top: 5.31rem !important;
        padding-bottom: 5.31rem !important;
    }

    .py-lg-5-625r {
        padding-top: 5.625rem !important;
        padding-bottom: 5.625rem !important;
    }

    .py-lg-6r {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-lg-6-25r {
        padding-top: 6.25rem !important;
        padding-bottom: 6.25rem !important;
    }

    .py-lg-6-5r {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .py-lg-7r {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-lg-23-6r {
        padding-top: 23.6rem !important;
        padding-bottom: 23.6rem !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: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0-625r {
        padding-top: 0.625rem !important;
    }

    .pt-lg-0-75r {
        padding-top: 0.75rem !important;
    }

    .pt-lg-1-25r {
        padding-top: 1.25rem !important;
    }

    .pt-lg-1-875r {
        padding-top: 1.875rem !important;
    }

    .pt-lg-2r {
        padding-top: 2rem !important;
    }

    .pt-lg-2-5r {
        padding-top: 2.5rem !important;
    }

    .pt-lg-3-125r {
        padding-top: 3.125rem !important;
    }

    .pt-lg-3-25r {
        padding-top: 3.25rem !important;
    }

    .pt-lg-3-75r {
        padding-top: 3.75rem !important;
    }

    .pt-lg-4-75r {
        padding-top: 4.75rem !important;
    }

    .pt-lg-5r {
        padding-top: 5rem !important;
    }

    .pt-lg-5-31r {
        padding-top: 5.31rem !important;
    }

    .pt-lg-5-625r {
        padding-top: 5.625rem !important;
    }

    .pt-lg-6r {
        padding-top: 6rem !important;
    }

    .pt-lg-6-25r {
        padding-top: 6.25rem !important;
    }

    .pt-lg-6-5r {
        padding-top: 6.5rem !important;
    }

    .pt-lg-7r {
        padding-top: 7rem !important;
    }

    .pt-lg-23-6r {
        padding-top: 23.6rem !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: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pe-lg-0-625r {
        padding-right: 0.625rem !important;
    }

    .pe-lg-0-75r {
        padding-right: 0.75rem !important;
    }

    .pe-lg-1-25r {
        padding-right: 1.25rem !important;
    }

    .pe-lg-1-875r {
        padding-right: 1.875rem !important;
    }

    .pe-lg-2r {
        padding-right: 2rem !important;
    }

    .pe-lg-2-5r {
        padding-right: 2.5rem !important;
    }

    .pe-lg-3-125r {
        padding-right: 3.125rem !important;
    }

    .pe-lg-3-25r {
        padding-right: 3.25rem !important;
    }

    .pe-lg-3-75r {
        padding-right: 3.75rem !important;
    }

    .pe-lg-4-75r {
        padding-right: 4.75rem !important;
    }

    .pe-lg-5r {
        padding-right: 5rem !important;
    }

    .pe-lg-5-31r {
        padding-right: 5.31rem !important;
    }

    .pe-lg-5-625r {
        padding-right: 5.625rem !important;
    }

    .pe-lg-6r {
        padding-right: 6rem !important;
    }

    .pe-lg-6-25r {
        padding-right: 6.25rem !important;
    }

    .pe-lg-6-5r {
        padding-right: 6.5rem !important;
    }

    .pe-lg-7r {
        padding-right: 7rem !important;
    }

    .pe-lg-23-6r {
        padding-right: 23.6rem !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: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0-625r {
        padding-bottom: 0.625rem !important;
    }

    .pb-lg-0-75r {
        padding-bottom: 0.75rem !important;
    }

    .pb-lg-1-25r {
        padding-bottom: 1.25rem !important;
    }

    .pb-lg-1-875r {
        padding-bottom: 1.875rem !important;
    }

    .pb-lg-2r {
        padding-bottom: 2rem !important;
    }

    .pb-lg-2-5r {
        padding-bottom: 2.5rem !important;
    }

    .pb-lg-3-125r {
        padding-bottom: 3.125rem !important;
    }

    .pb-lg-3-25r {
        padding-bottom: 3.25rem !important;
    }

    .pb-lg-3-75r {
        padding-bottom: 3.75rem !important;
    }

    .pb-lg-4-75r {
        padding-bottom: 4.75rem !important;
    }

    .pb-lg-5r {
        padding-bottom: 5rem !important;
    }

    .pb-lg-5-31r {
        padding-bottom: 5.31rem !important;
    }

    .pb-lg-5-625r {
        padding-bottom: 5.625rem !important;
    }

    .pb-lg-6r {
        padding-bottom: 6rem !important;
    }

    .pb-lg-6-25r {
        padding-bottom: 6.25rem !important;
    }

    .pb-lg-6-5r {
        padding-bottom: 6.5rem !important;
    }

    .pb-lg-7r {
        padding-bottom: 7rem !important;
    }

    .pb-lg-23-6r {
        padding-bottom: 23.6rem !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: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0-625r {
        padding-left: 0.625rem !important;
    }

    .ps-lg-0-75r {
        padding-left: 0.75rem !important;
    }

    .ps-lg-1-25r {
        padding-left: 1.25rem !important;
    }

    .ps-lg-1-875r {
        padding-left: 1.875rem !important;
    }

    .ps-lg-2r {
        padding-left: 2rem !important;
    }

    .ps-lg-2-5r {
        padding-left: 2.5rem !important;
    }

    .ps-lg-3-125r {
        padding-left: 3.125rem !important;
    }

    .ps-lg-3-25r {
        padding-left: 3.25rem !important;
    }

    .ps-lg-3-75r {
        padding-left: 3.75rem !important;
    }

    .ps-lg-4-75r {
        padding-left: 4.75rem !important;
    }

    .ps-lg-5r {
        padding-left: 5rem !important;
    }

    .ps-lg-5-31r {
        padding-left: 5.31rem !important;
    }

    .ps-lg-5-625r {
        padding-left: 5.625rem !important;
    }

    .ps-lg-6r {
        padding-left: 6rem !important;
    }

    .ps-lg-6-25r {
        padding-left: 6.25rem !important;
    }

    .ps-lg-6-5r {
        padding-left: 6.5rem !important;
    }

    .ps-lg-7r {
        padding-left: 7rem !important;
    }

    .ps-lg-23-6r {
        padding-left: 23.6rem !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: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !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: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0-625r {
        gap: 0.625rem !important;
    }

    .gap-xl-0-75r {
        gap: 0.75rem !important;
    }

    .gap-xl-1-25r {
        gap: 1.25rem !important;
    }

    .gap-xl-1-875r {
        gap: 1.875rem !important;
    }

    .gap-xl-2r {
        gap: 2rem !important;
    }

    .gap-xl-2-5r {
        gap: 2.5rem !important;
    }

    .gap-xl-3-125r {
        gap: 3.125rem !important;
    }

    .gap-xl-3-25r {
        gap: 3.25rem !important;
    }

    .gap-xl-3-75r {
        gap: 3.75rem !important;
    }

    .gap-xl-4-75r {
        gap: 4.75rem !important;
    }

    .gap-xl-5r {
        gap: 5rem !important;
    }

    .gap-xl-5-31r {
        gap: 5.31rem !important;
    }

    .gap-xl-5-625r {
        gap: 5.625rem !important;
    }

    .gap-xl-6r {
        gap: 6rem !important;
    }

    .gap-xl-6-25r {
        gap: 6.25rem !important;
    }

    .gap-xl-6-5r {
        gap: 6.5rem !important;
    }

    .gap-xl-7r {
        gap: 7rem !important;
    }

    .gap-xl-23-6r {
        gap: 23.6rem !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: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0-625r {
        margin: 0.625rem !important;
    }

    .m-xl-0-75r {
        margin: 0.75rem !important;
    }

    .m-xl-1-25r {
        margin: 1.25rem !important;
    }

    .m-xl-1-875r {
        margin: 1.875rem !important;
    }

    .m-xl-2r {
        margin: 2rem !important;
    }

    .m-xl-2-5r {
        margin: 2.5rem !important;
    }

    .m-xl-3-125r {
        margin: 3.125rem !important;
    }

    .m-xl-3-25r {
        margin: 3.25rem !important;
    }

    .m-xl-3-75r {
        margin: 3.75rem !important;
    }

    .m-xl-4-75r {
        margin: 4.75rem !important;
    }

    .m-xl-5r {
        margin: 5rem !important;
    }

    .m-xl-5-31r {
        margin: 5.31rem !important;
    }

    .m-xl-5-625r {
        margin: 5.625rem !important;
    }

    .m-xl-6r {
        margin: 6rem !important;
    }

    .m-xl-6-25r {
        margin: 6.25rem !important;
    }

    .m-xl-6-5r {
        margin: 6.5rem !important;
    }

    .m-xl-7r {
        margin: 7rem !important;
    }

    .m-xl-23-6r {
        margin: 23.6rem !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: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0-625r {
        margin-right: 0.625rem !important;
        margin-left: 0.625rem !important;
    }

    .mx-xl-0-75r {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }

    .mx-xl-1-25r {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }

    .mx-xl-1-875r {
        margin-right: 1.875rem !important;
        margin-left: 1.875rem !important;
    }

    .mx-xl-2r {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-xl-2-5r {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-xl-3-125r {
        margin-right: 3.125rem !important;
        margin-left: 3.125rem !important;
    }

    .mx-xl-3-25r {
        margin-right: 3.25rem !important;
        margin-left: 3.25rem !important;
    }

    .mx-xl-3-75r {
        margin-right: 3.75rem !important;
        margin-left: 3.75rem !important;
    }

    .mx-xl-4-75r {
        margin-right: 4.75rem !important;
        margin-left: 4.75rem !important;
    }

    .mx-xl-5r {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-xl-5-31r {
        margin-right: 5.31rem !important;
        margin-left: 5.31rem !important;
    }

    .mx-xl-5-625r {
        margin-right: 5.625rem !important;
        margin-left: 5.625rem !important;
    }

    .mx-xl-6r {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-xl-6-25r {
        margin-right: 6.25rem !important;
        margin-left: 6.25rem !important;
    }

    .mx-xl-6-5r {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }

    .mx-xl-7r {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .mx-xl-23-6r {
        margin-right: 23.6rem !important;
        margin-left: 23.6rem !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: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0-625r {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .my-xl-0-75r {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-xl-1-25r {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-xl-1-875r {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !important;
    }

    .my-xl-2r {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xl-2-5r {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xl-3-125r {
        margin-top: 3.125rem !important;
        margin-bottom: 3.125rem !important;
    }

    .my-xl-3-25r {
        margin-top: 3.25rem !important;
        margin-bottom: 3.25rem !important;
    }

    .my-xl-3-75r {
        margin-top: 3.75rem !important;
        margin-bottom: 3.75rem !important;
    }

    .my-xl-4-75r {
        margin-top: 4.75rem !important;
        margin-bottom: 4.75rem !important;
    }

    .my-xl-5r {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xl-5-31r {
        margin-top: 5.31rem !important;
        margin-bottom: 5.31rem !important;
    }

    .my-xl-5-625r {
        margin-top: 5.625rem !important;
        margin-bottom: 5.625rem !important;
    }

    .my-xl-6r {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-xl-6-25r {
        margin-top: 6.25rem !important;
        margin-bottom: 6.25rem !important;
    }

    .my-xl-6-5r {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .my-xl-7r {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-xl-23-6r {
        margin-top: 23.6rem !important;
        margin-bottom: 23.6rem !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: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0-625r {
        margin-top: 0.625rem !important;
    }

    .mt-xl-0-75r {
        margin-top: 0.75rem !important;
    }

    .mt-xl-1-25r {
        margin-top: 1.25rem !important;
    }

    .mt-xl-1-875r {
        margin-top: 1.875rem !important;
    }

    .mt-xl-2r {
        margin-top: 2rem !important;
    }

    .mt-xl-2-5r {
        margin-top: 2.5rem !important;
    }

    .mt-xl-3-125r {
        margin-top: 3.125rem !important;
    }

    .mt-xl-3-25r {
        margin-top: 3.25rem !important;
    }

    .mt-xl-3-75r {
        margin-top: 3.75rem !important;
    }

    .mt-xl-4-75r {
        margin-top: 4.75rem !important;
    }

    .mt-xl-5r {
        margin-top: 5rem !important;
    }

    .mt-xl-5-31r {
        margin-top: 5.31rem !important;
    }

    .mt-xl-5-625r {
        margin-top: 5.625rem !important;
    }

    .mt-xl-6r {
        margin-top: 6rem !important;
    }

    .mt-xl-6-25r {
        margin-top: 6.25rem !important;
    }

    .mt-xl-6-5r {
        margin-top: 6.5rem !important;
    }

    .mt-xl-7r {
        margin-top: 7rem !important;
    }

    .mt-xl-23-6r {
        margin-top: 23.6rem !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: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0-625r {
        margin-right: 0.625rem !important;
    }

    .me-xl-0-75r {
        margin-right: 0.75rem !important;
    }

    .me-xl-1-25r {
        margin-right: 1.25rem !important;
    }

    .me-xl-1-875r {
        margin-right: 1.875rem !important;
    }

    .me-xl-2r {
        margin-right: 2rem !important;
    }

    .me-xl-2-5r {
        margin-right: 2.5rem !important;
    }

    .me-xl-3-125r {
        margin-right: 3.125rem !important;
    }

    .me-xl-3-25r {
        margin-right: 3.25rem !important;
    }

    .me-xl-3-75r {
        margin-right: 3.75rem !important;
    }

    .me-xl-4-75r {
        margin-right: 4.75rem !important;
    }

    .me-xl-5r {
        margin-right: 5rem !important;
    }

    .me-xl-5-31r {
        margin-right: 5.31rem !important;
    }

    .me-xl-5-625r {
        margin-right: 5.625rem !important;
    }

    .me-xl-6r {
        margin-right: 6rem !important;
    }

    .me-xl-6-25r {
        margin-right: 6.25rem !important;
    }

    .me-xl-6-5r {
        margin-right: 6.5rem !important;
    }

    .me-xl-7r {
        margin-right: 7rem !important;
    }

    .me-xl-23-6r {
        margin-right: 23.6rem !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: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0-625r {
        margin-bottom: 0.625rem !important;
    }

    .mb-xl-0-75r {
        margin-bottom: 0.75rem !important;
    }

    .mb-xl-1-25r {
        margin-bottom: 1.25rem !important;
    }

    .mb-xl-1-875r {
        margin-bottom: 1.875rem !important;
    }

    .mb-xl-2r {
        margin-bottom: 2rem !important;
    }

    .mb-xl-2-5r {
        margin-bottom: 2.5rem !important;
    }

    .mb-xl-3-125r {
        margin-bottom: 3.125rem !important;
    }

    .mb-xl-3-25r {
        margin-bottom: 3.25rem !important;
    }

    .mb-xl-3-75r {
        margin-bottom: 3.75rem !important;
    }

    .mb-xl-4-75r {
        margin-bottom: 4.75rem !important;
    }

    .mb-xl-5r {
        margin-bottom: 5rem !important;
    }

    .mb-xl-5-31r {
        margin-bottom: 5.31rem !important;
    }

    .mb-xl-5-625r {
        margin-bottom: 5.625rem !important;
    }

    .mb-xl-6r {
        margin-bottom: 6rem !important;
    }

    .mb-xl-6-25r {
        margin-bottom: 6.25rem !important;
    }

    .mb-xl-6-5r {
        margin-bottom: 6.5rem !important;
    }

    .mb-xl-7r {
        margin-bottom: 7rem !important;
    }

    .mb-xl-23-6r {
        margin-bottom: 23.6rem !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: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0-625r {
        margin-left: 0.625rem !important;
    }

    .ms-xl-0-75r {
        margin-left: 0.75rem !important;
    }

    .ms-xl-1-25r {
        margin-left: 1.25rem !important;
    }

    .ms-xl-1-875r {
        margin-left: 1.875rem !important;
    }

    .ms-xl-2r {
        margin-left: 2rem !important;
    }

    .ms-xl-2-5r {
        margin-left: 2.5rem !important;
    }

    .ms-xl-3-125r {
        margin-left: 3.125rem !important;
    }

    .ms-xl-3-25r {
        margin-left: 3.25rem !important;
    }

    .ms-xl-3-75r {
        margin-left: 3.75rem !important;
    }

    .ms-xl-4-75r {
        margin-left: 4.75rem !important;
    }

    .ms-xl-5r {
        margin-left: 5rem !important;
    }

    .ms-xl-5-31r {
        margin-left: 5.31rem !important;
    }

    .ms-xl-5-625r {
        margin-left: 5.625rem !important;
    }

    .ms-xl-6r {
        margin-left: 6rem !important;
    }

    .ms-xl-6-25r {
        margin-left: 6.25rem !important;
    }

    .ms-xl-6-5r {
        margin-left: 6.5rem !important;
    }

    .ms-xl-7r {
        margin-left: 7rem !important;
    }

    .ms-xl-23-6r {
        margin-left: 23.6rem !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: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0-625r {
        padding: 0.625rem !important;
    }

    .p-xl-0-75r {
        padding: 0.75rem !important;
    }

    .p-xl-1-25r {
        padding: 1.25rem !important;
    }

    .p-xl-1-875r {
        padding: 1.875rem !important;
    }

    .p-xl-2r {
        padding: 2rem !important;
    }

    .p-xl-2-5r {
        padding: 2.5rem !important;
    }

    .p-xl-3-125r {
        padding: 3.125rem !important;
    }

    .p-xl-3-25r {
        padding: 3.25rem !important;
    }

    .p-xl-3-75r {
        padding: 3.75rem !important;
    }

    .p-xl-4-75r {
        padding: 4.75rem !important;
    }

    .p-xl-5r {
        padding: 5rem !important;
    }

    .p-xl-5-31r {
        padding: 5.31rem !important;
    }

    .p-xl-5-625r {
        padding: 5.625rem !important;
    }

    .p-xl-6r {
        padding: 6rem !important;
    }

    .p-xl-6-25r {
        padding: 6.25rem !important;
    }

    .p-xl-6-5r {
        padding: 6.5rem !important;
    }

    .p-xl-7r {
        padding: 7rem !important;
    }

    .p-xl-23-6r {
        padding: 23.6rem !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: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0-625r {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }

    .px-xl-0-75r {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .px-xl-1-25r {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .px-xl-1-875r {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important;
    }

    .px-xl-2r {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-xl-2-5r {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-xl-3-125r {
        padding-right: 3.125rem !important;
        padding-left: 3.125rem !important;
    }

    .px-xl-3-25r {
        padding-right: 3.25rem !important;
        padding-left: 3.25rem !important;
    }

    .px-xl-3-75r {
        padding-right: 3.75rem !important;
        padding-left: 3.75rem !important;
    }

    .px-xl-4-75r {
        padding-right: 4.75rem !important;
        padding-left: 4.75rem !important;
    }

    .px-xl-5r {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-xl-5-31r {
        padding-right: 5.31rem !important;
        padding-left: 5.31rem !important;
    }

    .px-xl-5-625r {
        padding-right: 5.625rem !important;
        padding-left: 5.625rem !important;
    }

    .px-xl-6r {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-xl-6-25r {
        padding-right: 6.25rem !important;
        padding-left: 6.25rem !important;
    }

    .px-xl-6-5r {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }

    .px-xl-7r {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .px-xl-23-6r {
        padding-right: 23.6rem !important;
        padding-left: 23.6rem !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: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0-625r {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }

    .py-xl-0-75r {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-xl-1-25r {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-xl-1-875r {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }

    .py-xl-2r {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xl-2-5r {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xl-3-125r {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }

    .py-xl-3-25r {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .py-xl-3-75r {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important;
    }

    .py-xl-4-75r {
        padding-top: 4.75rem !important;
        padding-bottom: 4.75rem !important;
    }

    .py-xl-5r {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-xl-5-31r {
        padding-top: 5.31rem !important;
        padding-bottom: 5.31rem !important;
    }

    .py-xl-5-625r {
        padding-top: 5.625rem !important;
        padding-bottom: 5.625rem !important;
    }

    .py-xl-6r {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-xl-6-25r {
        padding-top: 6.25rem !important;
        padding-bottom: 6.25rem !important;
    }

    .py-xl-6-5r {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .py-xl-7r {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-xl-23-6r {
        padding-top: 23.6rem !important;
        padding-bottom: 23.6rem !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: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0-625r {
        padding-top: 0.625rem !important;
    }

    .pt-xl-0-75r {
        padding-top: 0.75rem !important;
    }

    .pt-xl-1-25r {
        padding-top: 1.25rem !important;
    }

    .pt-xl-1-875r {
        padding-top: 1.875rem !important;
    }

    .pt-xl-2r {
        padding-top: 2rem !important;
    }

    .pt-xl-2-5r {
        padding-top: 2.5rem !important;
    }

    .pt-xl-3-125r {
        padding-top: 3.125rem !important;
    }

    .pt-xl-3-25r {
        padding-top: 3.25rem !important;
    }

    .pt-xl-3-75r {
        padding-top: 3.75rem !important;
    }

    .pt-xl-4-75r {
        padding-top: 4.75rem !important;
    }

    .pt-xl-5r {
        padding-top: 5rem !important;
    }

    .pt-xl-5-31r {
        padding-top: 5.31rem !important;
    }

    .pt-xl-5-625r {
        padding-top: 5.625rem !important;
    }

    .pt-xl-6r {
        padding-top: 6rem !important;
    }

    .pt-xl-6-25r {
        padding-top: 6.25rem !important;
    }

    .pt-xl-6-5r {
        padding-top: 6.5rem !important;
    }

    .pt-xl-7r {
        padding-top: 7rem !important;
    }

    .pt-xl-23-6r {
        padding-top: 23.6rem !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: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0-625r {
        padding-right: 0.625rem !important;
    }

    .pe-xl-0-75r {
        padding-right: 0.75rem !important;
    }

    .pe-xl-1-25r {
        padding-right: 1.25rem !important;
    }

    .pe-xl-1-875r {
        padding-right: 1.875rem !important;
    }

    .pe-xl-2r {
        padding-right: 2rem !important;
    }

    .pe-xl-2-5r {
        padding-right: 2.5rem !important;
    }

    .pe-xl-3-125r {
        padding-right: 3.125rem !important;
    }

    .pe-xl-3-25r {
        padding-right: 3.25rem !important;
    }

    .pe-xl-3-75r {
        padding-right: 3.75rem !important;
    }

    .pe-xl-4-75r {
        padding-right: 4.75rem !important;
    }

    .pe-xl-5r {
        padding-right: 5rem !important;
    }

    .pe-xl-5-31r {
        padding-right: 5.31rem !important;
    }

    .pe-xl-5-625r {
        padding-right: 5.625rem !important;
    }

    .pe-xl-6r {
        padding-right: 6rem !important;
    }

    .pe-xl-6-25r {
        padding-right: 6.25rem !important;
    }

    .pe-xl-6-5r {
        padding-right: 6.5rem !important;
    }

    .pe-xl-7r {
        padding-right: 7rem !important;
    }

    .pe-xl-23-6r {
        padding-right: 23.6rem !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: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0-625r {
        padding-bottom: 0.625rem !important;
    }

    .pb-xl-0-75r {
        padding-bottom: 0.75rem !important;
    }

    .pb-xl-1-25r {
        padding-bottom: 1.25rem !important;
    }

    .pb-xl-1-875r {
        padding-bottom: 1.875rem !important;
    }

    .pb-xl-2r {
        padding-bottom: 2rem !important;
    }

    .pb-xl-2-5r {
        padding-bottom: 2.5rem !important;
    }

    .pb-xl-3-125r {
        padding-bottom: 3.125rem !important;
    }

    .pb-xl-3-25r {
        padding-bottom: 3.25rem !important;
    }

    .pb-xl-3-75r {
        padding-bottom: 3.75rem !important;
    }

    .pb-xl-4-75r {
        padding-bottom: 4.75rem !important;
    }

    .pb-xl-5r {
        padding-bottom: 5rem !important;
    }

    .pb-xl-5-31r {
        padding-bottom: 5.31rem !important;
    }

    .pb-xl-5-625r {
        padding-bottom: 5.625rem !important;
    }

    .pb-xl-6r {
        padding-bottom: 6rem !important;
    }

    .pb-xl-6-25r {
        padding-bottom: 6.25rem !important;
    }

    .pb-xl-6-5r {
        padding-bottom: 6.5rem !important;
    }

    .pb-xl-7r {
        padding-bottom: 7rem !important;
    }

    .pb-xl-23-6r {
        padding-bottom: 23.6rem !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: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0-625r {
        padding-left: 0.625rem !important;
    }

    .ps-xl-0-75r {
        padding-left: 0.75rem !important;
    }

    .ps-xl-1-25r {
        padding-left: 1.25rem !important;
    }

    .ps-xl-1-875r {
        padding-left: 1.875rem !important;
    }

    .ps-xl-2r {
        padding-left: 2rem !important;
    }

    .ps-xl-2-5r {
        padding-left: 2.5rem !important;
    }

    .ps-xl-3-125r {
        padding-left: 3.125rem !important;
    }

    .ps-xl-3-25r {
        padding-left: 3.25rem !important;
    }

    .ps-xl-3-75r {
        padding-left: 3.75rem !important;
    }

    .ps-xl-4-75r {
        padding-left: 4.75rem !important;
    }

    .ps-xl-5r {
        padding-left: 5rem !important;
    }

    .ps-xl-5-31r {
        padding-left: 5.31rem !important;
    }

    .ps-xl-5-625r {
        padding-left: 5.625rem !important;
    }

    .ps-xl-6r {
        padding-left: 6rem !important;
    }

    .ps-xl-6-25r {
        padding-left: 6.25rem !important;
    }

    .ps-xl-6-5r {
        padding-left: 6.5rem !important;
    }

    .ps-xl-7r {
        padding-left: 7rem !important;
    }

    .ps-xl-23-6r {
        padding-left: 23.6rem !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: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !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: 1400px) {
    .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: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0-625r {
        gap: 0.625rem !important;
    }

    .gap-xxl-0-75r {
        gap: 0.75rem !important;
    }

    .gap-xxl-1-25r {
        gap: 1.25rem !important;
    }

    .gap-xxl-1-875r {
        gap: 1.875rem !important;
    }

    .gap-xxl-2r {
        gap: 2rem !important;
    }

    .gap-xxl-2-5r {
        gap: 2.5rem !important;
    }

    .gap-xxl-3-125r {
        gap: 3.125rem !important;
    }

    .gap-xxl-3-25r {
        gap: 3.25rem !important;
    }

    .gap-xxl-3-75r {
        gap: 3.75rem !important;
    }

    .gap-xxl-4-75r {
        gap: 4.75rem !important;
    }

    .gap-xxl-5r {
        gap: 5rem !important;
    }

    .gap-xxl-5-31r {
        gap: 5.31rem !important;
    }

    .gap-xxl-5-625r {
        gap: 5.625rem !important;
    }

    .gap-xxl-6r {
        gap: 6rem !important;
    }

    .gap-xxl-6-25r {
        gap: 6.25rem !important;
    }

    .gap-xxl-6-5r {
        gap: 6.5rem !important;
    }

    .gap-xxl-7r {
        gap: 7rem !important;
    }

    .gap-xxl-23-6r {
        gap: 23.6rem !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: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0-625r {
        margin: 0.625rem !important;
    }

    .m-xxl-0-75r {
        margin: 0.75rem !important;
    }

    .m-xxl-1-25r {
        margin: 1.25rem !important;
    }

    .m-xxl-1-875r {
        margin: 1.875rem !important;
    }

    .m-xxl-2r {
        margin: 2rem !important;
    }

    .m-xxl-2-5r {
        margin: 2.5rem !important;
    }

    .m-xxl-3-125r {
        margin: 3.125rem !important;
    }

    .m-xxl-3-25r {
        margin: 3.25rem !important;
    }

    .m-xxl-3-75r {
        margin: 3.75rem !important;
    }

    .m-xxl-4-75r {
        margin: 4.75rem !important;
    }

    .m-xxl-5r {
        margin: 5rem !important;
    }

    .m-xxl-5-31r {
        margin: 5.31rem !important;
    }

    .m-xxl-5-625r {
        margin: 5.625rem !important;
    }

    .m-xxl-6r {
        margin: 6rem !important;
    }

    .m-xxl-6-25r {
        margin: 6.25rem !important;
    }

    .m-xxl-6-5r {
        margin: 6.5rem !important;
    }

    .m-xxl-7r {
        margin: 7rem !important;
    }

    .m-xxl-23-6r {
        margin: 23.6rem !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: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0-625r {
        margin-right: 0.625rem !important;
        margin-left: 0.625rem !important;
    }

    .mx-xxl-0-75r {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }

    .mx-xxl-1-25r {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }

    .mx-xxl-1-875r {
        margin-right: 1.875rem !important;
        margin-left: 1.875rem !important;
    }

    .mx-xxl-2r {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-xxl-2-5r {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-xxl-3-125r {
        margin-right: 3.125rem !important;
        margin-left: 3.125rem !important;
    }

    .mx-xxl-3-25r {
        margin-right: 3.25rem !important;
        margin-left: 3.25rem !important;
    }

    .mx-xxl-3-75r {
        margin-right: 3.75rem !important;
        margin-left: 3.75rem !important;
    }

    .mx-xxl-4-75r {
        margin-right: 4.75rem !important;
        margin-left: 4.75rem !important;
    }

    .mx-xxl-5r {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-xxl-5-31r {
        margin-right: 5.31rem !important;
        margin-left: 5.31rem !important;
    }

    .mx-xxl-5-625r {
        margin-right: 5.625rem !important;
        margin-left: 5.625rem !important;
    }

    .mx-xxl-6r {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-xxl-6-25r {
        margin-right: 6.25rem !important;
        margin-left: 6.25rem !important;
    }

    .mx-xxl-6-5r {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }

    .mx-xxl-7r {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .mx-xxl-23-6r {
        margin-right: 23.6rem !important;
        margin-left: 23.6rem !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: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0-625r {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .my-xxl-0-75r {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-xxl-1-25r {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-xxl-1-875r {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !important;
    }

    .my-xxl-2r {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xxl-2-5r {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xxl-3-125r {
        margin-top: 3.125rem !important;
        margin-bottom: 3.125rem !important;
    }

    .my-xxl-3-25r {
        margin-top: 3.25rem !important;
        margin-bottom: 3.25rem !important;
    }

    .my-xxl-3-75r {
        margin-top: 3.75rem !important;
        margin-bottom: 3.75rem !important;
    }

    .my-xxl-4-75r {
        margin-top: 4.75rem !important;
        margin-bottom: 4.75rem !important;
    }

    .my-xxl-5r {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xxl-5-31r {
        margin-top: 5.31rem !important;
        margin-bottom: 5.31rem !important;
    }

    .my-xxl-5-625r {
        margin-top: 5.625rem !important;
        margin-bottom: 5.625rem !important;
    }

    .my-xxl-6r {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-xxl-6-25r {
        margin-top: 6.25rem !important;
        margin-bottom: 6.25rem !important;
    }

    .my-xxl-6-5r {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .my-xxl-7r {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-xxl-23-6r {
        margin-top: 23.6rem !important;
        margin-bottom: 23.6rem !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: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0-625r {
        margin-top: 0.625rem !important;
    }

    .mt-xxl-0-75r {
        margin-top: 0.75rem !important;
    }

    .mt-xxl-1-25r {
        margin-top: 1.25rem !important;
    }

    .mt-xxl-1-875r {
        margin-top: 1.875rem !important;
    }

    .mt-xxl-2r {
        margin-top: 2rem !important;
    }

    .mt-xxl-2-5r {
        margin-top: 2.5rem !important;
    }

    .mt-xxl-3-125r {
        margin-top: 3.125rem !important;
    }

    .mt-xxl-3-25r {
        margin-top: 3.25rem !important;
    }

    .mt-xxl-3-75r {
        margin-top: 3.75rem !important;
    }

    .mt-xxl-4-75r {
        margin-top: 4.75rem !important;
    }

    .mt-xxl-5r {
        margin-top: 5rem !important;
    }

    .mt-xxl-5-31r {
        margin-top: 5.31rem !important;
    }

    .mt-xxl-5-625r {
        margin-top: 5.625rem !important;
    }

    .mt-xxl-6r {
        margin-top: 6rem !important;
    }

    .mt-xxl-6-25r {
        margin-top: 6.25rem !important;
    }

    .mt-xxl-6-5r {
        margin-top: 6.5rem !important;
    }

    .mt-xxl-7r {
        margin-top: 7rem !important;
    }

    .mt-xxl-23-6r {
        margin-top: 23.6rem !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: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0-625r {
        margin-right: 0.625rem !important;
    }

    .me-xxl-0-75r {
        margin-right: 0.75rem !important;
    }

    .me-xxl-1-25r {
        margin-right: 1.25rem !important;
    }

    .me-xxl-1-875r {
        margin-right: 1.875rem !important;
    }

    .me-xxl-2r {
        margin-right: 2rem !important;
    }

    .me-xxl-2-5r {
        margin-right: 2.5rem !important;
    }

    .me-xxl-3-125r {
        margin-right: 3.125rem !important;
    }

    .me-xxl-3-25r {
        margin-right: 3.25rem !important;
    }

    .me-xxl-3-75r {
        margin-right: 3.75rem !important;
    }

    .me-xxl-4-75r {
        margin-right: 4.75rem !important;
    }

    .me-xxl-5r {
        margin-right: 5rem !important;
    }

    .me-xxl-5-31r {
        margin-right: 5.31rem !important;
    }

    .me-xxl-5-625r {
        margin-right: 5.625rem !important;
    }

    .me-xxl-6r {
        margin-right: 6rem !important;
    }

    .me-xxl-6-25r {
        margin-right: 6.25rem !important;
    }

    .me-xxl-6-5r {
        margin-right: 6.5rem !important;
    }

    .me-xxl-7r {
        margin-right: 7rem !important;
    }

    .me-xxl-23-6r {
        margin-right: 23.6rem !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: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0-625r {
        margin-bottom: 0.625rem !important;
    }

    .mb-xxl-0-75r {
        margin-bottom: 0.75rem !important;
    }

    .mb-xxl-1-25r {
        margin-bottom: 1.25rem !important;
    }

    .mb-xxl-1-875r {
        margin-bottom: 1.875rem !important;
    }

    .mb-xxl-2r {
        margin-bottom: 2rem !important;
    }

    .mb-xxl-2-5r {
        margin-bottom: 2.5rem !important;
    }

    .mb-xxl-3-125r {
        margin-bottom: 3.125rem !important;
    }

    .mb-xxl-3-25r {
        margin-bottom: 3.25rem !important;
    }

    .mb-xxl-3-75r {
        margin-bottom: 3.75rem !important;
    }

    .mb-xxl-4-75r {
        margin-bottom: 4.75rem !important;
    }

    .mb-xxl-5r {
        margin-bottom: 5rem !important;
    }

    .mb-xxl-5-31r {
        margin-bottom: 5.31rem !important;
    }

    .mb-xxl-5-625r {
        margin-bottom: 5.625rem !important;
    }

    .mb-xxl-6r {
        margin-bottom: 6rem !important;
    }

    .mb-xxl-6-25r {
        margin-bottom: 6.25rem !important;
    }

    .mb-xxl-6-5r {
        margin-bottom: 6.5rem !important;
    }

    .mb-xxl-7r {
        margin-bottom: 7rem !important;
    }

    .mb-xxl-23-6r {
        margin-bottom: 23.6rem !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: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0-625r {
        margin-left: 0.625rem !important;
    }

    .ms-xxl-0-75r {
        margin-left: 0.75rem !important;
    }

    .ms-xxl-1-25r {
        margin-left: 1.25rem !important;
    }

    .ms-xxl-1-875r {
        margin-left: 1.875rem !important;
    }

    .ms-xxl-2r {
        margin-left: 2rem !important;
    }

    .ms-xxl-2-5r {
        margin-left: 2.5rem !important;
    }

    .ms-xxl-3-125r {
        margin-left: 3.125rem !important;
    }

    .ms-xxl-3-25r {
        margin-left: 3.25rem !important;
    }

    .ms-xxl-3-75r {
        margin-left: 3.75rem !important;
    }

    .ms-xxl-4-75r {
        margin-left: 4.75rem !important;
    }

    .ms-xxl-5r {
        margin-left: 5rem !important;
    }

    .ms-xxl-5-31r {
        margin-left: 5.31rem !important;
    }

    .ms-xxl-5-625r {
        margin-left: 5.625rem !important;
    }

    .ms-xxl-6r {
        margin-left: 6rem !important;
    }

    .ms-xxl-6-25r {
        margin-left: 6.25rem !important;
    }

    .ms-xxl-6-5r {
        margin-left: 6.5rem !important;
    }

    .ms-xxl-7r {
        margin-left: 7rem !important;
    }

    .ms-xxl-23-6r {
        margin-left: 23.6rem !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: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0-625r {
        padding: 0.625rem !important;
    }

    .p-xxl-0-75r {
        padding: 0.75rem !important;
    }

    .p-xxl-1-25r {
        padding: 1.25rem !important;
    }

    .p-xxl-1-875r {
        padding: 1.875rem !important;
    }

    .p-xxl-2r {
        padding: 2rem !important;
    }

    .p-xxl-2-5r {
        padding: 2.5rem !important;
    }

    .p-xxl-3-125r {
        padding: 3.125rem !important;
    }

    .p-xxl-3-25r {
        padding: 3.25rem !important;
    }

    .p-xxl-3-75r {
        padding: 3.75rem !important;
    }

    .p-xxl-4-75r {
        padding: 4.75rem !important;
    }

    .p-xxl-5r {
        padding: 5rem !important;
    }

    .p-xxl-5-31r {
        padding: 5.31rem !important;
    }

    .p-xxl-5-625r {
        padding: 5.625rem !important;
    }

    .p-xxl-6r {
        padding: 6rem !important;
    }

    .p-xxl-6-25r {
        padding: 6.25rem !important;
    }

    .p-xxl-6-5r {
        padding: 6.5rem !important;
    }

    .p-xxl-7r {
        padding: 7rem !important;
    }

    .p-xxl-23-6r {
        padding: 23.6rem !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: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0-625r {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }

    .px-xxl-0-75r {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .px-xxl-1-25r {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .px-xxl-1-875r {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important;
    }

    .px-xxl-2r {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-xxl-2-5r {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-xxl-3-125r {
        padding-right: 3.125rem !important;
        padding-left: 3.125rem !important;
    }

    .px-xxl-3-25r {
        padding-right: 3.25rem !important;
        padding-left: 3.25rem !important;
    }

    .px-xxl-3-75r {
        padding-right: 3.75rem !important;
        padding-left: 3.75rem !important;
    }

    .px-xxl-4-75r {
        padding-right: 4.75rem !important;
        padding-left: 4.75rem !important;
    }

    .px-xxl-5r {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-xxl-5-31r {
        padding-right: 5.31rem !important;
        padding-left: 5.31rem !important;
    }

    .px-xxl-5-625r {
        padding-right: 5.625rem !important;
        padding-left: 5.625rem !important;
    }

    .px-xxl-6r {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-xxl-6-25r {
        padding-right: 6.25rem !important;
        padding-left: 6.25rem !important;
    }

    .px-xxl-6-5r {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }

    .px-xxl-7r {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .px-xxl-23-6r {
        padding-right: 23.6rem !important;
        padding-left: 23.6rem !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: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0-625r {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }

    .py-xxl-0-75r {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-xxl-1-25r {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-xxl-1-875r {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }

    .py-xxl-2r {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xxl-2-5r {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xxl-3-125r {
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }

    .py-xxl-3-25r {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .py-xxl-3-75r {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important;
    }

    .py-xxl-4-75r {
        padding-top: 4.75rem !important;
        padding-bottom: 4.75rem !important;
    }

    .py-xxl-5r {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-xxl-5-31r {
        padding-top: 5.31rem !important;
        padding-bottom: 5.31rem !important;
    }

    .py-xxl-5-625r {
        padding-top: 5.625rem !important;
        padding-bottom: 5.625rem !important;
    }

    .py-xxl-6r {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-xxl-6-25r {
        padding-top: 6.25rem !important;
        padding-bottom: 6.25rem !important;
    }

    .py-xxl-6-5r {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .py-xxl-7r {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-xxl-23-6r {
        padding-top: 23.6rem !important;
        padding-bottom: 23.6rem !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: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0-625r {
        padding-top: 0.625rem !important;
    }

    .pt-xxl-0-75r {
        padding-top: 0.75rem !important;
    }

    .pt-xxl-1-25r {
        padding-top: 1.25rem !important;
    }

    .pt-xxl-1-875r {
        padding-top: 1.875rem !important;
    }

    .pt-xxl-2r {
        padding-top: 2rem !important;
    }

    .pt-xxl-2-5r {
        padding-top: 2.5rem !important;
    }

    .pt-xxl-3-125r {
        padding-top: 3.125rem !important;
    }

    .pt-xxl-3-25r {
        padding-top: 3.25rem !important;
    }

    .pt-xxl-3-75r {
        padding-top: 3.75rem !important;
    }

    .pt-xxl-4-75r {
        padding-top: 4.75rem !important;
    }

    .pt-xxl-5r {
        padding-top: 5rem !important;
    }

    .pt-xxl-5-31r {
        padding-top: 5.31rem !important;
    }

    .pt-xxl-5-625r {
        padding-top: 5.625rem !important;
    }

    .pt-xxl-6r {
        padding-top: 6rem !important;
    }

    .pt-xxl-6-25r {
        padding-top: 6.25rem !important;
    }

    .pt-xxl-6-5r {
        padding-top: 6.5rem !important;
    }

    .pt-xxl-7r {
        padding-top: 7rem !important;
    }

    .pt-xxl-23-6r {
        padding-top: 23.6rem !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: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0-625r {
        padding-right: 0.625rem !important;
    }

    .pe-xxl-0-75r {
        padding-right: 0.75rem !important;
    }

    .pe-xxl-1-25r {
        padding-right: 1.25rem !important;
    }

    .pe-xxl-1-875r {
        padding-right: 1.875rem !important;
    }

    .pe-xxl-2r {
        padding-right: 2rem !important;
    }

    .pe-xxl-2-5r {
        padding-right: 2.5rem !important;
    }

    .pe-xxl-3-125r {
        padding-right: 3.125rem !important;
    }

    .pe-xxl-3-25r {
        padding-right: 3.25rem !important;
    }

    .pe-xxl-3-75r {
        padding-right: 3.75rem !important;
    }

    .pe-xxl-4-75r {
        padding-right: 4.75rem !important;
    }

    .pe-xxl-5r {
        padding-right: 5rem !important;
    }

    .pe-xxl-5-31r {
        padding-right: 5.31rem !important;
    }

    .pe-xxl-5-625r {
        padding-right: 5.625rem !important;
    }

    .pe-xxl-6r {
        padding-right: 6rem !important;
    }

    .pe-xxl-6-25r {
        padding-right: 6.25rem !important;
    }

    .pe-xxl-6-5r {
        padding-right: 6.5rem !important;
    }

    .pe-xxl-7r {
        padding-right: 7rem !important;
    }

    .pe-xxl-23-6r {
        padding-right: 23.6rem !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: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0-625r {
        padding-bottom: 0.625rem !important;
    }

    .pb-xxl-0-75r {
        padding-bottom: 0.75rem !important;
    }

    .pb-xxl-1-25r {
        padding-bottom: 1.25rem !important;
    }

    .pb-xxl-1-875r {
        padding-bottom: 1.875rem !important;
    }

    .pb-xxl-2r {
        padding-bottom: 2rem !important;
    }

    .pb-xxl-2-5r {
        padding-bottom: 2.5rem !important;
    }

    .pb-xxl-3-125r {
        padding-bottom: 3.125rem !important;
    }

    .pb-xxl-3-25r {
        padding-bottom: 3.25rem !important;
    }

    .pb-xxl-3-75r {
        padding-bottom: 3.75rem !important;
    }

    .pb-xxl-4-75r {
        padding-bottom: 4.75rem !important;
    }

    .pb-xxl-5r {
        padding-bottom: 5rem !important;
    }

    .pb-xxl-5-31r {
        padding-bottom: 5.31rem !important;
    }

    .pb-xxl-5-625r {
        padding-bottom: 5.625rem !important;
    }

    .pb-xxl-6r {
        padding-bottom: 6rem !important;
    }

    .pb-xxl-6-25r {
        padding-bottom: 6.25rem !important;
    }

    .pb-xxl-6-5r {
        padding-bottom: 6.5rem !important;
    }

    .pb-xxl-7r {
        padding-bottom: 7rem !important;
    }

    .pb-xxl-23-6r {
        padding-bottom: 23.6rem !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: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0-625r {
        padding-left: 0.625rem !important;
    }

    .ps-xxl-0-75r {
        padding-left: 0.75rem !important;
    }

    .ps-xxl-1-25r {
        padding-left: 1.25rem !important;
    }

    .ps-xxl-1-875r {
        padding-left: 1.875rem !important;
    }

    .ps-xxl-2r {
        padding-left: 2rem !important;
    }

    .ps-xxl-2-5r {
        padding-left: 2.5rem !important;
    }

    .ps-xxl-3-125r {
        padding-left: 3.125rem !important;
    }

    .ps-xxl-3-25r {
        padding-left: 3.25rem !important;
    }

    .ps-xxl-3-75r {
        padding-left: 3.75rem !important;
    }

    .ps-xxl-4-75r {
        padding-left: 4.75rem !important;
    }

    .ps-xxl-5r {
        padding-left: 5rem !important;
    }

    .ps-xxl-5-31r {
        padding-left: 5.31rem !important;
    }

    .ps-xxl-5-625r {
        padding-left: 5.625rem !important;
    }

    .ps-xxl-6r {
        padding-left: 6rem !important;
    }

    .ps-xxl-6-25r {
        padding-left: 6.25rem !important;
    }

    .ps-xxl-6-5r {
        padding-left: 6.5rem !important;
    }

    .ps-xxl-7r {
        padding-left: 7rem !important;
    }

    .ps-xxl-23-6r {
        padding-left: 23.6rem !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: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !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: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

body > * ::-webkit-scrollbar {
    width: 0.25rem;
}

body > * ::-webkit-scrollbar-track {
    border-radius: 50%;
    background-color: #eee;
}

body > * ::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 3.125rem #b4b4b4;
}

body {
    overflow-x: hidden;
    width: 100%;
    min-width: 100%;
    background: #ffffff;
    font-family: "Exo 2", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
}

p {
    margin: 0;
    color: #7a7a7a;
}

h4, .h4 {
    font-size: 38.4px;
}

h5, .h5 {
    font-size: 26px;
}

h6, .h6 {
    font-size: 20px;
}

a {
    padding: 0;
}

button {
    outline: none !important;
    box-shadow: none !important;
}

header {
    transition: 0.5s all ease;
    padding-bottom: 0.5rem;
}

header .header-logo {
    display: block;
}


header .header-logo .ammina-lazy.ammina-lazy-img-src {
    height: 59px;
    object-fit: contain;
}

header .header-button {
    display: none !important;
}

header .header-clock {
    display: block;
}

header .header-search {
    display: none;
}

header .header-basket {
    position: relative;
    min-width: 180px;
    min-height: 50px;
}

header .header-basket p > span {
    font-size: 13px;
}

header .basket-card {
    right: 3%;
}

header .basket-bottom h6 > span, header .basket-bottom .h6 > span {
    font-size: 16px;
}

header.scrolled .header-logo {
    display: none;
}

header.scrolled .header-button {
    display: flex !important;
}

header.scrolled .header-clock {
    display: none;
}

header.scrolled .header-search {
    display: block;
}

header.scrolled .header-basket {
    width: 16.6667%;
}

header.scrolled .header-bottom {
    display: none !important;
}

main.noScroll {
    margin-top: 7.1875rem !important;
}

.container {
    max-width: 95rem;
    margin: 0 auto;
}

.container--small {
    max-width: 66.875rem;
}

.form-control:focus,
.form-select:focus {
    z-index: 1 !important;
    box-shadow: none;
}

.carousel-item {
    position: relative;
}

.carousel-indicators button {
    width: 0.625rem !important;
    height: 0.625rem !important;
    border-radius: 50%;
}

.clickable {
    cursor: pointer;
    transition: 0.2s color ease;
    backface-visibility: hidden;
}

.clickable:hover {
    transform: scale(1.01);
}

.clickable--orange {
    cursor: pointer;
    transition: 0.2s color ease;
    color: #7a7a7a;
}

.clickable--orange:hover {
    color: #ff6902;
}

.scalable {
    transition: 0.2s color ease;
}

.scalable:hover {
    max-height: 204px;
    transform: scale(1.01, 1.01);
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px !important;
}

.mw-80 {
    max-width: 80%;
}

.mw-72 {
    max-width: 72%;
}

.mw-60 {
    max-width: 60%;
}

.mw-40 {
    max-width: 40%;
}

.btn {
    transition: 0.2s color ease;
    border-radius: 0;
    outline: none;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn:hover {
    transform: scale(1.017) translateZ(0);
    backface-visibility: hidden;
}

.btn.show .menu {
    height: 0;
}

.btn.show .menu::before {
    top: 0;
    transform: rotate(45deg);
}

.btn.show .menu::after {
    top: 0;
    transform: rotate(-45deg);
}

.btn--long {
    padding: 0.8125rem 1.625rem;
    line-height: 1rem;
}

.btn--header {
    width: 14.0625rem;
    height: 2.75rem;
    padding: 0.8125rem 1.625rem;
    line-height: 1rem;
}

.btn--basket-header {
    width: 12.5625rem;
    height: 2.75rem;
    padding: 0.625rem 3.125rem;
    color: #7a7a7a;
    border: 0.0625rem solid #b4b4b4;
    font-size: 18px;
    line-height: 1rem;
}

.btn--basket-header.active {
    color: #1b1b1b !important;
    border: none !important;
    background-color: #fed700 !important;
}

.btn--basket-header.active:hover {
    color: #1b1b1b !important;
    border: none !important;
    background-color: #fed700 !important;
}

.btn--basket-header:hover {
    transform: scale(1.01) translateZ(0) !important;
    border: 1px solid #7a7a7a !important;
    outline: none;
    color: #1b1b1b !important;
    background: none !important;
}

.btn--wholesale {
    width: 12.5625rem;
    height: 2.6875rem;
    padding: 0.8125rem 1.625rem;
    font-size: 1rem;
    line-height: 16.25px;
}

.btn--absolute {
    position: absolute;
    top: 5px;
    right: 1px;
    z-index: 50;
}

.btn--cabinet-header {
    width: 15.25rem;
    height: 2.75rem;
    padding: 0.625rem 3.125rem;
    color: #7a7a7a;
    border: 0.0625rem solid #b4b4b4;
    font-size: 18px;
    line-height: 1rem;
    min-width: fit-content;
    text-wrap: nowrap;
}

.btn--cabinet-header--small {
    width: 12.875rem;
}

.btn--cabinet-header.active {
    color: #1b1b1b !important;
    border: none !important;
    background-color: #fed700 !important;
}

.btn--cabinet-header:hover {
    color: #1b1b1b !important;
    border: 0.0625rem solid #b4b4b4;
}

.btn-cabinet:focus {
    color: #1b1b1b !important;
    border: none !important;
    background-color: #fed700 !important;
}

.btn--authorization-header {
    width: 13.25rem;
    height: 2.75rem;
    padding: 0.625rem 3.125rem;
    color: #7a7a7a;
    border: 0.0625rem solid #b4b4b4;
    font-size: 18px;
    line-height: 1rem;
}

.btn--authorization-header--big {
    width: 13.5rem;
}

.btn--authorization-header.active {
    color: #1b1b1b !important;
    background-color: #fed700 !important;
}

.btn--carousel-header {
    position: absolute;
    padding: 7px 23px;
    left: 73px;
    bottom: 39px;
}

.btn--basket-shipping {
    width: 17rem;
    height: 4.25rem;
    padding: 0.625rem 2.5rem;
    font-size: 18px;
    line-height: 1.495rem;
}

.btn--basket-shipping.active {
    color: #ff6902 !important;
    border-color: #ff6902 !important;
}

.btn--basket-shipping.active:hover {
    border-color: #ff6902 !important;
}

.btn--basket-shipping:hover {
    border-color: #1b1b1b !important;
}

.btn--basket-shipping.active span {
    font-size: 14px;
    line-height: 1.1631rem;
}

.btn--cabinet-submit {
    width: 9.125rem;
    height: 43px;
    padding: 13px 26px;
    font-size: 1rem;
    line-height: 1rem;
}

.btn--cabinet-registration {
    width: 14.625rem;
    height: 43px;
    padding: 13px 26px;
    font-size: 1rem;
    line-height: 1rem;
}

.btn--cabinet-registration--small {
    width: 109px;
}

.btn--calc {
    display: none;
    text-align: end;
    vertical-align: bottom;
    font-size: 1.125rem;
}

.btn--calc svg {
    margin-right: 0.625rem;
    vertical-align: top;
}

.btn--right-menu {
    width: 312px;
    height: 55px;
}

.btn--search {
    width: 6.5625rem;
    height: 1.875rem;
    padding: 0.4375rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 1rem;
}

.btn--detail {
    width: 8.9375rem;
    height: 2.6875rem;
    padding: 0.8125rem 1.625rem;
    font-size: 1rem;
    line-height: 1rem;
}

.btn--question {
    width: 11.4375rem;
    height: 2.6875rem;
    padding: 0.8125rem 1.625rem;
    font-size: 1rem;
    line-height: 1rem;
}

.btn--question-send {
    width: 13.4375rem;
    height: 2.6875rem;
    padding: 0.8125rem 1.625rem;
    font-size: 1rem;
    line-height: 1rem;
}

.btn--basket-close:hover svg line {
    stroke: #7a7a7a;
}

.btn--basket-controls {
    color: #1b1b1b;
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.btn--basket-controls svg {
    margin-right: 8px;
}

.btn--basket-controls:hover {
    color: #7a7a7a;
}

.btn--basket-controls:hover svg path {
    stroke: #7a7a7a;
}

.btn--basket-confirm {
    width: 13rem;
    height: 2.6875rem;
    padding: 0.8125rem 3.5625rem;
    font-size: 1rem;
    line-height: 1rem;
}

.btn--basket-buy {
    width: 10.4375rem;
    height: 1.875rem;
    padding: 0.4375rem 1.3125rem;
    font-size: 0.875rem;
    line-height: 1rem;
}

.btn--basket-list {
    width: 18.75rem;
    height: 43px;
    color: #ff6902 !important;
    font-size: 1rem;
    line-height: 1rem;
}

.btn--continue-payment {
    width: 16.625rem;
    height: 2.6875rem;
    padding: 0.8125rem 1.625rem;
    font-size: 16px;
    line-height: 1.0156rem;
}

.btn--plus {
    width: 275px;
    height: 43px;
    padding: 0 !important;
    text-align: start;
    transform: none !important;
    font-size: 0.875rem;
}

.date-input {
    background: url("/local/templates/ndom/assets/css/../img/svg/calendar.svg");
    background-repeat: no-repeat;
    background-position: 98%;
}

.date-input::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.select-input {
    background: url("/local/templates/ndom/assets/css/../img/svg/arrow_down.svg");
    background-repeat: no-repeat;
    background-position: 98%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.card {
    border-radius: 0;
}

.table {
    text-align: left;
}

.table td {
    font-size: 1.25rem;
    padding: 20px 15px;
    color: #1b1b1b;
}

.table td.title {
    font-weight: 500;
}

.table .table-body {
    background: #eeeeee;
    border-bottom: 2px solid #eeeeee;
}

.table .table-body tr {
    font-size: 1.25rem;
}

.table .table-body th {
    padding: 15px;
    padding-right: 110px;
}

.cross-svg {
    width: 36px;
    cursor: pointer;
}

.cross-svg:hover path {
    fill: #1b1b1b;
}

.dropdown {
    width: fit-content;
}

.text-block p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    color: #7a7a7a;
}

.text-block p.small {
    font-size: 0.875rem;
}

.text-block h3, .text-block .h3 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    color: #1b1b1b;
}

.text-medium {
    font-size: 1.25rem;
    color: #1b1b1b;
}

.mod {
    position: absolute;
    z-index: 47;
    left: 117%;
    top: 0;
    transform: translate(2px, 0px);
    width: 1115px;
    display: none;
    height: 70vh;
    padding: 0 30px 16px 30px;
    margin: 40px 0 30px 0;
    background: white;
}

.mod .section-child {
    margin: 0 0 48px 0;
}

.mod a {
    transition: 0.2s ease;
    text-decoration: none;
    color: #1b1b1b;
    font-size: 0.875rem;
}

.mod a:hover {
    color: #ff6902;
}

.mod.show {
    display: block;
}

.mod--big {
    height: 87vh;
}

.mod--search {
    top: 0;
    left: 26%;
    width: 67%;
    height: 100%;
    padding: 0;
    padding-top: 20px;
}

.shop-hover-text {
    visibility: hidden;
    margin-top: 12px;
    text-decoration: none;
    color: #397aa1;
    font-size: 14px;
}

.dropdown-menu--custom {
    z-index: 50 !important;
    display: block !important;
    height: 100%;
    width: 19.5rem;
}

.dropdown-menu--custom li {
    margin-bottom: 0.5rem;
}

.dropdown-menu--custom li a {
    width: 50%;
}

.dropdown-menu--custom .dropdown-item {
    padding: 0 1.875rem;
    cursor: pointer;
    color: #1b1b1b;
    font-size: 0.875rem;
}

.dropdown-menu--custom .dropdown-item.active {
    color: #ff6902;
    background: none;
}

.dropdown-menu--custom .dropdown-item:hover, .dropdown-menu--custom .dropdown-item:focus {
    color: #ff6902;
    background: none;
}

.dropdown-menu--big {
    height: 87vh;
}

.dropdown-menu--wrapper {
    overflow-y: auto;
    height: 100%;
    margin: 0 16px;
}

.modal-container {
    max-width: 290px;
}

.modal-container h3, .modal-container .h3 {
    margin-bottom: 20px;
}

.modal-container h3:hover, .modal-container .h3:hover {
    cursor: pointer;
    color: #ff6902;
}

.modal-container a {
    margin-top: 8px;
}

.menu {
    position: relative;
    display: block;
    width: 1.75rem;
    height: 0.125rem;
    margin-right: 8px;
    background: #1b1b1b;
}

.menu::before, .menu::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 0.125rem;
    content: '';
    background-color: #1b1b1b;
}

.menu::before {
    top: -0.5rem;
    transition: 0.2s color ease;
}

.menu::after {
    top: 0.5rem;
    transition: 0.2s color ease;
}

.btn-close:focus {
    box-shadow: none;
}

#btn-back-to-top {
    position: fixed;
    z-index: 100;
    right: 1.25rem;
    bottom: 1.25rem;
    display: none;
    align-items: center;
    padding: 10px 20px;
}

#btn-back-to-top svg {
    margin-left: 12.8px;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #b4b4b4;
    font-size: 16px;
}

.breadcrumb-item a:hover {
    color: #7a7a7a;
}

.breadcrumb-item ul {
    border: 0.0625rem solid #b4b4b4;
    border-radius: 0;
}

.breadcrumb-item ul > li > a {
    color: #1b1b1b !important;
}

.breadcrumb-item ul > li > a:hover {
    color: #ff6902 !important;
    background: none;
}

.breadcrumb-item.active a {
    color: #7a7a7a;
}

.content-left {
    width: 240px;
    flex-shrink: 0;
}

.content-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9.008px;
    cursor: pointer;
}

.content-title.collapsed svg {
    transform: rotate(180deg);
}

.content-title svg {
    cursor: pointer;
}

.content-title svg:hover path {
    stroke: #1b1b1b;
}

.content-text {
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 600;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
}

.form-check-item {
    margin-bottom: 9.008px;
}

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

.form-check-input:checked {
    border: 0.0625rem solid #b4b4b4;
    background-color: inherit;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ff6902' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.filter-product-order .form-check-input[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ff6902' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.filter-product-order .form-check-input:checked[type="checkbox"] {
    background-image: none;
}

.form-check-input:focus {
    box-shadow: none;
}

.content-footer {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 0.0625rem solid #eeeeee;
}

.content-footer-more {
    width: fit-content;
    cursor: pointer;
    color: #397aa1;
}

.content-footer-more span.closed {
    display: none;
}

.content-footer-more span.open {
    display: inline-block;
}

.content-footer-more svg {
    margin-left: 10px;
    transform: rotate(0deg);
}

.content-footer-more.collapsed svg {
    transform: rotate(180deg);
}

.content-footer-more.collapsed span.closed {
    display: inline-block;
}

.content-footer-more.collapsed span.open {
    display: none;
}

.content-footer-more:hover {
    color: #7a7a7a;
}

.content-footer-more:hover svg > path {
    stroke: #7a7a7a;
}

.content-drop {
    display: flex;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
}

.content-drop p {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
}

.content-drop svg {
    margin-right: 9.008px;
}

.content-drop:hover p {
    color: #1b1b1b;
}

.content-drop:hover svg path {
    fill: #1b1b1b;
}

.content-filter-btn {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 3.2px 14.4px;
    color: #1b1b1b;
    border-radius: 3.125rem;
    background: #eeeeee;
}

.content-filter-btn svg {
    margin-left: 10px;
}

.content-filter-btn:hover {
    transform: scale(1) !important;
}

.content-filter-btn:hover svg > path {
    stroke: #ff6902;
}

.content-right-top-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.content-right-top-text p {
    color: #ff6902;
    font-size: 16px;
    max-width: 850px;
}

.content-right-top-sort {
    display: flex;
    margin-bottom: 30px;
}

.content-right-top-sort ol {
    display: flex;
    gap: 40px;
    list-style: none;
}

.content-sort-link {
    text-decoration: none;
    color: #7a7a7a;
    font-size: 16px;
}

.content-sort-link:hover, .content-sort-link.active {
    color: #1b1b1b;
}

.content-pages-wrapper {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.content-pages-nav {
    display: flex;
    justify-self: end;
}

.content-pages-nav ol {
    display: flex;
    gap: 20px;
    list-style: none;
}

.content-pages-link {
    padding: 4.8px 12.8px;
    text-decoration: none;
    color: #1b1b1b;
}

.content-pages-link.active {
    background: #eeeeee;
}

.content-pages-link:hover {
    color: #397aa1;
}

.content-related {
    margin-top: 40px;
    margin-bottom: 90px;
}

.content-related p {
    margin-bottom: 40px;
    color: #1b1b1b;
    font-size: 20px;
}

.content-tags {
    display: flex;
    gap: 40px;
    margin-bottom: 16px;
}

.content-tags-footer {
    width: fit-content;
}

.tags-link {
    text-decoration: none;
    color: #397aa1;
    font-size: 14px;
}

.tags-link.active {
    color: #1b1b1b;
    font-size: 16px;
}

.tags-link:hover {
    color: #1b1b1b;
}

.content-tags-back {
    display: block;
    width: fit-content;
    margin-top: 12px;
    text-decoration: none;
    color: #7a7a7a;
    font-size: 14px;
}

.content-tags-back svg {
    transform: rotate(90deg);
}

.content-tags-back:hover {
    color: #1b1b1b;
}

.content-tags-back:hover svg path {
    stroke: #1b1b1b;
}

.content-tags-more {
    cursor: pointer;
    color: #ff6902;
    font-size: 14px !important;
}

.content-tags-more span.closed {
    display: none;
}

.content-tags-more span.open {
    display: inline-block;
}

.content-tags-more svg path {
    stroke: #ff6902;
}

.content-tags-more.collapsed {
    color: #7a7a7a;
}

.content-tags-more.collapsed svg {
    transform: rotate(180deg);
}

.content-tags-more.collapsed svg path {
    stroke: #7a7a7a;
}

.content-tags-more.collapsed span.closed {
    display: inline-block;
}

.content-tags-more.collapsed span.open {
    display: none;
}

.content-tags-more svg {
    margin-left: 10px;
    transform: rotate(0deg);
}

.content-tags-more--blue.collapsed {
    color: #397aa1 !important;
}

.content-tags-more--blue.collapsed svg {
    transform: rotate(180deg);
}

.content-tags-more--blue.collapsed svg path {
    stroke: #397aa1;
}

.content-tags-more:hover {
    color: #1b1b1b !important;
}

.content-tags-more:hover svg > path {
    stroke: #1b1b1b !important;
}

.seo-text-light {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3388rem;
}

.seo-text-light span {
    color: #1b1b1b;
    line-height: 1.2rem;
}

.seo-text-light br {
    display: block;
    width: fit-content;
    margin-top: 16px;
    margin-right: 0;
}

.seo-text-subtitle {
    margin: 25.008px 0;
    color: #1b1b1b;
    font-size: 20px;
    font-weight: 400;
}

.detail-img-bottom {
    display: flex;
    margin-top: 40px;
    padding: 0;
    list-style: none;
}

.detail-img-bottom li.active img {
    border-color: #ff6902;
}

.detail-img-bottom li img {
    margin-right: 40px;
    padding: 20px 12px;
    cursor: pointer;
    border: 0.0625rem solid #eeeeee;
    max-height: 102px;
}

.detail-title,
.title {
    font-size: 2rem;
}

.detail-code {
    font-size: 14px;
}

.detail-controls {
    width: 100%;
}

.detail-price-menu {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.detail-price-menu .calc-price {
    font-size: 12px;
    position: absolute;
    z-index: 2000;
    right: 50%;
    bottom: -159%;
    display: none;
    padding: 4.8px 16px;
    transform: translate(47%, 0);
    border: 1px solid #ff6902;
}

.detail-price {
    margin-right: 64px;
    font-size: 36px;
}

.detail-price span {
    font-size: 48px !important;
}

.detail-count {
    margin-bottom: 0.625rem;
    color: #1b1b1b;
    font-size: 1rem;
    line-height: 1.25rem;
}

.detail-buttons {
    margin-top: 2.5rem;
}

.detail-buttons button {
    min-width: 6.5rem;
    margin-right: 1rem;
}

.detail-buttons .catalog-favorites-button {
    min-width: auto;
    margin-bottom: 1rem;
}

.detail-shops {
    margin-top: 2.5rem;
    min-width: 570px;
}

.detail-shops-left {
    padding-right: 9%;
}

.detail-shops-left ul > li {
    min-width: 12.75rem;
    margin-right: auto;
    font-size: 1.125rem;
}

.detail-buttons .detail-calc {
    padding-left: 0;
}

.detail-shops-left p {
    color: #1b1b1b;
    font-size: 0.875rem;
}

.detail-shops-left p svg {
    margin-right: 0.625rem;
}

.detail-shops-right {
    margin-top: 2rem;
}

.detail-shops-right p {
    margin-bottom: 0.45rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.quick-view-form.detail-shops-right {
    margin-top: 2rem;
}

.detail-shops-right p span {
    color: #1b1b1b;
}

.product-item .owl-carousel .owl-dot {
    list-style-type: none;
}

.basket-show {
    display: block;
}

.basket-hide {
    display: none;
}

.max-height-50vh {
    height: 50vh;
}

.owl-product {
    width: 34.375rem !important;
    height: 34.375rem;
}

.owl-product img {
    margin: 0 auto;
    width: inherit !important;
    height: 34.375rem;
    padding: 1.0625rem;
}

.owl-product.small {
    width: 26.4375rem !important;
    height: 26.4375rem;
}

.owl-product.small img {
    width: 26.4375rem !important;
    height: 26.4375rem;
    padding: 0.8125rem;
}

.owl-product .owl-prev,
.owl-product .owl-next {
    visibility: hidden;
}

.owl-product:hover .owl-prev,
.owl-product:hover .owl-next {
    visibility: visible;
}

.owl-product:hover .owl-prev.disabled,
.owl-product:hover .owl-next.disabled {
    visibility: hidden;
}

.characteristics-nav {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 6.25rem;
}

.characteristics-nav a {
    padding-bottom: 0.625rem;
    text-decoration: none;
    color: #1b1b1b;
    border-bottom: 1px solid #eeeeee;
}

.characteristics {
    margin-top: 1.875rem;
}

.characteristics-title, .detail-section-title {
    width: fit-content;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #FF6902;
}

.characteristics-text {
    width: 55%;
    margin: 1.875rem 0;
}

.characteristics-text span {
    color: #1b1b1b;
}

.characteristics-detail {
    width: 55%;
    margin-top: 1.875rem;
}

.characteristics-detail.small {
    margin-top: 1.875rem;
}

.characteristics-detail ul {
    margin-top: 1.875rem !important;
}

.characteristics-detail ul li {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
}

.delivery {
    display: flex;
    margin-top: 1.5625rem;
    gap: 30px;
}

@media (max-width: 768px) {
    .delivery {
        flex-direction: column;
    }
}

.delivery-left {
    flex-shrink: 0;
}

.delivery-left {
    display: flex;
    gap: 30px;
}

.delivery-right {
    flex-grow: 1;
    overflow: hidden;
}

.delivery-right form {
    margin-bottom: 25px;
}

.delivery-right form input:focus-visible {
    border: 1px solid #b4b4b4 !important;
}

.delivery-right img.delivery-map {
    width: 100%;
    height: 422px;
    padding: 0.1875rem;
    border: 0.0625rem solid #eeeeee;
}

.delivery-right p {
    margin-top: 10px;
}

.delivery-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.delivery-column p {
    margin-bottom: 24px;
    color: #1b1b1b;
    font-size: 20px;
}

.delivery-column p svg {
    margin-left: 10px;
    cursor: pointer;
}

.delivery-column p svg:hover circle {
    stroke: #ff6902;
}

.delivery-column p svg:hover rect {
    fill: #ff6902;
}

.delivery-column button {
    min-width: 210px;
    padding: 8px;
    text-align: start;
    color: #7a7a7a;
    font-size: 18px;
}

.delivery-column button img {
    margin-right: 48px;
}

.delivery-column button:hover {
    border-color: #7a7a7a !important;
}

.delivery-column button.active, .remodal .delivery-column button.active {
    color: #ff6902 !important;
    border: 1px solid #ff6902 !important;
    background-color: inherit;
}

.shops-text {
    margin-top: 30px;
    padding: 0;
    color: #7a7a7a;
    font-size: 18px;
}

.shops-text span {
    color: #ff6902;
}

.questions-text {
    margin: 30px 0;
}

.modal-body {
    padding: 0;
}

.modal-content h5, .modal-content .h5 {
    font-size: 24px;
}

.modal-dialog.modal-question {
    max-width: 700px;
}

.modal-dialog.modal-question form label span {
    margin-left: 0.3125rem;
    color: #ff6902;
}

.modal-dialog.modal-preview {
    max-width: 1270px;
}

.modal-dialog.modal-preview.detail {
    max-width: 1145px;
}

.calc-modal-text {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 22px;
}

.calc-modal-text--normal {
    font-size: 1rem !important;
    color: #1b1b1b !important;
}

.calc-modal-text--small {
    font-size: 14px;
}

.calc-modal-text--small span {
    color: #ff6902;
}

.calc-modal-text--xs {
    font-size: 12px;
}

.calc-modal-text--xs span {
    color: #397aa1;
}

.calc-modal-form {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    font-size: 14px;
}

.calc-modal-form label {
    margin-bottom: 0.3125rem;
    color: #1b1b1b;
}

.calc-modal-form label.orange {
    color: #ff6902;
}

.calc-modal-form label span.orange {
    color: #ff6902;
}

.calc-modal-form input,
.calc-modal-form select {
    padding: 10px;
    border: 1px solid #eeeeee !important;
    outline: none;
}

.calc-modal-form input:focus-visible,
.calc-modal-form select:focus-visible {
    border-color: #b4b4b4 !important;
}

.calc-modal-form input:active,
.calc-modal-form select:active {
    border: inherit;
    outline: none;
}

.calc-modal-form textarea {
    padding: 10px;
    border: 0.0625rem solid #eeeeee !important;
    outline: none;
}

.calc-modal-form textarea:focus-visible {
    border-color: #b4b4b4 !important;
}

.calc-modal-form .modal-input--big {
    height: 200px;
}

.calc-modal-form p {
    margin: 10px 0;
    text-align: center;
}

.calc-modal-form.im-1-25r input,
.calc-modal-form.im-1-25r select,
.calc-modal-form.im-1-25r textarea {
    margin-bottom: 1.25rem;
}

.calc-modal-form .with-label-on-top {
    position: relative;
}

.calc-modal-form .with-label-on-top label {
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translate(10px, 15px);
    z-index: 5;
}

.calc-modal-controls {
    display: flex;
    margin: 20px 0;
    gap: 30px;
}

.calc-btn-small {
    font-size: 14px;
}

.search-btn-small {
    font-size: 14px;
    line-height: 16px;
}

.modal-shipping-detail {
    margin-top: 20px;
    padding: 20px;
    border: 0.0625rem solid #eeeeee;
}

.modal-shipping-detail p {
    color: #ff6902;
    font-size: 20px;
}

.modal-shipping-detail p.modal-shipping-detail-text {
    margin-top: 20px;
    padding-top: 20px;
    color: #7a7a7a;
    border-top: 0.0625rem solid #eeeeee;
    font-size: 14px;
}

.modal-shipping-detail ul li {
    font-size: 18px !important;
}

.dropdown-search {
    position: fixed;
    z-index: 10000;
    width: 100%;
    max-width: 1496px;
    height: 76vh;
    padding: 0;
    transform: translate(0, 4.875rem) !important;
    border: none;
    border-radius: 0;
    box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.35);
}

@media (max-width: 1400px) {
    .dropdown-search {
        max-width: calc(100vw - 40px);
    }
}

.dropdown-search.small {
    transform: translate(0px, -5px) !important;
}

#shoppingCard {
    z-index: 20000;
}

.search-pages-nav {
    display: flex;
    justify-self: end;
    align-items: center;
}

.search-pages-nav p {
    color: #1b1b1b;
    font-size: 16px;
    line-height: 1.1875rem;
}

.search-pages-nav ol {
    display: flex;
    gap: 20px;
    list-style: none;
}

.search-pages-nav ol li {
    border: none;
}

.search-pages-link {
    padding: 4.8px 12.8px;
    transform: scale(1);
    text-decoration: none;
    color: #1b1b1b !important;
    color: #1b1b1b;
    font-size: 20px !important;
}

.search-pages-link.active {
    background: #eeeeee;
}

.search-pages-link:hover {
    color: #397aa1 !important;
}

.btn-search-close {
    position: absolute;
    z-index: 100;
    top: 1rem;
    right: 0.625rem;
}

.search-left {
    width: 21%;
    margin: 0;
    padding: 0;
    padding-right: 0.5rem;
    list-style: none;
    color: #1b1b1b;
}

.search-left li {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 0.0625rem solid #eeeeee;
    font-size: 16px;
}

.search-left li span {
    font-weight: 500;
}

.search-left .dropdown-item {
    width: 100%;
    margin: 0;
    padding: 20px;
}

.search-left .dropdown-item:active, .search-left .dropdown-item.active {
    color: inherit;
    background-color: #eeeeee;
}

.search-right {
    margin-top: 32px;
    margin-left: 88px;
}

.search-right h2, .search-right .h2 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
}

.search-right .links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search-right .links a {
    text-decoration: none;
    color: #1b1b1b;
}

.search-right .links a:hover {
    color: #ff6902;
}

.search-wrapper .basket-item {
    margin-bottom: 16px;
    padding-bottom: 16px !important;
}

.price-slider {
    width: calc(100% - 1.0625rem);
    margin: 16px 0 25px;
}

.noUi-target {
    height: 0.1875rem !important;
    background: #b4b4b4;
    border: 3px solid #D3D3D;
}

.noUi-base, .noUi-connects {
    height: 5.5px !important;
    margin-top: -0.19rem !important;
}

.noUi-connect {
    background: #ff6902 !important;
}

.noUi-handle {
    border: 0.1875rem solid #ff6902 !important;
    border-radius: 100% !important;
    background-color: #fff;
    box-shadow: none;
}

.noUi-handle::before, .noUi-handle::after {
    display: none !important;
}

.noUi-horizontal .noUi-handle {
    top: -0.4625rem;
    width: 1.1875rem !important;
    height: 1.1875rem !important;
    cursor: pointer;
}

.categories_title {
    font-size: 2rem;
    color: #1b1b1b;
}

.categories-link {
    position: relative;
    text-decoration: none;
    color: #397aa1;
    font-size: 18px;
}

.categories-link span {
    position: absolute;
    top: 0;
    right: -11.2px;
    width: 0.5rem;
    color: #b4b4b4;
    font-size: 14px;
}

.categories-link--small {
    font-size: 18px;
}

.categories-link--small span {
    top: -0.1875rem;
}

.categories-link:hover {
    color: #ff6902;
}

.item-img-wrapper {
    cursor: pointer;
}

.item-img-wrapper img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 2%;

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.item-img-wrapper img.active {
    display: block;
}

.item-img-wrapper img.disabled {
    display: none;
}

.item-img-wrapper:hover .btn-overlay {
    opacity: 0.75;
}

.item-img-wrapper:hover .img-nav {
    opacity: 1;
}

.item-img-wrapper span.img-nav {
    display: flex;
    width: 45%;
    float: left;
    min-height: 203px;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-bottom: 7px;
    margin-top: 7px;
}

.item-img-wrapper:hover span.img-nav.active {
    border-bottom: 1px solid #4d4d4d;
}

.item-img-wrapper:hover span.img-nav {
    border-bottom: 1px solid #cdd1d5;
}

.item-img-wrapper span.img-nav.left {
    left: 0;
}

.item-img-wrapper span.img-nav.right {
    right: 0;
}

.item-img-wrapper span.img-nav.center {
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
}

.item-img-wrapper span.img-nav::before {
    left: 0;
    top: -5px;
    position: absolute;
    display: inline-block;
    content: '';
    width: 100%;
    height: 10px;
}

.partners-items {
    display: grid;
    justify-content: space-between;
    row-gap: 1.5rem;
    grid-template-columns: repeat(7, max-content);
    grid-template-rows: repeat(2, 1fr);
}

.btn-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transition: 0.2s color ease;
    transform: translate(-50%, -50%) !important;
    opacity: 0;
}

.nav-link {
    margin-right: 3.375rem;
    padding: 0 !important;
    transition: 0.2s color ease;
    transform: translateZ(0);
    color: #7a7a7a;
    font-size: 14px !important;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.nav-link:hover {
    transform: scale(1.01) translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #1b1b1b;
}

.nav-link--orange {
    font-size: 16px !important;
}

.nav-link--orange:hover {
    color: #ff6902;
}

.nav-link--orange:hover svg ellipse,
.nav-link--orange:hover svg circle {
    stroke: #ff6902;
}

.nav-link--orange:hover svg path {
    fill: #ff6902;
}

.nav-link:focus {
    color: #7a7a7a;
}

#basket {
    padding-left: 0.125rem;
}

.basket {
    position: relative;
    width: fit-content;
    margin-left: auto;
    cursor: pointer;
}

.basket:hover svg circle,
.basket:hover svg path {
    stroke: #1b1b1b;
}

.basket:hover p {
    color: #1b1b1b !important;
    font-weight: 500;
}

.basket-card {
    position: absolute;
    z-index: 6;
}

.basket-card .btn {
    min-width: 99.28px;
}

.basket-items {
    max-height: 480px;
}

.basket-item img {
    width: 4.6875rem;
}

.basket-item {
    margin-bottom: 19px;
}

.basket-item img:hover {
    border-color: #b4b4b4 !important;
}

.basket-item .priceElement {
    position: relative;
}

.basket-item .calc-price {
    position: absolute;
    z-index: 2000;
    left: 0px;
    bottom: -35px;
    display: none;
    padding: 4.8px 16px;
    border: 1px solid #ff6902;
}

.basket-item p:not(.text-orange) {
    cursor: pointer;
}

.basket-item p:not(.text-orange):hover {
    color: #1b1b1b;
}

.basket-item p:not(.text-orange).small {
    font-size: 14px;
    line-height: 1.1875rem;
}

.basket-card {
    width: 336px;
}

.basket-card p {
    font-size: 16px;
}

.card-item {
    position: relative;
    width: 272px;
    padding: 0;
    font-size: 14px;
}

.card-item .fs-12p {
    font-size: 12px;
}

.card-item img {
    height: 13.125rem;
}

.card-item .down img, .card-item .up img {
    height: 1.125rem;
}

.card-item strike {
    font-weight: 500;
}

.card-item strike span {
    font-size: 14px;
}

.card-item .btn {
    font-size: 14px;
}

.card-item .card-body .btn {
    min-width: 99.28px;
}

.card-item .hidden {
    display: none;
}

.card-item .visible {
    display: block;
}

.card-item .calc-price {
    position: absolute;
    z-index: 2000;
    right: 13px;
    bottom: -140%;
    display: none;
    padding: 4.8px 16px;
    border: 1px solid #ff6902;
}

.card-item .dropdown svg:hover path {
    stroke: #1b1b1b;
}

.card-item .dropdown svg.show {
    transform: rotate(180deg);
}

.card-item .dropdown-menu {
    inset: 0 auto auto -100% !important;
    transform: translate(7.1875rem, 2.1875rem) !important;
}

.card-item .card-bottom p:hover {
    cursor: pointer;
}

.card-item:hover {
    z-index: 50;
    transform: scale(1.01);
    border: 0.0625rem solid #7a7a7a !important;
}

.card-item:hover .card-bottom .text-orange {
    color: #ff6902 !important;
}

.card-item:hover .card-overlay {
    height: fit-content;
    opacity: 1;
}

.card-item:hover .hidden {
    display: block;
}

.card-overlay {
    position: absolute;
    z-index: 10;
    top: 100%;
    overflow: hidden;
    width: calc(100% + 0.125rem);
    height: 0;
    margin: -0.0625rem;
    cursor: pointer;
    transition: 0.2s color ease;
    opacity: 0;
    border: 0.0625rem solid #7a7a7a !important;
    border: 0;
    border-top: 0 !important;
}

.item-notify-ribbon {
    position: absolute;
    z-index: 5;
    top: -1.3%;
    right: -2%;
    width: 80px;
    height: 80px;
    font-size: 18px;
    font-weight: 700;
}

.item-notify-ribbon::before,
.item-notify-ribbon::after {
    content: '';
    position: absolute;
    width: 13%;
    height: 6%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.item-notify-ribbon::before {
    left: 0;
    transform: translateX(-50%);
}

.item-notify-ribbon::after {
    transform: rotate(90deg) translate(-20%, -50%);
    right: 0;
}

.item-notify-ribbon__container {
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-notify-ribbon__value {
    width: 141%;
    height: 45%;
    transform: rotate(45deg) translate(0%, -49%);
    font-size: inherit !important;
    text-align: center;
    flex-shrink: 0;
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-notify-ribbon.item-notify-ribbon--small {
    top: -5%;
    right: -5%;
    width: 40px;
    height: 40px;
    font-size: 11px;
}

.item-notify-ribbon.item-notify-ribbon--small::before,
.item-notify-ribbon.item-notify-ribbon--small::after {
    width: 16%;
    height: 9%;
}

.item-notify-ribbon--sale .item-notify-ribbon__value {
    background-color: #ff6902;
    color: #ffffff !important;
}

.item-notify-ribbon--sale::before,
.item-notify-ribbon--sale::after{
    background-color: #d85600;
}

.item-notify-ribbon--promo .item-notify-ribbon__value {
    background-color: #57c155;
    color: #ffffff !important;
}

.item-notify-ribbon--promo::before,
.item-notify-ribbon--promo::after{
    background-color: #065904;
}

.item-notify-ribbon--hit .item-notify-ribbon__value {
    background-color: #fed700;
    color: #1b1b1b !important;
}

.item-notify-ribbon--hit::before,
.item-notify-ribbon--hit::after {
    background-color: #eab01d;
}

.item-notify-ribbon--new .item-notify-ribbon__value {
    background-color: #5198c3;
    color: #ffffff !important;
    font-size: 15px !important;
}

.item-notify-ribbon--new::before,
.item-notify-ribbon--new::after {
    background-color: #397aa1;
}

.item-notify-ribbon--new.item-notify-ribbon--small .item-notify-ribbon__value {
    font-size: 8px !important;
}

.item-notify-ribbon--winter-storage .item-notify-ribbon__value {
    background: linear-gradient(90deg, #3138bc 0%, #58a0ff 100%);
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 14px;
    text-transform: uppercase;
}

.item-notify-ribbon--winter-storage::before,
.item-notify-ribbon--winter-storage::after {
    background-color: #397aa1;
}

.item-notify-ribbon--winter-storage.item-notify-ribbon--small .item-notify-ribbon__value {
    font-size: 7px !important;
    line-height: 7px;
}

.brands-wrapper {
    align-items: center;
    cursor: pointer;
    transition: 0.2s color ease;
}

.brands-wrapper a:hover {
    color: #1b1b1b !important;
}

.brands-wrapper a:hover svg path {
    stroke: #1b1b1b;
}

.shop-item {
    padding: 20px 0 20px 20px;
    border: 0.0625rem solid #EEEEEE !important;
}

.shop-item .img-fluid {
    height: 150px !important;
}

.shop-item h5, .shop-item .h5 {
    width: fit-content;
    padding: 3.2px 0;
    border-bottom: 0.125rem solid #fed700;
}

.shop-item p {
    font-size: 14px;
}

.shop-item p.big {
    margin-bottom: 12px;
    font-size: 16px;
}

.shop-item:hover, .store-item:hover, .online-store-item:hover {
    border: 0.0625rem solid #7a7a7a !important;
}

.shop-item:hover .shop-hover-text {
    visibility: visible;
}

.shop-item:hover h5, .shop-item:hover .h5 {
    position: relative;
    padding: 3.2px 10px 3.2px 0;
    border-bottom: 0.125rem solid #fed700;
}

@media (max-width: 1365px) {
    .shop-item .img-fluid {
        display: none;
    }
}

.footer-svg {
    cursor: pointer;
}


.footer-svg {
    filter: invert(0%) sepia(21%) saturate(36%) hue-rotate(343deg) brightness(102%) contrast(79%);
}

.footer-svg.svg-whatsapp:hover {
    filter: invert(88%) sepia(82%) saturate(6688%) hue-rotate(53deg) brightness(92%) contrast(82%);
}

.footer-svg.svg-telegramm:hover {
    filter: invert(67%) sepia(40%) saturate(4446%) hue-rotate(171deg) brightness(95%) contrast(97%);
}

.footer-svg.svg-vk:hover {
    filter: invert(31%) sepia(84%) saturate(3362%) hue-rotate(202deg) brightness(102%) contrast(106%);
}

.footer-svg.svg-odnoklasniki:hover {
    filter: invert(57%) sepia(17%) saturate(4874%) hue-rotate(0deg) brightness(101%) contrast(101%);
}

.footer-item {
    display: flex;
    flex-direction: column;
}

.footer-item a {
    cursor: pointer;
    text-decoration: none;
    color: #7a7a7a;
}

.footer-item a:hover {
    color: #1b1b1b;
}

.footer-hidden {
    width: 0;
    cursor: default !important;
    opacity: 0;
}

.owl-stage-outer .active {
    overflow: visible !important;
}

.owl-two .owl-stage-outer,
.owl-about .owl-stage-outer {
    padding-bottom: 32px;
}

.owl-two .owl-next,
.owl-two .owl-prev,
.owl-about .owl-next,
.owl-about .owl-prev {
    top: 30%;
}

.owl-advantages {
    padding-left: 36px;
    padding-right: 36px;
}

.owl-advantages .owl-prev {
    left: 0 !important;
    top: 35%;
    transform: translateY(-50%);
}

.owl-advantages .owl-next {
    right: 0 !important;
    top: 35%;
    transform: translateY(-50%);
}

.owl-two .owl-two-wrapper,
.owl-about .owl-two-wrapper {
    transition: 0.2s color ease;
}

.owl-two .owl-two-wrapper img,
.owl-about .owl-two-wrapper img {
    max-width: 12.5rem;
}

.owl-two .owl-two-wrapper:hover,
.owl-about .owl-two-wrapper:hover {
    transform: scale(1.01);
}

.owl-two .owl-two-wrapper:hover p,
.owl-about .owl-two-wrapper:hover p {
    transition: 0.2s color ease;
    color: #1b1b1b !important;
}

.owl-three img:hover {
    border: 1px solid #b4b4b4;
    transform: scale(1.018);
}

.owl-three img {
    padding: 3px;
}

.text-label {
    position: absolute;
    bottom: 20%;
    left: 0.5rem;
    font-size: 20px;
}

.text-label::before {
    position: absolute;
    top: -0.3125rem;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 0 0.3125rem 0.5rem;
    border-style: solid;
    border-color: transparent transparent #e1c31a;
}

.basket-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35.2px;
}

.basket-header .basket-header_title {
    color: #1b1b1b;
    font-size: 32px;
}

.basket-header .basket-header_text {
    margin-left: 30px;
    color: #b4b4b4;
    font-size: 20px;
}

.basket-header .buttons {
    margin-top: 30px;
}

.basket-header .buttons button {
    margin-right: 20px;
}

.basket-card .product-list-basket {
    max-height: 500px;
    overflow-y: scroll;
}

.basket-card-items {
    width: 70%;
}

.basket-card-items .disabled {
    opacity: 0.7;
}

.basket-card-items .disabled .btn--basket-close svg {
    transform: rotate(45deg);
}

.basket-card-items .disabled .btn--basket-close svg line {
    stroke: #7a7a7a;
}

.basket-card-items .basket-card-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 0.0625rem solid #eeeeee;
}

.basket-card-items .basket-card-item img {
    width: 6.25rem;
    margin-right: 50px;
    cursor: pointer;
    border: 0.0625rem solid #eeeeee;
}

.basket-card-items .basket-card-item img:hover {
    border-color: #b4b4b4;
}

.basket-card-items .basket-item_desc {
    align-items: flex-start;
    width: 28%;
}

.basket-card-items .basket-item_desc .title {
    margin-bottom: 10px;
    cursor: pointer;
    color: #7a7a7a;
    font-size: 20px;
    line-height: 24px;
}

.basket-card-items .basket-item_desc .title:hover {
    color: #1b1b1b;
}

.basket-card-items .basket-item_desc .subtitle {
    color: #b4b4b4;
    font-size: 12px;
}

.basket-card-items .basket-card-item_calc {
    display: flex;
    justify-content: space-between;
    width: 56%;
    margin-left: 90px;
}

.basket-card-items .basket-card-item_calc span.large {
    font-size: 20px !important;
}

.basket-controls {
    position: sticky;
    top: 240px;
    width: 330px;
    height: 330px;
    margin-left: 90px;
}

.basket-controls--top {
    top: 160px;
    margin-top: -150px;
}

.basket-controls .basket-controls-wrapper {
    width: 330px;
    height: 330px;
    padding: 30px 80px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.2);
}

.basket-controls .basket-controls-wrapper .title {
    color: #7a7a7a;
    font-size: 1.0rem;
    line-height: 1.375rem;
}

.basket-controls .basket-controls-wrapper .price {
    color: #1b1b1b;
    font-size: 24px;
    line-height: 1.8125rem;
}

.basket-controls .basket-controls-wrapper .price span {
    font-size: 18px;
}

.basket-controls .basket-controls-wrapper .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket-controls .basket-controls-wrapper .item p {
    margin-top: 0;
    padding: 0 25px;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
}

.basket-controls .basket-controls-wrapper.h-big {
    height: 22.25rem;
}

.basket-controls .basket-controls-wrapper.h-small {
    height: 20.25rem;
}

.basket-controls .basket-controls-wrapper ul {
    margin-bottom: 20px;
}

.basket-controls .basket-controls-wrapper ul li {
    color: #b4b4b4;
}

.basket-controls .basket-controls-wrapper ul li span {
    align-items: baseline;
    font-size: 12px;
}

.basket-controls--contacts {
    margin-left: auto;
}

.basket-controls--contacts .basket-controls-wrapper {
    padding: 1.875rem 1.75rem;
}

.basket-controls--contacts .basket-controls-wrapper .info h3, .basket-controls--contacts .basket-controls-wrapper .info .h3 {
    font-size: 1rem;
    color: #7a7a7a;
}

.basket-controls--contacts .basket-controls-wrapper .info h2, .basket-controls--contacts .basket-controls-wrapper .info .h2 {
    font-size: 1rem;
    color: #1b1b1b;
    line-height: 21px;
}

.basket-controls--contacts .basket-controls-wrapper .info a {
    font-size: 0.875rem;
    color: #397aa1;
    text-decoration: none;
}

.basket-controls p {
    margin-top: 20px;
    padding: 0 44px;
    font-size: 12px;
    line-height: 0.9969rem;
}

.basket-controls p span {
    color: #397aa1;
}

.basket-card-shipping,
.basket-card-delivery {
    display: none;
    width: 70%;
}

.basket-card-shipping.active,
.basket-card-delivery.active {
    display: block;
}

.basket-card-shipping .shipping_title,
.basket-card-delivery .shipping_title {
    font-size: 18px;
}

.shipping-one {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 0.0625rem solid #eeeeee;
}

.shipping-one .shipping-one_wrapper {
    display: flex;
    margin-top: 20px;
}

.shipping-one .shipping-one_controls {
    width: 26%;
}

.shipping-one .shipping-one_controls button {
    margin-bottom: 20px;
}

.shipping-one .shipping-one_controls button:last-child {
    margin-bottom: 0;
}

.shipping-one .shipping-one_map {
    margin-left: 48px;
}

.shipping-one .shipping-one_map img {
    padding: 0.4375rem;
    border: 0.0625rem solid #eeeeee;
}

.shipping-one--delivery {
    max-width: 882px;
}

.shipping-one--delivery .shipping-one_controls {
    width: 100%;
}

.shipping-one--delivery .shipping-one_controls input {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 12px;
    border: 0.0625rem solid #b4b4b4;
    font-size: 16px;
}

.shipping-one--delivery .shipping-one_map {
    margin-left: 0;
}

.shipping-one--delivery .shipping-one_map img {
    margin-bottom: 10px;
}

.shipping-two {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 0.0625rem solid #eeeeee;
}

.shipping-two .shipping-two_controls .wrapper {
    max-width: 440px;
    margin-bottom: 20px;
    padding: 0.9375rem 2.1875rem;
    text-align: center;
    border: 0.0625rem solid #7a7a7a;
}

.shipping-two .shipping-two_controls .wrapper:hover {
    border-color: #1b1b1b;
}

.shipping-two .shipping-two_controls .wrapper--delivery {
    text-align: start;
}

.shipping-two .shipping-two_controls .wrapper--delivery h4, .shipping-two .shipping-two_controls .wrapper--delivery .h4 {
    display: flex;
    justify-content: space-between;
}

.shipping-two .shipping-two_controls .wrapper--delivery .collapse {
    margin-top: 0.9375rem;
}

.shipping-two .shipping-two_controls .wrapper--delivery .form-check {
    margin-top: 0.9375rem;
}

.shipping-two .shipping-two_controls .wrapper--delivery .form-check label {
    font-size: 1.125rem;
}

.shipping-two .shipping-two_controls .wrapper--delivery .form-check-input:checked[type='radio'] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ff6902'/%3e%3c/svg%3e");
}

.shipping-two .shipping-two_controls .wrapper h4, .shipping-two .shipping-two_controls .wrapper .h4 {
    margin: 0;
    color: #7a7a7a;
    font-size: 18px;
}

.shipping-two .shipping-two_controls .wrapper p {
    margin-top: 10px;
    padding-top: 10px;
    color: #7a7a7a;
    border-top: 0.0625rem solid #eeeeee;
    font-size: 16px;
}

.shipping-two .shipping-two_controls .wrapper p span {
    display: block;
    margin-bottom: 8px;
}

.shipping-two .shipping-two_controls .active {
    border-color: #ff6902;
}

.shipping-two .shipping-two_controls .active h4, .shipping-two .shipping-two_controls .active .h4 {
    color: #ff6902;
}

.shipping-two .shipping-two_controls .active:hover {
    border-color: #ff6902;
}

.shipping-three h2, .shipping-three .h2 {
    margin-bottom: 10px;
}

.shipping-three form {
    width: 81%;
    margin-top: 0;
    margin-bottom: 30px;
}

.shipping-three form label {
    margin-top: 20px;
}

.shipping-three form label span {
    color: #ff6902;
}

.shipping-three form textarea {
    height: 100%;
}

.order-top {
    margin-top: 30px;
    text-align: center;
}

.order-top .title {
    font-size: 32px;
    color: #1b1b1b;
    line-height: 2.6581rem;
}

.order-top .number {
    margin-top: 30px;
    font-size: 32px;
    font-weight: 600;
    color: #1b1b1b;
}

.order-top .text {
    font-size: 20px;
    color: #1b1b1b;
}

.order-top img {
    margin-top: 30px;
}

.order-bottom {
    margin-bottom: 90px;
}

.order-bottom .active {
    display: flex !important;
}

.order-bottom .nav {
    margin: 30px auto;
    width: 33rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.order-bottom .nav li {
    padding-bottom: 12px;
    font-size: 18px;
    color: #1b1b1b;
    cursor: pointer;
    border-bottom: 0.125rem solid #eeeeee;
}

.order-bottom .nav li.active {
    border-color: #ff6902;
}

.order-bottom .info {
    display: none;
}

.order-bottom .info .info-left {
    margin-right: 4.375rem;
}

.order-bottom .info .info-left p {
    color: #7a7a7a;
}

.order-bottom .info .info-right p {
    color: #1b1b1b;
}

.order-bottom .info .info-left,
.order-bottom .info .info-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.order-bottom .info .info-left p,
.order-bottom .info .info-right p {
    font-size: 16px;
}

.order-bottom .info img {
    margin-left: auto;
    padding: 0.4375rem;
    width: 432px;
    height: 15.8125rem;
    border: 0.0625rem solid #eeeeee;
}

.order-bottom .items {
    display: none;
}

.order-bottom .items .items-wrapper {
    margin: 0 auto;
}

.order-bottom .items .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: grid;
    justify-content: space-between;
    column-gap: 3.125rem;
    grid-template-columns: 6.25rem 17.5rem 9.375rem 9.375rem 9.375rem;
    border-bottom: 0.0625rem solid #eeeeee;
}

.order-bottom .items .item:first-child {
    padding-bottom: 0;
    border-bottom: none;
}

.order-bottom .items .item .text-print {
    cursor: pointer;
    text-decoration: none;
    color: #7a7a7a;
}

.order-bottom .items .item .text-print svg {
    margin-right: 10px;
}

.order-bottom .items .item .text-print:hover {
    color: #ff6902;
}

.order-bottom .items .item .text-print:hover svg path {
    stroke: #ff6902;
}

.order-bottom .items .item .item-text-top {
    color: #b4b4b4;
}

.order-bottom .items .item .item-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 20px;
    color: #1b1b1b;
    line-height: 1.5rem;
}

.order-bottom .items .item .item-description span {
    font-size: 12px;
    color: #b4b4b4;
}

.order-bottom .items .item .item-text-large {
    font-size: 0.75rem;
    line-height: 1.875rem;
}

.order-bottom .items .item .item-text-large span {
    font-size: 20px !important;
}

.order-bottom .qna {
    display: none;
    flex-direction: column;
}

.order-bottom .qna .title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 2.4rem;
    color: #1b1b1b;
}

.order-bottom .qna .subtitle {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
    color: #1b1b1b;
}

.order-bottom .qna .text {
    margin-top: 10px;
    font-size: 16px;
    color: #7a7a7a;
}

.order-bottom .qna .btn {
    margin-top: 30px;
}

.icons-row {
    margin-top: 3.75rem;
    display: flex;
    flex-wrap: wrap;
}

.icons-row .item {
    margin-right: 3.75rem;
    width: min-content;
    text-align: center;
}

.icons-row .item p {
    margin-top: 1.25rem;
    font-size: 1.125rem;
}

.icons-row .item--text-sm {
    margin-right: 0;
}

.icons-row .item--text-sm p {
    font-size: 0.875rem;
}

.shops {
    margin-bottom: 8.5rem;
}

.shops.active {
    margin-bottom: 2.9375rem;
}

.shops .title {
    font-size: 2rem;
    color: #1b1b1b;
}

.shops .shop-items {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: -8px;
    margin-right: -8px;
}

.shops .shop-items .item {
    padding: 30px 0 30px 20px;
    border: 0.0625rem solid #eeeeee;
    min-height: 133px;
    cursor: pointer;
    margin-left: 8px;
    margin-right: 8px;
    width: 100%;
}

.shops .shop-items .item .title {
    margin-bottom: 0;
    padding-top: 0.3125rem;
    width: fit-content;
    font-size: 26px;
    line-height: 31.2px;
    color: #1b1b1b;
    border-bottom: 0.125rem solid #fed700;
}

.shops .shop-items .item .title--orange {
    border-color: #ff6902;
}


.shops .shop-items .item.active .title--orange {
    position: relative;
    border: none;
    background-color: #ff6902;
    color: #ffffff;
    margin-left: -1.875rem;
    padding: 4px 10px 4px 1.875rem;
}


.shops .shop-items .item.active .title--orange:hover::before {
    position: absolute;
    top: -0.3125rem;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 0 0.3125rem 0.5rem;
    border-style: solid;
    border-color: transparent transparent #ff6902;
}

.shops .shop-items .item .text {
    margin-top: 10px;
    font-size: 14px;
    color: #7a7a7a;
}


.shops .shop-items .store-item.active .title:not(.title--orange) {
    position: relative;
    border: none;
    background-color: #fed700;
    margin-left: -1.875rem;
    padding: 4px 10px 4px 1.875rem;
}

.shops .shop-items .store-item.active .title:not(.title--orange)::before {
    position: absolute;
    top: -0.3125rem;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 0 0.3125rem 0.5rem;
    border-style: solid;
    border-color: transparent transparent #fed700;
}

.shop-info {
    display: flex;
    margin-bottom: 5.625rem;
}

.shop-info .left {
    width: 331px;
}

.shop-info .left .title {
    font-size: 1rem;
    color: #7a7a7a;
}

.shop-info .left .subtitle {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    color: #1b1b1b;
}

.shop-info .left img {
    margin-top: 1.25rem;
}

.shop-info .right {
    display: flex;
    flex-direction: column;
    width: 1129px;
    margin-left: 3.75rem;
}

.shop-info .right .map {
    margin-bottom: 30px;
    height: 543px;
    padding: 7px;
    border: 1px solid #eeeeee;
}

.not-found {
    position: relative;
    margin: 5.625rem 0;
    text-align: center;
}

.not-found svg {
    margin-bottom: 2.5rem;
}

.not-found .title {
    margin-bottom: 1.25rem;
    font-size: 18px;
    color: #1b1b1b;
}

.not-found p {
    font-size: 1rem;
    color: #1b1b1b;
}

.not-found .buttons {
    margin-top: 3.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not-found .buttons a {
    margin-bottom: 1.25rem;
}

.video {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cabinet {
    position: relative;
    margin-bottom: 5.625rem;
}

.cabinet .cabinet-title,
.cabinet .title {
    font-size: 2rem;
    color: #1b1b1b;
}

.cabinet .registration-info {
    width: 895px;
    height: 415px;
    padding: 1.875rem 2.5rem;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.cabinet .registration-info .title {
    margin: 0;
    font-size: 1.5rem;
    color: #1b1b1b;
}

.cabinet .registration-info .images {
    margin-top: 1.875rem;
    display: flex;
}

.cabinet .registration-info .images .item {
    padding: 0 2.625rem;
    text-align: center;
    margin-right: 4.375rem;
}

.cabinet .registration-info .images .item:last-child {
    margin-right: 0;
}

.cabinet .registration-info .images .item p {
    margin-top: 13px;
    font-size: 1.125rem;
    text-align: center;
    color: #1b1b1b;
}

.cabinet .registration-info .text {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    padding-right: 10px;
    font-size: 0.875rem;
    line-height: 18.61px;
    color: #7a7a7a;
    border-top: 1px solid #eeeeee;
}

.cabinet .registration-info.active {
    visibility: visible;
}

.cabinet .cabinet-controls {
    margin-top: 1.875rem;
}

.cabinet .cabinet-controls button {
    margin-right: 1.25rem;
}

.cabinet form {
    margin-top: 1.875rem;
    display: none;
    flex-direction: column;
    width: 32.5rem;
}

.cabinet form h2, .cabinet form .h2 {
    margin: 0;
    font-size: 1.125rem;
    color: #1b1b1b;
}

.cabinet form p {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    color: #7a7a7a;
}

.cabinet form p span {
    color: #ff6902;
}

.cabinet form .rules {
    margin-top: 13px;
    width: 17rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #7a7a7a;
}

.cabinet form .rules span {
    color: #397aa1;
}

.cabinet form label {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    color: #1b1b1b;
}

.cabinet form label span {
    color: #ff6902;
}

.cabinet form input {
    margin-top: 5px;
    padding: 10px 15px;
    font-size: 0.875rem;
    color: #1b1b1b;
    border: 1px solid #eeeeee;
    outline: none;
}

.cabinet form input:focus-visible {
    border-color: #b4b4b4 !important;
}

.cabinet form input.invalid {
    border-color: #ee0016;
}

.cabinet form .error-message {
    visibility: hidden;
    height: 0;
    margin: 0;
    font-size: 0.875rem;
    color: #ee0016;
}

.cabinet form .error-message.invalid {
    margin-top: 5px;
    height: 100%;
    visibility: visible;
}

.cabinet form button {
    margin-top: 1.25rem;
}

.cabinet form.active {
    display: flex;
}

input[type='number'] {
    appearance: textfield;
    appearance: textfield;
    appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    appearance: none;
}

.number-input {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    height: 25.6px;
}

.number-input input {
    width: 48px;
    height: 24px;
    text-align: center;
    border: 0.0625rem solid #b4b4b4;
    font-size: 12px;
}

.number-input input:focus,
.number-input input input:focus {
    outline: none;
}

.number-input button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: none;
    outline: none;
    background-color: transparent;
    appearance: none;
}

.number-input button:first-child {
    padding-left: 0;
}

.number-input button:hover svg path {
    stroke: #1b1b1b !important;
}

.number-input:hover .calc-price.active {
    display: block;
}

.number-input svg {
    width: 9.6px;
}

.number-input--large input {
    width: 72px;
    height: 40px;
    font-size: 18px;
}

@media (min-width: 1582px) {
    .carousel-control-prev {
        left: -31px;
        width: 31px;
    }

    .carousel-control-next {
        right: -31px;
        width: 31px;
    }
}

.carousel-control-prev {
    top: 50%;
    height: fit-content;
    transform: translateY(-50%);
}

.carousel-control-next {
    top: 50%;
    height: fit-content;
    transform: translateY(-50%);
}

.owl-prev,
.owl-next {
    transition: opacity 0.15s ease;
    opacity: 0.5;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 0.9;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff6902'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff6902'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.owl-nav.disabled {
    display: block !important;
}

@media (max-width: 1584px) {
    .owl-prev {
        left: 32px !important;
    }

    .owl-next {
        right: 32px !important;
    }
}

.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2%;
    display: block !important;
}

.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2%;
    display: block !important;
}

.aboutUsCollapse {
    list-style: none;
}

.aboutUsCollapse li {
    position: relative;
}

.aboutUsCollapse li::before {
    position: absolute;
    top: -0.9375rem;
    left: -1.25rem;
    display: inline-block;
    width: 0.5em;
    content: '\2022';
    color: #fed700;
    font-size: 32px;
    font-weight: bold;
}

.aboutUsCollapse--close {
    width: fit-content;
    margin-left: -32px;
}

.aboutUsCollapse-button {
    display: none;
}

.aboutUsCollapse-button svg {
    vertical-align: inherit;
}

.aboutUsCollapse-button:hover {
    color: #1b1b1b;
}

.aboutUsCollapse-button:hover svg path {
    stroke: #1b1b1b;
}

.aboutUsCollapse-button.collapsed {
    display: block;
    width: fit-content;
}

.contacts h3, .contacts .h3 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #ff6902;
}

.contacts .item {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.contacts .item p,
.contacts .item a {
    font-size: 1.25rem;
}

.contacts .item svg, .contacts .item img {
    margin-right: 1.625rem;
}

.return .item {
    display: flex;
    align-items: flex-start;
}

.return .item .collapsing {
    transition: none 0s ease 0s !important;
}

.return--title {
    margin-bottom: 60px;
}

.item--image {
    height: 300px;
    margin-top: -46px;
}

.subscribe {
    display: flex;
    padding: 1.875rem;
    width: fit-content;
    border: 1px solid #fed700;
}

.subscribe .title {
    font-size: inherit;
}

.subscribe .title span.title {
    display: block;
    padding-right: 1.375rem;
    width: 9.375rem;
    font-size: 1.25rem;
    line-height: 27px;
    color: #1b1b1b;
}

.subscribe .bx-form-control {
    padding: 0.75rem 1.25rem;
    width: 25rem;
    border: 1px solid #eeeeee;
}

.subscribe .bx-form-control:focus {
    border: 1px solid #b4b4b4;
    outline: none;
}

.review-card .header {
    display: flex;
    justify-content: space-between;
}

.review-card .header .header-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.review-card .header .header-info .text {
    margin-left: 1.25rem;
}

.review-card .header .header-info .text h3, .review-card .header .header-info .text .h3 {
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 500;
    color: #1b1b1b;
}

.review-card .header .header-info .text p {
    color: #7a7a7a;
}

.review-card .header .header-stars {
    display: flex;
    align-items: start;
}

.review-card .review-answer {
    padding: 1.25rem 1.875rem;
    background: #eeeeee;
    border-left: 2px solid #fed700;
}

.review-info {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 23rem;
}

.review-info .items .item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.3rem;
}

.review-info .items .item h2, .review-info .items .item .h2 {
    font-size: 32px;
    margin-right: 1.5rem;
    color: #ff6902;
}

.review-info .items .item p {
    font-size: 1.125rem;
    color: #1b1b1b;
}

.review-info .items .item::after {
    width: 90%;
    background: #ff6902;
}

.review-info .items .item--total::before, .review-info .items .item--total::after {
    display: none;
}

.review-info .items .item--total h2, .review-info .items .item--total .h2 {
    font-size: 38px;
}

.review-info .card {
    padding: 2.5rem 2.8rem;
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.review-info .card h3, .review-info .card .h3 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    color: #1b1b1b;
    font-weight: 500;
    text-align: center;
}

.review-info .card .item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.review-info .card .item h2, .review-info .card .item .h2 {
    font-size: 2.4rem;
    color: #b4b4b4;
}

.review-info .card .item .stars {
    margin-bottom: 0.625rem;
}

.review-info .card .item .controllers {
    display: flex;
}

.review-info .card .item .controllers a {
    font-size: 1rem;
    text-decoration: none;
    color: #397aa1;
}

.review-info .card .item .controllers button {
    margin-left: 15px;
    font-size: 0.875rem;
    color: #7a7a7a;
    transform: none;
}

.review-info .card .item .controllers a {
    font-size: 0.875rem;
    color: #7a7a7a;
    transform: none;
}

.review-info .card .item .controllers button:hover {
    color: #1b1b1b;
}

.review-info .card .item .controllers button:hover svg path {
    stroke: #1b1b1b;
}

.review-info .card .item .controllers button svg {
    margin-right: 8px;
}

.rate {
    border: 1px solid;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    color: #1b1b1b;
    border: 3px solid #eeeeee;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 41px;
    margin-right: 24px;
    cursor: pointer;
}

.rate:hover {
    border: 3px solid #fed700;
}

.br-widget {
    display: flex;
}

.br-widget a {
    height: 30px;
    width: 30px;
    font-size: 40px;
    margin-right: 30px;
    position: relative;
}

.br-widget a::after {
    position: absolute;
    top: -20px;
    content: '★';
    color: #d2d2d2;
}


.br-widget a.br-active::after {
    color: #fed700;
}

.br-widget a.br-selected::after {
    color: #fed700;
}

.br-widget .br-current-rating {
    display: none;
}

.btn-grey-middle:active {
    background-color: #fed700;
    color: #1b1b1b !important;
    border: none;
}

.data-form,
.orders-block {
    visibility: hidden;
    display: none;
}

.data-form.active,
.orders-block.active {
    visibility: visible;
    display: block;
}

.check-items {
    display: grid;
    grid-template-columns: repeat(5, max-content);
    column-gap: 3.5rem;
    row-gap: 0.625rem;
    padding: 1.25rem;
    background: #eeeeee;
}

.check-items .form-check-item {
    margin-bottom: 0;
    width: fit-content;
}

.check-items .form-check-item .form-check-input:hover {
    border-color: #7a7a7a;
}

.cabinet form input {
    margin-top: 0;
}

.cabinet form.input-group {
    width: 58.5rem;
}

.orders-item {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(6, 170px);
}

.orders-item a {
    margin: 0;
    width: fit-content;
    font-size: 2rem;
    text-decoration: none;
    color: #1b1b1b;
}

.orders-item a:hover {
    cursor: pointer;
    color: #ff6902;
}

.orders-item h3, .orders-item .h3 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 400;
    color: #1b1b1b;
}

.orders-item h3.red, .orders-item .red.h3 {
    color: #ee0016;
}

.orders-item h3.green, .orders-item .green.h3 {
    color: #04b300;
}

.orders-item h3.large, .orders-item .large.h3 {
    font-size: 1.25rem;
}

.orders-item h3.large span, .orders-item .large.h3 span {
    font-size: 0.75rem;
}

.orders-item .circle-wrapper {
    display: flex;
    position: relative;
    padding-left: 1.575rem;
}

.orders-item .circle {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    left: 0;
    top: 3px;
    border-radius: 50%;
}

.orders-item .circle.red {
    background: #ee0016;
}

.orders-item .circle.green {
    background: #04b300;
}

.orders-item .circle.yellow {
    background: #fed700;
}

.orders-item .circle.grey {
    background: #b4b4b4;
}

.orders-item .circle.blue {
    background: #397aa1;
}

.orders-item .circle.black {
    background: #1b1b1b;
}

.orders-item .text {
    margin-top: 10px;
    font-size: 1rem;
    color: #7a7a7a;
}

.orders-item .drop {
    grid-column: 1 / -1;
}

.orders-item .drop p.content-tags-more {
    margin-top: 2.5rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #eeeeee;
}

.orders-item .drop .item {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(6, 170px);
    margin-top: 1.875rem;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.orders-item .drop .item.small {
    grid-template-columns: repeat(4, 170px) 100px;
}

.orders-item .drop .item.small .product {
    grid-column: 1 / 3;
}

.orders-item .drop .item .description {
    display: flex;
    grid-column: 1 / 3;
}

.orders-item .drop .item .description .orders-item-image-link {
    margin-right: 3.125rem;
}

.orders-item .drop .item .description .orders-item-image-link:hover {
    border-color: #b4b4b4 !important;
}

.orders-item .drop .item .description .orders-item-image {
    margin-right: 0;
    width: 80px;
}

.orders-item .drop .item .description img {
    margin-right: 3.125rem;
    width: 6.25rem;
    cursor: pointer;
}

.orders-item .drop .item .description img:hover {
    border-color: #b4b4b4 !important;
}

.orders-item .drop .item .description .text-start {
    font-size: 1.25rem;
    line-height: 24px;
    cursor: pointer;
    color: #7a7a7a;
}

.orders-item .drop .item .description .text-start:hover {
    color: #1b1b1b;
}

.orders-item .drop .item .description .small {
    margin-top: 0.625rem;
    font-size: 0.75rem;
    color: #b4b4b4;
}

.orders-item .drop .item .price {
    font-size: 1rem;
    color: #1b1b1b;
}

.orders-item .drop .item .price span {
    font-size: 0.75rem;
}

.orders-item .drop .item .price.large {
    font-size: 1.25rem;
}

.order-detail-link {
    position: absolute;
    left: 0;
    bottom: -25px;
    font-size: 1rem;
    text-decoration: none;
    color: #397aa1;
}

.input-file {
    position: relative;
    display: inline-block;
}

.input-file-span {
    color: #397AA2 !important;
    position: relative;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    border: none;
    transition: background-color 0.2s;
    font-family: 'Exo', sans-serif;
    font-style: normal;
    font-weight: 400;
    display: flex;
    flex-wrap: nowrap;
    bottom: 0.7rem;
}

.input-file-list-remove:hover {
    color: #FF6902;
}

.input-file img {
    margin-left: 10px;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.input-file-block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 35px;
}

/* Disabled */
.input-file input[type=file]:disabled + span {
    background-color: #eee;
}

/* Список файлов */
.input-file-list {
    padding: 5px 0 0;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eeeeee;
    min-width: 400px;
    max-width: 410px;
    min-height: 43px;
}

.input-file-list-item {
    padding: 5px 27px 7px 6px;
    background: #EEEEEE;
    border-radius: 50px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 180px;
    max-width: 160px;
}

.input-file-list-remove {
    color: #FF6902;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    left: 100%;
}

.input-file-list-modal {
    max-width: 515px;
    min-width: 515px;
}

.input-file-span-modal {
    bottom: 0;
}

.resume-form input.invalid {
    border-color: #ee0016 !important;
}

.resume-form .error-message {
    visibility: hidden;
    height: 0;
    margin: 0;
    font-size: 0.875rem;
    color: #ee0016;
}

.resume-form .error-message.invalid {
    margin-top: 5px;
    height: 100%;
    visibility: visible;
}

.video-gallery img {
    border: 3px solid #b4b4b4;
    border-radius: 10px;
}


/*Shop Reviews */
.review-info .ach-pgb {
    display: block;
    width: 100%;
    height: 5px;
    background: #EEEEEE;
    border-radius: 5px;
    margin-top: 10px;
}

.review-info .ach-pgb span {
    width: 40%;
    background: #ff7433;
    display: block;
    height: 5px;
    border-radius: 5px;
}

.review-info .br-theme-css-stars .br-widget a {
    text-decoration: none;
    height: 28px;
    width: 30px;
    float: left;
    font-size: 41px;
    margin-right: 5px;
}

.reviews-star-box .filter-reset {
    display: none;
}

.reviews-star-box .reviews-star-row.active .filter-reset {
    display: block;
}


.create-review,
.next-step,
.final-step {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    max-width: 194px;
    max-height: 43px;
    width: 100%;
}

.step .final-step {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    max-width: inherit;
    max-height: inherit;
    width: 13.4375rem;
}

.step .next-step {
    max-width: inherit;
    max-height: inherit;
    width: inherit;
}

.reviews .review-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.review-form .step .next-step {
    font-size: 16px;
    width: 103px;
    height: 43px;
}

.reviews .review-item .name {
    margin-bottom: 0;
    font-weight: bold;
    color: #212121;
    font-size: 14px;
    padding-top: 11px;
}

.reviews .review-item .date {
    font-size: 12px;
    color: #919191;
}

.reviews .review-item .review-text {
    font-size: 14px;
    color: #737373;
}

.reviews .review-item .show-answer {
    font-size: 14px;
    color: #212121;
    cursor: pointer;
    display: block;
    text-decoration: underline;
}

.review-item .show-answer.open {
    padding-top: 15px;
}

.reviews .review-item .answer {
    display: none;
    padding: 20px 30px;
    font-size: 14px;
    font-style: italic;
    color: #212121;
    background: #f7f7f2;
    border-left: 2px solid #ff6902;
}

.review-item .answer.open {
    display: block;
}

.review-item .rate-title {
    width: 100%;
    float: right;
    font-size: 12px;
    color: #919191;
}

.review-item .br-theme-css-stars .br-widget a {
    width: 16px;
    height: 16px;
}

.overall .reviews-percent {
    font-size: 32px;
    color: #ff6902;
    float: left;
    margin-right: 14px;
    line-height: 30px;
}

.overall p {
    font-size: 14px;
    color: #212121;
    line-height: 16px;
}

.reviews .reviews-star-box {
    border-width: 1px;
    border-color: rgb(247, 247, 242);
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 34px 0px rgba(21, 23, 23, 0.2);
    max-width: 300px;
    min-height: 341px;
    padding: 30px;
    width: 100%;
    margin-top: 25px;
}

.reviews .reviews-star-box p {
    font-size: 18px;
    color: #212121;
}

.reviews .reviews-star-box .reviews-percent {
    font-size: 30px;
    color: #919191;
    float: left;
    min-width: 60px;
    cursor: pointer;
}

.reviews .reviews-star-box .reviews-count {
    font-size: 12px;
    color: #919191;
    display: block;
    padding-left: 3px;
    text-decoration: underline;
    cursor: pointer;
    position: absolute;
    top: 30px;
}

.reviews-star-box .reviews-stars {
    float: left;
    position: relative;
}

.reviews .reviews-star-box .filter-reset {
    display: none;
    font-size: 12px;
    cursor: pointer;
    color: #ff6902;
    float: right;
    text-decoration: underline;
    position: absolute;
    right: -20px;
    top: 30px;
    background: url(/images/about/reviews-close-icon-1.png) 60px 7px no-repeat;
    padding-right: 15px;
}

.reviews .reviews-star-box .reviews-star-row.active .filter-reset {
    display: block;
}

.reviews-star-box .reviews-star-row {
    margin-top: 5px;
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.overall {
    max-width: 300px;
    float: right;
}

.ach-box {
    margin-top: 35px;
    max-width: 300px;
    width: 100%;
}

.ach-box .ach-row {
    margin-bottom: 15px;
}

.ach-box .ach-mark {
    color: #ff6902;
    font-size: 20px;
}

.ach-box .ach-text {
    font-size: 14px;
    color: #212121;
    padding-left: 15px;
}

.ach-box .ach-pgb {
    display: block;
    width: 100%;
    height: 4px;
    border: 1px solid #e7dfd3;
    border-radius: 5px;
    margin-top: 10px;
}

.ach-box .ach-pgb span {
    width: 40%;
    background: #ff7433;
    display: block;
    height: 2px;
    border-radius: 5px;
}

.show-more {
    height: 30px;
    width: 100%;
    background: url(/images/index/show-more-icon-1.png) center repeat-x;
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
}

.show-more span {
    display: block;
    margin: 0 auto;
    width: 138px;
    border: 1px solid #9f9f9f;
    text-align: center;
    height: 28px;
    line-height: 27px;
    background: #fff;
    font-size: 13px;
    color: #30343f;
    text-transform: uppercase;
    cursor: pointer;
}

.reviews-list-box {
    position: relative;
}

.reviews-list-box .ajax-loader {
    position: absolute;
    top: 50%;
}

.review-form .title {
    font-size: 22px;
    text-transform: uppercase;
    color: #212121;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
    display: block;
}

.review-form .form-group .notee {
    margin-top: 15px;
    width: 100%;
    display: block;
}

.next-step.btn-disabled {
    background: #bdbdbd;
}

.next-step.btn-disabled::after {
    background: rgb(39 39 39 / 35%);
    border: 1px solid #d0d0d0;
}

.review-form-content .req-border {
    border-color: #ff3535 !important;
}

.review-form .like-label {
    font-size: 16px;
    color: #212121;
    max-width: 200px;
    display: block;
    float: left;
    line-height: 18px;
}

.review-form .step {
    display: none;
}

.review-form .step.active {
    display: block;
}

.review-form .title-2 {
    font-size: 18px;
    color: #212121;
    display: block;
}

.review-form .btn-recommend {
    margin-left: 0.7rem !important;
}


.review-form .br-theme-css-stars .br-widget a {
    height: 30px;
    width: 30px;
    font-size: 40px;
    margin-right: 43px;
    position: relative;
    display: block;
}

.review-form .br-theme-css-stars .br-widget a::after {
    position: absolute;
    top: -20px;
}

.review-form .br-theme-css-stars .br-widget a[data-rating-value='0'] {
    display: none !important;
}

.review-form .step-2 .agreement {
    font-size: 14px;
    line-height: 17px;
    padding-top: 44px;
}

.review-form .step-2 .rate {
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #1B1B1B;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin-right: 24px;
    cursor: pointer;
    background: #f7f7f2;
}

.review-form .step-2 .rate.active,
.review-form .step-2 .rate:hover {
    border: 3px solid #FED700;
    background: #fff;
}

.review-form .title-3 {
    font-size: 14px;
    color: #212121;
    padding-top: 7px;
    display: block;
}

.review-form .step-3 p {
    font-size: 16px;
    color: #212121;
}

.review-form__video {
    position: relative;
    top: -56px;
    margin-bottom: -76px;
}

.remodal {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.remodal .remodal-close {
    position: inherit;
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.remodal .remodal-close::before {
    display: none;
}

.calc-modal-form label span {
    margin-left: 0.3125rem;
    color: #ff6902;
}

.remodal button.active {
    background-color: #fed700;
    color: #1b1b1b !important;
    border: none;
}

.footer-item:nth-child(2) {
    position: relative;
    right: 4%;
}

.card-item .additional-price-btn {
    width: 12px;
    height: 7px;
}

.dropdown-toggle::after {
    content: none;
}

.number-input svg {
    width: 9.6px;
}

.number-input img {
    width: 6.6px;
}

.card-body ul.list-group {
    display: none;
}

.card-item .part-price {
    font-size: 14px !important;;
}

.card-item .store-list li {
    font-size: 13px !important;
}

.me-16 {
    margin-right: 16px;
}

/*QUICK VIEW*/
.quick-view-form.wide {
    max-width: 1145px !important;
    font-style: normal;
    font-weight: 400;
}

.quick-view-form-inner .owl-product {
    width: 26.48rem !important;
    height: 26.48rem !important;
}

.quick-view-form-inner .owl-product .owl-item img {
    width: 26.48rem !important;
    height: 26.48rem !important;
}

.quick-view-form-inner .detail-header h1 {
    font-size: 24px;
    line-height: 29px;
    color: #1B1B1B;
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.quick-view-form-inner .detail-shops-left {
    padding-right: 13%;
}

.quick-view-form-inner .detail-img-bottom {
    position: relative;
    z-index: 999;
    margin-top: 0;
}

.quick-view-form-inner .detail-price-count .detail-count {
    font-size: 16px !important;
    line-height: 20px !important;
}

.quick-view-form-inner .detail-img-bottom img {
    width: 100px;
    height: 100px;
}

.quick-view-form-inner .detail-shops .product-buy-cnt {
    font-size: 14px;
    line-height: 17px;
    color: #B4B4B4;
}

.quick-view-form-inner .detail-price {
    font-size: 36px !important;
}

.quick-view-form-inner .detail-code {
    color: #7A7A7A;
}

.quick-view-form-inner .characteristics-detail {
    width: initial;
    font-size: 1.125rem;
}

.quick-view-form-inner .detail-shops-right p {
    font-size: 1.125rem;
    color: #7A7A7A;
}

.quick-view-form-inner .characteristics-detail .list-group span.border-bottom {
    min-width: 20px;
}

.quick-view-form-inner .old-price {
    position: relative;
    color: #212529;
}

.quick-view-form-inner .old-price:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ff6902;
    left: 0;
    top: 50%;
}


/*DELIVERY*/
.delivery-page.delivery-map .characteristics-title {
    border-bottom: none;
}

.delivery .active .up {
    filter: invert(43%) sepia(44%) saturate(2155%) hue-rotate(358deg) brightness(101%) contrast(108%);
}

.delivery .content-tags-back:hover, .delivery .content-tags-back:hover .up {
    color: #ff6902;
    filter: invert(43%) sepia(44%) saturate(2155%) hue-rotate(358deg) brightness(101%) contrast(108%);
}

.delivery-map .cars button span, .remodal .delivery-column button span {
    display: inline-block;
    height: 30px;
    width: 100%;
}

/*QUICK CALCULATOR*/
.quick-calc-form {
    max-width: 550px !important;
}

.card-item .pic-change {
    display: flex;
    text-align: center;
    float: left;
    width: 100%;
    overflow: hidden;
    justify-content: space-around;
    cursor: pointer;
}

.card-item .pic-change span {
    display: flex;
    width: 45%;
    float: left;
    min-height: 203px;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-bottom: 7px;
    margin-top: 10px;
}

.column-gap-6-5r {
    column-gap: 6.5rem;
}

.row-gap-4-5r {
    row-gap: 4.5rem;
}

.breadcrumb-item .dropdown a:hover {
    color: #FF6902;
}

.service-center {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 112px;
}

.service-center img {
    margin-right: 100px;
    max-width: 346px;
    max-height: 1854px;
}

.our-stores .map {
    max-height: 451px;
    border: 1px solid #eeeeee;
    padding: 7px;
}

.mr-20 {
    margin-right: 20px !important;
}

.header-basket .collapse.basket-card {
    margin-top: 48px;
}

.personal-area a:hover {
    color: #ff6902 !important;
}

.personal-area a:hover img {
    filter: invert(41%) sepia(93%) saturate(1969%) hue-rotate(358deg) brightness(106%) contrast(106%);
}

.pb-80-px {
    padding-bottom: 80px !important;
}


.item.warranty-item h3 {
    display: inline-block;
    margin-top: 1.25rem;
}

.item.warranty-item .prew-text, .item.warranty-item .det-text {
    margin-bottom: 20px;
}

.item.warranty-item .go-more-opened {
    color: #7a7a7a !important;
}

.item.warranty-item .prew-text li, .item.warranty-item .det-text li {
    color: #fed700;
}

.item.warranty-item .prew-text:not(li), .item.warranty-item .det-text:not(li) {
    color: #7a7a7a;
}

.item.warranty-item .prew-text li span, .item.warranty-item .det-text li span {
    color: #7a7a7a;
}

.company-answer .show-answer {
    display: inline-block;
    margin: 12px 0 20px 0;
}

.reviews-main {
    min-height: 1460px;
    margin-bottom: 37px;
    display: table;
}

.mt-13-5r {
    margin-top: 13.5rem !important;
}

.mt-12-5r {
    margin-top: 12.5rem !important;
}

.main--auth {
    margin-top: 13.5rem !important;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 1030;
}

header.order-header .header-logo,
header.order-header .header-clock {
    display: block;
}

.search-form input:-webkit-autofill,
.search-form input:-webkit-autofill:hover,
.search-form input:-webkit-autofill:focus,
.search-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.remodal.info-message {
    max-width: 866px;
}

.shops .ratings-cont {
    max-width: 175px;
}

.header-icon {
    height: 35px;
}

.object-fit-cover {
    object-fit: cover !important;
}

.footer-catalog-blocks .footer-item .footer-chapter {
    max-width: 130px;
}

@media (min-width: 1024px) and (max-width: 1206px) {
    .catalog-responsive .card-item {
        flex: 27%;
    }

    .catalog-responsive .card-item:nth-last-child(-n+2) {
        display: none;
    }

    .review-info {
        right: 17px;
    }
}

@media (min-width: 1207px) and (max-width: 1400px) {
    .catalog-responsive .card-item {
        flex: 11%;
    }

    .catalog-responsive .card-item:nth-last-child(-n+1) {
        display: none;
    }

    .review-info {
        right: 17px;
    }
}

@media (min-width: 1207px) and (max-width: 1513px) {
    .catalog-responsive.viewed-products .card-item {
        flex: 11%;
    }

    .catalog-responsive.viewed-products .card-item:nth-last-child(-n+1) {
        display: none;
    }
}

.header__navbar {
    background-color: #fff8d2;
}

.header__navbar .nav-link, .header__navbar .nav-link:focus {
    color: #1b1b1b;
}

.header__navbar a:hover, .header__navbar a:active {
    color: #ff6902;
}

.header__navbar .nav-link {
    margin-right: 3rem;
}


.cursor-initial {
    cursor: initial !important;
}

.max-height-inherit {
    max-height: inherit !important;
}

.dropdown-menu-additional-price {
    border: 1px solid #ff6902;
    border-radius: 0;
    padding: 3px;
}

.dropdown-menu-additional-price .dropdown-item {
    background-color: transparent !important;
    color: #212529 !important;
}

.object-fit-contain {
    object-fit: contain !important;
}

.cursor-default {
    cursor: default !important;
}

.about-header {
    color: #1b1b1b;
    text-decoration: none;
}

/****** Стики к варточках товара carousel ******/
.item-notify-sticks {
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    gap: 8px;
}

.item-notify-sticks--lg {
    gap: 6px;
}

.item-notify-stick {
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    height: 21px;
    padding: 0 10px;
    line-height: 21px;
    white-space: nowrap;
}

.item-notify-stick--lg {
    font-weight: 700;
    font-size: 16px;
    height: 23px;
}

.item-notify-stick--sale {
    background: linear-gradient(90deg,#ff6902 0%,#f80 100%);
    color: #fff;
}

.item-notify-stick--promo {
    background: linear-gradient(90deg,#20b931 0%,#2fd242 100%);
    color: #fff;
}

.item-notify-stick--hit {
    background-color: #fed700;
    color: #1b1b1b;
}

.item-notify-stick--new {
    background: linear-gradient(90deg,#5eb1bf 0%,#55cce0 100%);
    color: #fff;
}

.item-notify-stick--winter-storage {
    background: linear-gradient(90deg,#3138bc 0%,#58a0ff 100%);
    color: #fff;
}

.item-notify-stick--winter-storage:before {
    content: url("data:image/svg+xml,%3Csvg width=\'13\' height=\'13\' viewBox=\'0 0 13 13\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M5.87549 12.7499V10.1561L3.84424 12.1561L2.96924 11.2811L5.87549 8.37488V7.12488H4.62549L1.71924 10.0311L0.844238 9.15613L2.84424 7.12488H0.250488V5.87488H2.84424L0.844238 3.84363L1.71924 2.96863L4.62549 5.87488H5.87549V4.62488L2.96924 1.71863L3.84424 0.843628L5.87549 2.84363V0.249878H7.12549V2.84363L9.15674 0.843628L10.0317 1.71863L7.12549 4.62488V5.87488H8.37549L11.2817 2.96863L12.1567 3.84363L10.1567 5.87488H12.7505V7.12488H10.1567L12.1567 9.15613L11.2817 10.0311L8.37549 7.12488H7.12549V8.37488L10.0317 11.2811L9.15674 12.1561L7.12549 10.1561V12.7499H5.87549Z\' fill=\'white\'/%3E%3C/svg%3E");
    margin-right: 2.5px;
    vertical-align: text-top;
    width: 12.5px;
    height: 12.5px;
    display: inline-block;
}
/****** Стики к варточках товара carousel ******/
/* End */


/* Start:/local/templates/ndom/assets/css/owl.carousel.min.css?17431588563352*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/ndom/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/ndom/assets/css/owl.theme.default.min.css?17431588561014*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/ndom/assets/css/remodal.css?17434078345609*/
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  text-size-adjust: 100%;
  min-height: 100px;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
  text-align: left;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close-title {
    font-size: 12px;
    color: #777;
    position: absolute;
    top: 10px;
    right: 30px;
    display: block;
    cursor: pointer;
}
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 20;
}

.remodal-close:hover,
.remodal-close:focus,
.remodal-close-title:hover,
.remodal-close-title:focus
{
  color: #2b2e38;
}


.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {

}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}
.remodal h1{
  font-size: 26px;
  margin: 0;
  color: #333333;
  text-align: left;
  border-bottom: 1px solid #cecece;
  padding-bottom: 6px;
  margin-bottom: 29px;
  font-weight: bold;
}


/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
  .remodal.wide {
    max-width: 917px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}
.remodal p{
  font-size: 13px;
  color: #333333;
}
/* End */


/* Start:/local/templates/ndom/components/bitrix/menu/top.menu/style.css?17434078343633*/
.top-menu{display:flex;width:100%}.top-menu .navbar-wrap{display:flex;flex-grow:1}.top-menu .navbar{overflow:hidden}.top-menu .navbar .navbar-nav{min-width:100%}.top-menu .navbar .navbar-nav .nav-link{white-space:nowrap}.top-menu .navbar .navbar-nav .nav-link.highlight{color:#ff6902}.top-menu .navbar .navbar-nav .nav-link.highlight:hover{color:#1b1b1b}.top-menu .top-menu__show-more{margin-right:auto;position:relative}.top-menu .top-menu__show-more:hover .top-menu__show-more-button{color:#ff6902}.top-menu .top-menu__show-more:hover .top-menu__show-more-list{display:block}.top-menu .top-menu__show-more-button{border:none;background-color:transparent;padding:0 10px;height:37px}.top-menu .top-menu__show-more-button:hover{color:#ff6902}.top-menu .top-menu__show-more-list{display:none;position:absolute;left:0;top:37px;background-color:#fff8d2;z-index:20;filter:drop-shadow(0px 4px 15px rgba(0,0,0,0.35));list-style:none;margin:0;padding:7px 14px;white-space:nowrap}.top-menu .top-menu__show-more-list .nav-item{height:28px;line-height:28px}.top-menu .top-menu__show-more-list .nav-item .nav-link{margin-right:0}.top-menu .top-menu__show-more-list .nav-item .nav-link.highlight{color:#ff6902}.top-menu .personal-area{flex-grow:0;margin-left:auto}.top-menu .personal-area .header__user-menu .dropdown-menu{border-radius:0;border:none;filter:drop-shadow(0px 4px 15px rgba(0,0,0,0.35));min-width:100%;padding:16px 20px 13px;font-size:17px}.top-menu .personal-area .header__user-menu .dropdown-item{padding:0;line-height:35px;background-color:transparent !important}.top-menu .personal-area .header__user-menu .dropdown-item[href="/?logout=yes"]:before{content:"";width:16px;height:19px;display:inline-block;margin-right:15px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5498 5.36214V4.92023C3.5498 3.09622 3.5498 2.18422 4.13596 1.67584C4.72212 1.16747 5.62496 1.29645 7.43064 1.5544L11.0711 2.07446C13.1588 2.37271 14.2026 2.52183 14.8262 3.24084C15.4498 3.95985 15.4498 5.0143 15.4498 7.12321V11.8768C15.4498 13.9857 15.4498 15.0402 14.8262 15.7592C14.2026 16.4782 13.1588 16.6273 11.0711 16.9255L7.43064 17.4456C5.62496 17.7035 4.72212 17.8325 4.13596 17.3242C3.5498 16.8158 3.5498 15.9038 3.5498 14.0798V13.8061' stroke='%23212529' stroke-width='0.85'/%3E%3Cpath d='M11.2002 9.5L11.5321 9.2345L11.7445 9.5L11.5321 9.7655L11.2002 9.5ZM1.0002 9.925C0.765474 9.925 0.575195 9.73472 0.575195 9.5C0.575195 9.26528 0.765474 9.075 1.0002 9.075V9.925ZM8.13206 4.9845L11.5321 9.2345L10.8683 9.7655L7.46833 5.5155L8.13206 4.9845ZM11.5321 9.7655L8.13206 14.0155L7.46833 13.4845L10.8683 9.2345L11.5321 9.7655ZM11.2002 9.925H1.0002V9.075H11.2002V9.925Z' fill='%23212529'/%3E%3C/svg%3E")}.top-menu .personal-area .header__user-menu .dropdown-item[href="/?logout=yes"]:hover:before{filter:invert(47%) sepia(92%) saturate(3134%) hue-rotate(2deg) brightness(103%) contrast(106%)}.top-menu .personal-area .header__user-menu .nav-link{height:calc(100% - 4px);align-items:center;min-width:190px}.top-menu .personal-area .header__user-menu .nav-link[aria-expanded="true"]{color:#ff6902 !important}.top-menu .personal-area .header__user-menu .nav-link[aria-expanded="true"] img{filter:invert(41%) sepia(93%) saturate(1969%) hue-rotate(358deg) brightness(106%) contrast(106%)}.top-menu .personal-area .header__user-menu .dropdown-divider{border-top-color:#eeeeee}.top-menu .personal-area .header__user-menu:hover .dropdown-toggle{color:#ff6902}.top-menu .personal-area .header__user-menu:hover .dropdown-menu{display:block;top:100%;right:0}

/* End */


/* Start:/local/templates/ndom/components/bitrix/main.include/logo-scroll/style.css?1743158856118*/
.site-logo-scroll{display:none}.site-logo-scroll img{height:55px}.scrolled.fixed-top .site-logo-scroll{display:block}

/* End */


/* Start:/local/templates/ndom/components/bitrix/main.include/site-logo/style.css?174315885639*/
.site-logo{width:312px;margin-top:5px}

/* End */


/* Start:/local/templates/ndom/components/itsReal/catalog.favorites/summary/style.css?17441215431183*/
.catalog-favorites-summary{background-image:url("data:image/svg+xml,%3Csvg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2781 1.15002C19.3688 0.966063 19.6312 0.966064 19.7219 1.15002L24.9112 11.6647C25.1665 12.1819 25.6599 12.5404 26.2307 12.6233L37.8343 14.3094C38.0373 14.3389 38.1184 14.5884 37.9715 14.7316L29.5751 22.9161C29.162 23.3187 28.9736 23.8988 29.0711 24.4673L31.0532 36.024C31.0879 36.2262 30.8756 36.3804 30.6941 36.2849L20.3155 30.8286C19.805 30.5602 19.195 30.5602 18.6845 30.8286L8.30592 36.2849C8.12435 36.3804 7.91213 36.2262 7.94681 36.024L9.92894 24.4673C10.0264 23.8988 9.83797 23.3187 9.42493 22.9161L1.02849 14.7316C0.881591 14.5884 0.962652 14.3389 1.16566 14.3094L12.7692 12.6233C13.3401 12.5404 13.8335 12.1819 14.0888 11.6647L19.2781 1.15002Z' stroke='%23B4B4B4' stroke-width='1.505'/%3E%3C/svg%3E");background-repeat:no-repeat;padding-left:50px;background-position:left 6px;display:block;text-decoration:none;color:#7a7a7a}.catalog-favorites-summary:hover{color:#1b1b1b;font-weight:500}.catalog-favorites-summary__price{color:inherit}.catalog-favorites-summary__price small{font-size:13px}

/* End */


/* Start:/local/templates/ndom/components/bitrix/sale.basket.basket.line/top.basket.line/style.css?1743407834835*/
.basket-card a {
    font-size: 14px;
}

.card .cross-svg {
    max-width: 13px;
    width: 100%;
    max-height: 13px;
    height: 100%;
    margin-top: 2%;
}

.basket-bottom .round-price {
    font-size: 20px;
}

#price .price-remainder {
    font-size: 11px;
}

.product-count {
    background-color: #ff6906;
    border-radius: 50rem;
    color: white;
    padding: 0 7px;
    display: inline-block;
    line-height: 20px;
}

.basket-card .item-notify-ribbon.item-notify-ribbon--small {
    right: -77px;
    top: -3px;
}

.basket-card__total-price {
    font-size: 20px !important;
    line-height: 1.2;
    color: #212529;
}

.basket-card__total-price .price-remainder {
    font-size: 16px;
}

.product-list-basket .basket-items:not(:last-of-type) .basket-item {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 24px;
}
/* End */


/* Start:/local/templates/ndom/components/bitrix/menu/main.catalog.menu/style.css?1743158856831*/
.catalog-menu .dropdown-menu--wrapper li a {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    width: 100%;
    white-space: normal;
}
.catalog-menu .dropdown-menu--wrapper li a:hover img,
.catalog-menu .dropdown-menu--wrapper li a.active img {
    filter: invert(47%) sepia(92%) saturate(3134%) hue-rotate(2deg) brightness(103%) contrast(106%) !important;
}

.catalog-menu .dropdown-menu--wrapper .category-plash img {
    object-fit: contain;
}

.catalog-menu .dropdown-menu--wrapper li a[href="/catalog/novogodnie_tovary/"] img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(97%) saturate(1588%) hue-rotate(224deg) brightness(91%) contrast(93%);
}

.catalog-menu .dropdown-menu--wrapper .category-plash [href="/catalog/novogodnie_tovary/"]:not(:hover):not(.active) {
    color: #3f48cc;
}


/* End */


/* Start:/local/templates/ndom/components/itsReal/cookie.acceptance/.default/style.css?1747395258976*/
.cookie-acceptance{z-index:100}.cookie-acceptance .toast{border-radius:0;max-width:617px;width:auto;padding:20px;background-color:white;box-shadow:0 0 10px rgba(0,0,0,0.2)}.cookie-acceptance .toast .toast-body{padding:0;font-size:16px;line-height:21px;color:#1b1b1b;margin-bottom:20px}.cookie-acceptance .toast .toast-footer{font-size:14px;display:flex;justify-content:end}.cookie-acceptance__button-accept{background-color:#FF6902;color:white;text-transform:uppercase;border:none;padding:7px 16px}.cookie-acceptance__detail-link{margin-left:auto;color:#7a7a7a;text-decoration:none;display:flex;align-items:center}.cookie-acceptance__detail-link:hover{color:#7a7a7a}.cookie-acceptance__detail-link:after{content:"";display:inline-block;margin-left:9px;width:7px;height:11px;background-image:url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 10L6 5.5L1 1' stroke='%237A7A7A'/%3E%3C/svg%3E")}

/* End */
/* /local/templates/ndom/assets/css/main.css?1756818137460354 */
/* /local/templates/ndom/assets/css/owl.carousel.min.css?17431588563352 */
/* /local/templates/ndom/assets/css/owl.theme.default.min.css?17431588561014 */
/* /local/templates/ndom/assets/css/remodal.css?17434078345609 */
/* /local/templates/ndom/components/bitrix/menu/top.menu/style.css?17434078343633 */
/* /local/templates/ndom/components/bitrix/main.include/logo-scroll/style.css?1743158856118 */
/* /local/templates/ndom/components/bitrix/main.include/site-logo/style.css?174315885639 */
/* /local/templates/ndom/components/itsReal/catalog.favorites/summary/style.css?17441215431183 */
/* /local/templates/ndom/components/bitrix/sale.basket.basket.line/top.basket.line/style.css?1743407834835 */
/* /local/templates/ndom/components/bitrix/menu/main.catalog.menu/style.css?1743158856831 */
/* /local/templates/ndom/components/itsReal/cookie.acceptance/.default/style.css?1747395258976 */
