:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --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-primary: #ed3324;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #0F1E33;
    --bs-primary-rgb: 245, 177, 18;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 15, 30, 51;
    --bs-primary-text-emphasis: #624707;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #fdefd0;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #fbe0a0;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 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: #232323;
    --bs-body-color-rgb: 35, 35, 35;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(35, 35, 35, .75);
    --bs-secondary-color-rgb: 35, 35, 35;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(35, 35, 35, .5);
    --bs-tertiary-color-rgb: 35, 35, 35;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #ed3324;
    --bs-link-color-rgb: 245, 177, 18;
    --bs-link-decoration: none;
    --bs-link-hover-color: #c48e0e;
    --bs-link-hover-color-rgb: 196, 142, 14;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #eee;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(245, 177, 18, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #f9d071;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #312304;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #936a0b;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #f9d071;
    --bs-link-hover-color: #fad98d;
    --bs-link-color-rgb: 249, 208, 113;
    --bs-link-hover-color-rgb: 250, 217, 141;
    --bs-code-color: #e685b5;
    --bs-border-color: #495057;
    --bs-border-color-translucent: hsla(0, 0%, 100%, .15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
    color-scheme: dark
}

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

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

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    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);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

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

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

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

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

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

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

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

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

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

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

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

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

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

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

ol, ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

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

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

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

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

a > code {
    color: inherit
}

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

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

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

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

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

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

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

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

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

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

textarea {
    resize: vertical
}

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

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

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

legend + * {
    clear: left
}

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

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

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

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

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --bs-breakpoint-xxxl: 1900px;
    --bs-breakpoint-xxxxl: 3000px
}

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

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

.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.3333333333%
}

.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.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-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: 2rem
}

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

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

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

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

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

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

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

.g-9, .gx-9 {
    --bs-gutter-x: 6rem
}

.g-9, .gy-9 {
    --bs-gutter-y: 6rem
}

.g-10, .gx-10 {
    --bs-gutter-x: 7rem
}

.g-10, .gy-10 {
    --bs-gutter-y: 7rem
}

@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.3333333333%
    }

    .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.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-sm-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: 2rem
    }

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

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

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

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

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

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

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

    .g-sm-9, .gx-sm-9 {
        --bs-gutter-x: 6rem
    }

    .g-sm-9, .gy-sm-9 {
        --bs-gutter-y: 6rem
    }

    .g-sm-10, .gx-sm-10 {
        --bs-gutter-x: 7rem
    }

    .g-sm-10, .gy-sm-10 {
        --bs-gutter-y: 7rem
    }
}

@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.3333333333%
    }

    .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.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-md-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: 2rem
    }

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

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

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

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

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

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

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

    .g-md-9, .gx-md-9 {
        --bs-gutter-x: 6rem
    }

    .g-md-9, .gy-md-9 {
        --bs-gutter-y: 6rem
    }

    .g-md-10, .gx-md-10 {
        --bs-gutter-x: 7rem
    }

    .g-md-10, .gy-md-10 {
        --bs-gutter-y: 7rem
    }
}

@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.3333333333%
    }

    .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.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-lg-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: 2rem
    }

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

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

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

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

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

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

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

    .g-lg-9, .gx-lg-9 {
        --bs-gutter-x: 6rem
    }

    .g-lg-9, .gy-lg-9 {
        --bs-gutter-y: 6rem
    }

    .g-lg-10, .gx-lg-10 {
        --bs-gutter-x: 7rem
    }

    .g-lg-10, .gy-lg-10 {
        --bs-gutter-y: 7rem
    }
}

@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.3333333333%
    }

    .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.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xl-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: 2rem
    }

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

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

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

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

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

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

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

    .g-xl-9, .gx-xl-9 {
        --bs-gutter-x: 6rem
    }

    .g-xl-9, .gy-xl-9 {
        --bs-gutter-y: 6rem
    }

    .g-xl-10, .gx-xl-10 {
        --bs-gutter-x: 7rem
    }

    .g-xl-10, .gy-xl-10 {
        --bs-gutter-y: 7rem
    }
}

@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.3333333333%
    }

    .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.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xxl-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: 2rem
    }

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

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

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

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

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

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

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

    .g-xxl-9, .gx-xxl-9 {
        --bs-gutter-x: 6rem
    }

    .g-xxl-9, .gy-xxl-9 {
        --bs-gutter-y: 6rem
    }

    .g-xxl-10, .gx-xxl-10 {
        --bs-gutter-x: 7rem
    }

    .g-xxl-10, .gy-xxl-10 {
        --bs-gutter-y: 7rem
    }
}

@media (min-width: 1900px) {
    .col-xxxl {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xxxl-6, .gx-xxxl-6 {
        --bs-gutter-x: 3rem
    }

    .g-xxxl-6, .gy-xxxl-6 {
        --bs-gutter-y: 3rem
    }

    .g-xxxl-7, .gx-xxxl-7 {
        --bs-gutter-x: 4rem
    }

    .g-xxxl-7, .gy-xxxl-7 {
        --bs-gutter-y: 4rem
    }

    .g-xxxl-8, .gx-xxxl-8 {
        --bs-gutter-x: 5rem
    }

    .g-xxxl-8, .gy-xxxl-8 {
        --bs-gutter-y: 5rem
    }

    .g-xxxl-9, .gx-xxxl-9 {
        --bs-gutter-x: 6rem
    }

    .g-xxxl-9, .gy-xxxl-9 {
        --bs-gutter-y: 6rem
    }

    .g-xxxl-10, .gx-xxxl-10 {
        --bs-gutter-x: 7rem
    }

    .g-xxxl-10, .gy-xxxl-10 {
        --bs-gutter-y: 7rem
    }
}

@media (min-width: 3000px) {
    .col-xxxxl {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xxxxl-6, .gx-xxxxl-6 {
        --bs-gutter-x: 3rem
    }

    .g-xxxxl-6, .gy-xxxxl-6 {
        --bs-gutter-y: 3rem
    }

    .g-xxxxl-7, .gx-xxxxl-7 {
        --bs-gutter-x: 4rem
    }

    .g-xxxxl-7, .gy-xxxxl-7 {
        --bs-gutter-y: 4rem
    }

    .g-xxxxl-8, .gx-xxxxl-8 {
        --bs-gutter-x: 5rem
    }

    .g-xxxxl-8, .gy-xxxxl-8 {
        --bs-gutter-y: 5rem
    }

    .g-xxxxl-9, .gx-xxxxl-9 {
        --bs-gutter-x: 6rem
    }

    .g-xxxxl-9, .gy-xxxxl-9 {
        --bs-gutter-y: 6rem
    }

    .g-xxxxl-10, .gx-xxxxl-10 {
        --bs-gutter-x: 7rem
    }

    .g-xxxxl-10, .gy-xxxxl-10 {
        --bs-gutter-y: 7rem
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + var(--bs-border-width));
    padding-top: calc(.375rem + var(--bs-border-width))
}

.col-form-label-lg {
    font-size: 1.25rem;
    padding-bottom: calc(.5rem + var(--bs-border-width));
    padding-top: calc(.5rem + var(--bs-border-width))
}

.col-form-label-sm {
    font-size: .875rem;
    padding-bottom: calc(.25rem + var(--bs-border-width));
    padding-top: calc(.25rem + var(--bs-border-width))
}

.form-text {
    color: var(--bs-secondary-color);
    font-size: .875em;
    margin-top: .25rem
}

.form-control {
    appearance: none;
    background-clip: padding-box;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@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 {
    background-color: var(--bs-body-bg);
    border-color: #fad889;
    box-shadow: 0 0 0 .25rem rgba(245, 177, 18, .25);
    color: var(--bs-body-color);
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
    margin: 0;
    min-width: 85px
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    background-color: var(--bs-tertiary-bg);
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    color: var(--bs-body-color);
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: var(--bs-secondary-bg)
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0;
    color: var(--bs-body-color);
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

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

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

.form-control-sm {
    border-radius: var(--bs-border-radius-sm);
    font-size: .875rem;
    min-height: calc(1.5em + .5rem + var(--bs-border-width) * 2);
    padding: .25rem .5rem
}

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

.form-control-lg {
    border-radius: var(--bs-border-radius-lg);
    font-size: 1.25rem;
    min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
    padding: .5rem 1rem
}

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

textarea.form-control {
    min-height: calc(1.5em + .75rem + var(--bs-border-width) * 2)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + var(--bs-border-width) * 2)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2)
}

.form-control-color {
    height: calc(1.5em + .75rem + var(--bs-border-width) * 2);
    padding: .375rem;
    width: 3rem
}

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

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + var(--bs-border-width) * 2)
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + var(--bs-border-width) * 2)
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

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

.form-select:focus {
    border-color: #fad889;
    box-shadow: 0 0 0 .25rem rgba(245, 177, 18, .25);
    outline: 0
}

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

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
    border-radius: var(--bs-border-radius-sm);
    font-size: .875rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.form-select-lg {
    border-radius: var(--bs-border-radius-lg);
    font-size: 1.25rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")
}

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

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

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

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

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    height: 1em;
    margin-top: .25em;
    print-color-adjust: exact;
    vertical-align: top;
    width: 1em
}

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

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

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

.form-check-input:focus {
    border-color: #fad889;
    box-shadow: 0 0 0 .25rem rgba(245, 177, 18, .25);
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")
}

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

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(245, 177, 18, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(245, 177, 18, .25)
}

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

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

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

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

.form-range::-webkit-slider-runnable-track {
    background-color: var(--bs-tertiary-bg);
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

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

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

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

.form-range::-moz-range-track {
    background-color: var(--bs-tertiary-bg);
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

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

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.form-floating {
    position: relative
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(3.5rem + var(--bs-border-width) * 2);
    line-height: 1.25;
    min-height: calc(3.5rem + var(--bs-border-width) * 2)
}

.form-floating > label {
    border: var(--bs-border-width) solid transparent;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 1rem .75rem;
    pointer-events: none;
    position: absolute;
    text-align: start;
    text-overflow: ellipsis;
    top: 0;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    white-space: nowrap;
    z-index: 2
}

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

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

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

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

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

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

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control-plaintext ~ label:after, .form-floating > .form-control:focus ~ label:after, .form-floating > .form-control:not(:placeholder-shown) ~ label:after, .form-floating > .form-select ~ label:after {
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
    content: "";
    height: 1.5em;
    inset: 1rem .375rem;
    position: absolute;
    z-index: -1
}

.form-floating > .form-control:-webkit-autofill ~ label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0
}

.form-floating > .form-control:disabled ~ label, .form-floating > :disabled ~ label {
    color: #6c757d
}

.form-floating > .form-control:disabled ~ label:after, .form-floating > :disabled ~ label:after {
    background-color: var(--bs-secondary-bg)
}

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

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

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

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

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

.input-group-text {
    align-items: center;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

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

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
    border-radius: var(--bs-border-radius-sm);
    font-size: .875rem;
    padding: .25rem .5rem
}

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

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

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

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

.valid-feedback {
    color: var(--bs-form-valid-color);
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius);
    color: #fff;
    display: none;
    font-size: .875rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

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

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.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 calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

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

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.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 .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

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

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: var(--bs-form-valid-color)
}

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

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

.invalid-feedback {
    color: var(--bs-form-invalid-color);
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
    color: #fff;
    display: none;
    font-size: .875rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

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

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

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

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

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

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

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

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

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color)
}

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

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

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle
}

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

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

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

.btn:focus-visible {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    color: var(--bs-btn-hover-color);
    outline: 0
}

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

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

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

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

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #ed3324;
    --bs-btn-border-color: #ed3324;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7bd36;
    --bs-btn-hover-border-color: #f6b92a;
    --bs-btn-focus-shadow-rgb: 208, 150, 15;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f7c141;
    --bs-btn-active-border-color: #f6b92a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ed3324;
    --bs-btn-disabled-border-color: #ed3324
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #ed3324;
    --bs-btn-border-color: #ed3324;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ed3324;
    --bs-btn-hover-border-color: #ed3324;
    --bs-btn-focus-shadow-rgb: 245, 177, 18;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ed3324;
    --bs-btn-active-border-color: #ed3324;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ed3324;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ed3324;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 208, 150, 15;
    text-decoration: none
}

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

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

.btn-group-lg > .btn, .btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-group-sm > .btn, .btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    transition: opacity .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 .35s ease
}

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1900px) {
    .dropdown-menu-xxxl-start {
        --bs-position: start
    }

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

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

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

@media (min-width: 3000px) {
    .dropdown-menu-xxxxl-start {
        --bs-position: start
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

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

.btn-group {
    border-radius: var(--bs-border-radius)
}

.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
    margin-left: calc(var(--bs-border-width) * -1)
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1)
}

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

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

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--bs-modal-zindex)
}

.modal-dialog {
    margin: var(--bs-modal-margin);
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@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% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    background-clip: padding-box;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    color: var(--bs-modal-color);
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    background-color: var(--bs-backdrop-bg);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: var(--bs-backdrop-zindex)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    align-items: center;
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding)
}

.modal-header .btn-close {
    margin: calc(var(--bs-modal-header-padding-y) * -.5) calc(var(--bs-modal-header-padding-x) * -.5) calc(var(--bs-modal-header-padding-y) * -.5) auto;
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5)
}

.modal-title {
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    position: relative
}

.modal-footer {
    align-items: center;
    background-color: var(--bs-modal-footer-bg);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5)
}

.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15)
    }

    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--bs-modal-width)
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1899.98px) {
    .modal-fullscreen-xxxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xxxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xxxl-down .modal-footer, .modal-fullscreen-xxxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxxl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 2999.98px) {
    .modal-fullscreen-xxxxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xxxxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xxxxl-down .modal-footer, .modal-fullscreen-xxxxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxxxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 350px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #ed3324;
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 1;
    --bs-tooltip-arrow-width: 1.2rem;
    --bs-tooltip-arrow-height: 0.8rem;
    word-wrap: break-word;
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: var(--bs-tooltip-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: var(--bs-tooltip-margin);
    opacity: 0;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: var(--bs-tooltip-zindex)
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    height: var(--bs-tooltip-arrow-height);
    width: var(--bs-tooltip-arrow-width)
}

.tooltip .tooltip-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
    bottom: calc(var(--bs-tooltip-arrow-height) * -1)
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before, .bs-tooltip-top .tooltip-arrow:before {
    border-top-color: var(--bs-tooltip-bg);
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    top: -1px
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
    height: var(--bs-tooltip-arrow-width);
    left: calc(var(--bs-tooltip-arrow-height) * -1);
    width: var(--bs-tooltip-arrow-height)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before, .bs-tooltip-end .tooltip-arrow:before {
    border-right-color: var(--bs-tooltip-bg);
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    right: -1px
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
    top: calc(var(--bs-tooltip-arrow-height) * -1)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before, .bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: var(--bs-tooltip-bg);
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    bottom: -1px
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
    height: var(--bs-tooltip-arrow-width);
    right: calc(var(--bs-tooltip-arrow-height) * -1);
    width: var(--bs-tooltip-arrow-height)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before, .bs-tooltip-start .tooltip-arrow:before {
    border-left-color: var(--bs-tooltip-bg);
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    left: -1px
}

.tooltip-inner {
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
    color: var(--bs-tooltip-color);
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    text-align: center
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 350px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: #ed3324;
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: #ed3324;
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #fff;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: var(--bs-popover-bg);
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: var(--bs-popover-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: var(--bs-popover-max-width);
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: var(--bs-popover-zindex)
}

.popover .popover-arrow {
    display: block;
    height: var(--bs-popover-arrow-height);
    width: var(--bs-popover-arrow-width)
}

.popover .popover-arrow:after, .popover .popover-arrow:before {
    border: 0 solid transparent;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
    bottom: calc((var(--bs-popover-arrow-height)) * -1 - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow:before, .bs-popover-top > .popover-arrow:after, .bs-popover-top > .popover-arrow:before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow:before, .bs-popover-top > .popover-arrow:before {
    border-top-color: var(--bs-popover-arrow-border);
    bottom: 0
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow:after, .bs-popover-top > .popover-arrow:after {
    border-top-color: var(--bs-popover-bg);
    bottom: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
    height: var(--bs-popover-arrow-width);
    left: calc((var(--bs-popover-arrow-height)) * -1 - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow:before, .bs-popover-end > .popover-arrow:after, .bs-popover-end > .popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow:before, .bs-popover-end > .popover-arrow:before {
    border-right-color: var(--bs-popover-arrow-border);
    left: 0
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow:after, .bs-popover-end > .popover-arrow:after {
    border-right-color: var(--bs-popover-bg);
    left: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
    top: calc((var(--bs-popover-arrow-height)) * -1 - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:before, .bs-popover-bottom > .popover-arrow:after, .bs-popover-bottom > .popover-arrow:before {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:before, .bs-popover-bottom > .popover-arrow:before {
    border-bottom-color: var(--bs-popover-arrow-border);
    top: 0
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:after, .bs-popover-bottom > .popover-arrow:after {
    border-bottom-color: var(--bs-popover-bg);
    top: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
    content: "";
    display: block;
    left: 50%;
    margin-left: calc(var(--bs-popover-arrow-width) * -.5);
    position: absolute;
    top: 0;
    width: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
    height: var(--bs-popover-arrow-width);
    right: calc((var(--bs-popover-arrow-height)) * -1 - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow:after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow:before, .bs-popover-start > .popover-arrow:after, .bs-popover-start > .popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow:before, .bs-popover-start > .popover-arrow:before {
    border-left-color: var(--bs-popover-arrow-border);
    right: 0
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow:after, .bs-popover-start > .popover-arrow:after {
    border-left-color: var(--bs-popover-bg);
    right: var(--bs-popover-border-width)
}

.popover-header {
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
    color: var(--bs-popover-header-color);
    font-size: var(--bs-popover-header-font-size);
    margin-bottom: 0;
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: var(--bs-popover-body-color);
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.text-bg-primary {
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-secondary {
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-success {
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-info {
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-warning {
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-danger {
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-light {
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-dark {
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:focus, .link-primary:hover {
    color: RGBA(247, 193, 65, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(247, 193, 65, var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary:focus, .link-secondary:hover {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:focus, .link-success:hover {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important
}

.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-info:focus, .link-info:hover {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-warning:focus, .link-warning:hover {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-danger:focus, .link-danger:hover {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important
}

.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light:focus, .link-light:hover {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark:focus, .link-dark:hover {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis:focus, .link-body-emphasis:hover {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important
}

.focus-ring:focus {
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
    outline: 0
}

.icon-link {
    align-items: center;
    backface-visibility: hidden;
    display: inline-flex;
    gap: .375rem;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-underline-offset: .25em
}

.icon-link > .bi {
    fill: currentcolor;
    flex-shrink: 0;
    height: 1em;
    transition: transform .2s ease-in-out;
    width: 1em
}

@media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
        transition: none
    }
}

.icon-link-hover:focus-visible > .bi, .icon-link-hover:hover > .bi {
    transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0))
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    top: 0
}

.sticky-bottom, .sticky-top {
    position: sticky;
    z-index: 1020
}

.sticky-bottom {
    bottom: 0
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media (min-width: 1900px) {
    .sticky-xxxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxxl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media (min-width: 3000px) {
    .sticky-xxxxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxxxl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

.hstack {
    align-items: center;
    flex-direction: row
}

.hstack, .vstack {
    align-self: stretch;
    display: flex
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    white-space: nowrap !important;
    width: 1px !important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
    position: absolute !important
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    align-self: stretch;
    background-color: currentcolor;
    display: inline-block;
    min-height: 1em;
    opacity: .25;
    width: var(--bs-border-width)
}

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

.object-fit-contain {
    object-fit: contain !important
}

.object-fit-cover {
    object-fit: cover !important
}

.object-fit-fill {
    object-fit: fill !important
}

.object-fit-scale {
    object-fit: scale-down !important
}

.object-fit-none {
    object-fit: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .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
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-auto {
    overflow-y: auto !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-y-scroll {
    overflow-y: 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-inline-grid {
    display: inline-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 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !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
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    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
}

.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 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 2rem !important
}

.m-6 {
    margin: 3rem !important
}

.m-7 {
    margin: 4rem !important
}

.m-8 {
    margin: 5rem !important
}

.m-9 {
    margin: 6rem !important
}

.m-10 {
    margin: 7rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
}

.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
}

.mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
}

.mx-9 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
}

.mx-10 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important
}

.my-6 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.my-7 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
}

.my-8 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
}

.my-9 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
}

.my-10 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 2rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.mt-7 {
    margin-top: 4rem !important
}

.mt-8 {
    margin-top: 5rem !important
}

.mt-9 {
    margin-top: 6rem !important
}

.mt-10 {
    margin-top: 7rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 2rem !important
}

.me-6 {
    margin-right: 3rem !important
}

.me-7 {
    margin-right: 4rem !important
}

.me-8 {
    margin-right: 5rem !important
}

.me-9 {
    margin-right: 6rem !important
}

.me-10 {
    margin-right: 7rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 2rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.mb-7 {
    margin-bottom: 4rem !important
}

.mb-8 {
    margin-bottom: 5rem !important
}

.mb-9 {
    margin-bottom: 6rem !important
}

.mb-10 {
    margin-bottom: 7rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 2rem !important
}

.ms-6 {
    margin-left: 3rem !important
}

.ms-7 {
    margin-left: 4rem !important
}

.ms-8 {
    margin-left: 5rem !important
}

.ms-9 {
    margin-left: 6rem !important
}

.ms-10 {
    margin-left: 7rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 2rem !important
}

.p-6 {
    padding: 3rem !important
}

.p-7 {
    padding: 4rem !important
}

.p-8 {
    padding: 5rem !important
}

.p-9 {
    padding: 6rem !important
}

.p-10 {
    padding: 7rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
}

.px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
}

.px-9 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
}

.px-10 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
}

.py-6 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.py-7 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
}

.py-8 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
}

.py-9 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
}

.py-10 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 2rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.pt-7 {
    padding-top: 4rem !important
}

.pt-8 {
    padding-top: 5rem !important
}

.pt-9 {
    padding-top: 6rem !important
}

.pt-10 {
    padding-top: 7rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 2rem !important
}

.pe-6 {
    padding-right: 3rem !important
}

.pe-7 {
    padding-right: 4rem !important
}

.pe-8 {
    padding-right: 5rem !important
}

.pe-9 {
    padding-right: 6rem !important
}

.pe-10 {
    padding-right: 7rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 2rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.pb-7 {
    padding-bottom: 4rem !important
}

.pb-8 {
    padding-bottom: 5rem !important
}

.pb-9 {
    padding-bottom: 6rem !important
}

.pb-10 {
    padding-bottom: 7rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 2rem !important
}

.ps-6 {
    padding-left: 3rem !important
}

.ps-7 {
    padding-left: 4rem !important
}

.ps-8 {
    padding-left: 5rem !important
}

.ps-9 {
    padding-left: 6rem !important
}

.ps-10 {
    padding-left: 7rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 2rem !important
}

.gap-6 {
    gap: 3rem !important
}

.gap-7 {
    gap: 4rem !important
}

.gap-8 {
    gap: 5rem !important
}

.gap-9 {
    gap: 6rem !important
}

.gap-10 {
    gap: 7rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 2rem !important
}

.row-gap-6 {
    row-gap: 3rem !important
}

.row-gap-7 {
    row-gap: 4rem !important
}

.row-gap-8 {
    row-gap: 5rem !important
}

.row-gap-9 {
    row-gap: 6rem !important
}

.row-gap-10 {
    row-gap: 7rem !important
}

.column-gap-0 {
    column-gap: 0 !important
}

.column-gap-1 {
    column-gap: .25rem !important
}

.column-gap-2 {
    column-gap: .5rem !important
}

.column-gap-3 {
    column-gap: 1rem !important
}

.column-gap-4 {
    column-gap: 1.5rem !important
}

.column-gap-5 {
    column-gap: 2rem !important
}

.column-gap-6 {
    column-gap: 3rem !important
}

.column-gap-7 {
    column-gap: 4rem !important
}

.column-gap-8 {
    column-gap: 5rem !important
}

.column-gap-9 {
    column-gap: 6rem !important
}

.column-gap-10 {
    column-gap: 7rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --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-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !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
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10, .link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.link-opacity-25, .link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50, .link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75, .link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.link-opacity-100, .link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1, .link-offset-1-hover:hover {
    text-underline-offset: .125em !important
}

.link-offset-2, .link-offset-2-hover:hover {
    text-underline-offset: .25em !important
}

.link-offset-3, .link-offset-3-hover:hover {
    text-underline-offset: .375em !important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0, .link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10, .link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25, .link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50, .link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75, .link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100, .link-underline-opacity-100-hover:hover {
    --bs-link-underline-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-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-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-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.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: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-end-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-end-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-bottom-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-bottom-circle {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-bottom-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.z-n1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .object-fit-sm-contain {
        object-fit: contain !important
    }

    .object-fit-sm-cover {
        object-fit: cover !important
    }

    .object-fit-sm-fill {
        object-fit: fill !important
    }

    .object-fit-sm-scale {
        object-fit: scale-down !important
    }

    .object-fit-sm-none {
        object-fit: 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-inline-grid {
        display: inline-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
    }

    .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 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 2rem !important
    }

    .m-sm-6 {
        margin: 3rem !important
    }

    .m-sm-7 {
        margin: 4rem !important
    }

    .m-sm-8 {
        margin: 5rem !important
    }

    .m-sm-9 {
        margin: 6rem !important
    }

    .m-sm-10 {
        margin: 7rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-sm-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-7 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-sm-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-sm-9 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-sm-10 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-sm-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-sm-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-sm-7 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-sm-8 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-sm-9 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-sm-10 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 2rem !important
    }

    .mt-sm-6 {
        margin-top: 3rem !important
    }

    .mt-sm-7 {
        margin-top: 4rem !important
    }

    .mt-sm-8 {
        margin-top: 5rem !important
    }

    .mt-sm-9 {
        margin-top: 6rem !important
    }

    .mt-sm-10 {
        margin-top: 7rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 2rem !important
    }

    .me-sm-6 {
        margin-right: 3rem !important
    }

    .me-sm-7 {
        margin-right: 4rem !important
    }

    .me-sm-8 {
        margin-right: 5rem !important
    }

    .me-sm-9 {
        margin-right: 6rem !important
    }

    .me-sm-10 {
        margin-right: 7rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 2rem !important
    }

    .mb-sm-6 {
        margin-bottom: 3rem !important
    }

    .mb-sm-7 {
        margin-bottom: 4rem !important
    }

    .mb-sm-8 {
        margin-bottom: 5rem !important
    }

    .mb-sm-9 {
        margin-bottom: 6rem !important
    }

    .mb-sm-10 {
        margin-bottom: 7rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 2rem !important
    }

    .ms-sm-6 {
        margin-left: 3rem !important
    }

    .ms-sm-7 {
        margin-left: 4rem !important
    }

    .ms-sm-8 {
        margin-left: 5rem !important
    }

    .ms-sm-9 {
        margin-left: 6rem !important
    }

    .ms-sm-10 {
        margin-left: 7rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 2rem !important
    }

    .p-sm-6 {
        padding: 3rem !important
    }

    .p-sm-7 {
        padding: 4rem !important
    }

    .p-sm-8 {
        padding: 5rem !important
    }

    .p-sm-9 {
        padding: 6rem !important
    }

    .p-sm-10 {
        padding: 7rem !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-sm-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-sm-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-sm-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-sm-9 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-sm-10 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-sm-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-sm-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-sm-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-sm-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-sm-7 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-sm-8 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-sm-9 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-sm-10 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 2rem !important
    }

    .pt-sm-6 {
        padding-top: 3rem !important
    }

    .pt-sm-7 {
        padding-top: 4rem !important
    }

    .pt-sm-8 {
        padding-top: 5rem !important
    }

    .pt-sm-9 {
        padding-top: 6rem !important
    }

    .pt-sm-10 {
        padding-top: 7rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 2rem !important
    }

    .pe-sm-6 {
        padding-right: 3rem !important
    }

    .pe-sm-7 {
        padding-right: 4rem !important
    }

    .pe-sm-8 {
        padding-right: 5rem !important
    }

    .pe-sm-9 {
        padding-right: 6rem !important
    }

    .pe-sm-10 {
        padding-right: 7rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 2rem !important
    }

    .pb-sm-6 {
        padding-bottom: 3rem !important
    }

    .pb-sm-7 {
        padding-bottom: 4rem !important
    }

    .pb-sm-8 {
        padding-bottom: 5rem !important
    }

    .pb-sm-9 {
        padding-bottom: 6rem !important
    }

    .pb-sm-10 {
        padding-bottom: 7rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 2rem !important
    }

    .ps-sm-6 {
        padding-left: 3rem !important
    }

    .ps-sm-7 {
        padding-left: 4rem !important
    }

    .ps-sm-8 {
        padding-left: 5rem !important
    }

    .ps-sm-9 {
        padding-left: 6rem !important
    }

    .ps-sm-10 {
        padding-left: 7rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 2rem !important
    }

    .gap-sm-6 {
        gap: 3rem !important
    }

    .gap-sm-7 {
        gap: 4rem !important
    }

    .gap-sm-8 {
        gap: 5rem !important
    }

    .gap-sm-9 {
        gap: 6rem !important
    }

    .gap-sm-10 {
        gap: 7rem !important
    }

    .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .row-gap-sm-1 {
        row-gap: .25rem !important
    }

    .row-gap-sm-2 {
        row-gap: .5rem !important
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-sm-5 {
        row-gap: 2rem !important
    }

    .row-gap-sm-6 {
        row-gap: 3rem !important
    }

    .row-gap-sm-7 {
        row-gap: 4rem !important
    }

    .row-gap-sm-8 {
        row-gap: 5rem !important
    }

    .row-gap-sm-9 {
        row-gap: 6rem !important
    }

    .row-gap-sm-10 {
        row-gap: 7rem !important
    }

    .column-gap-sm-0 {
        column-gap: 0 !important
    }

    .column-gap-sm-1 {
        column-gap: .25rem !important
    }

    .column-gap-sm-2 {
        column-gap: .5rem !important
    }

    .column-gap-sm-3 {
        column-gap: 1rem !important
    }

    .column-gap-sm-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-sm-5 {
        column-gap: 2rem !important
    }

    .column-gap-sm-6 {
        column-gap: 3rem !important
    }

    .column-gap-sm-7 {
        column-gap: 4rem !important
    }

    .column-gap-sm-8 {
        column-gap: 5rem !important
    }

    .column-gap-sm-9 {
        column-gap: 6rem !important
    }

    .column-gap-sm-10 {
        column-gap: 7rem !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
    }

    .object-fit-md-contain {
        object-fit: contain !important
    }

    .object-fit-md-cover {
        object-fit: cover !important
    }

    .object-fit-md-fill {
        object-fit: fill !important
    }

    .object-fit-md-scale {
        object-fit: scale-down !important
    }

    .object-fit-md-none {
        object-fit: 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-inline-grid {
        display: inline-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
    }

    .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 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 2rem !important
    }

    .m-md-6 {
        margin: 3rem !important
    }

    .m-md-7 {
        margin: 4rem !important
    }

    .m-md-8 {
        margin: 5rem !important
    }

    .m-md-9 {
        margin: 6rem !important
    }

    .m-md-10 {
        margin: 7rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-md-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-7 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-md-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-md-9 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-md-10 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-md-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-md-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-md-7 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-md-8 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-md-9 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-md-10 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 2rem !important
    }

    .mt-md-6 {
        margin-top: 3rem !important
    }

    .mt-md-7 {
        margin-top: 4rem !important
    }

    .mt-md-8 {
        margin-top: 5rem !important
    }

    .mt-md-9 {
        margin-top: 6rem !important
    }

    .mt-md-10 {
        margin-top: 7rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 2rem !important
    }

    .me-md-6 {
        margin-right: 3rem !important
    }

    .me-md-7 {
        margin-right: 4rem !important
    }

    .me-md-8 {
        margin-right: 5rem !important
    }

    .me-md-9 {
        margin-right: 6rem !important
    }

    .me-md-10 {
        margin-right: 7rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 2rem !important
    }

    .mb-md-6 {
        margin-bottom: 3rem !important
    }

    .mb-md-7 {
        margin-bottom: 4rem !important
    }

    .mb-md-8 {
        margin-bottom: 5rem !important
    }

    .mb-md-9 {
        margin-bottom: 6rem !important
    }

    .mb-md-10 {
        margin-bottom: 7rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 2rem !important
    }

    .ms-md-6 {
        margin-left: 3rem !important
    }

    .ms-md-7 {
        margin-left: 4rem !important
    }

    .ms-md-8 {
        margin-left: 5rem !important
    }

    .ms-md-9 {
        margin-left: 6rem !important
    }

    .ms-md-10 {
        margin-left: 7rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 2rem !important
    }

    .p-md-6 {
        padding: 3rem !important
    }

    .p-md-7 {
        padding: 4rem !important
    }

    .p-md-8 {
        padding: 5rem !important
    }

    .p-md-9 {
        padding: 6rem !important
    }

    .p-md-10 {
        padding: 7rem !important
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-md-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-md-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-md-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-md-9 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-md-10 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-md-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-md-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-md-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-md-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-md-7 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-md-8 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-md-9 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-md-10 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 2rem !important
    }

    .pt-md-6 {
        padding-top: 3rem !important
    }

    .pt-md-7 {
        padding-top: 4rem !important
    }

    .pt-md-8 {
        padding-top: 5rem !important
    }

    .pt-md-9 {
        padding-top: 6rem !important
    }

    .pt-md-10 {
        padding-top: 7rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 2rem !important
    }

    .pe-md-6 {
        padding-right: 3rem !important
    }

    .pe-md-7 {
        padding-right: 4rem !important
    }

    .pe-md-8 {
        padding-right: 5rem !important
    }

    .pe-md-9 {
        padding-right: 6rem !important
    }

    .pe-md-10 {
        padding-right: 7rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 2rem !important
    }

    .pb-md-6 {
        padding-bottom: 3rem !important
    }

    .pb-md-7 {
        padding-bottom: 4rem !important
    }

    .pb-md-8 {
        padding-bottom: 5rem !important
    }

    .pb-md-9 {
        padding-bottom: 6rem !important
    }

    .pb-md-10 {
        padding-bottom: 7rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 2rem !important
    }

    .ps-md-6 {
        padding-left: 3rem !important
    }

    .ps-md-7 {
        padding-left: 4rem !important
    }

    .ps-md-8 {
        padding-left: 5rem !important
    }

    .ps-md-9 {
        padding-left: 6rem !important
    }

    .ps-md-10 {
        padding-left: 7rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 2rem !important
    }

    .gap-md-6 {
        gap: 3rem !important
    }

    .gap-md-7 {
        gap: 4rem !important
    }

    .gap-md-8 {
        gap: 5rem !important
    }

    .gap-md-9 {
        gap: 6rem !important
    }

    .gap-md-10 {
        gap: 7rem !important
    }

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: .25rem !important
    }

    .row-gap-md-2 {
        row-gap: .5rem !important
    }

    .row-gap-md-3 {
        row-gap: 1rem !important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-md-5 {
        row-gap: 2rem !important
    }

    .row-gap-md-6 {
        row-gap: 3rem !important
    }

    .row-gap-md-7 {
        row-gap: 4rem !important
    }

    .row-gap-md-8 {
        row-gap: 5rem !important
    }

    .row-gap-md-9 {
        row-gap: 6rem !important
    }

    .row-gap-md-10 {
        row-gap: 7rem !important
    }

    .column-gap-md-0 {
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        column-gap: .25rem !important
    }

    .column-gap-md-2 {
        column-gap: .5rem !important
    }

    .column-gap-md-3 {
        column-gap: 1rem !important
    }

    .column-gap-md-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-md-5 {
        column-gap: 2rem !important
    }

    .column-gap-md-6 {
        column-gap: 3rem !important
    }

    .column-gap-md-7 {
        column-gap: 4rem !important
    }

    .column-gap-md-8 {
        column-gap: 5rem !important
    }

    .column-gap-md-9 {
        column-gap: 6rem !important
    }

    .column-gap-md-10 {
        column-gap: 7rem !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
    }

    .object-fit-lg-contain {
        object-fit: contain !important
    }

    .object-fit-lg-cover {
        object-fit: cover !important
    }

    .object-fit-lg-fill {
        object-fit: fill !important
    }

    .object-fit-lg-scale {
        object-fit: scale-down !important
    }

    .object-fit-lg-none {
        object-fit: 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-inline-grid {
        display: inline-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
    }

    .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 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 2rem !important
    }

    .m-lg-6 {
        margin: 3rem !important
    }

    .m-lg-7 {
        margin: 4rem !important
    }

    .m-lg-8 {
        margin: 5rem !important
    }

    .m-lg-9 {
        margin: 6rem !important
    }

    .m-lg-10 {
        margin: 7rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-lg-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-7 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-lg-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-lg-9 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-lg-10 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-lg-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-lg-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-lg-7 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-lg-8 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-lg-9 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-lg-10 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 2rem !important
    }

    .mt-lg-6 {
        margin-top: 3rem !important
    }

    .mt-lg-7 {
        margin-top: 4rem !important
    }

    .mt-lg-8 {
        margin-top: 5rem !important
    }

    .mt-lg-9 {
        margin-top: 6rem !important
    }

    .mt-lg-10 {
        margin-top: 7rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 2rem !important
    }

    .me-lg-6 {
        margin-right: 3rem !important
    }

    .me-lg-7 {
        margin-right: 4rem !important
    }

    .me-lg-8 {
        margin-right: 5rem !important
    }

    .me-lg-9 {
        margin-right: 6rem !important
    }

    .me-lg-10 {
        margin-right: 7rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 2rem !important
    }

    .mb-lg-6 {
        margin-bottom: 3rem !important
    }

    .mb-lg-7 {
        margin-bottom: 4rem !important
    }

    .mb-lg-8 {
        margin-bottom: 5rem !important
    }

    .mb-lg-9 {
        margin-bottom: 6rem !important
    }

    .mb-lg-10 {
        margin-bottom: 7rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 2rem !important
    }

    .ms-lg-6 {
        margin-left: 3rem !important
    }

    .ms-lg-7 {
        margin-left: 4rem !important
    }

    .ms-lg-8 {
        margin-left: 5rem !important
    }

    .ms-lg-9 {
        margin-left: 6rem !important
    }

    .ms-lg-10 {
        margin-left: 7rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 2rem !important
    }

    .p-lg-6 {
        padding: 3rem !important
    }

    .p-lg-7 {
        padding: 4rem !important
    }

    .p-lg-8 {
        padding: 5rem !important
    }

    .p-lg-9 {
        padding: 6rem !important
    }

    .p-lg-10 {
        padding: 7rem !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-lg-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-lg-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-lg-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-lg-9 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-lg-10 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-lg-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-lg-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-lg-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-lg-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-lg-7 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-lg-8 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-lg-9 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-lg-10 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 2rem !important
    }

    .pt-lg-6 {
        padding-top: 3rem !important
    }

    .pt-lg-7 {
        padding-top: 4rem !important
    }

    .pt-lg-8 {
        padding-top: 5rem !important
    }

    .pt-lg-9 {
        padding-top: 6rem !important
    }

    .pt-lg-10 {
        padding-top: 7rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 2rem !important
    }

    .pe-lg-6 {
        padding-right: 3rem !important
    }

    .pe-lg-7 {
        padding-right: 4rem !important
    }

    .pe-lg-8 {
        padding-right: 5rem !important
    }

    .pe-lg-9 {
        padding-right: 6rem !important
    }

    .pe-lg-10 {
        padding-right: 7rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 2rem !important
    }

    .pb-lg-6 {
        padding-bottom: 3rem !important
    }

    .pb-lg-7 {
        padding-bottom: 4rem !important
    }

    .pb-lg-8 {
        padding-bottom: 5rem !important
    }

    .pb-lg-9 {
        padding-bottom: 6rem !important
    }

    .pb-lg-10 {
        padding-bottom: 7rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 2rem !important
    }

    .ps-lg-6 {
        padding-left: 3rem !important
    }

    .ps-lg-7 {
        padding-left: 4rem !important
    }

    .ps-lg-8 {
        padding-left: 5rem !important
    }

    .ps-lg-9 {
        padding-left: 6rem !important
    }

    .ps-lg-10 {
        padding-left: 7rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 2rem !important
    }

    .gap-lg-6 {
        gap: 3rem !important
    }

    .gap-lg-7 {
        gap: 4rem !important
    }

    .gap-lg-8 {
        gap: 5rem !important
    }

    .gap-lg-9 {
        gap: 6rem !important
    }

    .gap-lg-10 {
        gap: 7rem !important
    }

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: .25rem !important
    }

    .row-gap-lg-2 {
        row-gap: .5rem !important
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-lg-5 {
        row-gap: 2rem !important
    }

    .row-gap-lg-6 {
        row-gap: 3rem !important
    }

    .row-gap-lg-7 {
        row-gap: 4rem !important
    }

    .row-gap-lg-8 {
        row-gap: 5rem !important
    }

    .row-gap-lg-9 {
        row-gap: 6rem !important
    }

    .row-gap-lg-10 {
        row-gap: 7rem !important
    }

    .column-gap-lg-0 {
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        column-gap: .25rem !important
    }

    .column-gap-lg-2 {
        column-gap: .5rem !important
    }

    .column-gap-lg-3 {
        column-gap: 1rem !important
    }

    .column-gap-lg-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-lg-5 {
        column-gap: 2rem !important
    }

    .column-gap-lg-6 {
        column-gap: 3rem !important
    }

    .column-gap-lg-7 {
        column-gap: 4rem !important
    }

    .column-gap-lg-8 {
        column-gap: 5rem !important
    }

    .column-gap-lg-9 {
        column-gap: 6rem !important
    }

    .column-gap-lg-10 {
        column-gap: 7rem !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
    }

    .object-fit-xl-contain {
        object-fit: contain !important
    }

    .object-fit-xl-cover {
        object-fit: cover !important
    }

    .object-fit-xl-fill {
        object-fit: fill !important
    }

    .object-fit-xl-scale {
        object-fit: scale-down !important
    }

    .object-fit-xl-none {
        object-fit: 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-inline-grid {
        display: inline-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
    }

    .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 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 2rem !important
    }

    .m-xl-6 {
        margin: 3rem !important
    }

    .m-xl-7 {
        margin: 4rem !important
    }

    .m-xl-8 {
        margin: 5rem !important
    }

    .m-xl-9 {
        margin: 6rem !important
    }

    .m-xl-10 {
        margin: 7rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-xl-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-7 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-xl-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-xl-9 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-xl-10 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xl-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-xl-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xl-7 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-xl-8 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-xl-9 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-xl-10 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 2rem !important
    }

    .mt-xl-6 {
        margin-top: 3rem !important
    }

    .mt-xl-7 {
        margin-top: 4rem !important
    }

    .mt-xl-8 {
        margin-top: 5rem !important
    }

    .mt-xl-9 {
        margin-top: 6rem !important
    }

    .mt-xl-10 {
        margin-top: 7rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 2rem !important
    }

    .me-xl-6 {
        margin-right: 3rem !important
    }

    .me-xl-7 {
        margin-right: 4rem !important
    }

    .me-xl-8 {
        margin-right: 5rem !important
    }

    .me-xl-9 {
        margin-right: 6rem !important
    }

    .me-xl-10 {
        margin-right: 7rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 2rem !important
    }

    .mb-xl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xl-7 {
        margin-bottom: 4rem !important
    }

    .mb-xl-8 {
        margin-bottom: 5rem !important
    }

    .mb-xl-9 {
        margin-bottom: 6rem !important
    }

    .mb-xl-10 {
        margin-bottom: 7rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 2rem !important
    }

    .ms-xl-6 {
        margin-left: 3rem !important
    }

    .ms-xl-7 {
        margin-left: 4rem !important
    }

    .ms-xl-8 {
        margin-left: 5rem !important
    }

    .ms-xl-9 {
        margin-left: 6rem !important
    }

    .ms-xl-10 {
        margin-left: 7rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 2rem !important
    }

    .p-xl-6 {
        padding: 3rem !important
    }

    .p-xl-7 {
        padding: 4rem !important
    }

    .p-xl-8 {
        padding: 5rem !important
    }

    .p-xl-9 {
        padding: 6rem !important
    }

    .p-xl-10 {
        padding: 7rem !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xl-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xl-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-xl-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-xl-9 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-xl-10 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xl-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-xl-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-xl-7 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-xl-8 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-xl-9 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-xl-10 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 2rem !important
    }

    .pt-xl-6 {
        padding-top: 3rem !important
    }

    .pt-xl-7 {
        padding-top: 4rem !important
    }

    .pt-xl-8 {
        padding-top: 5rem !important
    }

    .pt-xl-9 {
        padding-top: 6rem !important
    }

    .pt-xl-10 {
        padding-top: 7rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 2rem !important
    }

    .pe-xl-6 {
        padding-right: 3rem !important
    }

    .pe-xl-7 {
        padding-right: 4rem !important
    }

    .pe-xl-8 {
        padding-right: 5rem !important
    }

    .pe-xl-9 {
        padding-right: 6rem !important
    }

    .pe-xl-10 {
        padding-right: 7rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 2rem !important
    }

    .pb-xl-6 {
        padding-bottom: 3rem !important
    }

    .pb-xl-7 {
        padding-bottom: 4rem !important
    }

    .pb-xl-8 {
        padding-bottom: 5rem !important
    }

    .pb-xl-9 {
        padding-bottom: 6rem !important
    }

    .pb-xl-10 {
        padding-bottom: 7rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 2rem !important
    }

    .ps-xl-6 {
        padding-left: 3rem !important
    }

    .ps-xl-7 {
        padding-left: 4rem !important
    }

    .ps-xl-8 {
        padding-left: 5rem !important
    }

    .ps-xl-9 {
        padding-left: 6rem !important
    }

    .ps-xl-10 {
        padding-left: 7rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 2rem !important
    }

    .gap-xl-6 {
        gap: 3rem !important
    }

    .gap-xl-7 {
        gap: 4rem !important
    }

    .gap-xl-8 {
        gap: 5rem !important
    }

    .gap-xl-9 {
        gap: 6rem !important
    }

    .gap-xl-10 {
        gap: 7rem !important
    }

    .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .row-gap-xl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xl-5 {
        row-gap: 2rem !important
    }

    .row-gap-xl-6 {
        row-gap: 3rem !important
    }

    .row-gap-xl-7 {
        row-gap: 4rem !important
    }

    .row-gap-xl-8 {
        row-gap: 5rem !important
    }

    .row-gap-xl-9 {
        row-gap: 6rem !important
    }

    .row-gap-xl-10 {
        row-gap: 7rem !important
    }

    .column-gap-xl-0 {
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        column-gap: .25rem !important
    }

    .column-gap-xl-2 {
        column-gap: .5rem !important
    }

    .column-gap-xl-3 {
        column-gap: 1rem !important
    }

    .column-gap-xl-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-xl-5 {
        column-gap: 2rem !important
    }

    .column-gap-xl-6 {
        column-gap: 3rem !important
    }

    .column-gap-xl-7 {
        column-gap: 4rem !important
    }

    .column-gap-xl-8 {
        column-gap: 5rem !important
    }

    .column-gap-xl-9 {
        column-gap: 6rem !important
    }

    .column-gap-xl-10 {
        column-gap: 7rem !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
    }

    .object-fit-xxl-contain {
        object-fit: contain !important
    }

    .object-fit-xxl-cover {
        object-fit: cover !important
    }

    .object-fit-xxl-fill {
        object-fit: fill !important
    }

    .object-fit-xxl-scale {
        object-fit: scale-down !important
    }

    .object-fit-xxl-none {
        object-fit: 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-inline-grid {
        display: inline-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
    }

    .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 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 2rem !important
    }

    .m-xxl-6 {
        margin: 3rem !important
    }

    .m-xxl-7 {
        margin: 4rem !important
    }

    .m-xxl-8 {
        margin: 5rem !important
    }

    .m-xxl-9 {
        margin: 6rem !important
    }

    .m-xxl-10 {
        margin: 7rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-xxl-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xxl-7 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-xxl-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-xxl-9 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-xxl-10 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xxl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xxl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xxl-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-xxl-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xxl-7 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-xxl-8 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-xxl-9 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-xxl-10 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 2rem !important
    }

    .mt-xxl-6 {
        margin-top: 3rem !important
    }

    .mt-xxl-7 {
        margin-top: 4rem !important
    }

    .mt-xxl-8 {
        margin-top: 5rem !important
    }

    .mt-xxl-9 {
        margin-top: 6rem !important
    }

    .mt-xxl-10 {
        margin-top: 7rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 2rem !important
    }

    .me-xxl-6 {
        margin-right: 3rem !important
    }

    .me-xxl-7 {
        margin-right: 4rem !important
    }

    .me-xxl-8 {
        margin-right: 5rem !important
    }

    .me-xxl-9 {
        margin-right: 6rem !important
    }

    .me-xxl-10 {
        margin-right: 7rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 2rem !important
    }

    .mb-xxl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-7 {
        margin-bottom: 4rem !important
    }

    .mb-xxl-8 {
        margin-bottom: 5rem !important
    }

    .mb-xxl-9 {
        margin-bottom: 6rem !important
    }

    .mb-xxl-10 {
        margin-bottom: 7rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 2rem !important
    }

    .ms-xxl-6 {
        margin-left: 3rem !important
    }

    .ms-xxl-7 {
        margin-left: 4rem !important
    }

    .ms-xxl-8 {
        margin-left: 5rem !important
    }

    .ms-xxl-9 {
        margin-left: 6rem !important
    }

    .ms-xxl-10 {
        margin-left: 7rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 2rem !important
    }

    .p-xxl-6 {
        padding: 3rem !important
    }

    .p-xxl-7 {
        padding: 4rem !important
    }

    .p-xxl-8 {
        padding: 5rem !important
    }

    .p-xxl-9 {
        padding: 6rem !important
    }

    .p-xxl-10 {
        padding: 7rem !important
    }

    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxl-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xxl-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xxl-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-xxl-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-xxl-9 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-xxl-10 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xxl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xxl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xxl-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-xxl-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-xxl-7 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-xxl-8 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-xxl-9 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-xxl-10 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 2rem !important
    }

    .pt-xxl-6 {
        padding-top: 3rem !important
    }

    .pt-xxl-7 {
        padding-top: 4rem !important
    }

    .pt-xxl-8 {
        padding-top: 5rem !important
    }

    .pt-xxl-9 {
        padding-top: 6rem !important
    }

    .pt-xxl-10 {
        padding-top: 7rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 2rem !important
    }

    .pe-xxl-6 {
        padding-right: 3rem !important
    }

    .pe-xxl-7 {
        padding-right: 4rem !important
    }

    .pe-xxl-8 {
        padding-right: 5rem !important
    }

    .pe-xxl-9 {
        padding-right: 6rem !important
    }

    .pe-xxl-10 {
        padding-right: 7rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 2rem !important
    }

    .pb-xxl-6 {
        padding-bottom: 3rem !important
    }

    .pb-xxl-7 {
        padding-bottom: 4rem !important
    }

    .pb-xxl-8 {
        padding-bottom: 5rem !important
    }

    .pb-xxl-9 {
        padding-bottom: 6rem !important
    }

    .pb-xxl-10 {
        padding-bottom: 7rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 2rem !important
    }

    .ps-xxl-6 {
        padding-left: 3rem !important
    }

    .ps-xxl-7 {
        padding-left: 4rem !important
    }

    .ps-xxl-8 {
        padding-left: 5rem !important
    }

    .ps-xxl-9 {
        padding-left: 6rem !important
    }

    .ps-xxl-10 {
        padding-left: 7rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 2rem !important
    }

    .gap-xxl-6 {
        gap: 3rem !important
    }

    .gap-xxl-7 {
        gap: 4rem !important
    }

    .gap-xxl-8 {
        gap: 5rem !important
    }

    .gap-xxl-9 {
        gap: 6rem !important
    }

    .gap-xxl-10 {
        gap: 7rem !important
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xxl-5 {
        row-gap: 2rem !important
    }

    .row-gap-xxl-6 {
        row-gap: 3rem !important
    }

    .row-gap-xxl-7 {
        row-gap: 4rem !important
    }

    .row-gap-xxl-8 {
        row-gap: 5rem !important
    }

    .row-gap-xxl-9 {
        row-gap: 6rem !important
    }

    .row-gap-xxl-10 {
        row-gap: 7rem !important
    }

    .column-gap-xxl-0 {
        column-gap: 0 !important
    }

    .column-gap-xxl-1 {
        column-gap: .25rem !important
    }

    .column-gap-xxl-2 {
        column-gap: .5rem !important
    }

    .column-gap-xxl-3 {
        column-gap: 1rem !important
    }

    .column-gap-xxl-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-xxl-5 {
        column-gap: 2rem !important
    }

    .column-gap-xxl-6 {
        column-gap: 3rem !important
    }

    .column-gap-xxl-7 {
        column-gap: 4rem !important
    }

    .column-gap-xxl-8 {
        column-gap: 5rem !important
    }

    .column-gap-xxl-9 {
        column-gap: 6rem !important
    }

    .column-gap-xxl-10 {
        column-gap: 7rem !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: 1900px) {
    .float-xxxl-start {
        float: left !important
    }

    .float-xxxl-end {
        float: right !important
    }

    .float-xxxl-none {
        float: none !important
    }

    .object-fit-xxxl-contain {
        object-fit: contain !important
    }

    .object-fit-xxxl-cover {
        object-fit: cover !important
    }

    .object-fit-xxxl-fill {
        object-fit: fill !important
    }

    .object-fit-xxxl-scale {
        object-fit: scale-down !important
    }

    .object-fit-xxxl-none {
        object-fit: none !important
    }

    .d-xxxl-inline {
        display: inline !important
    }

    .d-xxxl-inline-block {
        display: inline-block !important
    }

    .d-xxxl-block {
        display: block !important
    }

    .d-xxxl-grid {
        display: grid !important
    }

    .d-xxxl-inline-grid {
        display: inline-grid !important
    }

    .d-xxxl-table {
        display: table !important
    }

    .d-xxxl-table-row {
        display: table-row !important
    }

    .d-xxxl-table-cell {
        display: table-cell !important
    }

    .d-xxxl-flex {
        display: flex !important
    }

    .d-xxxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxxl-none {
        display: none !important
    }

    .flex-xxxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxxl-row {
        flex-direction: row !important
    }

    .flex-xxxl-column {
        flex-direction: column !important
    }

    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxxl-center {
        justify-content: center !important
    }

    .justify-content-xxxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxxl-start {
        align-items: flex-start !important
    }

    .align-items-xxxl-end {
        align-items: flex-end !important
    }

    .align-items-xxxl-center {
        align-items: center !important
    }

    .align-items-xxxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxxl-start {
        align-content: flex-start !important
    }

    .align-content-xxxl-end {
        align-content: flex-end !important
    }

    .align-content-xxxl-center {
        align-content: center !important
    }

    .align-content-xxxl-between {
        align-content: space-between !important
    }

    .align-content-xxxl-around {
        align-content: space-around !important
    }

    .align-content-xxxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxxl-auto {
        align-self: auto !important
    }

    .align-self-xxxl-start {
        align-self: flex-start !important
    }

    .align-self-xxxl-end {
        align-self: flex-end !important
    }

    .align-self-xxxl-center {
        align-self: center !important
    }

    .align-self-xxxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxxl-stretch {
        align-self: stretch !important
    }

    .order-xxxl-first {
        order: -1 !important
    }

    .order-xxxl-0 {
        order: 0 !important
    }

    .order-xxxl-1 {
        order: 1 !important
    }

    .order-xxxl-2 {
        order: 2 !important
    }

    .order-xxxl-3 {
        order: 3 !important
    }

    .order-xxxl-4 {
        order: 4 !important
    }

    .order-xxxl-5 {
        order: 5 !important
    }

    .order-xxxl-last {
        order: 6 !important
    }

    .m-xxxl-0 {
        margin: 0 !important
    }

    .m-xxxl-1 {
        margin: .25rem !important
    }

    .m-xxxl-2 {
        margin: .5rem !important
    }

    .m-xxxl-3 {
        margin: 1rem !important
    }

    .m-xxxl-4 {
        margin: 1.5rem !important
    }

    .m-xxxl-5 {
        margin: 2rem !important
    }

    .m-xxxl-6 {
        margin: 3rem !important
    }

    .m-xxxl-7 {
        margin: 4rem !important
    }

    .m-xxxl-8 {
        margin: 5rem !important
    }

    .m-xxxl-9 {
        margin: 6rem !important
    }

    .m-xxxl-10 {
        margin: 7rem !important
    }

    .m-xxxl-auto {
        margin: auto !important
    }

    .mx-xxxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xxxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xxxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xxxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xxxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xxxl-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-xxxl-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xxxl-7 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-xxxl-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-xxxl-9 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-xxxl-10 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-xxxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xxxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xxxl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xxxl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xxxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xxxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xxxl-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-xxxl-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xxxl-7 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-xxxl-8 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-xxxl-9 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-xxxl-10 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-xxxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xxxl-0 {
        margin-top: 0 !important
    }

    .mt-xxxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxxl-5 {
        margin-top: 2rem !important
    }

    .mt-xxxl-6 {
        margin-top: 3rem !important
    }

    .mt-xxxl-7 {
        margin-top: 4rem !important
    }

    .mt-xxxl-8 {
        margin-top: 5rem !important
    }

    .mt-xxxl-9 {
        margin-top: 6rem !important
    }

    .mt-xxxl-10 {
        margin-top: 7rem !important
    }

    .mt-xxxl-auto {
        margin-top: auto !important
    }

    .me-xxxl-0 {
        margin-right: 0 !important
    }

    .me-xxxl-1 {
        margin-right: .25rem !important
    }

    .me-xxxl-2 {
        margin-right: .5rem !important
    }

    .me-xxxl-3 {
        margin-right: 1rem !important
    }

    .me-xxxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxxl-5 {
        margin-right: 2rem !important
    }

    .me-xxxl-6 {
        margin-right: 3rem !important
    }

    .me-xxxl-7 {
        margin-right: 4rem !important
    }

    .me-xxxl-8 {
        margin-right: 5rem !important
    }

    .me-xxxl-9 {
        margin-right: 6rem !important
    }

    .me-xxxl-10 {
        margin-right: 7rem !important
    }

    .me-xxxl-auto {
        margin-right: auto !important
    }

    .mb-xxxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxxl-5 {
        margin-bottom: 2rem !important
    }

    .mb-xxxl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xxxl-7 {
        margin-bottom: 4rem !important
    }

    .mb-xxxl-8 {
        margin-bottom: 5rem !important
    }

    .mb-xxxl-9 {
        margin-bottom: 6rem !important
    }

    .mb-xxxl-10 {
        margin-bottom: 7rem !important
    }

    .mb-xxxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxxl-0 {
        margin-left: 0 !important
    }

    .ms-xxxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxxl-5 {
        margin-left: 2rem !important
    }

    .ms-xxxl-6 {
        margin-left: 3rem !important
    }

    .ms-xxxl-7 {
        margin-left: 4rem !important
    }

    .ms-xxxl-8 {
        margin-left: 5rem !important
    }

    .ms-xxxl-9 {
        margin-left: 6rem !important
    }

    .ms-xxxl-10 {
        margin-left: 7rem !important
    }

    .ms-xxxl-auto {
        margin-left: auto !important
    }

    .p-xxxl-0 {
        padding: 0 !important
    }

    .p-xxxl-1 {
        padding: .25rem !important
    }

    .p-xxxl-2 {
        padding: .5rem !important
    }

    .p-xxxl-3 {
        padding: 1rem !important
    }

    .p-xxxl-4 {
        padding: 1.5rem !important
    }

    .p-xxxl-5 {
        padding: 2rem !important
    }

    .p-xxxl-6 {
        padding: 3rem !important
    }

    .p-xxxl-7 {
        padding: 4rem !important
    }

    .p-xxxl-8 {
        padding: 5rem !important
    }

    .p-xxxl-9 {
        padding: 6rem !important
    }

    .p-xxxl-10 {
        padding: 7rem !important
    }

    .px-xxxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xxxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xxxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxxl-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xxxl-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xxxl-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-xxxl-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-xxxl-9 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-xxxl-10 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .py-xxxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xxxl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xxxl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xxxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xxxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xxxl-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-xxxl-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-xxxl-7 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-xxxl-8 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-xxxl-9 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-xxxl-10 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .pt-xxxl-0 {
        padding-top: 0 !important
    }

    .pt-xxxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxxl-5 {
        padding-top: 2rem !important
    }

    .pt-xxxl-6 {
        padding-top: 3rem !important
    }

    .pt-xxxl-7 {
        padding-top: 4rem !important
    }

    .pt-xxxl-8 {
        padding-top: 5rem !important
    }

    .pt-xxxl-9 {
        padding-top: 6rem !important
    }

    .pt-xxxl-10 {
        padding-top: 7rem !important
    }

    .pe-xxxl-0 {
        padding-right: 0 !important
    }

    .pe-xxxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxxl-5 {
        padding-right: 2rem !important
    }

    .pe-xxxl-6 {
        padding-right: 3rem !important
    }

    .pe-xxxl-7 {
        padding-right: 4rem !important
    }

    .pe-xxxl-8 {
        padding-right: 5rem !important
    }

    .pe-xxxl-9 {
        padding-right: 6rem !important
    }

    .pe-xxxl-10 {
        padding-right: 7rem !important
    }

    .pb-xxxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxxl-5 {
        padding-bottom: 2rem !important
    }

    .pb-xxxl-6 {
        padding-bottom: 3rem !important
    }

    .pb-xxxl-7 {
        padding-bottom: 4rem !important
    }

    .pb-xxxl-8 {
        padding-bottom: 5rem !important
    }

    .pb-xxxl-9 {
        padding-bottom: 6rem !important
    }

    .pb-xxxl-10 {
        padding-bottom: 7rem !important
    }

    .ps-xxxl-0 {
        padding-left: 0 !important
    }

    .ps-xxxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxxl-5 {
        padding-left: 2rem !important
    }

    .ps-xxxl-6 {
        padding-left: 3rem !important
    }

    .ps-xxxl-7 {
        padding-left: 4rem !important
    }

    .ps-xxxl-8 {
        padding-left: 5rem !important
    }

    .ps-xxxl-9 {
        padding-left: 6rem !important
    }

    .ps-xxxl-10 {
        padding-left: 7rem !important
    }

    .gap-xxxl-0 {
        gap: 0 !important
    }

    .gap-xxxl-1 {
        gap: .25rem !important
    }

    .gap-xxxl-2 {
        gap: .5rem !important
    }

    .gap-xxxl-3 {
        gap: 1rem !important
    }

    .gap-xxxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxxl-5 {
        gap: 2rem !important
    }

    .gap-xxxl-6 {
        gap: 3rem !important
    }

    .gap-xxxl-7 {
        gap: 4rem !important
    }

    .gap-xxxl-8 {
        gap: 5rem !important
    }

    .gap-xxxl-9 {
        gap: 6rem !important
    }

    .gap-xxxl-10 {
        gap: 7rem !important
    }

    .row-gap-xxxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxxl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xxxl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xxxl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xxxl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xxxl-5 {
        row-gap: 2rem !important
    }

    .row-gap-xxxl-6 {
        row-gap: 3rem !important
    }

    .row-gap-xxxl-7 {
        row-gap: 4rem !important
    }

    .row-gap-xxxl-8 {
        row-gap: 5rem !important
    }

    .row-gap-xxxl-9 {
        row-gap: 6rem !important
    }

    .row-gap-xxxl-10 {
        row-gap: 7rem !important
    }

    .column-gap-xxxl-0 {
        column-gap: 0 !important
    }

    .column-gap-xxxl-1 {
        column-gap: .25rem !important
    }

    .column-gap-xxxl-2 {
        column-gap: .5rem !important
    }

    .column-gap-xxxl-3 {
        column-gap: 1rem !important
    }

    .column-gap-xxxl-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-xxxl-5 {
        column-gap: 2rem !important
    }

    .column-gap-xxxl-6 {
        column-gap: 3rem !important
    }

    .column-gap-xxxl-7 {
        column-gap: 4rem !important
    }

    .column-gap-xxxl-8 {
        column-gap: 5rem !important
    }

    .column-gap-xxxl-9 {
        column-gap: 6rem !important
    }

    .column-gap-xxxl-10 {
        column-gap: 7rem !important
    }

    .text-xxxl-start {
        text-align: left !important
    }

    .text-xxxl-end {
        text-align: right !important
    }

    .text-xxxl-center {
        text-align: center !important
    }
}

@media (min-width: 3000px) {
    .float-xxxxl-start {
        float: left !important
    }

    .float-xxxxl-end {
        float: right !important
    }

    .float-xxxxl-none {
        float: none !important
    }

    .object-fit-xxxxl-contain {
        object-fit: contain !important
    }

    .object-fit-xxxxl-cover {
        object-fit: cover !important
    }

    .object-fit-xxxxl-fill {
        object-fit: fill !important
    }

    .object-fit-xxxxl-scale {
        object-fit: scale-down !important
    }

    .object-fit-xxxxl-none {
        object-fit: none !important
    }

    .d-xxxxl-inline {
        display: inline !important
    }

    .d-xxxxl-inline-block {
        display: inline-block !important
    }

    .d-xxxxl-block {
        display: block !important
    }

    .d-xxxxl-grid {
        display: grid !important
    }

    .d-xxxxl-inline-grid {
        display: inline-grid !important
    }

    .d-xxxxl-table {
        display: table !important
    }

    .d-xxxxl-table-row {
        display: table-row !important
    }

    .d-xxxxl-table-cell {
        display: table-cell !important
    }

    .d-xxxxl-flex {
        display: flex !important
    }

    .d-xxxxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxxxl-none {
        display: none !important
    }

    .flex-xxxxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxxxl-row {
        flex-direction: row !important
    }

    .flex-xxxxl-column {
        flex-direction: column !important
    }

    .flex-xxxxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxxxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxxxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxxxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxxxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxxxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxxxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxxxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxxxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxxxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxxxl-center {
        justify-content: center !important
    }

    .justify-content-xxxxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxxxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxxxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxxxl-start {
        align-items: flex-start !important
    }

    .align-items-xxxxl-end {
        align-items: flex-end !important
    }

    .align-items-xxxxl-center {
        align-items: center !important
    }

    .align-items-xxxxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxxxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxxxl-start {
        align-content: flex-start !important
    }

    .align-content-xxxxl-end {
        align-content: flex-end !important
    }

    .align-content-xxxxl-center {
        align-content: center !important
    }

    .align-content-xxxxl-between {
        align-content: space-between !important
    }

    .align-content-xxxxl-around {
        align-content: space-around !important
    }

    .align-content-xxxxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxxxl-auto {
        align-self: auto !important
    }

    .align-self-xxxxl-start {
        align-self: flex-start !important
    }

    .align-self-xxxxl-end {
        align-self: flex-end !important
    }

    .align-self-xxxxl-center {
        align-self: center !important
    }

    .align-self-xxxxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxxxl-stretch {
        align-self: stretch !important
    }

    .order-xxxxl-first {
        order: -1 !important
    }

    .order-xxxxl-0 {
        order: 0 !important
    }

    .order-xxxxl-1 {
        order: 1 !important
    }

    .order-xxxxl-2 {
        order: 2 !important
    }

    .order-xxxxl-3 {
        order: 3 !important
    }

    .order-xxxxl-4 {
        order: 4 !important
    }

    .order-xxxxl-5 {
        order: 5 !important
    }

    .order-xxxxl-last {
        order: 6 !important
    }

    .m-xxxxl-0 {
        margin: 0 !important
    }

    .m-xxxxl-1 {
        margin: .25rem !important
    }

    .m-xxxxl-2 {
        margin: .5rem !important
    }

    .m-xxxxl-3 {
        margin: 1rem !important
    }

    .m-xxxxl-4 {
        margin: 1.5rem !important
    }

    .m-xxxxl-5 {
        margin: 2rem !important
    }

    .m-xxxxl-6 {
        margin: 3rem !important
    }

    .m-xxxxl-7 {
        margin: 4rem !important
    }

    .m-xxxxl-8 {
        margin: 5rem !important
    }

    .m-xxxxl-9 {
        margin: 6rem !important
    }

    .m-xxxxl-10 {
        margin: 7rem !important
    }

    .m-xxxxl-auto {
        margin: auto !important
    }

    .mx-xxxxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xxxxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xxxxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xxxxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xxxxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xxxxl-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-xxxxl-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xxxxl-7 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .mx-xxxxl-8 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .mx-xxxxl-9 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-xxxxl-10 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .mx-xxxxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xxxxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xxxxl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xxxxl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xxxxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xxxxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xxxxl-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-xxxxl-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xxxxl-7 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important
    }

    .my-xxxxl-8 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .my-xxxxl-9 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-xxxxl-10 {
        margin-bottom: 7rem !important;
        margin-top: 7rem !important
    }

    .my-xxxxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xxxxl-0 {
        margin-top: 0 !important
    }

    .mt-xxxxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxxxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxxxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxxxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxxxl-5 {
        margin-top: 2rem !important
    }

    .mt-xxxxl-6 {
        margin-top: 3rem !important
    }

    .mt-xxxxl-7 {
        margin-top: 4rem !important
    }

    .mt-xxxxl-8 {
        margin-top: 5rem !important
    }

    .mt-xxxxl-9 {
        margin-top: 6rem !important
    }

    .mt-xxxxl-10 {
        margin-top: 7rem !important
    }

    .mt-xxxxl-auto {
        margin-top: auto !important
    }

    .me-xxxxl-0 {
        margin-right: 0 !important
    }

    .me-xxxxl-1 {
        margin-right: .25rem !important
    }

    .me-xxxxl-2 {
        margin-right: .5rem !important
    }

    .me-xxxxl-3 {
        margin-right: 1rem !important
    }

    .me-xxxxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxxxl-5 {
        margin-right: 2rem !important
    }

    .me-xxxxl-6 {
        margin-right: 3rem !important
    }

    .me-xxxxl-7 {
        margin-right: 4rem !important
    }

    .me-xxxxl-8 {
        margin-right: 5rem !important
    }

    .me-xxxxl-9 {
        margin-right: 6rem !important
    }

    .me-xxxxl-10 {
        margin-right: 7rem !important
    }

    .me-xxxxl-auto {
        margin-right: auto !important
    }

    .mb-xxxxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxxxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxxxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxxxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxxxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxxxl-5 {
        margin-bottom: 2rem !important
    }

    .mb-xxxxl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xxxxl-7 {
        margin-bottom: 4rem !important
    }

    .mb-xxxxl-8 {
        margin-bottom: 5rem !important
    }

    .mb-xxxxl-9 {
        margin-bottom: 6rem !important
    }

    .mb-xxxxl-10 {
        margin-bottom: 7rem !important
    }

    .mb-xxxxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxxxl-0 {
        margin-left: 0 !important
    }

    .ms-xxxxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxxxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxxxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxxxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxxxl-5 {
        margin-left: 2rem !important
    }

    .ms-xxxxl-6 {
        margin-left: 3rem !important
    }

    .ms-xxxxl-7 {
        margin-left: 4rem !important
    }

    .ms-xxxxl-8 {
        margin-left: 5rem !important
    }

    .ms-xxxxl-9 {
        margin-left: 6rem !important
    }

    .ms-xxxxl-10 {
        margin-left: 7rem !important
    }

    .ms-xxxxl-auto {
        margin-left: auto !important
    }

    .p-xxxxl-0 {
        padding: 0 !important
    }

    .p-xxxxl-1 {
        padding: .25rem !important
    }

    .p-xxxxl-2 {
        padding: .5rem !important
    }

    .p-xxxxl-3 {
        padding: 1rem !important
    }

    .p-xxxxl-4 {
        padding: 1.5rem !important
    }

    .p-xxxxl-5 {
        padding: 2rem !important
    }

    .p-xxxxl-6 {
        padding: 3rem !important
    }

    .p-xxxxl-7 {
        padding: 4rem !important
    }

    .p-xxxxl-8 {
        padding: 5rem !important
    }

    .p-xxxxl-9 {
        padding: 6rem !important
    }

    .p-xxxxl-10 {
        padding: 7rem !important
    }

    .px-xxxxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xxxxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xxxxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxxxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxxxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxxxl-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xxxxl-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xxxxl-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-xxxxl-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-xxxxl-9 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-xxxxl-10 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .py-xxxxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xxxxl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xxxxl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xxxxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xxxxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xxxxl-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-xxxxl-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-xxxxl-7 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-xxxxl-8 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .py-xxxxl-9 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-xxxxl-10 {
        padding-bottom: 7rem !important;
        padding-top: 7rem !important
    }

    .pt-xxxxl-0 {
        padding-top: 0 !important
    }

    .pt-xxxxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxxxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxxxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxxxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxxxl-5 {
        padding-top: 2rem !important
    }

    .pt-xxxxl-6 {
        padding-top: 3rem !important
    }

    .pt-xxxxl-7 {
        padding-top: 4rem !important
    }

    .pt-xxxxl-8 {
        padding-top: 5rem !important
    }

    .pt-xxxxl-9 {
        padding-top: 6rem !important
    }

    .pt-xxxxl-10 {
        padding-top: 7rem !important
    }

    .pe-xxxxl-0 {
        padding-right: 0 !important
    }

    .pe-xxxxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxxxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxxxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxxxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxxxl-5 {
        padding-right: 2rem !important
    }

    .pe-xxxxl-6 {
        padding-right: 3rem !important
    }

    .pe-xxxxl-7 {
        padding-right: 4rem !important
    }

    .pe-xxxxl-8 {
        padding-right: 5rem !important
    }

    .pe-xxxxl-9 {
        padding-right: 6rem !important
    }

    .pe-xxxxl-10 {
        padding-right: 7rem !important
    }

    .pb-xxxxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxxxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxxxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxxxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxxxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxxxl-5 {
        padding-bottom: 2rem !important
    }

    .pb-xxxxl-6 {
        padding-bottom: 3rem !important
    }

    .pb-xxxxl-7 {
        padding-bottom: 4rem !important
    }

    .pb-xxxxl-8 {
        padding-bottom: 5rem !important
    }

    .pb-xxxxl-9 {
        padding-bottom: 6rem !important
    }

    .pb-xxxxl-10 {
        padding-bottom: 7rem !important
    }

    .ps-xxxxl-0 {
        padding-left: 0 !important
    }

    .ps-xxxxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxxxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxxxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxxxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxxxl-5 {
        padding-left: 2rem !important
    }

    .ps-xxxxl-6 {
        padding-left: 3rem !important
    }

    .ps-xxxxl-7 {
        padding-left: 4rem !important
    }

    .ps-xxxxl-8 {
        padding-left: 5rem !important
    }

    .ps-xxxxl-9 {
        padding-left: 6rem !important
    }

    .ps-xxxxl-10 {
        padding-left: 7rem !important
    }

    .gap-xxxxl-0 {
        gap: 0 !important
    }

    .gap-xxxxl-1 {
        gap: .25rem !important
    }

    .gap-xxxxl-2 {
        gap: .5rem !important
    }

    .gap-xxxxl-3 {
        gap: 1rem !important
    }

    .gap-xxxxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxxxl-5 {
        gap: 2rem !important
    }

    .gap-xxxxl-6 {
        gap: 3rem !important
    }

    .gap-xxxxl-7 {
        gap: 4rem !important
    }

    .gap-xxxxl-8 {
        gap: 5rem !important
    }

    .gap-xxxxl-9 {
        gap: 6rem !important
    }

    .gap-xxxxl-10 {
        gap: 7rem !important
    }

    .row-gap-xxxxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxxxl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xxxxl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xxxxl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xxxxl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xxxxl-5 {
        row-gap: 2rem !important
    }

    .row-gap-xxxxl-6 {
        row-gap: 3rem !important
    }

    .row-gap-xxxxl-7 {
        row-gap: 4rem !important
    }

    .row-gap-xxxxl-8 {
        row-gap: 5rem !important
    }

    .row-gap-xxxxl-9 {
        row-gap: 6rem !important
    }

    .row-gap-xxxxl-10 {
        row-gap: 7rem !important
    }

    .column-gap-xxxxl-0 {
        column-gap: 0 !important
    }

    .column-gap-xxxxl-1 {
        column-gap: .25rem !important
    }

    .column-gap-xxxxl-2 {
        column-gap: .5rem !important
    }

    .column-gap-xxxxl-3 {
        column-gap: 1rem !important
    }

    .column-gap-xxxxl-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-xxxxl-5 {
        column-gap: 2rem !important
    }

    .column-gap-xxxxl-6 {
        column-gap: 3rem !important
    }

    .column-gap-xxxxl-7 {
        column-gap: 4rem !important
    }

    .column-gap-xxxxl-8 {
        column-gap: 5rem !important
    }

    .column-gap-xxxxl-9 {
        column-gap: 6rem !important
    }

    .column-gap-xxxxl-10 {
        column-gap: 7rem !important
    }

    .text-xxxxl-start {
        text-align: left !important
    }

    .text-xxxxl-end {
        text-align: right !important
    }

    .text-xxxxl-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-inline-grid {
        display: inline-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
    }
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list, .slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../../assets/images/ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(../../node_modules/slick-carousel/slick/fonts/slick.eot);
    src: url(../../node_modules/slick-carousel/slick/fonts/slick.eot?#iefix) format("embedded-opentype"), url(../../node_modules/slick-carousel/slick/fonts/slick.woff) format("woff"), url(../../node_modules/slick-carousel/slick/fonts/slick.ttf) format("truetype"), url(../../node_modules/slick-carousel/slick/fonts/slick.svg#slick) format("svg")
}

.slick-next, .slick-prev {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0px;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative
}

.slick-dots li, .slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0px;
    outline: none;
    padding: 5px
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "•";
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    border: none;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 100%;
    height: 18px;
    margin-left: 5px;
    margin-top: 5px;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    resize: none;
    vertical-align: bottom;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    left: -100000px;
    position: absolute;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    padding: 4px;
    width: 100%
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    filter: alpha(opacity=0);
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px;
    position: absolute;
    right: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 0 20px;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-top-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: textfield;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    border: 1px solid #eee;
    border-radius: .375rem;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    outline: 0
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    border: none;
    border-bottom-right-radius: .375rem;
    border-left: 1px solid #eee;
    border-top-right-radius: .375rem;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-radius: 0;
    border-bottom-left-radius: .375rem;
    border-right: 1px solid #eee;
    border-top-left-radius: .375rem;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: -webkit-linear-gradient(top, #fff, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: .375rem;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #eee;
    border-radius: .375rem;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-bottom-left-radius: .375rem;
    border-top-left-radius: .375rem;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: .375rem;
    border-top-left-radius: 0;
    border-top-right-radius: .375rem
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    box-shadow: none;
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: gray
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

body {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625
}

body, .roperty-list-api h1, .roperty-list-api h2, .roperty-list-api h3, .roperty-list-api h4, .roperty-list-api h5, .roperty-list-api h6 {
    color: #232323;
    font-family: Poppins, sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 12px
}

.h1, h1 {
    font-size: 40px;
    font-weight: 600
}

@media (max-width: 1199px) {
    .h1, h1 {
        font-size: 38px
    }
}

@media (max-width: 991px) {
    .h1, h1 {
        font-size: 36px
    }
}

@media (max-width: 767px) {
    .h1, h1 {
        font-size: 34px
    }
}

@media (max-width: 575px) {
    .h1, h1 {
        font-size: 30px
    }
}

.h2, h2 {
    font-size: 36px;
    font-weight: 600
}

@media (max-width: 1199px) {
    .h2, h2 {
        font-size: 34px
    }
}

@media (max-width: 991px) {
    .h2, h2 {
        font-size: 32px
    }
}

@media (max-width: 767px) {
    .h2, h2 {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    .h2, h2 {
        font-size: 26px
    }
}

.h3, h3 {
    font-size: 30px
}

@media (max-width: 991px) {
    .h3, h3 {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    .h3, h3 {
        font-size: 26px
    }
}

@media (max-width: 575px) {
    .h3, h3 {
        font-size: 24px
    }
}

.h4, h4 {
    font-size: 24px
}

.h5, h5 {
    font-size: 20px
}

.h6, h6 {
    font-size: 18px
}

b, strong {
    font-weight: 600
}

a {
    color: #232323;
    position: relative;
    transition: all .3s linear
}

a:hover {
    color: #ed3324;
    text-decoration: none
}

a:focus {
    outline: 0
}

.yt-video-ratio {
    padding-top: 56.25%;
    position: relative
}

.yt-video-ratio iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section, section {
    padding: 100px 0
}

@media (max-width: 992px) {
    .section, section {
        padding: 60px 0
    }
}

@media (max-width: 767px) {
    .section, section {
        padding: 40px 0
    }
}

.bg-none {
    background: none !important
}

ul.unstyled, ul.unstyled li {
    margin: 0 auto;
    padding: 0
}

ul.unstyled li {
    list-style: none
}

img {
    height: auto
}

.wp-caption, img {
    max-width: 100%
}

hr {
    border: 0;
    border-top: 1px solid #e8e7e8;
    margin-bottom: 1rem;
    margin-top: 1rem
}

hr.seperator {
    border-top: 6px solid #e7e7e7
}

.disable-link {
    pointer-events: none
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.btn {
    background: #ed3324;
    border: 1px solid #ed3324;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
    min-width: 100px;
    padding: 0 20px;
    transition: all .5s
}

.btn:focus, .btn:hover {
    background: #12173f;
    border-color: #12173f;
    color: #fff
}

.btn-rounded {
    border-radius: 10px
}

.btn-blue {
    background: #082567;
    border-color: #082567;
    color: #fff
}

.btn-blue:focus, .btn-blue:hover {
    background: #ed3324;
    border-color: #ed3324;
    color: #fff
}

.btn-border {
    background: #ed3324;
    border: 1px solid #ed3324;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
    min-width: 100px;
    padding: 0 20px;
    transition: all .5s
}

.btn-border:focus, .btn-border:hover {
    background: #12173f;
    border-color: #12173f;
    color: #fff
}

.btn-border:hover {
    background: #fff;
    border-color: #ed3324;
    color: #ed3324
}

.btn-border-reverse {
    background: transparent;
    border-color: #ed3324;
    color: #ed3324
}

.btn-border-reverse:hover {
    background: #ed3324;
    border-color: #ed3324;
    color: #fff
}

.btn-border-white {
    background: transparent;
    border-color: #fff;
    color: #fff
}

.btn-border-white:hover, .btn-white {
    background: #fff;
    border-color: #fff;
    color: #ed3324
}

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

.btn-white-border {
    background: #fff;
    border-color: #fff;
    color: #ed3324
}

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

.btn-red {
    background: #d12027;
    border-color: #d12027;
    color: #fff
}

.btn-red:hover {
    background: #ed3324;
    border-color: #ed3324;
    color: #fff
}

.btn-black {
    background: #000;
    border-color: #000;
    color: #fff
}

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

.btn.focus, .btn:focus, button.focus, button:focus {
    box-shadow: none;
    outline: 0
}

@media (max-width: 575px) {
    .mobile-p-0 {
        padding-left: 0;
        padding-right: 0
    }
}

.admin-bar .header {
    top: 32px
}

@media (max-width: 991px) {
    .admin-bar .header {
        top: 32px
    }
}

@media (max-width: 782px) {
    .admin-bar .header {
        top: 46px
    }
}

.admin-bar .dashboard__menu {
    top: 102px
}

@media (max-width: 782px) {
    .admin-bar .dashboard__menu {
        top: 116px
    }
}

#wpadminbar {
    z-index: 999
}

@media (max-width: 600px) {
    #wpadminbar {
        position: fixed
    }
}

#pagecontent {
    padding-top: 108px
}

@media (max-width: 1299px) {
    #pagecontent {
        padding-top: 80px
    }
}

@media (max-width: 1199px) {
    #pagecontent {
        padding-top: 65px
    }
}

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden
}

.slick-loading .slick-list {
    background: #fff
}

.slick-dots li {
    margin: 0 5px !important
}

.slick-dots li, .slick-dots li button {
    height: 14px;
    width: 14px
}

.slick-dots li button:before {
    background-color: #d7d7d7;
    border: 1px solid #d7d7d7;
    border-radius: 100%;
    content: "";
    height: 10px;
    opacity: 1;
    transition: all .3s ease-in-out;
    width: 10px
}

.slick-dots li.slick-active button:before {
    background-color: #fff;
    border-color: #fff;
    height: 14px;
    margin-left: -2px;
    margin-top: -2px;
    opacity: 1;
    width: 14px
}

.header {
    background-color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .2s linear;
    width: 100%;
    z-index: 50
}

@media (min-width: 1499px) {
    .header {
        padding-left: 20px;
        padding-right: 10px
    }
}

@media (min-width: 992px) {
    .header {
        padding-left: 10px
    }
}

.header.active {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07)
}

.header.active .header__container {
    height: 70px
}

@media (max-width: 991px) {
    .header.active .header__container {
        height: 60px
    }
}

.header.active .header__container__left__logo svg {
    height: 40px;
    transition: all .2s linear
}

@media (max-width: 991px) {
    .header.active .header__container__left__logo svg {
        height: 40px
    }
}

.header.active .header__container__right .header__menu > li {
    line-height: 70px
}

.header__container {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    height: 108px;
    justify-content: space-between;
    transition: all .3s linear
}

@media (max-width: 1299px) {
    .header__container {
        height: 80px
    }
}

@media (max-width: 1199px) {
    .header__container {
        height: 65px;
        width: 100% !important
    }
}

.header__container__left__logo {
    display: inline-block
}

.header__container__left__logo svg {
    height: 65px;
    margin-bottom: auto;
    transition: all .2s linear;
    width: auto
}

@media (max-width: 1499px) {
    .header__container__left__logo svg {
        height: 55px
    }
}

@media (max-width: 1299px) {
    .header__container__left__logo svg {
        height: 45px
    }
}

@media (max-width: 991px) {
    .header__container__left__logo svg {
        height: 40px
    }
}

.header__menu {
    font-size: 18px;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center
}

@media (max-width: 1399px) {
    .header__menu {
        font-size: 16px
    }
}

.header__menu > li {
    font-weight: 400;
    line-height: 108px;
    padding-left: 17px;
    padding-right: 17px
}

@media (max-width: 1499px) {
    .header__menu > li {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 1299px) {
    .header__menu > li {
        line-height: 80px;
        padding-left: 12px;
        padding-right: 12px
    }
}

.header__menu > li:hover > a:before {
    opacity: 1;
    transform: translateY(0);
    transition: transform .2s cubic-bezier(.175, .885, .32, 1.275), opacity .2s
}

.header__menu > li > a {
    color: #12173f;
    cursor: pointer;
    display: inline-block;
    line-height: 1.6;
    position: relative;
    text-transform: none;
    text-transform: uppercase;
    transition: all .1s linear;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .header__menu > li > a {
        line-height: 60px
    }
}

.header__menu > li > a:before {
    background-color: #12173f;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-8px);
    transition: transform 0s cubic-bezier(.175, .885, .32, 1.275), opacity 0s
}

.header__menu > li.menu-item-has-children > a {
    padding-right: 25px
}

.header__menu > li.menu-item-has-children > a:after {
    background-image: url(../../assets/images/down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 10px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s linear;
    width: 10px
}

.header__menu > li.current-menu-item > a:before, .header__menu > li.current-menu-parent > a:before {
    opacity: 1;
    transform: translateY(0)
}

.header__menu li {
    display: inline-block;
    position: relative;
    transition: all .3s ease
}

.header__menu li.header-button {
    height: auto;
    transition: all .3s ease-in-out
}

.header__menu li.header-button a {
    background-color: #ed3324;
    border: 1px solid #ed3324;
    color: #fff;
    font-size: 16px;
    line-height: 43px;
    min-width: 130px;
    padding-left: 13px;
    padding-right: 13px;
    text-transform: capitalize
}

@media (max-width: 1199px) {
    .header__menu li.header-button a {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.header__menu li.header-button a svg {
    margin-right: 5px;
    width: 25px
}

@media (max-width: 1299px) {
    .header__menu li.header-button a svg {
        width: 20px
    }
}

.header__menu li.header-button a:hover {
    background-color: #12173f;
    border-color: #12173f;
    color: #fff
}

.header__menu li:hover > ul.sub-menu {
    margin: 0;
    opacity: 1;
    visibility: visible
}

.header__menu li ul.sub-menu {
    background: #fff;
    border: 1px solid #eee;
    left: 0;
    line-height: 1;
    list-style: none;
    min-width: 220px;
    padding: 10px 10px 5px;
    position: absolute;
    visibility: hidden;
    z-index: 1
}

.header__menu li ul.sub-menu li {
    font-size: 16px;
    height: auto;
    padding-bottom: 8px;
    padding-top: 8px;
    position: relative;
    transition: none;
    width: 100%
}

.header__menu li ul.sub-menu li:last-child:after {
    display: none
}

.header__menu li ul.sub-menu li:after {
    background-color: #e1e1e1;
    bottom: 0;
    content: "";
    height: 1px;
    left: 15px;
    margin: auto;
    position: absolute;
    right: 10px
}

.header__menu li ul.sub-menu li.current-menu-item a {
    color: #ed3324
}

.header__menu li ul.sub-menu li a {
    display: block;
    line-height: 1.6;
    padding: 0 15px;
    text-align: left;
    text-transform: uppercase;
    transition: none;
    white-space: nowrap;
    width: 100%
}

.header .mobile_toggle_btn {
    border-radius: 2px;
    cursor: pointer;
    margin-left: 15px;
    padding: 5px 10px
}

.footer {
    background-color: #12173f;
    color: #9f9f9f
}

.footer h4, .footer h5 {
    color: #fff;
    margin-bottom: 25px
}

.footer__newsletter:before {
    background: #fff;
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.footer__newsletter__block {
    background-color: #f3f3f3;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    overflow: hidden;
    padding: 50px 50px 40px 60px;
    z-index: 2
}

@media (max-width: 991px) {
    .footer__newsletter__block {
        padding: 50px 30px 30px
    }
}

@media (max-width: 575px) {
    .footer__newsletter__block {
        padding: 30px 20px
    }
}

.footer__newsletter__block h2 {
    color: #12173f;
    font-weight: 500
}

.footer__newsletter__block__txt {
    color: #5d5c5c
}

.footer__newsletter .newsletter-form .newsletter-form__row {
    margin-bottom: 10px;
    text-align: center
}

.footer__newsletter .newsletter-form .newsletter-form__row input {
    background: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    line-height: 42px
}

.footer__newsletter .newsletter-form .newsletter-form__row select {
    border: 0;
    border-radius: 10px;
    line-height: 42px
}

.footer__newsletter .newsletter-form .newsletter-form__row button {
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    width: 100%
}

.footer__newsletter .newsletter-form .newsletter-form__row .newsletter-form__terms {
    font-size: 12px;
    opacity: .7
}

.footer__newsletter .newsletter-form .newsletter-form__row .newsletter-form__terms a {
    text-decoration: underline
}

.footer__newsletter .newsletter-form .newsletter-form__row .newsletter-form__notice {
    background: #ed3324;
    border-radius: 10px;
    color: #fff;
    display: none;
    padding: 5px 10px;
    position: absolute;
    width: 100%
}

.footer__content__column {
    color: #9f9f9f;
    font-size: 14px
}

@media (max-width: 1199px) {
    .footer__content__column.column-1 {
        border-bottom: 1px solid #6a6a6a
    }
}

@media (min-width: 1200px) {
    .footer__content__column.column-1:after {
        background-color: #6a6a6a;
        bottom: 0;
        content: "";
        position: absolute;
        right: 25px;
        top: 0;
        width: 1px
    }
}

.footer__content__column a {
    color: #9f9f9f
}

.footer__content__column a:hover {
    color: #ed3324
}

.footer__content__column__contactline {
    color: #fff
}

.footer__content__column__contactline strong {
    margin-right: 5px
}

.footer__content__column__contactline a {
    color: #fff
}

.footer__content__column__contactline a:hover {
    color: #ed3324
}

.footer__content__column__logo svg {
    max-height: 80px
}

.footer__content__column__txt a {
    color: #fff
}

.footer__content__column__txt a:hover {
    color: #ed3324
}

.footer__content__column ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__content__column ul li {
    display: block;
    margin-bottom: 1rem
}

.footer__content__copyright {
    border-top: 1px solid #6a6a6a;
    color: #fff;
    font-size: 18px
}

.footer__content__copyright .p21-link a {
    color: #9f9f9f;
    font-size: 13px
}

.footer__content__copyright .p21-link a:hover {
    color: #ed3324
}

.footer__content__socials a {
    background-color: #ed3324;
    border-radius: 10px;
    height: 39px;
    margin-left: 10px;
    width: 39px
}

.footer__content__socials a:hover {
    background-color: #9f9f9f
}

.footer__content__socials a i {
    color: #fff;
    font-size: 30px;
    height: 39px;
    line-height: 39px;
    width: 39px
}

.to-top {
    background: #ed3324;
    border-radius: 2px;
    bottom: 50px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .23);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: .923em;
    height: 36px;
    line-height: 36px;
    opacity: 0;
    position: fixed;
    right: 50px;
    text-align: center;
    transform: translateZ(0);
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    width: 36px;
    z-index: 116
}

.to-top:hover i {
    color: #000;
    top: -4px
}

.to-top i {
    line-height: 36px;
    top: 0;
    transition: all .2s linear
}

.to-top.show {
    opacity: 1;
    visibility: visible
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=time], select, textarea {
    -webkit-appearance: none;
    background: #fff;
    border: 2px solid #e9eaee;
    border-radius: 31px;
    color: #12173f;
    font-size: 14px;
    line-height: 43px;
    outline: none;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    z-index: 1
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, select:focus, textarea:focus {
    border: 2px solid #12173f
}

input[type=date], input[type=time] {
    margin-left: 10px;
    width: auto
}

input[type=submit] {
    border-radius: 31px;
    margin: 0
}

input[type=submit]:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: rgba(35, 35, 35, .4)
}

form .form-notice {
    border: 1px solid #000;
    display: none;
    margin-top: 20px;
    padding: 15px;
    text-align: center
}

form .form-notice p {
    margin-bottom: 0
}

form .form-notice.alert-notice {
    border-color: #ed3324;
    color: #ed3324
}

form .spinner {
    display: none;
    margin-left: 20px
}

form .spinner svg {
    height: 40px;
    margin-top: 20px;
    overflow: visible;
    width: 40px
}

form .form-label {
    font-size: 18px;
    margin-bottom: 5px
}

@media (max-width: 575px) {
    form .form-label {
        font-size: 16px
    }
}

label span.asterix {
    color: #d12027
}

@keyframes fadeInRight {
    0% {
        left: 20%;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

@keyframes spinning {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        transform: translateY(0)
    }
    30% {
        transform: translateY(-.25em)
    }
    50% {
        transform: translateY(0)
    }
    70% {
        transform: translateY(.25em)
    }
}

@keyframes zoom {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.25)
    }
    to {
        transform: scale(1)
    }
}

@keyframes opacity {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes updown {
    0% {
        margin-bottom: 0
    }
    50% {
        margin-bottom: -10px
    }
    to {
        margin-bottom: 0
    }
}

@keyframes kenBurnsMove {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

@keyframes dot-keyframes {
    0% {
        opacity: .2;
        transform: scale(1)
    }
    50% {
        opacity: 1;
        transform: scale(1.2)
    }
    to {
        opacity: .2;
        transform: scale(1)
    }
}

.loading-dots {
    display: none;
    text-align: center;
    width: 100%
}

.loading-dots--dot {
    animation: dot-keyframes 1.5s ease-in-out infinite;
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    height: 8px;
    margin-left: 2px;
    margin-right: 2px;
    width: 8px
}

.loading-dots--dot:nth-child(2) {
    animation-delay: .5s
}

.loading-dots--dot:nth-child(3) {
    animation-delay: 1s
}

@keyframes underlineAnimate {
    0% {
        opacity: 0;
        width: 0
    }
    60% {
        opacity: 1;
        width: 100%
    }
    65% {
        opacity: 1;
        width: 100%
    }
    90% {
        opacity: 0;
        width: 100%
    }
    to {
        opacity: 0;
        width: 100%
    }
}

.inFade {
    opacity: 0;
    transition: opacity .5s linear;
    will-change: opacity
}

.inFade.show {
    opacity: 1
}

.inTop {
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity .5s linear, transform .4s cubic-bezier(.26, .67, .48, .91);
    will-change: opacity, transform
}

.inTop.show {
    opacity: 1;
    transform: translateY(0)
}

.inRight {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity .5s linear, transform .4s cubic-bezier(.26, .67, .48, .91);
    will-change: opacity, transform
}

.inRight.show {
    opacity: 1;
    transform: translateX(0)
}

.inBottom {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity .5s linear, transform .4s cubic-bezier(.26, .67, .48, .91);
    will-change: opacity, transform
}

.inBottom.show {
    opacity: 1;
    transform: translateY(0)
}

.inLeft {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity .5s linear, transform .4s cubic-bezier(.26, .67, .48, .91);
    will-change: opacity, transform
}

.inLeft.show {
    opacity: 1;
    transform: translateX(0)
}

.loader-circle {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    transition: .3s linear
}

.loader-circle__inner {
    animation: rotation 1s linear infinite;
    border-radius: 50%;
    border-right: 4px solid transparent;
    border-top: 4px solid #12173f;
    display: inline-block;
    height: 60px;
    width: 60px
}

.loader-circle__inner:after {
    border-bottom: 4px solid #ed3324;
    border-left: 4px solid transparent;
    border-radius: 50%;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.btnloader {
    display: block
}

.btnloader .inner1, .btnloader .inner2, .btnloader .inner3 {
    animation-duration: .75s;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-timing-function: linear;
    background-color: #ed3324;
    border: 1px solid #ed3324;
    border-radius: 50%;
    display: inline-block;
    height: 9px;
    margin: 3px;
    transform-origin: 50%;
    width: 9px
}

.btnloader .inner2 {
    animation-delay: .1875s
}

.btnloader .inner3 {
    animation-delay: .375s
}

.block-editor-block-list__layout .wp-block[data-align=full] {
    margin-left: auto !important;
    margin-right: auto !important
}

.block-editor-block-list__layout .wp-block-table table td, .block-editor-block-list__layout .wp-block-table table th {
    border-right: 1px dashed #e8e7e8
}

.block-editor-block-list__layout.is-root-container > h2, .entry-content > h2 {
    padding-top: 20px
}

.block-editor-block-list__layout.is-root-container > h3, .entry-content > h3 {
    font-size: 28px;
    margin-bottom: 20px;
    padding-top: 20px
}

@media (max-width: 575px) {
    .block-editor-block-list__layout.is-root-container > h3, .entry-content > h3 {
        font-size: 26px
    }
}

.block-editor-block-list__layout.is-root-container > h4, .entry-content > h4 {
    font-weight: 600;
    padding-top: 20px
}

.block-editor-block-list__layout.is-root-container li a, .block-editor-block-list__layout.is-root-container p a, .entry-content li a, .entry-content p a {
    text-decoration: underline
}

.block-editor-block-list__layout.is-root-container .wp-block-separator, .entry-content .wp-block-separator {
    border-color: #e8e7e8;
    margin-bottom: 40px;
    margin-top: 40px;
    width: calc(100% - 30px) !important
}

.block-editor-block-list__layout.is-root-container .custom-block a, .entry-content .custom-block a {
    text-decoration: none
}

.block-editor-block-list__layout.is-root-container .wp-block-media-text:first-of-type, .entry-content .wp-block-media-text:first-of-type {
    padding-top: 0
}

.block-editor-block-list__layout.is-root-container .wp-block-media-text, .entry-content .wp-block-media-text {
    padding-top: 30px
}

.block-editor-block-list__layout.is-root-container .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content, .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0
}

@media (max-width: 992px) {
    .block-editor-block-list__layout.is-root-container .wp-block-media-text, .entry-content .wp-block-media-text {
        display: block
    }

    .block-editor-block-list__layout.is-root-container .wp-block-media-text .wp-block-media-text__content, .entry-content .wp-block-media-text .wp-block-media-text__content {
        padding: 10px 0 0
    }
}

.block-editor-block-list__layout.is-root-container .wp-block-media-text__media img, .entry-content .wp-block-media-text__media img {
    border-radius: 10px
}

.block-editor-block-list__layout.is-root-container .wp-block-gallery, .entry-content .wp-block-gallery {
    margin-bottom: 30px;
    margin-top: 30px
}

.block-editor-block-list__layout.is-root-container .wp-block-gallery .blocks-gallery-image figcaption, .block-editor-block-list__layout.is-root-container .wp-block-gallery .blocks-gallery-item figcaption, .entry-content .wp-block-gallery .blocks-gallery-image figcaption, .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
    background: none;
    bottom: 10px
}

.block-editor-block-list__layout.is-root-container figcaption, .entry-content figcaption {
    font-size: 14px;
    margin-top: 5px;
    text-align: center
}

.block-editor-block-list__layout.is-root-container .wp-block-button__link, .entry-content .wp-block-button__link {
    background: #ed3324;
    border: 1px solid #ed3324;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
    min-width: 100px;
    padding: 0 20px;
    transition: all .5s
}

.block-editor-block-list__layout.is-root-container .wp-block-button__link:focus, .block-editor-block-list__layout.is-root-container .wp-block-button__link:hover, .entry-content .wp-block-button__link:focus, .entry-content .wp-block-button__link:hover {
    background: #12173f;
    border-color: #12173f;
    color: #fff
}

.block-editor-block-list__layout.is-root-container blockquote, .entry-content blockquote {
    border-left: 5px solid #000;
    padding-left: 10px;
    position: relative
}

.block-editor-block-list__layout.is-root-container .wp-block-group__inner-container, .entry-content .wp-block-group__inner-container {
    margin-bottom: 50px
}

@media (min-width: 1780px) {
    .block-editor-block-list__layout.is-root-container .wp-block-group__inner-container, .entry-content .wp-block-group__inner-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1150px
    }
}

.block-editor-block-list__layout.is-root-container .wp-block-table, .entry-content .wp-block-table {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 20px
}

.block-editor-block-list__layout.is-root-container .wp-block-table.is-style-stripes tbody tr:nth-child(odd), .entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f7f7f7
}

.block-editor-block-list__layout.is-root-container .wp-block-table table thead tr th, .entry-content .wp-block-table table thead tr th {
    font-size: 20px;
    font-weight: 600
}

.block-editor-block-list__layout.is-root-container .wp-block-table table tr, .entry-content .wp-block-table table tr {
    border-bottom: 1px solid #e8e7e8;
    height: 50px
}

.block-editor-block-list__layout.is-root-container .wp-block-table table tr:first-child, .entry-content .wp-block-table table tr:first-child {
    border-top: 1px solid #e8e7e8
}

.block-editor-block-list__layout.is-root-container .wp-block-table table td, .block-editor-block-list__layout.is-root-container .wp-block-table table th, .entry-content .wp-block-table table td, .entry-content .wp-block-table table th {
    padding-left: 10px;
    padding-right: 10px
}

.block-editor-block-list__layout.is-root-container .wp-block-image, .entry-content .wp-block-image {
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden
}

.block-editor-block-list__layout.is-root-container .wp-block-video, .entry-content .wp-block-video {
    position: relative
}

.block-editor-block-list__layout.is-root-container .wp-block-video video, .entry-content .wp-block-video video {
    width: 100%
}

.block-editor-block-list__layout.is-root-container .wp-block-cover, .entry-content .wp-block-cover {
    min-height: 600px;
    text-align: center
}

@media (max-width: 1499px) {
    .block-editor-block-list__layout.is-root-container .wp-block-cover, .entry-content .wp-block-cover {
        min-height: 550px
    }
}

@media (max-width: 1199px) {
    .block-editor-block-list__layout.is-root-container .wp-block-cover, .entry-content .wp-block-cover {
        min-height: 500px
    }
}

@media (max-width: 991px) {
    .block-editor-block-list__layout.is-root-container .wp-block-cover, .entry-content .wp-block-cover {
        min-height: 450px
    }
}

.radio-label {
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-bottom: 5px;
    position: relative
}

.radio-label input {
    cursor: pointer;
    opacity: 0;
    position: absolute
}

.radio-label input:checked ~ .checkmark {
    background-color: #fff
}

.radio-label input:checked ~ .label, .radio-label input:hover ~ .label {
    color: #fff
}

.radio-label .checkmark {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 13px;
    left: -20px;
    position: absolute;
    top: 3px;
    width: 13px
}

.checkbox-label {
    cursor: pointer;
    display: block;
    margin-left: 30px;
    position: relative
}

.checkbox-label input {
    cursor: pointer;
    opacity: 0;
    position: absolute
}

.checkbox-label .checkmark {
    background-color: #fff;
    border: 1px solid #e8e7e8;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    height: 20px;
    left: -30px;
    position: absolute;
    top: 5px;
    width: 20px
}

.checkbox-label .checkmark:after {
    color: #ed3324;
    content: "✓";
    display: none;
    position: absolute
}

.checkbox-label input:checked ~ .checkmark:after {
    display: block
}

.checkbox-label .checkmark:after {
    font-size: 16px;
    height: 10px;
    left: 4px;
    top: -2px
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0
}

.wpcf7 .wpcf7-list-item {
    display: inline-block;
    display: block;
    margin: 0 0 10px
}

.wpcf7 .wpcf7-acceptance label, .wpcf7 .wpcf7-checkbox label {
    cursor: pointer;
    position: relative
}

.wpcf7 .wpcf7-acceptance input[type=checkbox], .wpcf7 .wpcf7-checkbox input[type=checkbox] {
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 30px
}

.wpcf7 .wpcf7-acceptance input[type=checkbox] + span:before, .wpcf7 .wpcf7-checkbox input[type=checkbox] + span:before {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px
}

.wpcf7 .wpcf7-acceptance input[type=checkbox]:checked + span:before, .wpcf7 .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: #000
}

.wpcf7 .wpcf7-list-item-label {
    display: inline-block;
    margin-left: 40px
}

#single-content {
    padding-top: 90px
}

#single-content .single-top-navigation {
    margin-bottom: 30px
}

#single-content .single-top-navigation a {
    font-weight: 500;
    text-decoration: underline
}

#single-content .single-top-navigation a:hover {
    text-decoration: none
}

#single-content .single-bottom-navigation {
    margin-bottom: 80px;
    padding-top: 60px;
    text-align: center
}

#single-content .single-bottom-navigation a {
    font-weight: 500;
    text-decoration: underline
}

#single-content .single-bottom-navigation a:hover {
    text-decoration: none
}

#single-content .single-content__img {
    margin-bottom: 80px;
    width: 100%
}

#single-content .single-content__date {
    margin-bottom: 30px;
    text-align: center
}

#single-content .single-content__title {
    font-weight: 500;
    margin-bottom: 50px;
    padding-bottom: 15px;
    position: relative;
    text-align: center
}

.post-type-post, .single-post {
    font-size: 18px;
    line-height: 1.666;
    padding-top: 90px
}

@media (max-width: 991px) {
    .post-type-post, .single-post {
        font-size: 16px
    }
}

@media (min-width: 1600px) {
    .post-type-post .container, .single-post .container {
        max-width: 1500px
    }
}

@media (min-width: 1900px) {
    .post-type-post .container, .single-post .container {
        max-width: 1600px
    }
}

.post-type-post h1, .single-post h1 {
    color: #12173f
}

.post-type-post__meta__author, .single-post__meta__author {
    font-size: 16px;
    line-height: 1.5
}

.post-type-post__meta__author__img, .single-post__meta__author__img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    height: 53px;
    overflow: hidden;
    width: 53px
}

.post-type-post__meta__author__img img, .single-post__meta__author__img img {
    background-color: #f3f3f3;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.post-type-post__meta__author__name, .single-post__meta__author__name {
    color: #12173f
}

.post-type-post__meta__author__title, .single-post__meta__author__title {
    color: #4e4e4e;
    font-size: 14px;
    opacity: .8
}

.post-type-post__meta__author__title span, .single-post__meta__author__title span {
    background-color: #12173f;
    height: 4px;
    margin-bottom: 3px;
    margin-left: 6px;
    margin-right: 6px;
    width: 4px
}

.post-type-post__meta__share a, .single-post__meta__share a {
    border-radius: 50%;
    display: block;
    margin-left: 12px;
    overflow: hidden
}

@media (max-width: 991px) {
    .post-type-post__meta__share a, .single-post__meta__share a {
        margin-left: 8px
    }
}

.post-type-post__meta__share a:hover svg path.fill-color, .single-post__meta__share a:hover svg path.fill-color {
    fill: #12173f
}

.post-type-post__meta__share a svg, .single-post__meta__share a svg {
    display: block;
    max-height: 37px;
    width: auto
}

@media (max-width: 991px) {
    .post-type-post__meta__share a svg, .single-post__meta__share a svg {
        max-height: 35px
    }
}

.post-type-post__meta__share a svg path, .single-post__meta__share a svg path {
    transition: all .2s ease-in-out
}

.post-type-post__meta__share a svg path.fill-color, .single-post__meta__share a svg path.fill-color {
    fill: #c6c5c5
}

.post-type-post__img, .single-post__img {
    aspect-ratio: 745/400;
    border-radius: 20px
}

.post-type-post__img img, .single-post__img img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.post-type-post .edit-post-visual-editor p, .post-type-post .entry-content p, .single-post .edit-post-visual-editor p, .single-post .entry-content p {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .post-type-post .edit-post-visual-editor p, .post-type-post .entry-content p, .single-post .edit-post-visual-editor p, .single-post .entry-content p {
        margin-bottom: 25px
    }
}

.post-type-post .edit-post-visual-editor a, .post-type-post .entry-content a, .single-post .edit-post-visual-editor a, .single-post .entry-content a {
    color: #ed3324
}

.post-type-post .edit-post-visual-editor a:hover, .post-type-post .entry-content a:hover, .single-post .edit-post-visual-editor a:hover, .single-post .entry-content a:hover {
    color: #232323
}

.post-type-post .edit-post-visual-editor ol, .post-type-post .edit-post-visual-editor ul, .post-type-post .entry-content ol, .post-type-post .entry-content ul, .single-post .edit-post-visual-editor ol, .single-post .edit-post-visual-editor ul, .single-post .entry-content ol, .single-post .entry-content ul {
    padding-left: 20px
}

.post-type-post .edit-post-visual-editor h1, .post-type-post .edit-post-visual-editor h2, .post-type-post .edit-post-visual-editor h3, .post-type-post .edit-post-visual-editor h4, .post-type-post .edit-post-visual-editor h5, .post-type-post .edit-post-visual-editor h6, .post-type-post .entry-content h1, .post-type-post .entry-content h2, .post-type-post .entry-content h3, .post-type-post .entry-content h4, .post-type-post .entry-content h5, .post-type-post .entry-content h6, .single-post .edit-post-visual-editor h1, .single-post .edit-post-visual-editor h2, .single-post .edit-post-visual-editor h3, .single-post .edit-post-visual-editor h4, .single-post .edit-post-visual-editor h5, .single-post .edit-post-visual-editor h6, .single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
    padding-top: 20px
}

@media (max-width: 991px) {
    .post-type-post .edit-post-visual-editor h1, .post-type-post .edit-post-visual-editor h2, .post-type-post .edit-post-visual-editor h3, .post-type-post .edit-post-visual-editor h4, .post-type-post .edit-post-visual-editor h5, .post-type-post .edit-post-visual-editor h6, .post-type-post .entry-content h1, .post-type-post .entry-content h2, .post-type-post .entry-content h3, .post-type-post .entry-content h4, .post-type-post .entry-content h5, .post-type-post .entry-content h6, .single-post .edit-post-visual-editor h1, .single-post .edit-post-visual-editor h2, .single-post .edit-post-visual-editor h3, .single-post .edit-post-visual-editor h4, .single-post .edit-post-visual-editor h5, .single-post .edit-post-visual-editor h6, .single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
        padding-top: 15px
    }
}

.post-type-post .edit-post-visual-editor h1, .post-type-post .entry-content h1, .single-post .edit-post-visual-editor h1, .single-post .entry-content h1 {
    font-size: 36px
}

@media (max-width: 991px) {
    .post-type-post .edit-post-visual-editor h1, .post-type-post .entry-content h1, .single-post .edit-post-visual-editor h1, .single-post .entry-content h1 {
        font-size: 32px
    }
}

@media (max-width: 767px) {
    .post-type-post .edit-post-visual-editor h1, .post-type-post .entry-content h1, .single-post .edit-post-visual-editor h1, .single-post .entry-content h1 {
        font-size: 28px
    }
}

@media (max-width: 575px) {
    .post-type-post .edit-post-visual-editor h1, .post-type-post .entry-content h1, .single-post .edit-post-visual-editor h1, .single-post .entry-content h1 {
        font-size: 26px
    }
}

.post-type-post .edit-post-visual-editor h2, .post-type-post .entry-content h2, .single-post .edit-post-visual-editor h2, .single-post .entry-content h2 {
    font-size: 28px
}

@media (max-width: 991px) {
    .post-type-post .edit-post-visual-editor h2, .post-type-post .entry-content h2, .single-post .edit-post-visual-editor h2, .single-post .entry-content h2 {
        font-size: 26px
    }
}

.post-type-post .edit-post-visual-editor h3, .post-type-post .entry-content h3, .single-post .edit-post-visual-editor h3, .single-post .entry-content h3 {
    font-size: 26px
}

@media (max-width: 991px) {
    .post-type-post .edit-post-visual-editor h3, .post-type-post .entry-content h3, .single-post .edit-post-visual-editor h3, .single-post .entry-content h3 {
        font-size: 24px
    }
}

.post-type-post .edit-post-visual-editor h4, .post-type-post .entry-content h4, .single-post .edit-post-visual-editor h4, .single-post .entry-content h4 {
    font-size: 24px
}

@media (max-width: 991px) {
    .post-type-post .edit-post-visual-editor h4, .post-type-post .entry-content h4, .single-post .edit-post-visual-editor h4, .single-post .entry-content h4 {
        font-size: 22px
    }
}

.post-type-post .edit-post-visual-editor h5, .post-type-post .entry-content h5, .single-post .edit-post-visual-editor h5, .single-post .entry-content h5 {
    font-size: 20px
}

@media (max-width: 991px) {
    .post-type-post .edit-post-visual-editor h5, .post-type-post .entry-content h5, .single-post .edit-post-visual-editor h5, .single-post .entry-content h5 {
        font-size: 18px
    }
}

.post-type-post__share, .single-post__share {
    border-bottom: 1px solid rgba(0, 0, 0, .25)
}

.post-type-post__share.active .single-post__share__socials, .single-post__share.active .single-post__share__socials {
    overflow: visible;
    width: auto
}

.post-type-post__share.active .single-post__share__socials a, .single-post__share.active .single-post__share__socials a {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .3s ease, transform .3s ease
}

.post-type-post__share.active .single-post__share__socials a:nth-child(1n), .single-post__share.active .single-post__share__socials a:nth-child(1n) {
    transition-delay: .1s
}

.post-type-post__share.active .single-post__share__socials a:nth-child(2n), .single-post__share.active .single-post__share__socials a:nth-child(2n) {
    transition-delay: .2s
}

.post-type-post__share.active .single-post__share__socials a:nth-child(3n), .single-post__share.active .single-post__share__socials a:nth-child(3n) {
    transition-delay: .3s
}

.post-type-post__share.active .single-post__share__socials a:nth-child(4n), .single-post__share.active .single-post__share__socials a:nth-child(4n) {
    transition-delay: .4s
}

.post-type-post__share.active .single-post__share__socials a:nth-child(5n), .single-post__share.active .single-post__share__socials a:nth-child(5n) {
    transition-delay: .5s
}

.post-type-post__share.active .single-post__share__socials a:nth-child(6n), .single-post__share.active .single-post__share__socials a:nth-child(6n) {
    transition-delay: .6s
}

.post-type-post__share.active .single-post__share__socials a:nth-child(7n), .single-post__share.active .single-post__share__socials a:nth-child(7n) {
    transition-delay: .7s
}

.post-type-post__share.active .single-post__share__socials a:nth-child(8n), .single-post__share.active .single-post__share__socials a:nth-child(8n) {
    transition-delay: .8s
}

.post-type-post__share.active .single-post__share__socials a:nth-child(9n), .single-post__share.active .single-post__share__socials a:nth-child(9n) {
    transition-delay: .9s
}

.post-type-post__share.active .single-post__share__socials a:nth-child(10n), .single-post__share.active .single-post__share__socials a:nth-child(10n) {
    transition-delay: 1s
}

.post-type-post__share svg, .single-post__share svg {
    display: inline-block;
    height: auto;
    margin-right: 10px;
    width: 35px
}

.post-type-post__share svg path, .single-post__share svg path {
    transition: fill .2s
}

.post-type-post__share svg path.back, .single-post__share svg path.back {
    fill: #12173f
}

.post-type-post__share__main svg, .single-post__share__main svg {
    cursor: pointer
}

.post-type-post__share__main svg:hover path.back, .single-post__share__main svg:hover path.back {
    fill: #ed3324
}

.post-type-post__share__socials, .single-post__share__socials {
    overflow: hidden;
    width: 0
}

.post-type-post__share__socials a, .single-post__share__socials a {
    opacity: 0;
    transform: translateX(15px)
}

.post-type-post__share__socials a:hover svg path.back, .single-post__share__socials a:hover svg path.back {
    fill: #000
}

.hamburger {
    cursor: pointer;
    position: relative;
    right: 0
}

.hamburger.hamburger-dark:hover span {
    background-color: #12173f
}

.hamburger.hamburger-dark span {
    background-color: #ed3324
}

.hamburger:active, .hamburger:focus {
    outline: 0
}

.hamburger span, .hamburger:hover span {
    background-color: #fff
}

.hamburger span {
    display: block;
    height: 2px;
    left: 0;
    margin-bottom: 4px;
    margin-top: 3px;
    opacity: 1;
    position: relative;
    transform: rotate(0deg);
    width: 25px
}

.hamburger span:first-child, .hamburger span:nth-child(2), .hamburger span:nth-child(3) {
    transition: transform .35s ease-in-out
}

.hamburger.active {
    margin-right: 10px
}

.hamburger.active span:first-child {
    left: 1px;
    opacity: 1;
    position: absolute;
    top: 4px;
    transform: rotate(135deg)
}

.hamburger.active span:nth-child(2) {
    background-color: transparent;
    height: 12px;
    visibility: hidden
}

.hamburger.active span:nth-child(3) {
    left: 1px;
    opacity: 1;
    position: absolute;
    top: 4px;
    transform: rotate(-135deg)
}

.modal__content {
    background-color: #fff;
    border-radius: 28px;
    outline: 0;
    overflow: hidden;
    pointer-events: auto;
    width: 100%
}

.modal .closemodal {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 20
}

.modal .closemodal .hamburger {
    height: 18px
}

.modal .closemodal .hamburger span {
    width: 20px
}

.pac-container {
    z-index: 9999
}

.modal-analysis__content__form form h5 {
    color: #ed3324
}

.modal-analysis__content__form form .login-status {
    background-color: rgba(245, 177, 18, .3);
    border-left: 4px solid #ed3324;
    color: #ed3324;
    display: none;
    padding: 8px 5px 8px 10px
}

.modal-analysis__content__form form .login-status.success {
    background-color: rgba(0, 153, 91, .3);
    border-left: 4px solid #00995b;
    color: #00995b
}

.modal-analysis__content__form form .login-status.error {
    background-color: rgba(209, 32, 39, .2);
    border-left: 4px solid #d12027;
    color: #d12027
}

.modal-analysis__content__form__inputs label {
    color: #12173f;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px
}

.modal-analysis__content__form__inputs label span {
    color: #d12027
}

.modal-analysis__content__form__inputs input {
    margin-bottom: 20px
}

.modal-analysis__content__form .analysis-status {
    background: #12173f;
    border-radius: 10px;
    color: #fff;
    display: none;
    font-size: 14px;
    padding: 10px;
    text-align: center
}

.modal-analysis__content__form__privacy {
    font-size: 12px;
    opacity: .7
}

.modal-analysis__content__form__privacy a {
    text-decoration: underline
}

.office-locations__box {
    padding: 50px 30px 40px;
    text-align: center
}

@media (max-width: 767px) {
    .office-locations__box {
        padding: 30px 20px 30px 30px
    }
}

.office-locations__box.main {
    background-color: #f3f3f3;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.office-locations__box__title {
    color: #ed3324;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase
}

.office-locations__box svg {
    left: 0;
    margin-right: 15px;
    max-width: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.office-locations__box__location {
    display: inline-block;
    padding-left: 30px
}

.office-locations__box__location svg {
    top: 0;
    transform: none
}

.office-locations__box__email, .office-locations__box__hours, .office-locations__box__phone {
    display: inline-block;
    padding-left: 30px
}

.property-box {
    background-color: #f3f3f3;
    border: 1px solid #e8e7e8
}

.property-box__header {
    padding-top: 60%;
    position: relative
}

.property-box__header:hover .arrows-next, .property-box__header:hover .arrows-prev {
    opacity: 1
}

.property-box__header__gallery {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.property-box__header__gallery .slick-list, .property-box__header__gallery .slick-slide, .property-box__header__gallery .slick-track {
    height: 100%;
    width: 100%
}

.property-box__header__gallery .slick-list a, .property-box__header__gallery .slick-list div, .property-box__header__gallery .slick-slide a, .property-box__header__gallery .slick-slide div, .property-box__header__gallery .slick-track a, .property-box__header__gallery .slick-track div {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.property-box__header__gallery img {
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: all .5s linear;
    width: 100%;
    z-index: 1
}

.property-box__header__gallery .loader-circle {
    bottom: 0;
    height: 60px !important;
    left: 0;
    margin: auto;
    opacity: .2;
    position: absolute !important;
    right: 0;
    top: 0;
    width: 60px !important;
    z-index: 0
}

.property-box__header .slick-arrow {
    background-color: rgba(0, 0, 0, .2);
    cursor: pointer;
    height: 100%;
    opacity: .5;
    position: absolute;
    transition: all .3s linear;
    width: 35px;
    z-index: 10
}

.property-box__header .slick-arrow:hover {
    opacity: 1
}

.property-box__header .slick-arrow svg {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.property-box__header .arrows-prev {
    height: 100%;
    left: 0;
    top: 0
}

.property-box__header .arrows-next {
    height: 100%;
    right: 0;
    top: 0
}

.property-box__header__price {
    background: #ed3324;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    z-index: 10
}

.property-box__content__title {
    display: flex
}

.property-box__content__title svg {
    margin-right: 10px
}

.property-box__content__title__address {
    line-height: 1.5
}

.property-box__content__title__address__street {
    font-size: 16px;
    font-weight: 500
}

.property-box__content__title__address__state {
    font-size: 13px;
    font-weight: 300
}

.property-box__content__info {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 300
}

.property-box__content__info svg {
    margin-right: 10px
}

.property-box__content__info__item {
    align-items: center;
    display: flex;
    line-height: 1;
    padding-right: 10px;
    position: relative
}

@media (min-width: 576px) {
    .property-box__content__info__item {
        min-width: 55px
    }
}

.property-box__content__info__item:last-child {
    margin-right: 0;
    padding-right: 0
}

.property-box__content__info__item svg {
    height: 16px;
    margin-right: 7px
}

.property-box__content__bottom__description {
    font-size: 14px;
    position: relative
}

.property-box__content__bottom__description__trigger {
    cursor: pointer
}

.property-box__content__bottom__description__trigger svg {
    margin-left: 5px
}

.property-box__content__bottom__buttons .btn-schedule {
    background-color: #12173f;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 5px 15px;
    transition: all .5s;
    white-space: nowrap
}

.property-box__content__bottom__buttons .btn-schedule:hover {
    background: #ed3324;
    border-color: #ed3324;
    color: #fff
}

.property-box__content__bottom__buttons__submit a {
    color: #ed3324
}

.property-box__content__bottom__buttons__submit a:hover {
    text-decoration: underline
}

input[type=checkbox].toggle-switch {
    display: none;
    height: 0;
    visibility: hidden;
    width: 0
}

input[type=checkbox].toggle-switch + label {
    background: transparent;
    border: 1px solid #ed3324;
    border-radius: 100px;
    cursor: pointer;
    display: block;
    height: 22px;
    position: relative;
    text-indent: -9999px;
    width: 40px
}

input[type=checkbox].toggle-switch + label:after {
    background: #ed3324;
    border-radius: 90px;
    content: "";
    height: 18px;
    left: 2px;
    position: absolute;
    top: 1px;
    transition: .3s;
    width: 18px
}

input[type=checkbox].toggle-switch:checked + label {
    background: #ed3324
}

input[type=checkbox].toggle-switch:checked + label:after {
    background: #fff;
    left: calc(100% - 2px);
    transform: translateX(-100%)
}

input[type=checkbox].toggle-switch label:active:after {
    width: 130px
}

input[type=checkbox].toggle-switch-blue {
    display: none;
    height: 0;
    visibility: hidden;
    width: 0
}

input[type=checkbox].toggle-switch-blue + label {
    background: transparent;
    border: 1px solid #ed3324;
    border-radius: 100px;
    cursor: pointer;
    display: block;
    height: 22px;
    position: relative;
    text-indent: -9999px;
    width: 40px
}

input[type=checkbox].toggle-switch-blue + label:after {
    background: #ed3324;
    border-radius: 90px;
    content: "";
    height: 18px;
    left: 2px;
    position: absolute;
    top: 1px;
    transition: .3s;
    width: 18px
}

input[type=checkbox].toggle-switch-blue:checked + label {
    background: #ed3324
}

input[type=checkbox].toggle-switch-blue:checked + label:after {
    background: #fff;
    left: calc(100% - 2px);
    transform: translateX(-100%)
}

input[type=checkbox].toggle-switch-blue label:active:after {
    width: 130px
}

input[type=checkbox].toggle-switch-blue + label {
    border: 1px solid #12173f
}

input[type=checkbox].toggle-switch-blue + label:after, input[type=checkbox].toggle-switch-blue:checked + label {
    background: #12173f
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.noUi-target {
    position: relative
}

.noUi-base, .noUi-connects {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: flat;
    width: 100%;
    will-change: transform;
    z-index: 1
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 4px
}

.noUi-horizontal .noUi-handle {
    height: 16px;
    right: -7px;
    top: -6px;
    width: 16px
}

.noUi-vertical {
    height: 3px
}

.noUi-vertical .noUi-handle {
    bottom: -17px;
    height: 34px;
    right: -6px;
    width: 28px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #9f9f9f;
    border-radius: 4px
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #ed3324
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    background: #ed3324;
    cursor: pointer
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    color: #999;
    position: absolute
}

.noUi-value {
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    background: #ccc;
    position: absolute
}

.noUi-marker-large, .noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    height: 80px;
    left: 0;
    padding: 10px 0;
    top: 100%;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    height: 5px;
    margin-left: -1px;
    width: 2px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.map-info-window__wrap__header {
    display: block;
    height: 130px;
    position: relative
}

.map-info-window__wrap__header__price {
    background: #ed3324;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center
}

.map-info-window__wrap__header img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.map-info-window__wrap__body__title {
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.map-info-window__wrap__body__title svg {
    margin-right: 10px;
    margin-top: 1px;
    width: 16px
}

.map-info-window__wrap__body__title__address {
    line-height: 1.3
}

.map-info-window__wrap__body__title__address__street {
    font-size: 14px;
    font-weight: 500
}

.map-info-window__wrap__body__title__address__state {
    font-size: 12px;
    font-weight: 300
}

.map-info-window__wrap__body__specs {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 300;
    justify-content: space-between;
    letter-spacing: -.5px
}

.map-info-window__wrap__body__specs__item {
    align-items: center;
    display: flex;
    line-height: 1;
    margin-right: 10px;
    padding-right: 10px;
    position: relative
}

.map-info-window__wrap__body__specs__item:last-child {
    margin-right: 0;
    padding-right: 0
}

.map-info-window__wrap__body__specs__item svg {
    height: 12px;
    margin-right: 5px
}

.map-info-window__wrap__body__bottom__buttons .btn-schedule {
    background-color: #12173f;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    transition: all .5s;
    white-space: nowrap
}

.map-info-window__wrap__body__bottom__buttons .btn-schedule:hover {
    background: #ed3324;
    border-color: #ed3324;
    color: #fff
}

.map-info-window__wrap__body__bottom__buttons__submit a {
    color: #ed3324;
    font-size: 12px
}

.map-info-window__wrap__body__bottom__buttons__submit a:hover {
    text-decoration: underline
}

.gm-style .gm-style-iw-c[style], .gm-style .gm-style-iw-d[style], .gm-style .gm-style-iw[style] {
    border-radius: 5px !important;
    min-width: 260px !important;
    overflow: hidden !important;
    padding: 0 !important
}

.gm-style button.gm-ui-hover-effect {
    filter: invert(100%);
    height: auto !important;
    opacity: 1;
    right: 3px !important;
    top: 3px !important;
    width: auto !important
}

.gm-style button.gm-ui-hover-effect:hover img {
    transform: rotate(180deg)
}

.gm-style button.gm-ui-hover-effect img {
    height: 20px !important;
    margin: 0 !important;
    transition: all .3s ease-in-out;
    width: 20px !important
}

.blog-box.blog-box-featured .blog-box__img {
    aspect-ratio: 950/630
}

@media (max-width: 991px) {
    .blog-box.blog-box-featured .blog-box__img {
        aspect-ratio: 350/200
    }
}

.blog-box.blog-box-featured .blog-box__excerpt {
    -webkit-line-clamp: 4;
    height: auto
}

.blog-box.blog-box-featured h2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden
}

.blog-box__img {
    aspect-ratio: 350/250;
    border-radius: 20px;
    overflow: hidden
}

@media (max-width: 991px) {
    .blog-box__img {
        aspect-ratio: 350/200
    }
}

.blog-box__img:hover img {
    border-radius: 20px;
    overflow: hidden;
    transform: scale(1.1)
}

.blog-box__img__inner {
    border-radius: 20px
}

.blog-box__img img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: transform .3s linear;
    width: 100%;
    z-index: 1
}

.blog-box__date {
    color: #4e4e4e;
    font-size: 14px
}

.blog-box h5 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #12173f;
    display: -webkit-box;
    font-size: 24px;
    font-weight: 600;
    overflow: hidden;
    transition: all .1s ease-in-out
}

@media (max-width: 575px) {
    .blog-box h5 {
        font-size: 22px
    }
}

.blog-box h5:hover {
    color: #ed3324
}

.blog-box__excerpt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    height: 104px;
    overflow: hidden
}

.sidebar__box {
    background-color: #f3f3f3;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 35px 45px 25px
}

.sidebar .blog-recents__title {
    color: #12173f;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    margin-bottom: 15px
}

.sidebar .blog-recents .recent-box {
    border-top: 1px solid rgba(0, 0, 0, .1);
    gap: 15px
}

.sidebar .blog-recents .recent-box:hover {
    color: inherit
}

.sidebar .blog-recents .recent-box__wrap {
    flex: 0 0 100px
}

.sidebar .blog-recents .recent-box__img {
    aspect-ratio: 105/88;
    border-radius: 10px;
    overflow: hidden
}

.sidebar .blog-recents .recent-box__img img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.sidebar .blog-recents .recent-box__content__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    overflow: hidden
}

.sidebar .blog-recents .recent-box__content__date {
    bottom: 4px;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 1.2;
    position: absolute
}

.sidebar .blog-recents .recent-box__content__date span {
    background-color: #12173f;
    height: 4px;
    margin-bottom: 3px;
    margin-left: 6px;
    margin-right: 6px;
    width: 4px
}

.sidebar__author__title {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 16px;
    letter-spacing: .05em
}

.sidebar__author__box__img {
    border: 1px solid #ed3324;
    border-radius: 50%;
    flex: 0 0 auto;
    height: 82px;
    overflow: hidden;
    width: 82px
}

.sidebar__author__box__img img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.sidebar__author__box__name {
    color: #ed3324
}

.sidebar__author__box__contact {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5
}

.sidebar__socials__title {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 16px;
    letter-spacing: .05em
}

.sidebar__socials__icons {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.sidebar__socials__icons li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

.sidebar__socials__icons li a {
    display: block
}

.sidebar__socials__icons li a:hover svg path {
    fill: #ed3324
}

.sidebar__socials__icons li a svg {
    height: 42px;
    width: auto
}

.sidebar__socials__icons li a svg path {
    transition: all .2s linear
}

.sidebar__newsletter {
    background-color: #082567
}

.sidebar__newsletter__title {
    color: #fff;
    font-size: 22px;
    letter-spacing: .05em
}

#comments .comment-list {
    margin-bottom: 60px
}

#comments ul {
    list-style: none;
    padding: 0
}

@media (max-width: 500px) {
    #comments ul.children {
        margin-left: -10px
    }
}

#comments ul .comment {
    padding-left: 80px;
    position: relative
}

@media (max-width: 767px) {
    #comments ul .comment {
        padding-left: 55px
    }
}

@media (max-width: 575px) {
    #comments ul .comment {
        padding-left: 50px
    }
}

@media (max-width: 450px) {
    #comments ul .comment {
        padding-left: 35px
    }
}

#comments ul .comment .comment-body {
    background-color: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 30px 30px 0 30px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
    padding: 20px 25px 15px
}

@media (max-width: 767px) {
    #comments ul .comment .comment-body {
        padding: 15px 20px 10px 25px
    }
}

@media (max-width: 575px) {
    #comments ul .comment .comment-body {
        margin-bottom: 20px;
        padding: 15px 15px 5px
    }
}

#comments ul .comment .comment-body .comment-meta {
    margin-bottom: 15px
}

@media (max-width: 575px) {
    #comments ul .comment .comment-body .comment-meta {
        margin-bottom: 10px
    }
}

#comments ul .comment .comment-body .comment-meta .comment-metadata {
    color: #777;
    font-size: 12px;
    position: absolute;
    right: 30px;
    top: 20px
}

#comments ul .comment .comment-body .comment-content p {
    margin-bottom: 7px
}

#comments ul .comment .comment-body .reply {
    text-align: right
}

#comments ul .comment .comment-body .reply a {
    color: #ed3324;
    padding-left: 25px;
    position: relative
}

#comments ul .comment .comment-body .reply a:hover {
    text-decoration: underline
}

#comments ul .comment .comment-body .reply a:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4zMyIgaGVpZ2h0PSIxMy40OTYiPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2Y3YjUwMCIgZD0iTTAgMGgxNS4zM3YxMy41SDBabTAgMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZmlsbD0iI2Y3YjUwMCIgZD0iTTYuNzQ1IDMuNjgyVjBMMCA1LjgyOGw2Ljc0NSA1LjgyOFY3Ljk3NWM2LjEzMiAwIDguNTg0IDUuNTIxIDguNTg0IDUuNTIxIDAtNC45MDgtMy42NzktOS44MTQtOC41ODQtOS44MTRabTAgMCIvPjwvZz48L3N2Zz4=);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px
}

#comments ul .comment-author a {
    color: #12173f;
    font-size: 16px
}

@media (max-width: 575px) {
    #comments ul .comment-author a {
        font-size: 14px
    }
}

#comments ul .comment-author img {
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 0
}

@media (max-width: 767px) {
    #comments ul .comment-author img {
        height: 40px;
        top: 10px;
        width: auto
    }
}

@media (max-width: 450px) {
    #comments ul .comment-author img {
        height: 30px
    }
}

#comments .comment-respond {
    margin-bottom: 80px
}

#comments .comment-respond .logged-in-as a {
    text-decoration: underline
}

#comments .comment-respond h5 {
    font-weight: 300
}

#comments .comment-respond h5.comment-reply-title {
    position: relative
}

#comments .comment-respond h5.comment-reply-title small {
    font-weight: 300;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%)
}

#comments .comment-respond h5.comment-reply-title small a {
    color: #d12027;
    font-size: 14px
}

#comments .comment-respond h5.comment-reply-title small a:hover {
    color: #ed3324
}

#comments .comment-respond .comment-notes {
    font-size: 16px
}

#comments .comment-respond .required-notice {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: .8
}

#comments .comment-respond .comment-form-comment {
    padding-top: 10px
}

#comments .comment-respond .comment-form-author {
    margin-bottom: 20px
}

@media (min-width: 991px) {
    #comments .comment-respond .comment-form-author {
        float: left;
        padding-right: 15px;
        width: 50%
    }
}

#comments .comment-respond .comment-form-email {
    margin-bottom: 20px
}

@media (min-width: 991px) {
    #comments .comment-respond .comment-form-email {
        float: right;
        padding-left: 15px;
        width: 50%
    }
}

#comments .comment-respond input[type=date], #comments .comment-respond input[type=email], #comments .comment-respond input[type=number], #comments .comment-respond input[type=password], #comments .comment-respond input[type=tel], #comments .comment-respond input[type=text], #comments .comment-respond input[type=time], #comments .comment-respond select, #comments .comment-respond textarea {
    border: 1px solid #9f9f9f;
    border-radius: 10px;
    color: #232323
}

#comments .comment-respond textarea {
    line-height: 1.6;
    padding-bottom: 10px;
    padding-top: 10px
}

#comments .comment-respond label {
    font-size: 16px;
    padding-bottom: 5px
}

#comments .comment-respond .comment-form-cookies-consent {
    clear: both;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative
}

#comments .comment-respond .comment-form-cookies-consent input[type=checkbox] {
    -webkit-appearance: none;
    background: none;
    border: 2px solid #000;
    border-radius: 5px;
    cursor: pointer;
    height: 20px;
    left: 0;
    line-height: 0;
    opacity: .5;
    outline: 0;
    padding: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: text-top;
    width: 20px
}

@media (max-width: 767px) {
    #comments .comment-respond .comment-form-cookies-consent input[type=checkbox] {
        top: 12px;
        transform: auto
    }
}

#comments .comment-respond .comment-form-cookies-consent input[type=checkbox]:hover {
    opacity: 1
}

#comments .comment-respond .comment-form-cookies-consent input[type=checkbox]:checked {
    background-color: #000;
    opacity: 1
}

#comments .comment-respond .comment-form-cookies-consent input[type=checkbox]:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    height: 12px;
    margin: -1px -1px 0;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 7px;
    z-index: 2
}

#comments .comment-respond .comment-form-cookies-consent label {
    color: #777;
    cursor: pointer;
    font-size: 14px
}

#comments .comment-respond .btn {
    border-radius: 10px;
    font-weight: 300;
    letter-spacing: .05em;
    min-width: 110px
}

#commentform .gglcptch {
    display: none
}

.box-popover {
    --bs-popover-font-size: 12px;
    --bs-popover-body-padding-y: 7px;
    --bs-popover-body-padding-x: 10px
}

.page-content.bg-white + #footer .footer__newsletter {
    margin-top: 60px
}

.page-content.bg-white + #footer .footer__newsletter:before {
    background-color: #fff
}

.entry-content {
    overflow-x: hidden
}

.page-404 svg {
    max-height: 450px
}

.mobile-menu {
    background: #fff;
    border-right: 1px solid #eee;
    bottom: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .07);
    left: -350px;
    max-width: 300px;
    position: fixed;
    top: 0;
    transition: all .4s ease-in-out;
    width: 100%;
    z-index: 900
}

.mobile-menu.open {
    left: 0
}

.mobile-menu__inner {
    -ms-overflow-style: none;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    scrollbar-width: none;
    top: 0
}

.mobile-menu__inner::-webkit-scrollbar {
    display: none
}

.mobile-menu__inner__header {
    align-items: center;
    height: 70px;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 10px
}

@media (max-width: 767px) {
    .mobile-menu__inner__header {
        height: 60px
    }
}

.mobile-menu__inner__header__logo svg {
    height: 35px
}

.mobile-menu__inner__header__close {
    color: #ed3324;
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    width: 30px
}

.mobile-menu__inner__header__close:hover {
    color: #d12027
}

.mobile-menu__inner__main ul {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: height .4s linear
}

.mobile-menu__inner__main ul li {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    text-align: left;
    transition: background-color .1s linear;
    width: 100%
}

.mobile-menu__inner__main ul li:first-child {
    border-top: 1px solid #eee
}

.mobile-menu__inner__main ul li.current-menu-item, .mobile-menu__inner__main ul li:hover > a {
    background-color: #f3f3f3
}

.mobile-menu__inner__main ul li.current-menu-item > a {
    color: #ed3324
}

.mobile-menu__inner__main ul li.header-button a {
    background-color: #000;
    color: #fff
}

.mobile-menu__inner__main ul li.header-button a:hover {
    color: #ed3324
}

.mobile-menu__inner__main ul li.menu-item-has-children {
    position: relative
}

.mobile-menu__inner__main ul li.menu-item-has-children.open-sub > .sub-menu {
    height: auto
}

.mobile-menu__inner__main ul li.menu-item-has-children.open-sub > .open-sub-menu svg {
    transform: rotate(180deg)
}

.mobile-menu__inner__main ul li.menu-item-has-children .open-sub-menu {
    align-items: center;
    background: #fff;
    border-left: 1px solid #eee;
    bottom: 0;
    display: flex;
    height: 46px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    width: 40px
}

.mobile-menu__inner__main ul li.menu-item-has-children .open-sub-menu svg {
    max-height: 13px;
    max-width: 14px;
    transition: all .3s linear
}

.mobile-menu__inner__main ul li a {
    display: block;
    font-weight: 400;
    padding: 10px 20px;
    position: relative
}

.mobile-menu__inner__main ul li a i {
    color: #ed3324;
    float: left;
    margin-right: 18px;
    position: relative;
    text-align: center;
    top: 2px;
    width: 12px
}

.mobile-menu__inner__main ul li .sub-menu {
    height: 0;
    overflow: hidden
}

.mobile-menu__inner__main ul li .sub-menu li a {
    font-size: 15px;
    padding-left: 40px;
    position: relative
}

.mobile-menu__inner__main ul li .sub-menu li a:before {
    background-color: #232323;
    bottom: 0;
    content: "";
    height: 1px;
    left: 22px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 8px
}

.testimonials-block {
    background-color: #12173f
}

.testimonials-block.style-gray {
    background-color: #e1e1e1
}

.testimonials-block.style-gray .page-title .quote-top svg path {
    fill: #12173f !important
}

.testimonials-block.style-gray .page-title__subtitle {
    color: #12173f
}

.testimonials-block.style-gray .quote-bottom svg path {
    fill: #12173f !important
}

.testimonials-block .quote-bottom {
    position: absolute;
    right: 0
}

@media (max-width: 991px) {
    .testimonials-block .quote-bottom {
        bottom: -10px
    }
}

@media (max-width: 575px) {
    .testimonials-block .quote-bottom {
        display: none
    }
}

.testimonials-block .quote-bottom svg {
    height: 60px
}

@media (max-width: 991px) {
    .testimonials-block .quote-bottom svg {
        height: 40px
    }
}

.testimonials-block .page-title .quote-top {
    left: 0;
    position: absolute
}

@media (max-width: 575px) {
    .testimonials-block .page-title .quote-top {
        display: none
    }
}

.testimonials-block .page-title .quote-top svg {
    height: 60px
}

@media (max-width: 991px) {
    .testimonials-block .page-title .quote-top svg {
        height: 40px
    }
}

.testimonials-block .page-title__subtitle {
    color: #fff;
    font-size: 18px
}

@media (max-width: 575px) {
    .testimonials-block .page-title__subtitle {
        font-size: 16px
    }
}

.testimonials-block h2 {
    color: #ed3324
}

.testimonials-block__slider .slick-track {
    display: flex !important
}

.testimonials-block__slider .slick-slide {
    height: inherit !important;
    margin-left: 25px;
    margin-right: 25px
}

.testimonials-block__slider .slick-slide > div {
    height: 100%
}

.testimonials-block__slider .slick-list {
    margin: 0 -25px
}

.testimonials-block__slider__item {
    height: 100%
}

.testimonials-block__slider__item__content {
    background-color: #fff;
    height: 100%;
    padding-bottom: 150px
}

.testimonials-block__slider__item__content__bottom {
    border-top: 1px solid #ececec;
    bottom: 0;
    left: 0;
    right: 0
}

.testimonials-block__slider__item__content__bottom__image img {
    border-radius: 50%;
    height: 70px;
    width: 70px
}

.testimonials-block__slider__item__content__bottom__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3
}

.testimonials-block__slider__item__content__bottom__name .position {
    color: #ed3324;
    font-size: 14px;
    font-weight: 300
}

.fc-cta__background, .fc-cta__background:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc-cta__background:after {
    background-color: rgba(0, 0, 0, .2);
    content: ""
}

.fc-cta__background img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.about-us-block__img {
    height: 100%;
    min-height: 300px
}

.about-us-block__img img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.about-us-block__content__title.h1 {
    color: #ed3324;
    font-weight: 300
}

.about-us-block__content__title.h1 em {
    color: #12173f;
    font-style: normal
}

@media (min-width: 1399px) {
    .about-us-block__content__title.h1 {
        font-size: 50px
    }

    .about-us-block__content__text.btn {
        min-width: 200px
    }
}

.services-block.background-darkblue {
    background-color: #12173f;
    color: #fff
}

.services-block.background-darkblue .page-title h2 {
    color: #fff
}

.services-block.background-darkblue h6 {
    color: #ed3324
}

.services-block.background-darkblue .services-block__column:last-child:after {
    display: none
}

.services-block.background-darkblue .services-block__column:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
}

@media (max-width: 1199px) {
    .services-block.background-darkblue .services-block__column:after {
        display: none
    }
}

.services-block__inner.background-light {
    background-color: #f3f3f3
}

.services-block__img img {
    max-height: 81px;
    width: auto
}

.services-block__content__txt {
    font-size: 14px;
    font-weight: 300
}

.services-block__content__txt ul {
    display: inline-block;
    text-align: left
}

.services-block__content__txt a {
    color: #ed3324
}

.home-header {
    margin-bottom: 0;
    min-height: 700px;
    overflow: hidden;
    position: relative
}

@media (max-width: 991px) {
    .home-header {
        min-height: 550px
    }
}

@media (max-width: 575px) {
    .home-header {
        min-height: 450px
    }
}

.home-header__bg {
    z-index: 1
}

.home-header__bg, .home-header__bg:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.home-header__bg:before {
    background-color: rgba(0, 0, 0, .6);
    content: "";
    z-index: 20
}

.home-header__bg img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.home-header__content {
    position: relative;
    z-index: 5
}

.home-header__content h1 {
    color: #fff;
    font-weight: 500;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .7)
}

@media (min-width: 1199px) {
    .home-header__content h1 {
        line-height: 1.75
    }
}

.home-header__content .btn.show {
    background: #12173f;
    border-color: #12173f;
    color: #fff
}

.home-header__content .dropdown .dropdown-menu {
    padding: 5px 15px
}

.home-header__content .dropdown .dropdown-menu li {
    border-bottom: 1px solid #e1e1e1
}

.home-header__content .dropdown .dropdown-menu li:last-child {
    border-bottom: none
}

.home-header__content .dropdown .dropdown-menu li a.dropdown-item {
    padding: 5px 0;
    text-decoration: none
}

.home-header__content .dropdown .dropdown-menu li a.dropdown-item:hover {
    color: #ed3324
}

.page-header {
    margin-bottom: 0;
    min-height: 410px;
    overflow: hidden;
    position: relative
}

@media (max-width: 991px) {
    .page-header {
        min-height: 350px
    }
}

@media (max-width: 575px) {
    .page-header {
        min-height: 320px
    }
}

.page-header.layout-small {
    min-height: 240px
}

@media (max-width: 991px) {
    .page-header.layout-small {
        min-height: auto
    }
}

@media (max-width: 575px) {
    .page-header.layout-small {
        min-height: auto
    }
}

.page-header.layout-small .page-header__content h1 {
    color: #ed3324;
    font-weight: 600;
    text-align: center
}

.page-header.layout-small .page-header__content .page-header__content__txt {
    font-size: 20px;
    text-align: center
}

@media (max-width: 991px) {
    .page-header.layout-small .page-header__content .page-header__content__txt {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    .page-header.layout-small .page-header__content .page-header__content__txt {
        font-size: 16px
    }
}

.page-header__bg {
    z-index: 1
}

.page-header__bg, .page-header__bg:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.page-header__bg:before {
    background-color: rgba(0, 0, 0, .75);
    content: "";
    z-index: 20
}

.page-header__bg img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.page-header__content {
    color: #fff;
    position: relative;
    z-index: 5
}

.page-header__content h1 {
    color: #fff;
    font-weight: 500
}

.page-header__content h1 .about-title {
    color: #fff
}

.page-header__content h1 .about-title .rental {
    color: #ed3324
}

.page-header__content h1 .about-title .city {
    color: #ed3324;
    font-weight: 300
}

.page-header__content__txt p strong {
    color: #ed3324;
    font-size: 18px
}

.page-header__content .btn {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .5)
}

@media (min-width: 1199px) {
    .page-header__content .btn {
        font-size: 18px
    }
}

@media (min-width: 1399px) {
    .page-header__content .btn {
        font-size: 22px
    }
}

.page-header-special {
    margin-bottom: 0;
    overflow: hidden;
    position: relative
}

.page-header-special__top {
    min-height: 240px
}

@media (max-width: 991px) {
    .page-header-special__top {
        min-height: auto
    }
}

@media (max-width: 575px) {
    .page-header-special__top {
        min-height: auto
    }
}

.page-header-special__top__wrap {
    color: #fff;
    z-index: 1
}

.page-header-special__top__wrap svg {
    margin-right: 6px;
    max-height: 23px
}

.page-header-special__top__wrap__title__rental {
    color: #ed3324;
    font-size: 44px;
    line-height: 1.1
}

.page-header-special__top__wrap__title__sub {
    letter-spacing: 1.5px
}

.page-header-special__top__wrap__contact {
    color: #fff;
    font-size: 15px
}

.page-header-special__top__wrap__contact a {
    color: #fff;
    display: block
}

.page-header-special__top__wrap__contact a:hover {
    color: #ed3324
}

.page-header-special__bg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.page-header-special__bg:before {
    background-color: rgba(0, 0, 0, .75);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20
}

.page-header-special__bg img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.page-header-special__content {
    background-color: #f3f3f3;
    position: relative;
    z-index: 1
}

.page-header-special__content__logo {
    background-color: #fff;
    margin-top: -180px;
    padding: 30px;
    width: 250px
}

@media (max-width: 1199px) {
    .page-header-special__content__logo {
        margin-top: -175px;
        width: 200px
    }
}

.page-header-special__content__logo svg {
    display: block;
    margin: auto;
    max-height: 180px
}

@media (max-width: 1199px) {
    .page-header-special__content__logo svg {
        max-height: 150px
    }
}

@media (max-width: 1399px) {
    .page-header-special__content h1 {
        font-size: 35px
    }
}

@media (max-width: 1199px) {
    .page-header-special__content h1 {
        font-size: 30px
    }
}

.page-header-special__content h1 p {
    color: #12173f;
    font-weight: 500
}

.page-header-special__content h1 p em {
    color: #ed3324;
    font-style: normal;
    font-weight: 400
}

.page-header-special__content h1 p em strong {
    font-weight: 600
}

.page-header-special__content__txt p em {
    color: #ed3324;
    font-style: normal
}

.area-block__content iframe {
    overflow: hidden;
    pointer-events: none
}

@media (max-width: 1199px) {
    .area-block__content iframe {
        height: 600px
    }
}

@media (max-width: 991px) {
    .area-block__content iframe {
        height: 450px
    }
}

@media (max-width: 575px) {
    .area-block__content iframe {
        height: 350px
    }
}

.contact-info {
    background-color: #f3f3f3
}

.contact-info .contact-form label {
    font-size: 14px
}

.contact-info .contact-form input, .contact-info .contact-form select, .contact-info .contact-form textarea {
    border-radius: 0
}

.contact-info .contact-form__notice {
    background: #12173f;
    border-radius: 10px;
    color: #fff;
    display: none;
    padding: 5px 10px;
    width: 100%
}

.contact-info .contact-form__privacy {
    font-size: 12px;
    opacity: .7
}

.contact-info .contact-form__privacy a {
    text-decoration: underline
}

.image-text-banner {
    background-color: #12173f;
    color: #fff
}

.image-text-banner__content__title {
    color: #ed3324
}

@media (min-width: 1399px) {
    .image-text-banner__content__text.btn {
        min-width: 200px
    }
}

.about-rental-1__img {
    border-radius: 20px;
    height: 100%;
    min-height: 300px;
    overflow: hidden
}

.about-rental-1__img img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.about-rental-1__content__title {
    font-weight: 600
}

@media (min-width: 1399px) {
    .about-rental-1__content__text.btn {
        min-width: 200px
    }
}

.about-rental-2__definitions-slider {
    background-color: #f3f3f3;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    margin-top: -140px;
    padding: 50px 50px 130px
}

@media (max-width: 991px) {
    .about-rental-2__definitions-slider {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .about-rental-2__definitions-slider {
        padding: 40px 30px 100px
    }
}

.about-rental-2__definitions-slider .slick-dots {
    bottom: 30px;
    left: 0
}

.about-rental-2__definitions-slider .slick-dots li.slick-active button:before {
    background-color: #12173f;
    border-color: #12173f;
    height: 10px;
    margin-left: auto;
    margin-top: auto;
    width: 10px
}

.about-rental-2__definitions-slider .slick-dots li button:before {
    background-color: transparent;
    border-color: #12173f
}

.about-rental-2__definitions-slider__item__txt {
    font-size: 22px
}

@media (max-width: 1199px) {
    .about-rental-2__definitions-slider__item__txt {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .about-rental-2__definitions-slider__item__txt {
        font-size: 18px
    }
}

.about-rental-2__content {
    background-color: rgba(233, 234, 238, .82);
    border-radius: 20px;
    padding: 80px 200px 100px 80px
}

@media (max-width: 991px) {
    .about-rental-2__content {
        padding: 60px 80px 30px
    }
}

@media (max-width: 767px) {
    .about-rental-2__content {
        padding: 40px 50px 10px
    }
}

@media (max-width: 575px) {
    .about-rental-2__content {
        padding: 30px 25px 0
    }
}

.about-rental-2__content__title {
    color: #12173f;
    font-weight: 600
}

.about-rental-2__content__title em {
    color: #ed3324;
    font-style: normal;
    font-weight: 300
}

.about-rental-2__content__text {
    line-height: 2
}

@media (min-width: 1399px) {
    .about-rental-2__content__text.btn {
        min-width: 200px
    }
}

.faq-tabs .nav-tabs {
    border-color: #4e4e4e
}

.faq-tabs .nav-tabs .nav-item {
    border-radius: 20px;
    margin-right: 10px
}

@media (max-width: 991px) {
    .faq-tabs .nav-tabs .nav-item {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%
    }
}

.faq-tabs .nav-tabs .nav-item .nav-link {
    background-color: #ed3324;
    border-color: #ed3324;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 35px
}

@media (max-width: 1199px) {
    .faq-tabs .nav-tabs .nav-item .nav-link {
        font-size: 16px;
        padding: 10px 25px
    }
}

@media (max-width: 991px) {
    .faq-tabs .nav-tabs .nav-item .nav-link {
        border-radius: 0;
        width: 100%
    }
}

.faq-tabs .nav-tabs .nav-item .nav-link.active {
    background-color: #12173f;
    border-color: #12173f
}

.faq-tabs .tab-content {
    border-bottom: 1px solid #4e4e4e;
    border-left: 1px solid #4e4e4e;
    border-right: 1px solid #4e4e4e;
    color: #4e4e4e;
    padding: 20px 60px 40px
}

@media (max-width: 991px) {
    .faq-tabs .tab-content {
        padding: 5px 20px 10px
    }
}

.faq-tabs .tab-content h3 {
    color: #ed3324;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-decoration: underline
}

@media (max-width: 991px) {
    .faq-tabs .tab-content h3 {
        font-size: 18px
    }
}

.faq-tabs .tab-content a, .faq-tabs .tab-content h4 {
    color: #ed3324;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline
}

.faq-tabs .tab-content ul {
    list-style-type: none;
    padding-left: 0
}

.faq-tabs .tab-content ul li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative
}

.faq-tabs .tab-content ul li:before {
    background-color: #12173f;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 14px
}

:focus-visible {
    outline: none
}

.compare__column__top {
    height: 66px
}

.compare__column.column-right .compare__column__top {
    background-color: #ed3324;
    color: #fff;
    font-size: 24px
}

@media (max-width: 991px) {
    .compare__column.column-right .compare__column__top {
        font-size: 18px
    }
}

.compare__column.column-right .compare__column__main {
    border-color: #ed3324;
    border-style: solid;
    border-width: 0 5px
}

.compare__column.column-right .compare__column__feat {
    border: 5px solid #ed3324;
    border-top: 0 solid #ed3324
}

.compare__column__main {
    background-color: #f7f7f7;
    font-size: 24px;
    padding-bottom: 50px;
    padding-top: 50px
}

@media (max-width: 991px) {
    .compare__column__main {
        font-size: 18px;
        padding-bottom: 30px;
        padding-top: 30px
    }
}

.compare__column__main__txt1 {
    padding-bottom: 15px
}

.compare__column__main__txt1:after {
    background-color: #232323;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 80px
}

.compare__column__main__txt2 {
    padding-top: 15px
}

.compare__column__feat {
    font-size: 14px
}

.compare__column__feat__line {
    line-height: 42px;
    position: relative
}

.compare__column__feat__line:after {
    background-color: hsla(0, 4%, 78%, .73);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 80%
}

.features__content__text {
    font-size: 30px
}

@media (max-width: 1199px) {
    .features__content__text {
        font-size: 26px
    }
}

@media (max-width: 991px) {
    .features__content__text {
        font-size: 22px
    }
}

@media (max-width: 575px) {
    .features__content__text {
        font-size: 18px
    }
}

.features__column__top {
    height: 66px
}

.features__column.column-right .features__column__top {
    background-color: #ed3324;
    color: #fff;
    font-size: 24px
}

@media (max-width: 991px) {
    .features__column.column-right .features__column__top {
        font-size: 18px
    }
}

.features__column.column-right .features__column__main {
    border-color: #ed3324;
    border-style: solid;
    border-width: 0 5px
}

.features__column.column-right .features__column__feat {
    border: 5px solid #ed3324;
    border-top: 0 solid #ed3324
}

.features__column__main {
    background-color: #f7f7f7;
    font-size: 24px;
    padding-bottom: 50px;
    padding-top: 50px
}

@media (max-width: 991px) {
    .features__column__main {
        font-size: 18px;
        padding-bottom: 30px;
        padding-top: 30px
    }
}

.features__column__main__txt1 {
    font-size: 20px;
    font-weight: 500
}

@media (max-width: 991px) {
    .features__column__main__txt1 {
        font-size: 16px
    }
}

.features__column__feat {
    font-size: 14px
}

.features__column__feat__line {
    line-height: 42px;
    position: relative
}

.features__column__feat__line:after {
    background-color: hsla(0, 4%, 78%, .73);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 80%
}

.team__title__subtitle {
    color: #ed3324;
    font-weight: 600;
    text-transform: uppercase
}

.team__box {
    height: 240px
}

.team__box:hover .team__box__over {
    opacity: 1
}

.team__box img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.team__box__over {
    align-items: center;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    transition: all .3s linear
}

.team__box__over__title {
    color: #ed3324;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase
}

.team__box__over__title:after {
    background-color: #fff;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 60%
}

.team__box__over__position {
    color: #fff;
    font-size: 14px
}

.rental-iframe__content iframe {
    overflow: hidden;
    pointer-events: none
}

@media (max-width: 1199px) {
    .rental-iframe__content iframe {
        height: 600px
    }
}

@media (max-width: 991px) {
    .rental-iframe__content iframe {
        height: 450px
    }
}

@media (max-width: 575px) {
    .rental-iframe__content iframe {
        height: 350px
    }
}

.tt-rental-list-views {
    text-align: left
}

#ttRentalList .tt-rental-row a.btn.btn-primary {
    font-size: 18px;
    line-height: 1.2;
    padding: 10px
}

#ttRentalList #ttMap {
    width: 100% !important
}

#ttRentalList .tt-rental-row {
    background-color: #f3f3f3;
    border-color: #f3f3f3
}

.property-list-api__filter {
    background-color: #f3f3f3;
    border: 1px solid #e8e7e8;
    padding: 50px 60px 40px
}

@media (max-width: 767px) {
    .property-list-api__filter {
        padding: 40px 40px 30px
    }
}

@media (max-width: 575px) {
    .property-list-api__filter {
        padding: 40px 30px 30px
    }
}

.property-list-api__filter input, .property-list-api__filter select {
    border: 0;
    border-radius: 0
}

.property-list-api__filter input:focus, .property-list-api__filter select:focus {
    border: 0
}

.property-list-api__filter__string {
    position: relative
}

.property-list-api__filter__string input {
    padding-right: 35px
}

.property-list-api__filter__string:after {
    background-image: url(../../assets/images/search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 26px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px
}

.property-list-api__filter__dropdown {
    position: relative
}

.property-list-api__filter__dropdown input {
    padding-right: 30px
}

.property-list-api__filter__dropdown:after {
    background-image: url(../../assets/images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.property-list-api__filter .filter_submit {
    width: 100%
}

.property-list-api__filter .listing-clear-filter {
    color: #ed3324;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    width: 100%
}

.property-list-api__map {
    height: 0;
    transform: translateX(0);
    transition: transform .85s cubic-bezier(.25, 1, .5, 1) 50ms, height .3s ease-in-out
}

.property-list-api__map.open {
    height: 500px;
    padding-bottom: 50px
}

.property-list-api__map__inner {
    height: 100%;
    position: fixed;
    width: 100%
}

.property-list-api__order__select {
    position: relative
}

.property-list-api__order__select:after {
    background-image: url(../../assets/images/down-full.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 9px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px
}

.property-list-api__order__select select {
    border: 1px solid #12173f;
    border-radius: 0;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 30px;
    width: auto
}

.property-list-api #property-listing {
    min-height: 400px
}

.property-list-api #property-listing .listing-clear-filter {
    color: #ed3324;
    cursor: pointer;
    display: inline-block;
    text-decoration: underline
}

.property-list-api .loader-circle {
    display: none;
    text-align: center
}

.blog-featured-block__content__subtitle {
    color: #c4c4c4;
    font-size: 24px
}

@media (max-width: 1199px) {
    .blog-featured-block__content__subtitle {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .blog-featured-block__content__subtitle {
        font-size: 18px
    }
}

.blog-featured-block__content__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    font-size: 22px;
    overflow: hidden
}

@media (max-width: 1199px) {
    .blog-featured-block__content__text {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .blog-featured-block__content__text {
        font-size: 18px
    }
}

.blog-featured-block__content a {
    text-transform: inherit
}

@media (min-width: 1200px) {
    .blog-featured-block__content a {
        min-width: 215px
    }
}

.blog-featured-block img {
    border-radius: 12px
}

.blog-recents-block__subtitle {
    font-size: 24px
}

@media (max-width: 991px) {
    .blog-recents-block__subtitle {
        font-size: 22px
    }
}

@media (max-width: 575px) {
    .blog-recents-block__subtitle {
        font-size: 18px
    }
}

.blog-recents-block__content__title {
    color: #c4c4c4;
    font-size: 24px
}

@media (max-width: 1199px) {
    .blog-recents-block__content__title {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .blog-recents-block__content__title {
        font-size: 18px
    }
}

.blog-recents-block__content__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    font-size: 22px;
    overflow: hidden
}

@media (max-width: 1199px) {
    .blog-recents-block__content__text {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .blog-recents-block__content__text {
        font-size: 18px
    }
}

.blog-recents-block .btn-black {
    min-width: 180px;
    text-transform: inherit
}

@media (min-width: 1200px) {
    .blog-recents-block .btn-black {
        min-width: 215px
    }
}

.blog-recents-block .loadmore.btnloading .txt {
    display: none
}

.blog-recents-block .loadmore.btnloading .loading-dots {
    display: block
}
