:root {
    --bs-col-a: #dc1f00;
    --bs-col-b: #424242;
    --bs-col-c: #24ba9d;
    --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-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-t-col-a: #dc1f00;
    --bs-t-col-b: #424242;
    --bs-t-col-c: #24ba9d;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-t-col-a-rgb: 220, 31, 0;
    --bs-t-col-b-rgb: 66, 66, 66;
    --bs-t-col-c-rgb: 36, 186, 157;
    --bs-primary-rgb: 13, 110, 253;
    --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: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 255, 255, 255;
    --bs-body-bg-rgb: 38, 38, 52;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-root-font-size: 1rem;
    --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: #fff;
    --bs-body-bg: #262634
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    font-size: var(--bs-root-font-size)
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1px 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1, h2, h3 {
    text-align: center;
    color: #a51700;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5px;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.5rem
    }
}

.h2, h2 {
    font-size: calc(1.26rem + .12vw)
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.35rem
    }
}

.h3, h3 {
    font-size: 1.25rem
}

.h4, h4 {
    font-size: 1.25rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin-top: 0;
    margin-bottom: 1rem
}*/

abbr[data-bs-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

.small, small {
    font-size: .875em
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

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;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 30px auto;
}

svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1px;
    font-size: 1.25rem
}

.blockquote > :last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1px;
    margin-bottom: 1px;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-res {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #262634;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5px;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@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
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 1px
}

.g-1, .gy-1 {
    --bs-gutter-y: 1px
}

.g-2, .gx-2 {
    --bs-gutter-x: 2px
}

.g-2, .gy-2 {
    --bs-gutter-y: 2px
}

.g-3, .gx-3 {
    --bs-gutter-x: 3px
}

.g-3, .gy-3 {
    --bs-gutter-y: 3px
}

.g-4, .gx-4 {
    --bs-gutter-x: 4px
}

.g-4, .gy-4 {
    --bs-gutter-y: 4px
}

.g-5, .gx-5 {
    --bs-gutter-x: 5px
}

.g-5, .gy-5 {
    --bs-gutter-y: 5px
}

.g-6, .gx-6 {
    --bs-gutter-x: 6px
}

.g-6, .gy-6 {
    --bs-gutter-y: 6px
}

.g-7, .gx-7 {
    --bs-gutter-x: 7px
}

.g-7, .gy-7 {
    --bs-gutter-y: 7px
}

.g-8, .gx-8 {
    --bs-gutter-x: 8px
}

.g-8, .gy-8 {
    --bs-gutter-y: 8px
}

.g-9, .gx-9 {
    --bs-gutter-x: 9px
}

.g-9, .gy-9 {
    --bs-gutter-y: 9px
}

.g-10, .gx-10 {
    --bs-gutter-x: 10px
}

.g-10, .gy-10 {
    --bs-gutter-y: 10px
}

.g-20, .gx-20 {
    --bs-gutter-x: 20px
}

.g-20, .gy-20 {
    --bs-gutter-y: 20px
}

.g-30, .gx-30 {
    --bs-gutter-x: 30px
}

.g-30, .gy-30 {
    --bs-gutter-y: 30px
}

.g-40, .gx-40 {
    --bs-gutter-x: 40px
}

.g-40, .gy-40 {
    --bs-gutter-y: 40px
}

.g-50, .gx-50 {
    --bs-gutter-x: 50px
}

.g-50, .gy-50 {
    --bs-gutter-y: 50px
}

.g-60, .gx-60 {
    --bs-gutter-x: 60px
}

.g-60, .gy-60 {
    --bs-gutter-y: 60px
}

.g-70, .gx-70 {
    --bs-gutter-x: 70px
}

.g-70, .gy-70 {
    --bs-gutter-y: 70px
}

.g-80, .gx-80 {
    --bs-gutter-x: 80px
}

.g-80, .gy-80 {
    --bs-gutter-y: 80px
}

.g-90, .gx-90 {
    --bs-gutter-x: 90px
}

.g-90, .gy-90 {
    --bs-gutter-y: 90px
}

.g-15, .gx-15 {
    --bs-gutter-x: 15px
}

.g-15, .gy-15 {
    --bs-gutter-y: 15px
}

.g-25, .gx-25 {
    --bs-gutter-x: 25px
}

.g-25, .gy-25 {
    --bs-gutter-y: 25px
}

.g-35, .gx-35 {
    --bs-gutter-x: 35px
}

.g-35, .gy-35 {
    --bs-gutter-y: 35px
}

.g-45, .gx-45 {
    --bs-gutter-x: 45px
}

.g-45, .gy-45 {
    --bs-gutter-y: 45px
}

.g-55, .gx-55 {
    --bs-gutter-x: 55px
}

.g-55, .gy-55 {
    --bs-gutter-y: 55px
}

.g-65, .gx-65 {
    --bs-gutter-x: 65px
}

.g-65, .gy-65 {
    --bs-gutter-y: 65px
}

.g-75, .gx-75 {
    --bs-gutter-x: 75px
}

.g-75, .gy-75 {
    --bs-gutter-y: 75px
}

.g-85, .gx-85 {
    --bs-gutter-x: 85px
}

.g-85, .gy-85 {
    --bs-gutter-y: 85px
}

.g-95, .gx-95 {
    --bs-gutter-x: 95px
}

.g-95, .gy-95 {
    --bs-gutter-y: 95px
}

.g-100, .gx-100 {
    --bs-gutter-x: 100px
}

.g-100, .gy-100 {
    --bs-gutter-y: 100px
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 1px
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 1px
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 2px
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 2px
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 3px
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 3px
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 4px
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 4px
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 5px
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 5px
    }

    .g-sm-6, .gx-sm-6 {
        --bs-gutter-x: 6px
    }

    .g-sm-6, .gy-sm-6 {
        --bs-gutter-y: 6px
    }

    .g-sm-7, .gx-sm-7 {
        --bs-gutter-x: 7px
    }

    .g-sm-7, .gy-sm-7 {
        --bs-gutter-y: 7px
    }

    .g-sm-8, .gx-sm-8 {
        --bs-gutter-x: 8px
    }

    .g-sm-8, .gy-sm-8 {
        --bs-gutter-y: 8px
    }

    .g-sm-9, .gx-sm-9 {
        --bs-gutter-x: 9px
    }

    .g-sm-9, .gy-sm-9 {
        --bs-gutter-y: 9px
    }

    .g-sm-10, .gx-sm-10 {
        --bs-gutter-x: 10px
    }

    .g-sm-10, .gy-sm-10 {
        --bs-gutter-y: 10px
    }

    .g-sm-20, .gx-sm-20 {
        --bs-gutter-x: 20px
    }

    .g-sm-20, .gy-sm-20 {
        --bs-gutter-y: 20px
    }

    .g-sm-30, .gx-sm-30 {
        --bs-gutter-x: 30px
    }

    .g-sm-30, .gy-sm-30 {
        --bs-gutter-y: 30px
    }

    .g-sm-40, .gx-sm-40 {
        --bs-gutter-x: 40px
    }

    .g-sm-40, .gy-sm-40 {
        --bs-gutter-y: 40px
    }

    .g-sm-50, .gx-sm-50 {
        --bs-gutter-x: 50px
    }

    .g-sm-50, .gy-sm-50 {
        --bs-gutter-y: 50px
    }

    .g-sm-60, .gx-sm-60 {
        --bs-gutter-x: 60px
    }

    .g-sm-60, .gy-sm-60 {
        --bs-gutter-y: 60px
    }

    .g-sm-70, .gx-sm-70 {
        --bs-gutter-x: 70px
    }

    .g-sm-70, .gy-sm-70 {
        --bs-gutter-y: 70px
    }

    .g-sm-80, .gx-sm-80 {
        --bs-gutter-x: 80px
    }

    .g-sm-80, .gy-sm-80 {
        --bs-gutter-y: 80px
    }

    .g-sm-90, .gx-sm-90 {
        --bs-gutter-x: 90px
    }

    .g-sm-90, .gy-sm-90 {
        --bs-gutter-y: 90px
    }

    .g-sm-15, .gx-sm-15 {
        --bs-gutter-x: 15px
    }

    .g-sm-15, .gy-sm-15 {
        --bs-gutter-y: 15px
    }

    .g-sm-25, .gx-sm-25 {
        --bs-gutter-x: 25px
    }

    .g-sm-25, .gy-sm-25 {
        --bs-gutter-y: 25px
    }

    .g-sm-35, .gx-sm-35 {
        --bs-gutter-x: 35px
    }

    .g-sm-35, .gy-sm-35 {
        --bs-gutter-y: 35px
    }

    .g-sm-45, .gx-sm-45 {
        --bs-gutter-x: 45px
    }

    .g-sm-45, .gy-sm-45 {
        --bs-gutter-y: 45px
    }

    .g-sm-55, .gx-sm-55 {
        --bs-gutter-x: 55px
    }

    .g-sm-55, .gy-sm-55 {
        --bs-gutter-y: 55px
    }

    .g-sm-65, .gx-sm-65 {
        --bs-gutter-x: 65px
    }

    .g-sm-65, .gy-sm-65 {
        --bs-gutter-y: 65px
    }

    .g-sm-75, .gx-sm-75 {
        --bs-gutter-x: 75px
    }

    .g-sm-75, .gy-sm-75 {
        --bs-gutter-y: 75px
    }

    .g-sm-85, .gx-sm-85 {
        --bs-gutter-x: 85px
    }

    .g-sm-85, .gy-sm-85 {
        --bs-gutter-y: 85px
    }

    .g-sm-95, .gx-sm-95 {
        --bs-gutter-x: 95px
    }

    .g-sm-95, .gy-sm-95 {
        --bs-gutter-y: 95px
    }

    .g-sm-100, .gx-sm-100 {
        --bs-gutter-x: 100px
    }

    .g-sm-100, .gy-sm-100 {
        --bs-gutter-y: 100px
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 1px
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 1px
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 2px
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 2px
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 3px
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 3px
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 4px
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 4px
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 5px
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 5px
    }

    .g-md-6, .gx-md-6 {
        --bs-gutter-x: 6px
    }

    .g-md-6, .gy-md-6 {
        --bs-gutter-y: 6px
    }

    .g-md-7, .gx-md-7 {
        --bs-gutter-x: 7px
    }

    .g-md-7, .gy-md-7 {
        --bs-gutter-y: 7px
    }

    .g-md-8, .gx-md-8 {
        --bs-gutter-x: 8px
    }

    .g-md-8, .gy-md-8 {
        --bs-gutter-y: 8px
    }

    .g-md-9, .gx-md-9 {
        --bs-gutter-x: 9px
    }

    .g-md-9, .gy-md-9 {
        --bs-gutter-y: 9px
    }

    .g-md-10, .gx-md-10 {
        --bs-gutter-x: 10px
    }

    .g-md-10, .gy-md-10 {
        --bs-gutter-y: 10px
    }

    .g-md-20, .gx-md-20 {
        --bs-gutter-x: 20px
    }

    .g-md-20, .gy-md-20 {
        --bs-gutter-y: 20px
    }

    .g-md-30, .gx-md-30 {
        --bs-gutter-x: 30px
    }

    .g-md-30, .gy-md-30 {
        --bs-gutter-y: 30px
    }

    .g-md-40, .gx-md-40 {
        --bs-gutter-x: 40px
    }

    .g-md-40, .gy-md-40 {
        --bs-gutter-y: 40px
    }

    .g-md-50, .gx-md-50 {
        --bs-gutter-x: 50px
    }

    .g-md-50, .gy-md-50 {
        --bs-gutter-y: 50px
    }

    .g-md-60, .gx-md-60 {
        --bs-gutter-x: 60px
    }

    .g-md-60, .gy-md-60 {
        --bs-gutter-y: 60px
    }

    .g-md-70, .gx-md-70 {
        --bs-gutter-x: 70px
    }

    .g-md-70, .gy-md-70 {
        --bs-gutter-y: 70px
    }

    .g-md-80, .gx-md-80 {
        --bs-gutter-x: 80px
    }

    .g-md-80, .gy-md-80 {
        --bs-gutter-y: 80px
    }

    .g-md-90, .gx-md-90 {
        --bs-gutter-x: 90px
    }

    .g-md-90, .gy-md-90 {
        --bs-gutter-y: 90px
    }

    .g-md-15, .gx-md-15 {
        --bs-gutter-x: 15px
    }

    .g-md-15, .gy-md-15 {
        --bs-gutter-y: 15px
    }

    .g-md-25, .gx-md-25 {
        --bs-gutter-x: 25px
    }

    .g-md-25, .gy-md-25 {
        --bs-gutter-y: 25px
    }

    .g-md-35, .gx-md-35 {
        --bs-gutter-x: 35px
    }

    .g-md-35, .gy-md-35 {
        --bs-gutter-y: 35px
    }

    .g-md-45, .gx-md-45 {
        --bs-gutter-x: 45px
    }

    .g-md-45, .gy-md-45 {
        --bs-gutter-y: 45px
    }

    .g-md-55, .gx-md-55 {
        --bs-gutter-x: 55px
    }

    .g-md-55, .gy-md-55 {
        --bs-gutter-y: 55px
    }

    .g-md-65, .gx-md-65 {
        --bs-gutter-x: 65px
    }

    .g-md-65, .gy-md-65 {
        --bs-gutter-y: 65px
    }

    .g-md-75, .gx-md-75 {
        --bs-gutter-x: 75px
    }

    .g-md-75, .gy-md-75 {
        --bs-gutter-y: 75px
    }

    .g-md-85, .gx-md-85 {
        --bs-gutter-x: 85px
    }

    .g-md-85, .gy-md-85 {
        --bs-gutter-y: 85px
    }

    .g-md-95, .gx-md-95 {
        --bs-gutter-x: 95px
    }

    .g-md-95, .gy-md-95 {
        --bs-gutter-y: 95px
    }

    .g-md-100, .gx-md-100 {
        --bs-gutter-x: 100px
    }

    .g-md-100, .gy-md-100 {
        --bs-gutter-y: 100px
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 1px
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 1px
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 2px
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 2px
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 3px
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 3px
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 4px
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 4px
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 5px
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 5px
    }

    .g-lg-6, .gx-lg-6 {
        --bs-gutter-x: 6px
    }

    .g-lg-6, .gy-lg-6 {
        --bs-gutter-y: 6px
    }

    .g-lg-7, .gx-lg-7 {
        --bs-gutter-x: 7px
    }

    .g-lg-7, .gy-lg-7 {
        --bs-gutter-y: 7px
    }

    .g-lg-8, .gx-lg-8 {
        --bs-gutter-x: 8px
    }

    .g-lg-8, .gy-lg-8 {
        --bs-gutter-y: 8px
    }

    .g-lg-9, .gx-lg-9 {
        --bs-gutter-x: 9px
    }

    .g-lg-9, .gy-lg-9 {
        --bs-gutter-y: 9px
    }

    .g-lg-10, .gx-lg-10 {
        --bs-gutter-x: 10px
    }

    .g-lg-10, .gy-lg-10 {
        --bs-gutter-y: 10px
    }

    .g-lg-20, .gx-lg-20 {
        --bs-gutter-x: 20px
    }

    .g-lg-20, .gy-lg-20 {
        --bs-gutter-y: 20px
    }

    .g-lg-30, .gx-lg-30 {
        --bs-gutter-x: 30px
    }

    .g-lg-30, .gy-lg-30 {
        --bs-gutter-y: 30px
    }

    .g-lg-40, .gx-lg-40 {
        --bs-gutter-x: 40px
    }

    .g-lg-40, .gy-lg-40 {
        --bs-gutter-y: 40px
    }

    .g-lg-50, .gx-lg-50 {
        --bs-gutter-x: 50px
    }

    .g-lg-50, .gy-lg-50 {
        --bs-gutter-y: 50px
    }

    .g-lg-60, .gx-lg-60 {
        --bs-gutter-x: 60px
    }

    .g-lg-60, .gy-lg-60 {
        --bs-gutter-y: 60px
    }

    .g-lg-70, .gx-lg-70 {
        --bs-gutter-x: 70px
    }

    .g-lg-70, .gy-lg-70 {
        --bs-gutter-y: 70px
    }

    .g-lg-80, .gx-lg-80 {
        --bs-gutter-x: 80px
    }

    .g-lg-80, .gy-lg-80 {
        --bs-gutter-y: 80px
    }

    .g-lg-90, .gx-lg-90 {
        --bs-gutter-x: 90px
    }

    .g-lg-90, .gy-lg-90 {
        --bs-gutter-y: 90px
    }

    .g-lg-15, .gx-lg-15 {
        --bs-gutter-x: 15px
    }

    .g-lg-15, .gy-lg-15 {
        --bs-gutter-y: 15px
    }

    .g-lg-25, .gx-lg-25 {
        --bs-gutter-x: 25px
    }

    .g-lg-25, .gy-lg-25 {
        --bs-gutter-y: 25px
    }

    .g-lg-35, .gx-lg-35 {
        --bs-gutter-x: 35px
    }

    .g-lg-35, .gy-lg-35 {
        --bs-gutter-y: 35px
    }

    .g-lg-45, .gx-lg-45 {
        --bs-gutter-x: 45px
    }

    .g-lg-45, .gy-lg-45 {
        --bs-gutter-y: 45px
    }

    .g-lg-55, .gx-lg-55 {
        --bs-gutter-x: 55px
    }

    .g-lg-55, .gy-lg-55 {
        --bs-gutter-y: 55px
    }

    .g-lg-65, .gx-lg-65 {
        --bs-gutter-x: 65px
    }

    .g-lg-65, .gy-lg-65 {
        --bs-gutter-y: 65px
    }

    .g-lg-75, .gx-lg-75 {
        --bs-gutter-x: 75px
    }

    .g-lg-75, .gy-lg-75 {
        --bs-gutter-y: 75px
    }

    .g-lg-85, .gx-lg-85 {
        --bs-gutter-x: 85px
    }

    .g-lg-85, .gy-lg-85 {
        --bs-gutter-y: 85px
    }

    .g-lg-95, .gx-lg-95 {
        --bs-gutter-x: 95px
    }

    .g-lg-95, .gy-lg-95 {
        --bs-gutter-y: 95px
    }

    .g-lg-100, .gx-lg-100 {
        --bs-gutter-x: 100px
    }

    .g-lg-100, .gy-lg-100 {
        --bs-gutter-y: 100px
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 1px
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 1px
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 2px
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 2px
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 3px
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 3px
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 4px
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 4px
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 5px
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 5px
    }

    .g-xl-6, .gx-xl-6 {
        --bs-gutter-x: 6px
    }

    .g-xl-6, .gy-xl-6 {
        --bs-gutter-y: 6px
    }

    .g-xl-7, .gx-xl-7 {
        --bs-gutter-x: 7px
    }

    .g-xl-7, .gy-xl-7 {
        --bs-gutter-y: 7px
    }

    .g-xl-8, .gx-xl-8 {
        --bs-gutter-x: 8px
    }

    .g-xl-8, .gy-xl-8 {
        --bs-gutter-y: 8px
    }

    .g-xl-9, .gx-xl-9 {
        --bs-gutter-x: 9px
    }

    .g-xl-9, .gy-xl-9 {
        --bs-gutter-y: 9px
    }

    .g-xl-10, .gx-xl-10 {
        --bs-gutter-x: 10px
    }

    .g-xl-10, .gy-xl-10 {
        --bs-gutter-y: 10px
    }

    .g-xl-20, .gx-xl-20 {
        --bs-gutter-x: 20px
    }

    .g-xl-20, .gy-xl-20 {
        --bs-gutter-y: 20px
    }

    .g-xl-30, .gx-xl-30 {
        --bs-gutter-x: 30px
    }

    .g-xl-30, .gy-xl-30 {
        --bs-gutter-y: 30px
    }

    .g-xl-40, .gx-xl-40 {
        --bs-gutter-x: 40px
    }

    .g-xl-40, .gy-xl-40 {
        --bs-gutter-y: 40px
    }

    .g-xl-50, .gx-xl-50 {
        --bs-gutter-x: 50px
    }

    .g-xl-50, .gy-xl-50 {
        --bs-gutter-y: 50px
    }

    .g-xl-60, .gx-xl-60 {
        --bs-gutter-x: 60px
    }

    .g-xl-60, .gy-xl-60 {
        --bs-gutter-y: 60px
    }

    .g-xl-70, .gx-xl-70 {
        --bs-gutter-x: 70px
    }

    .g-xl-70, .gy-xl-70 {
        --bs-gutter-y: 70px
    }

    .g-xl-80, .gx-xl-80 {
        --bs-gutter-x: 80px
    }

    .g-xl-80, .gy-xl-80 {
        --bs-gutter-y: 80px
    }

    .g-xl-90, .gx-xl-90 {
        --bs-gutter-x: 90px
    }

    .g-xl-90, .gy-xl-90 {
        --bs-gutter-y: 90px
    }

    .g-xl-15, .gx-xl-15 {
        --bs-gutter-x: 15px
    }

    .g-xl-15, .gy-xl-15 {
        --bs-gutter-y: 15px
    }

    .g-xl-25, .gx-xl-25 {
        --bs-gutter-x: 25px
    }

    .g-xl-25, .gy-xl-25 {
        --bs-gutter-y: 25px
    }

    .g-xl-35, .gx-xl-35 {
        --bs-gutter-x: 35px
    }

    .g-xl-35, .gy-xl-35 {
        --bs-gutter-y: 35px
    }

    .g-xl-45, .gx-xl-45 {
        --bs-gutter-x: 45px
    }

    .g-xl-45, .gy-xl-45 {
        --bs-gutter-y: 45px
    }

    .g-xl-55, .gx-xl-55 {
        --bs-gutter-x: 55px
    }

    .g-xl-55, .gy-xl-55 {
        --bs-gutter-y: 55px
    }

    .g-xl-65, .gx-xl-65 {
        --bs-gutter-x: 65px
    }

    .g-xl-65, .gy-xl-65 {
        --bs-gutter-y: 65px
    }

    .g-xl-75, .gx-xl-75 {
        --bs-gutter-x: 75px
    }

    .g-xl-75, .gy-xl-75 {
        --bs-gutter-y: 75px
    }

    .g-xl-85, .gx-xl-85 {
        --bs-gutter-x: 85px
    }

    .g-xl-85, .gy-xl-85 {
        --bs-gutter-y: 85px
    }

    .g-xl-95, .gx-xl-95 {
        --bs-gutter-x: 95px
    }

    .g-xl-95, .gy-xl-95 {
        --bs-gutter-y: 95px
    }

    .g-xl-100, .gx-xl-100 {
        --bs-gutter-x: 100px
    }

    .g-xl-100, .gy-xl-100 {
        --bs-gutter-y: 100px
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 1px
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 1px
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 2px
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 2px
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 3px
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 3px
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 4px
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 4px
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 5px
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 5px
    }

    .g-xxl-6, .gx-xxl-6 {
        --bs-gutter-x: 6px
    }

    .g-xxl-6, .gy-xxl-6 {
        --bs-gutter-y: 6px
    }

    .g-xxl-7, .gx-xxl-7 {
        --bs-gutter-x: 7px
    }

    .g-xxl-7, .gy-xxl-7 {
        --bs-gutter-y: 7px
    }

    .g-xxl-8, .gx-xxl-8 {
        --bs-gutter-x: 8px
    }

    .g-xxl-8, .gy-xxl-8 {
        --bs-gutter-y: 8px
    }

    .g-xxl-9, .gx-xxl-9 {
        --bs-gutter-x: 9px
    }

    .g-xxl-9, .gy-xxl-9 {
        --bs-gutter-y: 9px
    }

    .g-xxl-10, .gx-xxl-10 {
        --bs-gutter-x: 10px
    }

    .g-xxl-10, .gy-xxl-10 {
        --bs-gutter-y: 10px
    }

    .g-xxl-20, .gx-xxl-20 {
        --bs-gutter-x: 20px
    }

    .g-xxl-20, .gy-xxl-20 {
        --bs-gutter-y: 20px
    }

    .g-xxl-30, .gx-xxl-30 {
        --bs-gutter-x: 30px
    }

    .g-xxl-30, .gy-xxl-30 {
        --bs-gutter-y: 30px
    }

    .g-xxl-40, .gx-xxl-40 {
        --bs-gutter-x: 40px
    }

    .g-xxl-40, .gy-xxl-40 {
        --bs-gutter-y: 40px
    }

    .g-xxl-50, .gx-xxl-50 {
        --bs-gutter-x: 50px
    }

    .g-xxl-50, .gy-xxl-50 {
        --bs-gutter-y: 50px
    }

    .g-xxl-60, .gx-xxl-60 {
        --bs-gutter-x: 60px
    }

    .g-xxl-60, .gy-xxl-60 {
        --bs-gutter-y: 60px
    }

    .g-xxl-70, .gx-xxl-70 {
        --bs-gutter-x: 70px
    }

    .g-xxl-70, .gy-xxl-70 {
        --bs-gutter-y: 70px
    }

    .g-xxl-80, .gx-xxl-80 {
        --bs-gutter-x: 80px
    }

    .g-xxl-80, .gy-xxl-80 {
        --bs-gutter-y: 80px
    }

    .g-xxl-90, .gx-xxl-90 {
        --bs-gutter-x: 90px
    }

    .g-xxl-90, .gy-xxl-90 {
        --bs-gutter-y: 90px
    }

    .g-xxl-15, .gx-xxl-15 {
        --bs-gutter-x: 15px
    }

    .g-xxl-15, .gy-xxl-15 {
        --bs-gutter-y: 15px
    }

    .g-xxl-25, .gx-xxl-25 {
        --bs-gutter-x: 25px
    }

    .g-xxl-25, .gy-xxl-25 {
        --bs-gutter-y: 25px
    }

    .g-xxl-35, .gx-xxl-35 {
        --bs-gutter-x: 35px
    }

    .g-xxl-35, .gy-xxl-35 {
        --bs-gutter-y: 35px
    }

    .g-xxl-45, .gx-xxl-45 {
        --bs-gutter-x: 45px
    }

    .g-xxl-45, .gy-xxl-45 {
        --bs-gutter-y: 45px
    }

    .g-xxl-55, .gx-xxl-55 {
        --bs-gutter-x: 55px
    }

    .g-xxl-55, .gy-xxl-55 {
        --bs-gutter-y: 55px
    }

    .g-xxl-65, .gx-xxl-65 {
        --bs-gutter-x: 65px
    }

    .g-xxl-65, .gy-xxl-65 {
        --bs-gutter-y: 65px
    }

    .g-xxl-75, .gx-xxl-75 {
        --bs-gutter-x: 75px
    }

    .g-xxl-75, .gy-xxl-75 {
        --bs-gutter-y: 75px
    }

    .g-xxl-85, .gx-xxl-85 {
        --bs-gutter-x: 85px
    }

    .g-xxl-85, .gy-xxl-85 {
        --bs-gutter-y: 85px
    }

    .g-xxl-95, .gx-xxl-95 {
        --bs-gutter-x: 95px
    }

    .g-xxl-95, .gy-xxl-95 {
        --bs-gutter-y: 95px
    }

    .g-xxl-100, .gx-xxl-100 {
        --bs-gutter-x: 100px
    }

    .g-xxl-100, .gy-xxl-100 {
        --bs-gutter-y: 100px
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #fff;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #fff;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #fff;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1px;
    color: #fff;
    vertical-align: top;
    border-color: #dee2e6
}

.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table > tbody {
    vertical-align: inherit
}

.table > thead {
    vertical-align: bottom
}

.table > :not(:first-child) {
    border-top: 2px solid currentColor
}

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem .25rem
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 1px
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-borderless > :not(:first-child) {
    border-top-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #262634;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #fff;
    background-color: #262634;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #fff;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #fff;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #262634;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #262634;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position .15s ease-in-out;
    -o-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #262634, 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 1px #262634, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #262634, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-floating > .form-control {
    padding: 1rem .75rem
}

.form-floating > .form-control::-webkit-input-placeholder {
    color: transparent
}

.form-floating > .form-control::-moz-placeholder {
    color: transparent
}

.form-floating > .form-control:-ms-input-placeholder {
    color: transparent
}

.form-floating > .form-control::-ms-input-placeholder {
    color: transparent
}

.form-floating > .form-control::placeholder {
    color: transparent
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: .65;
    -ms-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    -ms-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .form-control, .input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group > .form-control:focus, .input-group > .form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25px .5px;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #198754
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #198754
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #198754
}

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25px .5px;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%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)
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #fff
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-t-col-a {
    color: #fff;
    background-color: #dc1f00;
    border-color: #dc1f00
}

.btn-t-col-a:hover {
    color: #fff;
    background-color: #bb1a00;
    border-color: #b01900
}

.btn-check:focus + .btn-t-col-a, .btn-t-col-a:focus {
    color: #fff;
    background-color: #bb1a00;
    border-color: #b01900;
    -webkit-box-shadow: 0 0 0 .25rem rgba(225, 65, 38, .5);
    box-shadow: 0 0 0 .25rem rgba(225, 65, 38, .5)
}

.btn-check:active + .btn-t-col-a, .btn-check:checked + .btn-t-col-a, .btn-t-col-a.active, .btn-t-col-a:active, .show > .btn-t-col-a.dropdown-toggle {
    color: #fff;
    background-color: #b01900;
    border-color: #a51700
}

.btn-check:active + .btn-t-col-a:focus, .btn-check:checked + .btn-t-col-a:focus, .btn-t-col-a.active:focus, .btn-t-col-a:active:focus, .show > .btn-t-col-a.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(225, 65, 38, .5);
    box-shadow: 0 0 0 .25rem rgba(225, 65, 38, .5)
}

.btn-t-col-a.disabled, .btn-t-col-a:disabled {
    color: #fff;
    background-color: #dc1f00;
    border-color: #dc1f00
}

.btn-t-col-b {
    color: #fff;
    background-color: #424242;
    border-color: #424242
}

.btn-t-col-b:hover {
    color: #fff;
    background-color: #383838;
    border-color: #353535
}

.btn-check:focus + .btn-t-col-b, .btn-t-col-b:focus {
    color: #fff;
    background-color: #383838;
    border-color: #353535;
    -webkit-box-shadow: 0 0 0 .25rem rgba(94, 94, 94, .5);
    box-shadow: 0 0 0 .25rem rgba(94, 94, 94, .5)
}

.btn-check:active + .btn-t-col-b, .btn-check:checked + .btn-t-col-b, .btn-t-col-b.active, .btn-t-col-b:active, .show > .btn-t-col-b.dropdown-toggle {
    color: #fff;
    background-color: #353535;
    border-color: #323232
}

.btn-check:active + .btn-t-col-b:focus, .btn-check:checked + .btn-t-col-b:focus, .btn-t-col-b.active:focus, .btn-t-col-b:active:focus, .show > .btn-t-col-b.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(94, 94, 94, .5);
    box-shadow: 0 0 0 .25rem rgba(94, 94, 94, .5)
}

.btn-t-col-b.disabled, .btn-t-col-b:disabled {
    color: #fff;
    background-color: #424242;
    border-color: #424242
}

.btn-t-col-c {
    color: #000;
    background-color: #24ba9d;
    border-color: #24ba9d
}

.btn-t-col-c:hover {
    color: #000;
    background-color: #45c4ac;
    border-color: #3ac1a7
}

.btn-check:focus + .btn-t-col-c, .btn-t-col-c:focus {
    color: #000;
    background-color: #45c4ac;
    border-color: #3ac1a7;
    -webkit-box-shadow: 0 0 0 .25rem rgba(31, 158, 133, .5);
    box-shadow: 0 0 0 .25rem rgba(31, 158, 133, .5)
}

.btn-check:active + .btn-t-col-c, .btn-check:checked + .btn-t-col-c, .btn-t-col-c.active, .btn-t-col-c:active, .show > .btn-t-col-c.dropdown-toggle {
    color: #000;
    background-color: #50c8b1;
    border-color: #3ac1a7
}

.btn-check:active + .btn-t-col-c:focus, .btn-check:checked + .btn-t-col-c:focus, .btn-t-col-c.active:focus, .btn-t-col-c:active:focus, .show > .btn-t-col-c.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(31, 158, 133, .5);
    box-shadow: 0 0 0 .25rem rgba(31, 158, 133, .5)
}

.btn-t-col-c.disabled, .btn-t-col-c:disabled {
    color: #000;
    background-color: #24ba9d;
    border-color: #24ba9d
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    -webkit-box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    -webkit-box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}

.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    -webkit-box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    -webkit-box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    -webkit-box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    -webkit-box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    -webkit-box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    -webkit-box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-outline-t-col-a {
    color: #dc1f00;
    border-color: #dc1f00
}

.btn-outline-t-col-a:hover {
    color: #fff;
    background-color: #dc1f00;
    border-color: #dc1f00
}

.btn-check:focus + .btn-outline-t-col-a, .btn-outline-t-col-a:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 31, 0, .5);
    box-shadow: 0 0 0 .25rem rgba(220, 31, 0, .5)
}

.btn-check:active + .btn-outline-t-col-a, .btn-check:checked + .btn-outline-t-col-a, .btn-outline-t-col-a.active, .btn-outline-t-col-a.dropdown-toggle.show, .btn-outline-t-col-a:active {
    color: #fff;
    background-color: #dc1f00;
    border-color: #dc1f00
}

.btn-check:active + .btn-outline-t-col-a:focus, .btn-check:checked + .btn-outline-t-col-a:focus, .btn-outline-t-col-a.active:focus, .btn-outline-t-col-a.dropdown-toggle.show:focus, .btn-outline-t-col-a:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 31, 0, .5);
    box-shadow: 0 0 0 .25rem rgba(220, 31, 0, .5)
}

.btn-outline-t-col-a.disabled, .btn-outline-t-col-a:disabled {
    color: #dc1f00;
    background-color: transparent
}

.btn-outline-t-col-b {
    color: #424242;
    border-color: #424242
}

.btn-outline-t-col-b:hover {
    color: #fff;
    background-color: #424242;
    border-color: #424242
}

.btn-check:focus + .btn-outline-t-col-b, .btn-outline-t-col-b:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(66, 66, 66, .5);
    box-shadow: 0 0 0 .25rem rgba(66, 66, 66, .5)
}

.btn-check:active + .btn-outline-t-col-b, .btn-check:checked + .btn-outline-t-col-b, .btn-outline-t-col-b.active, .btn-outline-t-col-b.dropdown-toggle.show, .btn-outline-t-col-b:active {
    color: #fff;
    background-color: #424242;
    border-color: #424242
}

.btn-check:active + .btn-outline-t-col-b:focus, .btn-check:checked + .btn-outline-t-col-b:focus, .btn-outline-t-col-b.active:focus, .btn-outline-t-col-b.dropdown-toggle.show:focus, .btn-outline-t-col-b:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(66, 66, 66, .5);
    box-shadow: 0 0 0 .25rem rgba(66, 66, 66, .5)
}

.btn-outline-t-col-b.disabled, .btn-outline-t-col-b:disabled {
    color: #424242;
    background-color: transparent
}

.btn-outline-t-col-c {
    color: #24ba9d;
    border-color: #24ba9d
}

.btn-outline-t-col-c:hover {
    color: #000;
    background-color: #24ba9d;
    border-color: #24ba9d
}

.btn-check:focus + .btn-outline-t-col-c, .btn-outline-t-col-c:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(36, 186, 157, .5);
    box-shadow: 0 0 0 .25rem rgba(36, 186, 157, .5)
}

.btn-check:active + .btn-outline-t-col-c, .btn-check:checked + .btn-outline-t-col-c, .btn-outline-t-col-c.active, .btn-outline-t-col-c.dropdown-toggle.show, .btn-outline-t-col-c:active {
    color: #000;
    background-color: #24ba9d;
    border-color: #24ba9d
}

.btn-check:active + .btn-outline-t-col-c:focus, .btn-check:checked + .btn-outline-t-col-c:focus, .btn-outline-t-col-c.active:focus, .btn-outline-t-col-c.dropdown-toggle.show:focus, .btn-outline-t-col-c:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(36, 186, 157, .5);
    box-shadow: 0 0 0 .25rem rgba(36, 186, 157, .5)
}

.btn-outline-t-col-c.disabled, .btn-outline-t-col-c:disabled {
    color: #24ba9d;
    background-color: transparent
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #198754;
    background-color: transparent
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-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-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .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-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-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
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.nav-link:focus, .nav-link:hover {
    color: #0a58ca
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #262634;
    border-color: #dee2e6 #dee2e6 #262634
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd
}

.nav-fill .nav-item, .nav-fill > .nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .5px;
    padding-bottom: .5px
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition: -webkit-box-shadow .15s ease-in-out;
    -o-transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .navbar-expand-sm .offcanvas-bottom, .navbar-expand-sm .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-sm .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .navbar-expand-md .offcanvas-bottom, .navbar-expand-md .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-md .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .navbar-expand-lg .offcanvas-bottom, .navbar-expand-lg .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-lg .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .navbar-expand-xl .offcanvas-bottom, .navbar-expand-xl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .navbar-expand-xxl .offcanvas-bottom, .navbar-expand-xxl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xxl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.navbar-expand .offcanvas-bottom, .navbar-expand .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
}

.navbar-expand .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1px 1px
}

.card-title {
    margin-bottom: .5px
}

.card-subtitle {
    margin-top: -.25px;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link + .card-link {
    margin-left: 1px
}

.card-header {
    padding: .5px 1px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .5px 1px;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.5px;
    margin-bottom: -.5px;
    margin-left: -.5px;
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: #fff;
    border-bottom-color: #fff
}

.card-header-pills {
    margin-right: -.5px;
    margin-left: -.5px
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1px;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group > .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #fff;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5px 1px;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-t-col-a {
    color: #841300;
    background-color: #f8d2cc
}

.list-group-item-t-col-a.list-group-item-action:focus, .list-group-item-t-col-a.list-group-item-action:hover {
    color: #841300;
    background-color: #dfbdb8
}

.list-group-item-t-col-a.list-group-item-action.active {
    color: #fff;
    background-color: #841300;
    border-color: #841300
}

.list-group-item-t-col-b {
    color: #282828;
    background-color: #d9d9d9
}

.list-group-item-t-col-b.list-group-item-action:focus, .list-group-item-t-col-b.list-group-item-action:hover {
    color: #282828;
    background-color: #c3c3c3
}

.list-group-item-t-col-b.list-group-item-action.active {
    color: #fff;
    background-color: #282828;
    border-color: #282828
}

.list-group-item-t-col-c {
    color: #16705e;
    background-color: #d3f1eb
}

.list-group-item-t-col-c.list-group-item-action:focus, .list-group-item-t-col-c.list-group-item-action:hover {
    color: #16705e;
    background-color: #bed9d4
}

.list-group-item-t-col-c.list-group-item-action.active {
    color: #fff;
    background-color: #16705e;
    border-color: #16705e
}

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #084298;
    background-color: #bacbe6
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03
}

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #842029;
    background-color: #dfc2c4
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close.disabled, .btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%)
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1px 1px
}

.offcanvas-header .btn-close {
    padding: .5px .5px;
    margin-top: -.5px;
    margin-right: -.5px;
    margin-bottom: -.5px
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1px 1px;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.show {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-t-col-a {
    color: #dc1f00
}

.link-t-col-a:focus, .link-t-col-a:hover {
    color: #b01900
}

.link-t-col-b {
    color: #424242
}

.link-t-col-b:focus, .link-t-col-b:hover {
    color: #353535
}

.link-t-col-c {
    color: #24ba9d
}

.link-t-col-c:focus, .link-t-col-c:hover {
    color: #50c8b1
}

.link-primary {
    color: #0d6efd
}

.link-primary:focus, .link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus, .link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:focus, .link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus, .link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus, .link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:focus, .link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:focus, .link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus, .link-dark:hover {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-5 {
    opacity: .05 !important
}

.opacity-10 {
    opacity: .1 !important
}

.opacity-15 {
    opacity: .15 !important
}

.opacity-20 {
    opacity: .2 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-30 {
    opacity: .3 !important
}

.opacity-35 {
    opacity: .35 !important
}

.opacity-40 {
    opacity: .4 !important
}

.opacity-45 {
    opacity: .45 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-55 {
    opacity: .55 !important
}

.opacity-60 {
    opacity: .6 !important
}

.opacity-65 {
    opacity: .65 !important
}

.opacity-70 {
    opacity: .7 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-80 {
    opacity: .8 !important
}

.opacity-85 {
    opacity: .85 !important
}

.opacity-90 {
    opacity: .9 !important
}

.opacity-95 {
    opacity: .95 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: -ms-grid !important;
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-t-col-a {
    border-color: #dc1f00 !important
}

.border-t-col-b {
    border-color: #424242 !important
}

.border-t-col-c {
    border-color: #24ba9d !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-0 {
    width: 0% !important
}

.w-5 {
    width: 5% !important
}

.w-10 {
    width: 10% !important
}

.w-15 {
    width: 15% !important
}

.w-20 {
    width: 20% !important
}

.w-25 {
    width: 25% !important
}

.w-30 {
    width: 30% !important
}

.w-35 {
    width: 35% !important
}

.w-40 {
    width: 4% !important
}

.w-45 {
    width: 45% !important
}

.w-50 {
    width: 5% !important
}

.w-55 {
    width: 55% !important
}

.w-60 {
    width: 6% !important
}

.w-65 {
    width: 65% !important
}

.w-70 {
    width: 7% !important
}

.w-75 {
    width: 75% !important
}

.w-80 {
    width: 80% !important
}

.w-85 {
    width: 85% !important
}

.w-90 {
    width: 90% !important
}

.w-95 {
    width: 95% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: 1px !important
}

.gap-2 {
    gap: 2px !important
}

.gap-3 {
    gap: 3px !important
}

.gap-4 {
    gap: 4px !important
}

.gap-5 {
    gap: 5px !important
}

.gap-6 {
    gap: 6px !important
}

.gap-7 {
    gap: 7px !important
}

.gap-8 {
    gap: 8px !important
}

.gap-9 {
    gap: 9px !important
}

.gap-10 {
    gap: 10px !important
}

.gap-20 {
    gap: 20px !important
}

.gap-30 {
    gap: 30px !important
}

.gap-40 {
    gap: 40px !important
}

.gap-50 {
    gap: 50px !important
}

.gap-60 {
    gap: 60px !important
}

.gap-70 {
    gap: 70px !important
}

.gap-80 {
    gap: 80px !important
}

.gap-90 {
    gap: 90px !important
}

.gap-15 {
    gap: 15px !important
}

.gap-25 {
    gap: 25px !important
}

.gap-35 {
    gap: 35px !important
}

.gap-45 {
    gap: 45px !important
}

.gap-55 {
    gap: 55px !important
}

.gap-65 {
    gap: 65px !important
}

.gap-75 {
    gap: 75px !important
}

.gap-85 {
    gap: 85px !important
}

.gap-95 {
    gap: 95px !important
}

.gap-100 {
    gap: 100px !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 1px !important
}

.m-2 {
    margin: 2px !important
}

.m-3 {
    margin: 3px !important
}

.m-4 {
    margin: 4px !important
}

.m-5 {
    margin: 5px !important
}

.m-6 {
    margin: 6px !important
}

.m-7 {
    margin: 7px !important
}

.m-8 {
    margin: 8px !important
}

.m-9 {
    margin: 9px !important
}

.m-10 {
    margin: 10px !important
}

.m-20 {
    margin: 20px !important
}

.m-30 {
    margin: 30px !important
}

.m-40 {
    margin: 40px !important
}

.m-50 {
    margin: 50px !important
}

.m-60 {
    margin: 60px !important
}

.m-70 {
    margin: 70px !important
}

.m-80 {
    margin: 80px !important
}

.m-90 {
    margin: 90px !important
}

.m-15 {
    margin: 15px !important
}

.m-25 {
    margin: 25px !important
}

.m-35 {
    margin: 35px !important
}

.m-45 {
    margin: 45px !important
}

.m-55 {
    margin: 55px !important
}

.m-65 {
    margin: 65px !important
}

.m-75 {
    margin: 75px !important
}

.m-85 {
    margin: 85px !important
}

.m-95 {
    margin: 95px !important
}

.m-100 {
    margin: 100px !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: 1px !important;
    margin-left: 1px !important
}

.mx-2 {
    margin-right: 2px !important;
    margin-left: 2px !important
}

.mx-3 {
    margin-right: 3px !important;
    margin-left: 3px !important
}

.mx-4 {
    margin-right: 4px !important;
    margin-left: 4px !important
}

.mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important
}

.mx-6 {
    margin-right: 6px !important;
    margin-left: 6px !important
}

.mx-7 {
    margin-right: 7px !important;
    margin-left: 7px !important
}

.mx-8 {
    margin-right: 8px !important;
    margin-left: 8px !important
}

.mx-9 {
    margin-right: 9px !important;
    margin-left: 9px !important
}

.mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important
}

.mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important
}

.mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important
}

.mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important
}

.mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important
}

.mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important
}

.mx-70 {
    margin-right: 70px !important;
    margin-left: 70px !important
}

.mx-80 {
    margin-right: 80px !important;
    margin-left: 80px !important
}

.mx-90 {
    margin-right: 90px !important;
    margin-left: 90px !important
}

.mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important
}

.mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important
}

.mx-35 {
    margin-right: 35px !important;
    margin-left: 35px !important
}

.mx-45 {
    margin-right: 45px !important;
    margin-left: 45px !important
}

.mx-55 {
    margin-right: 55px !important;
    margin-left: 55px !important
}

.mx-65 {
    margin-right: 65px !important;
    margin-left: 65px !important
}

.mx-75 {
    margin-right: 75px !important;
    margin-left: 75px !important
}

.mx-85 {
    margin-right: 85px !important;
    margin-left: 85px !important
}

.mx-95 {
    margin-right: 95px !important;
    margin-left: 95px !important
}

.mx-100 {
    margin-right: 100px !important;
    margin-left: 100px !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important
}

.my-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important
}

.my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important
}

.my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important
}

.my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.my-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important
}

.my-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important
}

.my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

.my-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}

.my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
}

.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}

.my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}

.my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important
}

.my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important
}

.my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important
}

.my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important
}

.my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important
}

.my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 1px !important
}

.mt-2 {
    margin-top: 2px !important
}

.mt-3 {
    margin-top: 3px !important
}

.mt-4 {
    margin-top: 4px !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-6 {
    margin-top: 6px !important
}

.mt-7 {
    margin-top: 7px !important
}

.mt-8 {
    margin-top: 8px !important
}

.mt-9 {
    margin-top: 9px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mt-45 {
    margin-top: 45px !important
}

.mt-55 {
    margin-top: 55px !important
}

.mt-65 {
    margin-top: 65px !important
}

.mt-75 {
    margin-top: 75px !important
}

.mt-85 {
    margin-top: 85px !important
}

.mt-95 {
    margin-top: 95px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: 1px !important
}

.me-2 {
    margin-right: 2px !important
}

.me-3 {
    margin-right: 3px !important
}

.me-4 {
    margin-right: 4px !important
}

.me-5 {
    margin-right: 5px !important
}

.me-6 {
    margin-right: 6px !important
}

.me-7 {
    margin-right: 7px !important
}

.me-8 {
    margin-right: 8px !important
}

.me-9 {
    margin-right: 9px !important
}

.me-10 {
    margin-right: 10px !important
}

.me-20 {
    margin-right: 20px !important
}

.me-30 {
    margin-right: 30px !important
}

.me-40 {
    margin-right: 40px !important
}

.me-50 {
    margin-right: 50px !important
}

.me-60 {
    margin-right: 60px !important
}

.me-70 {
    margin-right: 70px !important
}

.me-80 {
    margin-right: 80px !important
}

.me-90 {
    margin-right: 90px !important
}

.me-15 {
    margin-right: 15px !important
}

.me-25 {
    margin-right: 25px !important
}

.me-35 {
    margin-right: 35px !important
}

.me-45 {
    margin-right: 45px !important
}

.me-55 {
    margin-right: 55px !important
}

.me-65 {
    margin-right: 65px !important
}

.me-75 {
    margin-right: 75px !important
}

.me-85 {
    margin-right: 85px !important
}

.me-95 {
    margin-right: 95px !important
}

.me-100 {
    margin-right: 100px !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 1px !important
}

.mb-2 {
    margin-bottom: 2px !important
}

.mb-3 {
    margin-bottom: 3px !important
}

.mb-4 {
    margin-bottom: 4px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-6 {
    margin-bottom: 6px !important
}

.mb-7 {
    margin-bottom: 7px !important
}

.mb-8 {
    margin-bottom: 8px !important
}

.mb-9 {
    margin-bottom: 9px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.mb-55 {
    margin-bottom: 55px !important
}

.mb-65 {
    margin-bottom: 65px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

.mb-85 {
    margin-bottom: 85px !important
}

.mb-95 {
    margin-bottom: 95px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: 1px !important
}

.ms-2 {
    margin-left: 2px !important
}

.ms-3 {
    margin-left: 3px !important
}

.ms-4 {
    margin-left: 4px !important
}

.ms-5 {
    margin-left: 5px !important
}

.ms-6 {
    margin-left: 6px !important
}

.ms-7 {
    margin-left: 7px !important
}

.ms-8 {
    margin-left: 8px !important
}

.ms-9 {
    margin-left: 9px !important
}

.ms-10 {
    margin-left: 10px !important
}

.ms-20 {
    margin-left: 20px !important
}

.ms-30 {
    margin-left: 30px !important
}

.ms-40 {
    margin-left: 40px !important
}

.ms-50 {
    margin-left: 50px !important
}

.ms-60 {
    margin-left: 60px !important
}

.ms-70 {
    margin-left: 70px !important
}

.ms-80 {
    margin-left: 80px !important
}

.ms-90 {
    margin-left: 90px !important
}

.ms-15 {
    margin-left: 15px !important
}

.ms-25 {
    margin-left: 25px !important
}

.ms-35 {
    margin-left: 35px !important
}

.ms-45 {
    margin-left: 45px !important
}

.ms-55 {
    margin-left: 55px !important
}

.ms-65 {
    margin-left: 65px !important
}

.ms-75 {
    margin-left: 75px !important
}

.ms-85 {
    margin-left: 85px !important
}

.ms-95 {
    margin-left: 95px !important
}

.ms-100 {
    margin-left: 100px !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 1px !important
}

.p-2 {
    padding: 2px !important
}

.p-3 {
    padding: 3px !important
}

.p-4 {
    padding: 4px !important
}

.p-5 {
    padding: 5px !important
}

.p-6 {
    padding: 6px !important
}

.p-7 {
    padding: 7px !important
}

.p-8 {
    padding: 8px !important
}

.p-9 {
    padding: 9px !important
}

.p-10 {
    padding: 10px !important
}

.p-20 {
    padding: 20px !important
}

.p-30 {
    padding: 30px !important
}

.p-40 {
    padding: 40px !important
}

.p-50 {
    padding: 50px !important
}

.p-60 {
    padding: 60px !important
}

.p-70 {
    padding: 70px !important
}

.p-80 {
    padding: 80px !important
}

.p-90 {
    padding: 90px !important
}

.p-15 {
    padding: 15px !important
}

.p-25 {
    padding: 25px !important
}

.p-35 {
    padding: 35px !important
}

.p-45 {
    padding: 45px !important
}

.p-55 {
    padding: 55px !important
}

.p-65 {
    padding: 65px !important
}

.p-75 {
    padding: 75px !important
}

.p-85 {
    padding: 85px !important
}

.p-95 {
    padding: 95px !important
}

.p-100 {
    padding: 100px !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: 1px !important;
    padding-left: 1px !important
}

.px-2 {
    padding-right: 2px !important;
    padding-left: 2px !important
}

.px-3 {
    padding-right: 3px !important;
    padding-left: 3px !important
}

.px-4 {
    padding-right: 4px !important;
    padding-left: 4px !important
}

.px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important
}

.px-6 {
    padding-right: 6px !important;
    padding-left: 6px !important
}

.px-7 {
    padding-right: 7px !important;
    padding-left: 7px !important
}

.px-8 {
    padding-right: 8px !important;
    padding-left: 8px !important
}

.px-9 {
    padding-right: 9px !important;
    padding-left: 9px !important
}

.px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important
}

.px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important
}

.px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important
}

.px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important
}

.px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important
}

.px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important
}

.px-70 {
    padding-right: 70px !important;
    padding-left: 70px !important
}

.px-80 {
    padding-right: 80px !important;
    padding-left: 80px !important
}

.px-90 {
    padding-right: 90px !important;
    padding-left: 90px !important
}

.px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important
}

.px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important
}

.px-35 {
    padding-right: 35px !important;
    padding-left: 35px !important
}

.px-45 {
    padding-right: 45px !important;
    padding-left: 45px !important
}

.px-55 {
    padding-right: 55px !important;
    padding-left: 55px !important
}

.px-65 {
    padding-right: 65px !important;
    padding-left: 65px !important
}

.px-75 {
    padding-right: 75px !important;
    padding-left: 75px !important
}

.px-85 {
    padding-right: 85px !important;
    padding-left: 85px !important
}

.px-95 {
    padding-right: 95px !important;
    padding-left: 95px !important
}

.px-100 {
    padding-right: 100px !important;
    padding-left: 100px !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important
}

.py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important
}

.py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important
}

.py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
}

.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important
}

.py-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important
}

.py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.py-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}

.py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important
}

.py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important
}

.py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important
}

.py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 1px !important
}

.pt-2 {
    padding-top: 2px !important
}

.pt-3 {
    padding-top: 3px !important
}

.pt-4 {
    padding-top: 4px !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-6 {
    padding-top: 6px !important
}

.pt-7 {
    padding-top: 7px !important
}

.pt-8 {
    padding-top: 8px !important
}

.pt-9 {
    padding-top: 9px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-35 {
    padding-top: 35px !important
}

.pt-45 {
    padding-top: 45px !important
}

.pt-55 {
    padding-top: 55px !important
}

.pt-65 {
    padding-top: 65px !important
}

.pt-75 {
    padding-top: 75px !important
}

.pt-85 {
    padding-top: 85px !important
}

.pt-95 {
    padding-top: 95px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: 1px !important
}

.pe-2 {
    padding-right: 2px !important
}

.pe-3 {
    padding-right: 3px !important
}

.pe-4 {
    padding-right: 4px !important
}

.pe-5 {
    padding-right: 5px !important
}

.pe-6 {
    padding-right: 6px !important
}

.pe-7 {
    padding-right: 7px !important
}

.pe-8 {
    padding-right: 8px !important
}

.pe-9 {
    padding-right: 9px !important
}

.pe-10 {
    padding-right: 10px !important
}

.pe-20 {
    padding-right: 20px !important
}

.pe-30 {
    padding-right: 30px !important
}

.pe-40 {
    padding-right: 40px !important
}

.pe-50 {
    padding-right: 50px !important
}

.pe-60 {
    padding-right: 60px !important
}

.pe-70 {
    padding-right: 70px !important
}

.pe-80 {
    padding-right: 80px !important
}

.pe-90 {
    padding-right: 90px !important
}

.pe-15 {
    padding-right: 15px !important
}

.pe-25 {
    padding-right: 25px !important
}

.pe-35 {
    padding-right: 35px !important
}

.pe-45 {
    padding-right: 45px !important
}

.pe-55 {
    padding-right: 55px !important
}

.pe-65 {
    padding-right: 65px !important
}

.pe-75 {
    padding-right: 75px !important
}

.pe-85 {
    padding-right: 85px !important
}

.pe-95 {
    padding-right: 95px !important
}

.pe-100 {
    padding-right: 100px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 1px !important
}

.pb-2 {
    padding-bottom: 2px !important
}

.pb-3 {
    padding-bottom: 3px !important
}

.pb-4 {
    padding-bottom: 4px !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-6 {
    padding-bottom: 6px !important
}

.pb-7 {
    padding-bottom: 7px !important
}

.pb-8 {
    padding-bottom: 8px !important
}

.pb-9 {
    padding-bottom: 9px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.pb-35 {
    padding-bottom: 35px !important
}

.pb-45 {
    padding-bottom: 45px !important
}

.pb-55 {
    padding-bottom: 55px !important
}

.pb-65 {
    padding-bottom: 65px !important
}

.pb-75 {
    padding-bottom: 75px !important
}

.pb-85 {
    padding-bottom: 85px !important
}

.pb-95 {
    padding-bottom: 95px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: 1px !important
}

.ps-2 {
    padding-left: 2px !important
}

.ps-3 {
    padding-left: 3px !important
}

.ps-4 {
    padding-left: 4px !important
}

.ps-5 {
    padding-left: 5px !important
}

.ps-6 {
    padding-left: 6px !important
}

.ps-7 {
    padding-left: 7px !important
}

.ps-8 {
    padding-left: 8px !important
}

.ps-9 {
    padding-left: 9px !important
}

.ps-10 {
    padding-left: 10px !important
}

.ps-20 {
    padding-left: 20px !important
}

.ps-30 {
    padding-left: 30px !important
}

.ps-40 {
    padding-left: 40px !important
}

.ps-50 {
    padding-left: 50px !important
}

.ps-60 {
    padding-left: 60px !important
}

.ps-70 {
    padding-left: 70px !important
}

.ps-80 {
    padding-left: 80px !important
}

.ps-90 {
    padding-left: 90px !important
}

.ps-15 {
    padding-left: 15px !important
}

.ps-25 {
    padding-left: 25px !important
}

.ps-35 {
    padding-left: 35px !important
}

.ps-45 {
    padding-left: 45px !important
}

.ps-55 {
    padding-left: 55px !important
}

.ps-65 {
    padding-left: 65px !important
}

.ps-75 {
    padding-left: 75px !important
}

.ps-85 {
    padding-left: 85px !important
}

.ps-95 {
    padding-left: 95px !important
}

.ps-100 {
    padding-left: 100px !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-2 {
    font-size: calc(1.26rem + .12vw) !important
}

.fs-3 {
    font-size: 1.25rem !important
}

.fs-4 {
    font-size: 1.25rem !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fs-10 {
    font-size: .625rem !important
}

.fs-11 {
    font-size: .6875rem !important
}

.fs-12 {
    font-size: .75rem !important
}

.fs-13 {
    font-size: .8125rem !important
}

.fs-14 {
    font-size: .875rem !important
}

.fs-15 {
    font-size: .9375rem !important
}

.fs-16 {
    font-size: 1rem !important
}

.fs-17 {
    font-size: 1.0625rem !important
}

.fs-18 {
    font-size: 1.125rem !important
}

.fs-19 {
    font-size: 1.1875rem !important
}

.fs-20 {
    font-size: 1.25rem !important
}

.fs-21 {
    font-size: calc(1.25625rem + .075vw) !important
}

.fs-22 {
    font-size: calc(1.2625rem + .15vw) !important
}

.fs-23 {
    font-size: calc(1.26875rem + .225vw) !important
}

.fs-24 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-25 {
    font-size: calc(1.28125rem + .375vw) !important
}

.fs-26 {
    font-size: calc(1.2875rem + .45vw) !important
}

.fs-27 {
    font-size: calc(1.29375rem + .525vw) !important
}

.fs-28 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-29 {
    font-size: calc(1.30625rem + .675vw) !important
}

.fs-30 {
    font-size: calc(1.3125rem + .75vw) !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-t-col-a {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-t-col-a-rgb), var(--bs-text-opacity)) !important
}

.text-t-col-b {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-t-col-b-rgb), var(--bs-text-opacity)) !important
}

.text-t-col-c {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-t-col-c-rgb), var(--bs-text-opacity)) !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: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-0 {
    --bs-text-opacity: 0
}

.text-opacity-5 {
    --bs-text-opacity: 0.05
}

.text-opacity-10 {
    --bs-text-opacity: 0.1
}

.text-opacity-15 {
    --bs-text-opacity: 0.15
}

.text-opacity-20 {
    --bs-text-opacity: 0.2
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-30 {
    --bs-text-opacity: 0.3
}

.text-opacity-35 {
    --bs-text-opacity: 0.35
}

.text-opacity-40 {
    --bs-text-opacity: 0.4
}

.text-opacity-45 {
    --bs-text-opacity: 0.45
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-55 {
    --bs-text-opacity: 0.55
}

.text-opacity-60 {
    --bs-text-opacity: 0.6
}

.text-opacity-65 {
    --bs-text-opacity: 0.65
}

.text-opacity-70 {
    --bs-text-opacity: 0.7
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-80 {
    --bs-text-opacity: 0.8
}

.text-opacity-85 {
    --bs-text-opacity: 0.85
}

.text-opacity-90 {
    --bs-text-opacity: 0.9
}

.text-opacity-95 {
    --bs-text-opacity: 0.95
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-t-col-a {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-t-col-a-rgb), var(--bs-bg-opacity)) !important
}

.bg-t-col-b {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-t-col-b-rgb), var(--bs-bg-opacity)) !important
}

.bg-t-col-c {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-t-col-c-rgb), var(--bs-bg-opacity)) !important
}

.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-opacity-0 {
    --bs-bg-opacity: 0
}

.bg-opacity-5 {
    --bs-bg-opacity: 0.05
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-15 {
    --bs-bg-opacity: 0.15
}

.bg-opacity-20 {
    --bs-bg-opacity: 0.2
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-30 {
    --bs-bg-opacity: 0.3
}

.bg-opacity-35 {
    --bs-bg-opacity: 0.35
}

.bg-opacity-40 {
    --bs-bg-opacity: 0.4
}

.bg-opacity-45 {
    --bs-bg-opacity: 0.45
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-55 {
    --bs-bg-opacity: 0.55
}

.bg-opacity-60 {
    --bs-bg-opacity: 0.6
}

.bg-opacity-65 {
    --bs-bg-opacity: 0.65
}

.bg-opacity-70 {
    --bs-bg-opacity: 0.7
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-80 {
    --bs-bg-opacity: 0.8
}

.bg-opacity-85 {
    --bs-bg-opacity: 0.85
}

.bg-opacity-90 {
    --bs-bg-opacity: 0.9
}

.bg-opacity-95 {
    --bs-bg-opacity: 0.95
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: 1px !important
    }

    .gap-sm-2 {
        gap: 2px !important
    }

    .gap-sm-3 {
        gap: 3px !important
    }

    .gap-sm-4 {
        gap: 4px !important
    }

    .gap-sm-5 {
        gap: 5px !important
    }

    .gap-sm-6 {
        gap: 6px !important
    }

    .gap-sm-7 {
        gap: 7px !important
    }

    .gap-sm-8 {
        gap: 8px !important
    }

    .gap-sm-9 {
        gap: 9px !important
    }

    .gap-sm-10 {
        gap: 10px !important
    }

    .gap-sm-20 {
        gap: 20px !important
    }

    .gap-sm-30 {
        gap: 30px !important
    }

    .gap-sm-40 {
        gap: 40px !important
    }

    .gap-sm-50 {
        gap: 50px !important
    }

    .gap-sm-60 {
        gap: 60px !important
    }

    .gap-sm-70 {
        gap: 70px !important
    }

    .gap-sm-80 {
        gap: 80px !important
    }

    .gap-sm-90 {
        gap: 90px !important
    }

    .gap-sm-15 {
        gap: 15px !important
    }

    .gap-sm-25 {
        gap: 25px !important
    }

    .gap-sm-35 {
        gap: 35px !important
    }

    .gap-sm-45 {
        gap: 45px !important
    }

    .gap-sm-55 {
        gap: 55px !important
    }

    .gap-sm-65 {
        gap: 65px !important
    }

    .gap-sm-75 {
        gap: 75px !important
    }

    .gap-sm-85 {
        gap: 85px !important
    }

    .gap-sm-95 {
        gap: 95px !important
    }

    .gap-sm-100 {
        gap: 100px !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: 1px !important
    }

    .m-sm-2 {
        margin: 2px !important
    }

    .m-sm-3 {
        margin: 3px !important
    }

    .m-sm-4 {
        margin: 4px !important
    }

    .m-sm-5 {
        margin: 5px !important
    }

    .m-sm-6 {
        margin: 6px !important
    }

    .m-sm-7 {
        margin: 7px !important
    }

    .m-sm-8 {
        margin: 8px !important
    }

    .m-sm-9 {
        margin: 9px !important
    }

    .m-sm-10 {
        margin: 10px !important
    }

    .m-sm-20 {
        margin: 20px !important
    }

    .m-sm-30 {
        margin: 30px !important
    }

    .m-sm-40 {
        margin: 40px !important
    }

    .m-sm-50 {
        margin: 50px !important
    }

    .m-sm-60 {
        margin: 60px !important
    }

    .m-sm-70 {
        margin: 70px !important
    }

    .m-sm-80 {
        margin: 80px !important
    }

    .m-sm-90 {
        margin: 90px !important
    }

    .m-sm-15 {
        margin: 15px !important
    }

    .m-sm-25 {
        margin: 25px !important
    }

    .m-sm-35 {
        margin: 35px !important
    }

    .m-sm-45 {
        margin: 45px !important
    }

    .m-sm-55 {
        margin: 55px !important
    }

    .m-sm-65 {
        margin: 65px !important
    }

    .m-sm-75 {
        margin: 75px !important
    }

    .m-sm-85 {
        margin: 85px !important
    }

    .m-sm-95 {
        margin: 95px !important
    }

    .m-sm-100 {
        margin: 100px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: 1px !important;
        margin-left: 1px !important
    }

    .mx-sm-2 {
        margin-right: 2px !important;
        margin-left: 2px !important
    }

    .mx-sm-3 {
        margin-right: 3px !important;
        margin-left: 3px !important
    }

    .mx-sm-4 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-sm-5 {
        margin-right: 5px !important;
        margin-left: 5px !important
    }

    .mx-sm-6 {
        margin-right: 6px !important;
        margin-left: 6px !important
    }

    .mx-sm-7 {
        margin-right: 7px !important;
        margin-left: 7px !important
    }

    .mx-sm-8 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-sm-9 {
        margin-right: 9px !important;
        margin-left: 9px !important
    }

    .mx-sm-10 {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .mx-sm-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-sm-30 {
        margin-right: 30px !important;
        margin-left: 30px !important
    }

    .mx-sm-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-sm-50 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-sm-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-sm-70 {
        margin-right: 70px !important;
        margin-left: 70px !important
    }

    .mx-sm-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-sm-90 {
        margin-right: 90px !important;
        margin-left: 90px !important
    }

    .mx-sm-15 {
        margin-right: 15px !important;
        margin-left: 15px !important
    }

    .mx-sm-25 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-sm-35 {
        margin-right: 35px !important;
        margin-left: 35px !important
    }

    .mx-sm-45 {
        margin-right: 45px !important;
        margin-left: 45px !important
    }

    .mx-sm-55 {
        margin-right: 55px !important;
        margin-left: 55px !important
    }

    .mx-sm-65 {
        margin-right: 65px !important;
        margin-left: 65px !important
    }

    .mx-sm-75 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-sm-85 {
        margin-right: 85px !important;
        margin-left: 85px !important
    }

    .mx-sm-95 {
        margin-right: 95px !important;
        margin-left: 95px !important
    }

    .mx-sm-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }

    .my-sm-2 {
        margin-top: 2px !important;
        margin-bottom: 2px !important
    }

    .my-sm-3 {
        margin-top: 3px !important;
        margin-bottom: 3px !important
    }

    .my-sm-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-sm-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .my-sm-6 {
        margin-top: 6px !important;
        margin-bottom: 6px !important
    }

    .my-sm-7 {
        margin-top: 7px !important;
        margin-bottom: 7px !important
    }

    .my-sm-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-sm-9 {
        margin-top: 9px !important;
        margin-bottom: 9px !important
    }

    .my-sm-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .my-sm-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-sm-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .my-sm-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-sm-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-sm-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-sm-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .my-sm-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-sm-90 {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }

    .my-sm-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .my-sm-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-sm-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important
    }

    .my-sm-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .my-sm-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important
    }

    .my-sm-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important
    }

    .my-sm-75 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-sm-85 {
        margin-top: 85px !important;
        margin-bottom: 85px !important
    }

    .my-sm-95 {
        margin-top: 95px !important;
        margin-bottom: 95px !important
    }

    .my-sm-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: 1px !important
    }

    .mt-sm-2 {
        margin-top: 2px !important
    }

    .mt-sm-3 {
        margin-top: 3px !important
    }

    .mt-sm-4 {
        margin-top: 4px !important
    }

    .mt-sm-5 {
        margin-top: 5px !important
    }

    .mt-sm-6 {
        margin-top: 6px !important
    }

    .mt-sm-7 {
        margin-top: 7px !important
    }

    .mt-sm-8 {
        margin-top: 8px !important
    }

    .mt-sm-9 {
        margin-top: 9px !important
    }

    .mt-sm-10 {
        margin-top: 10px !important
    }

    .mt-sm-20 {
        margin-top: 20px !important
    }

    .mt-sm-30 {
        margin-top: 30px !important
    }

    .mt-sm-40 {
        margin-top: 40px !important
    }

    .mt-sm-50 {
        margin-top: 50px !important
    }

    .mt-sm-60 {
        margin-top: 60px !important
    }

    .mt-sm-70 {
        margin-top: 70px !important
    }

    .mt-sm-80 {
        margin-top: 80px !important
    }

    .mt-sm-90 {
        margin-top: 90px !important
    }

    .mt-sm-15 {
        margin-top: 15px !important
    }

    .mt-sm-25 {
        margin-top: 25px !important
    }

    .mt-sm-35 {
        margin-top: 35px !important
    }

    .mt-sm-45 {
        margin-top: 45px !important
    }

    .mt-sm-55 {
        margin-top: 55px !important
    }

    .mt-sm-65 {
        margin-top: 65px !important
    }

    .mt-sm-75 {
        margin-top: 75px !important
    }

    .mt-sm-85 {
        margin-top: 85px !important
    }

    .mt-sm-95 {
        margin-top: 95px !important
    }

    .mt-sm-100 {
        margin-top: 100px !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: 1px !important
    }

    .me-sm-2 {
        margin-right: 2px !important
    }

    .me-sm-3 {
        margin-right: 3px !important
    }

    .me-sm-4 {
        margin-right: 4px !important
    }

    .me-sm-5 {
        margin-right: 5px !important
    }

    .me-sm-6 {
        margin-right: 6px !important
    }

    .me-sm-7 {
        margin-right: 7px !important
    }

    .me-sm-8 {
        margin-right: 8px !important
    }

    .me-sm-9 {
        margin-right: 9px !important
    }

    .me-sm-10 {
        margin-right: 10px !important
    }

    .me-sm-20 {
        margin-right: 20px !important
    }

    .me-sm-30 {
        margin-right: 30px !important
    }

    .me-sm-40 {
        margin-right: 40px !important
    }

    .me-sm-50 {
        margin-right: 50px !important
    }

    .me-sm-60 {
        margin-right: 60px !important
    }

    .me-sm-70 {
        margin-right: 70px !important
    }

    .me-sm-80 {
        margin-right: 80px !important
    }

    .me-sm-90 {
        margin-right: 90px !important
    }

    .me-sm-15 {
        margin-right: 15px !important
    }

    .me-sm-25 {
        margin-right: 25px !important
    }

    .me-sm-35 {
        margin-right: 35px !important
    }

    .me-sm-45 {
        margin-right: 45px !important
    }

    .me-sm-55 {
        margin-right: 55px !important
    }

    .me-sm-65 {
        margin-right: 65px !important
    }

    .me-sm-75 {
        margin-right: 75px !important
    }

    .me-sm-85 {
        margin-right: 85px !important
    }

    .me-sm-95 {
        margin-right: 95px !important
    }

    .me-sm-100 {
        margin-right: 100px !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: 1px !important
    }

    .mb-sm-2 {
        margin-bottom: 2px !important
    }

    .mb-sm-3 {
        margin-bottom: 3px !important
    }

    .mb-sm-4 {
        margin-bottom: 4px !important
    }

    .mb-sm-5 {
        margin-bottom: 5px !important
    }

    .mb-sm-6 {
        margin-bottom: 6px !important
    }

    .mb-sm-7 {
        margin-bottom: 7px !important
    }

    .mb-sm-8 {
        margin-bottom: 8px !important
    }

    .mb-sm-9 {
        margin-bottom: 9px !important
    }

    .mb-sm-10 {
        margin-bottom: 10px !important
    }

    .mb-sm-20 {
        margin-bottom: 20px !important
    }

    .mb-sm-30 {
        margin-bottom: 30px !important
    }

    .mb-sm-40 {
        margin-bottom: 40px !important
    }

    .mb-sm-50 {
        margin-bottom: 50px !important
    }

    .mb-sm-60 {
        margin-bottom: 60px !important
    }

    .mb-sm-70 {
        margin-bottom: 70px !important
    }

    .mb-sm-80 {
        margin-bottom: 80px !important
    }

    .mb-sm-90 {
        margin-bottom: 90px !important
    }

    .mb-sm-15 {
        margin-bottom: 15px !important
    }

    .mb-sm-25 {
        margin-bottom: 25px !important
    }

    .mb-sm-35 {
        margin-bottom: 35px !important
    }

    .mb-sm-45 {
        margin-bottom: 45px !important
    }

    .mb-sm-55 {
        margin-bottom: 55px !important
    }

    .mb-sm-65 {
        margin-bottom: 65px !important
    }

    .mb-sm-75 {
        margin-bottom: 75px !important
    }

    .mb-sm-85 {
        margin-bottom: 85px !important
    }

    .mb-sm-95 {
        margin-bottom: 95px !important
    }

    .mb-sm-100 {
        margin-bottom: 100px !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: 1px !important
    }

    .ms-sm-2 {
        margin-left: 2px !important
    }

    .ms-sm-3 {
        margin-left: 3px !important
    }

    .ms-sm-4 {
        margin-left: 4px !important
    }

    .ms-sm-5 {
        margin-left: 5px !important
    }

    .ms-sm-6 {
        margin-left: 6px !important
    }

    .ms-sm-7 {
        margin-left: 7px !important
    }

    .ms-sm-8 {
        margin-left: 8px !important
    }

    .ms-sm-9 {
        margin-left: 9px !important
    }

    .ms-sm-10 {
        margin-left: 10px !important
    }

    .ms-sm-20 {
        margin-left: 20px !important
    }

    .ms-sm-30 {
        margin-left: 30px !important
    }

    .ms-sm-40 {
        margin-left: 40px !important
    }

    .ms-sm-50 {
        margin-left: 50px !important
    }

    .ms-sm-60 {
        margin-left: 60px !important
    }

    .ms-sm-70 {
        margin-left: 70px !important
    }

    .ms-sm-80 {
        margin-left: 80px !important
    }

    .ms-sm-90 {
        margin-left: 90px !important
    }

    .ms-sm-15 {
        margin-left: 15px !important
    }

    .ms-sm-25 {
        margin-left: 25px !important
    }

    .ms-sm-35 {
        margin-left: 35px !important
    }

    .ms-sm-45 {
        margin-left: 45px !important
    }

    .ms-sm-55 {
        margin-left: 55px !important
    }

    .ms-sm-65 {
        margin-left: 65px !important
    }

    .ms-sm-75 {
        margin-left: 75px !important
    }

    .ms-sm-85 {
        margin-left: 85px !important
    }

    .ms-sm-95 {
        margin-left: 95px !important
    }

    .ms-sm-100 {
        margin-left: 100px !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: 1px !important
    }

    .p-sm-2 {
        padding: 2px !important
    }

    .p-sm-3 {
        padding: 3px !important
    }

    .p-sm-4 {
        padding: 4px !important
    }

    .p-sm-5 {
        padding: 5px !important
    }

    .p-sm-6 {
        padding: 6px !important
    }

    .p-sm-7 {
        padding: 7px !important
    }

    .p-sm-8 {
        padding: 8px !important
    }

    .p-sm-9 {
        padding: 9px !important
    }

    .p-sm-10 {
        padding: 10px !important
    }

    .p-sm-20 {
        padding: 20px !important
    }

    .p-sm-30 {
        padding: 30px !important
    }

    .p-sm-40 {
        padding: 40px !important
    }

    .p-sm-50 {
        padding: 50px !important
    }

    .p-sm-60 {
        padding: 60px !important
    }

    .p-sm-70 {
        padding: 70px !important
    }

    .p-sm-80 {
        padding: 80px !important
    }

    .p-sm-90 {
        padding: 90px !important
    }

    .p-sm-15 {
        padding: 15px !important
    }

    .p-sm-25 {
        padding: 25px !important
    }

    .p-sm-35 {
        padding: 35px !important
    }

    .p-sm-45 {
        padding: 45px !important
    }

    .p-sm-55 {
        padding: 55px !important
    }

    .p-sm-65 {
        padding: 65px !important
    }

    .p-sm-75 {
        padding: 75px !important
    }

    .p-sm-85 {
        padding: 85px !important
    }

    .p-sm-95 {
        padding: 95px !important
    }

    .p-sm-100 {
        padding: 100px !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: 1px !important;
        padding-left: 1px !important
    }

    .px-sm-2 {
        padding-right: 2px !important;
        padding-left: 2px !important
    }

    .px-sm-3 {
        padding-right: 3px !important;
        padding-left: 3px !important
    }

    .px-sm-4 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-sm-5 {
        padding-right: 5px !important;
        padding-left: 5px !important
    }

    .px-sm-6 {
        padding-right: 6px !important;
        padding-left: 6px !important
    }

    .px-sm-7 {
        padding-right: 7px !important;
        padding-left: 7px !important
    }

    .px-sm-8 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-sm-9 {
        padding-right: 9px !important;
        padding-left: 9px !important
    }

    .px-sm-10 {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .px-sm-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-sm-30 {
        padding-right: 30px !important;
        padding-left: 30px !important
    }

    .px-sm-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-sm-50 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-sm-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-sm-70 {
        padding-right: 70px !important;
        padding-left: 70px !important
    }

    .px-sm-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-sm-90 {
        padding-right: 90px !important;
        padding-left: 90px !important
    }

    .px-sm-15 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    .px-sm-25 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-sm-35 {
        padding-right: 35px !important;
        padding-left: 35px !important
    }

    .px-sm-45 {
        padding-right: 45px !important;
        padding-left: 45px !important
    }

    .px-sm-55 {
        padding-right: 55px !important;
        padding-left: 55px !important
    }

    .px-sm-65 {
        padding-right: 65px !important;
        padding-left: 65px !important
    }

    .px-sm-75 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-sm-85 {
        padding-right: 85px !important;
        padding-left: 85px !important
    }

    .px-sm-95 {
        padding-right: 95px !important;
        padding-left: 95px !important
    }

    .px-sm-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: 1px !important;
        padding-bottom: 1px !important
    }

    .py-sm-2 {
        padding-top: 2px !important;
        padding-bottom: 2px !important
    }

    .py-sm-3 {
        padding-top: 3px !important;
        padding-bottom: 3px !important
    }

    .py-sm-4 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-sm-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .py-sm-6 {
        padding-top: 6px !important;
        padding-bottom: 6px !important
    }

    .py-sm-7 {
        padding-top: 7px !important;
        padding-bottom: 7px !important
    }

    .py-sm-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-sm-9 {
        padding-top: 9px !important;
        padding-bottom: 9px !important
    }

    .py-sm-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .py-sm-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-sm-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .py-sm-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-sm-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-sm-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-sm-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-sm-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-sm-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-sm-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .py-sm-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-sm-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .py-sm-45 {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .py-sm-55 {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    .py-sm-65 {
        padding-top: 65px !important;
        padding-bottom: 65px !important
    }

    .py-sm-75 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-sm-85 {
        padding-top: 85px !important;
        padding-bottom: 85px !important
    }

    .py-sm-95 {
        padding-top: 95px !important;
        padding-bottom: 95px !important
    }

    .py-sm-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: 1px !important
    }

    .pt-sm-2 {
        padding-top: 2px !important
    }

    .pt-sm-3 {
        padding-top: 3px !important
    }

    .pt-sm-4 {
        padding-top: 4px !important
    }

    .pt-sm-5 {
        padding-top: 5px !important
    }

    .pt-sm-6 {
        padding-top: 6px !important
    }

    .pt-sm-7 {
        padding-top: 7px !important
    }

    .pt-sm-8 {
        padding-top: 8px !important
    }

    .pt-sm-9 {
        padding-top: 9px !important
    }

    .pt-sm-10 {
        padding-top: 10px !important
    }

    .pt-sm-20 {
        padding-top: 20px !important
    }

    .pt-sm-30 {
        padding-top: 30px !important
    }

    .pt-sm-40 {
        padding-top: 40px !important
    }

    .pt-sm-50 {
        padding-top: 50px !important
    }

    .pt-sm-60 {
        padding-top: 60px !important
    }

    .pt-sm-70 {
        padding-top: 70px !important
    }

    .pt-sm-80 {
        padding-top: 80px !important
    }

    .pt-sm-90 {
        padding-top: 90px !important
    }

    .pt-sm-15 {
        padding-top: 15px !important
    }

    .pt-sm-25 {
        padding-top: 25px !important
    }

    .pt-sm-35 {
        padding-top: 35px !important
    }

    .pt-sm-45 {
        padding-top: 45px !important
    }

    .pt-sm-55 {
        padding-top: 55px !important
    }

    .pt-sm-65 {
        padding-top: 65px !important
    }

    .pt-sm-75 {
        padding-top: 75px !important
    }

    .pt-sm-85 {
        padding-top: 85px !important
    }

    .pt-sm-95 {
        padding-top: 95px !important
    }

    .pt-sm-100 {
        padding-top: 100px !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: 1px !important
    }

    .pe-sm-2 {
        padding-right: 2px !important
    }

    .pe-sm-3 {
        padding-right: 3px !important
    }

    .pe-sm-4 {
        padding-right: 4px !important
    }

    .pe-sm-5 {
        padding-right: 5px !important
    }

    .pe-sm-6 {
        padding-right: 6px !important
    }

    .pe-sm-7 {
        padding-right: 7px !important
    }

    .pe-sm-8 {
        padding-right: 8px !important
    }

    .pe-sm-9 {
        padding-right: 9px !important
    }

    .pe-sm-10 {
        padding-right: 10px !important
    }

    .pe-sm-20 {
        padding-right: 20px !important
    }

    .pe-sm-30 {
        padding-right: 30px !important
    }

    .pe-sm-40 {
        padding-right: 40px !important
    }

    .pe-sm-50 {
        padding-right: 50px !important
    }

    .pe-sm-60 {
        padding-right: 60px !important
    }

    .pe-sm-70 {
        padding-right: 70px !important
    }

    .pe-sm-80 {
        padding-right: 80px !important
    }

    .pe-sm-90 {
        padding-right: 90px !important
    }

    .pe-sm-15 {
        padding-right: 15px !important
    }

    .pe-sm-25 {
        padding-right: 25px !important
    }

    .pe-sm-35 {
        padding-right: 35px !important
    }

    .pe-sm-45 {
        padding-right: 45px !important
    }

    .pe-sm-55 {
        padding-right: 55px !important
    }

    .pe-sm-65 {
        padding-right: 65px !important
    }

    .pe-sm-75 {
        padding-right: 75px !important
    }

    .pe-sm-85 {
        padding-right: 85px !important
    }

    .pe-sm-95 {
        padding-right: 95px !important
    }

    .pe-sm-100 {
        padding-right: 100px !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: 1px !important
    }

    .pb-sm-2 {
        padding-bottom: 2px !important
    }

    .pb-sm-3 {
        padding-bottom: 3px !important
    }

    .pb-sm-4 {
        padding-bottom: 4px !important
    }

    .pb-sm-5 {
        padding-bottom: 5px !important
    }

    .pb-sm-6 {
        padding-bottom: 6px !important
    }

    .pb-sm-7 {
        padding-bottom: 7px !important
    }

    .pb-sm-8 {
        padding-bottom: 8px !important
    }

    .pb-sm-9 {
        padding-bottom: 9px !important
    }

    .pb-sm-10 {
        padding-bottom: 10px !important
    }

    .pb-sm-20 {
        padding-bottom: 20px !important
    }

    .pb-sm-30 {
        padding-bottom: 30px !important
    }

    .pb-sm-40 {
        padding-bottom: 40px !important
    }

    .pb-sm-50 {
        padding-bottom: 50px !important
    }

    .pb-sm-60 {
        padding-bottom: 60px !important
    }

    .pb-sm-70 {
        padding-bottom: 70px !important
    }

    .pb-sm-80 {
        padding-bottom: 80px !important
    }

    .pb-sm-90 {
        padding-bottom: 90px !important
    }

    .pb-sm-15 {
        padding-bottom: 15px !important
    }

    .pb-sm-25 {
        padding-bottom: 25px !important
    }

    .pb-sm-35 {
        padding-bottom: 35px !important
    }

    .pb-sm-45 {
        padding-bottom: 45px !important
    }

    .pb-sm-55 {
        padding-bottom: 55px !important
    }

    .pb-sm-65 {
        padding-bottom: 65px !important
    }

    .pb-sm-75 {
        padding-bottom: 75px !important
    }

    .pb-sm-85 {
        padding-bottom: 85px !important
    }

    .pb-sm-95 {
        padding-bottom: 95px !important
    }

    .pb-sm-100 {
        padding-bottom: 100px !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: 1px !important
    }

    .ps-sm-2 {
        padding-left: 2px !important
    }

    .ps-sm-3 {
        padding-left: 3px !important
    }

    .ps-sm-4 {
        padding-left: 4px !important
    }

    .ps-sm-5 {
        padding-left: 5px !important
    }

    .ps-sm-6 {
        padding-left: 6px !important
    }

    .ps-sm-7 {
        padding-left: 7px !important
    }

    .ps-sm-8 {
        padding-left: 8px !important
    }

    .ps-sm-9 {
        padding-left: 9px !important
    }

    .ps-sm-10 {
        padding-left: 10px !important
    }

    .ps-sm-20 {
        padding-left: 20px !important
    }

    .ps-sm-30 {
        padding-left: 30px !important
    }

    .ps-sm-40 {
        padding-left: 40px !important
    }

    .ps-sm-50 {
        padding-left: 50px !important
    }

    .ps-sm-60 {
        padding-left: 60px !important
    }

    .ps-sm-70 {
        padding-left: 70px !important
    }

    .ps-sm-80 {
        padding-left: 80px !important
    }

    .ps-sm-90 {
        padding-left: 90px !important
    }

    .ps-sm-15 {
        padding-left: 15px !important
    }

    .ps-sm-25 {
        padding-left: 25px !important
    }

    .ps-sm-35 {
        padding-left: 35px !important
    }

    .ps-sm-45 {
        padding-left: 45px !important
    }

    .ps-sm-55 {
        padding-left: 55px !important
    }

    .ps-sm-65 {
        padding-left: 65px !important
    }

    .ps-sm-75 {
        padding-left: 75px !important
    }

    .ps-sm-85 {
        padding-left: 85px !important
    }

    .ps-sm-95 {
        padding-left: 95px !important
    }

    .ps-sm-100 {
        padding-left: 100px !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: 1px !important
    }

    .gap-md-2 {
        gap: 2px !important
    }

    .gap-md-3 {
        gap: 3px !important
    }

    .gap-md-4 {
        gap: 4px !important
    }

    .gap-md-5 {
        gap: 5px !important
    }

    .gap-md-6 {
        gap: 6px !important
    }

    .gap-md-7 {
        gap: 7px !important
    }

    .gap-md-8 {
        gap: 8px !important
    }

    .gap-md-9 {
        gap: 9px !important
    }

    .gap-md-10 {
        gap: 10px !important
    }

    .gap-md-20 {
        gap: 20px !important
    }

    .gap-md-30 {
        gap: 30px !important
    }

    .gap-md-40 {
        gap: 40px !important
    }

    .gap-md-50 {
        gap: 50px !important
    }

    .gap-md-60 {
        gap: 60px !important
    }

    .gap-md-70 {
        gap: 70px !important
    }

    .gap-md-80 {
        gap: 80px !important
    }

    .gap-md-90 {
        gap: 90px !important
    }

    .gap-md-15 {
        gap: 15px !important
    }

    .gap-md-25 {
        gap: 25px !important
    }

    .gap-md-35 {
        gap: 35px !important
    }

    .gap-md-45 {
        gap: 45px !important
    }

    .gap-md-55 {
        gap: 55px !important
    }

    .gap-md-65 {
        gap: 65px !important
    }

    .gap-md-75 {
        gap: 75px !important
    }

    .gap-md-85 {
        gap: 85px !important
    }

    .gap-md-95 {
        gap: 95px !important
    }

    .gap-md-100 {
        gap: 100px !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: 1px !important
    }

    .m-md-2 {
        margin: 2px !important
    }

    .m-md-3 {
        margin: 3px !important
    }

    .m-md-4 {
        margin: 4px !important
    }

    .m-md-5 {
        margin: 5px !important
    }

    .m-md-6 {
        margin: 6px !important
    }

    .m-md-7 {
        margin: 7px !important
    }

    .m-md-8 {
        margin: 8px !important
    }

    .m-md-9 {
        margin: 9px !important
    }

    .m-md-10 {
        margin: 10px !important
    }

    .m-md-20 {
        margin: 20px !important
    }

    .m-md-30 {
        margin: 30px !important
    }

    .m-md-40 {
        margin: 40px !important
    }

    .m-md-50 {
        margin: 50px !important
    }

    .m-md-60 {
        margin: 60px !important
    }

    .m-md-70 {
        margin: 70px !important
    }

    .m-md-80 {
        margin: 80px !important
    }

    .m-md-90 {
        margin: 90px !important
    }

    .m-md-15 {
        margin: 15px !important
    }

    .m-md-25 {
        margin: 25px !important
    }

    .m-md-35 {
        margin: 35px !important
    }

    .m-md-45 {
        margin: 45px !important
    }

    .m-md-55 {
        margin: 55px !important
    }

    .m-md-65 {
        margin: 65px !important
    }

    .m-md-75 {
        margin: 75px !important
    }

    .m-md-85 {
        margin: 85px !important
    }

    .m-md-95 {
        margin: 95px !important
    }

    .m-md-100 {
        margin: 100px !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: 1px !important;
        margin-left: 1px !important
    }

    .mx-md-2 {
        margin-right: 2px !important;
        margin-left: 2px !important
    }

    .mx-md-3 {
        margin-right: 3px !important;
        margin-left: 3px !important
    }

    .mx-md-4 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-md-5 {
        margin-right: 5px !important;
        margin-left: 5px !important
    }

    .mx-md-6 {
        margin-right: 6px !important;
        margin-left: 6px !important
    }

    .mx-md-7 {
        margin-right: 7px !important;
        margin-left: 7px !important
    }

    .mx-md-8 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-md-9 {
        margin-right: 9px !important;
        margin-left: 9px !important
    }

    .mx-md-10 {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .mx-md-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-md-30 {
        margin-right: 30px !important;
        margin-left: 30px !important
    }

    .mx-md-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-md-50 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-md-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-md-70 {
        margin-right: 70px !important;
        margin-left: 70px !important
    }

    .mx-md-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-md-90 {
        margin-right: 90px !important;
        margin-left: 90px !important
    }

    .mx-md-15 {
        margin-right: 15px !important;
        margin-left: 15px !important
    }

    .mx-md-25 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-md-35 {
        margin-right: 35px !important;
        margin-left: 35px !important
    }

    .mx-md-45 {
        margin-right: 45px !important;
        margin-left: 45px !important
    }

    .mx-md-55 {
        margin-right: 55px !important;
        margin-left: 55px !important
    }

    .mx-md-65 {
        margin-right: 65px !important;
        margin-left: 65px !important
    }

    .mx-md-75 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-md-85 {
        margin-right: 85px !important;
        margin-left: 85px !important
    }

    .mx-md-95 {
        margin-right: 95px !important;
        margin-left: 95px !important
    }

    .mx-md-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }

    .my-md-2 {
        margin-top: 2px !important;
        margin-bottom: 2px !important
    }

    .my-md-3 {
        margin-top: 3px !important;
        margin-bottom: 3px !important
    }

    .my-md-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-md-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .my-md-6 {
        margin-top: 6px !important;
        margin-bottom: 6px !important
    }

    .my-md-7 {
        margin-top: 7px !important;
        margin-bottom: 7px !important
    }

    .my-md-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-md-9 {
        margin-top: 9px !important;
        margin-bottom: 9px !important
    }

    .my-md-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .my-md-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-md-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .my-md-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-md-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-md-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-md-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .my-md-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-md-90 {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }

    .my-md-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .my-md-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-md-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important
    }

    .my-md-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .my-md-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important
    }

    .my-md-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important
    }

    .my-md-75 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-md-85 {
        margin-top: 85px !important;
        margin-bottom: 85px !important
    }

    .my-md-95 {
        margin-top: 95px !important;
        margin-bottom: 95px !important
    }

    .my-md-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: 1px !important
    }

    .mt-md-2 {
        margin-top: 2px !important
    }

    .mt-md-3 {
        margin-top: 3px !important
    }

    .mt-md-4 {
        margin-top: 4px !important
    }

    .mt-md-5 {
        margin-top: 5px !important
    }

    .mt-md-6 {
        margin-top: 6px !important
    }

    .mt-md-7 {
        margin-top: 7px !important
    }

    .mt-md-8 {
        margin-top: 8px !important
    }

    .mt-md-9 {
        margin-top: 9px !important
    }

    .mt-md-10 {
        margin-top: 10px !important
    }

    .mt-md-20 {
        margin-top: 20px !important
    }

    .mt-md-30 {
        margin-top: 30px !important
    }

    .mt-md-40 {
        margin-top: 40px !important
    }

    .mt-md-50 {
        margin-top: 50px !important
    }

    .mt-md-60 {
        margin-top: 60px !important
    }

    .mt-md-70 {
        margin-top: 70px !important
    }

    .mt-md-80 {
        margin-top: 80px !important
    }

    .mt-md-90 {
        margin-top: 90px !important
    }

    .mt-md-15 {
        margin-top: 15px !important
    }

    .mt-md-25 {
        margin-top: 25px !important
    }

    .mt-md-35 {
        margin-top: 35px !important
    }

    .mt-md-45 {
        margin-top: 45px !important
    }

    .mt-md-55 {
        margin-top: 55px !important
    }

    .mt-md-65 {
        margin-top: 65px !important
    }

    .mt-md-75 {
        margin-top: 75px !important
    }

    .mt-md-85 {
        margin-top: 85px !important
    }

    .mt-md-95 {
        margin-top: 95px !important
    }

    .mt-md-100 {
        margin-top: 100px !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: 1px !important
    }

    .me-md-2 {
        margin-right: 2px !important
    }

    .me-md-3 {
        margin-right: 3px !important
    }

    .me-md-4 {
        margin-right: 4px !important
    }

    .me-md-5 {
        margin-right: 5px !important
    }

    .me-md-6 {
        margin-right: 6px !important
    }

    .me-md-7 {
        margin-right: 7px !important
    }

    .me-md-8 {
        margin-right: 8px !important
    }

    .me-md-9 {
        margin-right: 9px !important
    }

    .me-md-10 {
        margin-right: 10px !important
    }

    .me-md-20 {
        margin-right: 20px !important
    }

    .me-md-30 {
        margin-right: 30px !important
    }

    .me-md-40 {
        margin-right: 40px !important
    }

    .me-md-50 {
        margin-right: 50px !important
    }

    .me-md-60 {
        margin-right: 60px !important
    }

    .me-md-70 {
        margin-right: 70px !important
    }

    .me-md-80 {
        margin-right: 80px !important
    }

    .me-md-90 {
        margin-right: 90px !important
    }

    .me-md-15 {
        margin-right: 15px !important
    }

    .me-md-25 {
        margin-right: 25px !important
    }

    .me-md-35 {
        margin-right: 35px !important
    }

    .me-md-45 {
        margin-right: 45px !important
    }

    .me-md-55 {
        margin-right: 55px !important
    }

    .me-md-65 {
        margin-right: 65px !important
    }

    .me-md-75 {
        margin-right: 75px !important
    }

    .me-md-85 {
        margin-right: 85px !important
    }

    .me-md-95 {
        margin-right: 95px !important
    }

    .me-md-100 {
        margin-right: 100px !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: 1px !important
    }

    .mb-md-2 {
        margin-bottom: 2px !important
    }

    .mb-md-3 {
        margin-bottom: 3px !important
    }

    .mb-md-4 {
        margin-bottom: 4px !important
    }

    .mb-md-5 {
        margin-bottom: 5px !important
    }

    .mb-md-6 {
        margin-bottom: 6px !important
    }

    .mb-md-7 {
        margin-bottom: 7px !important
    }

    .mb-md-8 {
        margin-bottom: 8px !important
    }

    .mb-md-9 {
        margin-bottom: 9px !important
    }

    .mb-md-10 {
        margin-bottom: 10px !important
    }

    .mb-md-20 {
        margin-bottom: 20px !important
    }

    .mb-md-30 {
        margin-bottom: 30px !important
    }

    .mb-md-40 {
        margin-bottom: 40px !important
    }

    .mb-md-50 {
        margin-bottom: 50px !important
    }

    .mb-md-60 {
        margin-bottom: 60px !important
    }

    .mb-md-70 {
        margin-bottom: 70px !important
    }

    .mb-md-80 {
        margin-bottom: 80px !important
    }

    .mb-md-90 {
        margin-bottom: 90px !important
    }

    .mb-md-15 {
        margin-bottom: 15px !important
    }

    .mb-md-25 {
        margin-bottom: 25px !important
    }

    .mb-md-35 {
        margin-bottom: 35px !important
    }

    .mb-md-45 {
        margin-bottom: 45px !important
    }

    .mb-md-55 {
        margin-bottom: 55px !important
    }

    .mb-md-65 {
        margin-bottom: 65px !important
    }

    .mb-md-75 {
        margin-bottom: 75px !important
    }

    .mb-md-85 {
        margin-bottom: 85px !important
    }

    .mb-md-95 {
        margin-bottom: 95px !important
    }

    .mb-md-100 {
        margin-bottom: 100px !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: 1px !important
    }

    .ms-md-2 {
        margin-left: 2px !important
    }

    .ms-md-3 {
        margin-left: 3px !important
    }

    .ms-md-4 {
        margin-left: 4px !important
    }

    .ms-md-5 {
        margin-left: 5px !important
    }

    .ms-md-6 {
        margin-left: 6px !important
    }

    .ms-md-7 {
        margin-left: 7px !important
    }

    .ms-md-8 {
        margin-left: 8px !important
    }

    .ms-md-9 {
        margin-left: 9px !important
    }

    .ms-md-10 {
        margin-left: 10px !important
    }

    .ms-md-20 {
        margin-left: 20px !important
    }

    .ms-md-30 {
        margin-left: 30px !important
    }

    .ms-md-40 {
        margin-left: 40px !important
    }

    .ms-md-50 {
        margin-left: 50px !important
    }

    .ms-md-60 {
        margin-left: 60px !important
    }

    .ms-md-70 {
        margin-left: 70px !important
    }

    .ms-md-80 {
        margin-left: 80px !important
    }

    .ms-md-90 {
        margin-left: 90px !important
    }

    .ms-md-15 {
        margin-left: 15px !important
    }

    .ms-md-25 {
        margin-left: 25px !important
    }

    .ms-md-35 {
        margin-left: 35px !important
    }

    .ms-md-45 {
        margin-left: 45px !important
    }

    .ms-md-55 {
        margin-left: 55px !important
    }

    .ms-md-65 {
        margin-left: 65px !important
    }

    .ms-md-75 {
        margin-left: 75px !important
    }

    .ms-md-85 {
        margin-left: 85px !important
    }

    .ms-md-95 {
        margin-left: 95px !important
    }

    .ms-md-100 {
        margin-left: 100px !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: 1px !important
    }

    .p-md-2 {
        padding: 2px !important
    }

    .p-md-3 {
        padding: 3px !important
    }

    .p-md-4 {
        padding: 4px !important
    }

    .p-md-5 {
        padding: 5px !important
    }

    .p-md-6 {
        padding: 6px !important
    }

    .p-md-7 {
        padding: 7px !important
    }

    .p-md-8 {
        padding: 8px !important
    }

    .p-md-9 {
        padding: 9px !important
    }

    .p-md-10 {
        padding: 10px !important
    }

    .p-md-20 {
        padding: 20px !important
    }

    .p-md-30 {
        padding: 30px !important
    }

    .p-md-40 {
        padding: 40px !important
    }

    .p-md-50 {
        padding: 50px !important
    }

    .p-md-60 {
        padding: 60px !important
    }

    .p-md-70 {
        padding: 70px !important
    }

    .p-md-80 {
        padding: 80px !important
    }

    .p-md-90 {
        padding: 90px !important
    }

    .p-md-15 {
        padding: 15px !important
    }

    .p-md-25 {
        padding: 25px !important
    }

    .p-md-35 {
        padding: 35px !important
    }

    .p-md-45 {
        padding: 45px !important
    }

    .p-md-55 {
        padding: 55px !important
    }

    .p-md-65 {
        padding: 65px !important
    }

    .p-md-75 {
        padding: 75px !important
    }

    .p-md-85 {
        padding: 85px !important
    }

    .p-md-95 {
        padding: 95px !important
    }

    .p-md-100 {
        padding: 100px !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: 1px !important;
        padding-left: 1px !important
    }

    .px-md-2 {
        padding-right: 2px !important;
        padding-left: 2px !important
    }

    .px-md-3 {
        padding-right: 3px !important;
        padding-left: 3px !important
    }

    .px-md-4 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-md-5 {
        padding-right: 5px !important;
        padding-left: 5px !important
    }

    .px-md-6 {
        padding-right: 6px !important;
        padding-left: 6px !important
    }

    .px-md-7 {
        padding-right: 7px !important;
        padding-left: 7px !important
    }

    .px-md-8 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-md-9 {
        padding-right: 9px !important;
        padding-left: 9px !important
    }

    .px-md-10 {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .px-md-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-md-30 {
        padding-right: 30px !important;
        padding-left: 30px !important
    }

    .px-md-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-md-50 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-md-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-md-70 {
        padding-right: 70px !important;
        padding-left: 70px !important
    }

    .px-md-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-md-90 {
        padding-right: 90px !important;
        padding-left: 90px !important
    }

    .px-md-15 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    .px-md-25 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-md-35 {
        padding-right: 35px !important;
        padding-left: 35px !important
    }

    .px-md-45 {
        padding-right: 45px !important;
        padding-left: 45px !important
    }

    .px-md-55 {
        padding-right: 55px !important;
        padding-left: 55px !important
    }

    .px-md-65 {
        padding-right: 65px !important;
        padding-left: 65px !important
    }

    .px-md-75 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-md-85 {
        padding-right: 85px !important;
        padding-left: 85px !important
    }

    .px-md-95 {
        padding-right: 95px !important;
        padding-left: 95px !important
    }

    .px-md-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: 1px !important;
        padding-bottom: 1px !important
    }

    .py-md-2 {
        padding-top: 2px !important;
        padding-bottom: 2px !important
    }

    .py-md-3 {
        padding-top: 3px !important;
        padding-bottom: 3px !important
    }

    .py-md-4 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-md-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .py-md-6 {
        padding-top: 6px !important;
        padding-bottom: 6px !important
    }

    .py-md-7 {
        padding-top: 7px !important;
        padding-bottom: 7px !important
    }

    .py-md-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-md-9 {
        padding-top: 9px !important;
        padding-bottom: 9px !important
    }

    .py-md-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .py-md-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-md-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .py-md-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-md-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-md-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-md-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-md-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-md-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-md-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .py-md-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-md-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .py-md-45 {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .py-md-55 {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    .py-md-65 {
        padding-top: 65px !important;
        padding-bottom: 65px !important
    }

    .py-md-75 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-md-85 {
        padding-top: 85px !important;
        padding-bottom: 85px !important
    }

    .py-md-95 {
        padding-top: 95px !important;
        padding-bottom: 95px !important
    }

    .py-md-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: 1px !important
    }

    .pt-md-2 {
        padding-top: 2px !important
    }

    .pt-md-3 {
        padding-top: 3px !important
    }

    .pt-md-4 {
        padding-top: 4px !important
    }

    .pt-md-5 {
        padding-top: 5px !important
    }

    .pt-md-6 {
        padding-top: 6px !important
    }

    .pt-md-7 {
        padding-top: 7px !important
    }

    .pt-md-8 {
        padding-top: 8px !important
    }

    .pt-md-9 {
        padding-top: 9px !important
    }

    .pt-md-10 {
        padding-top: 10px !important
    }

    .pt-md-20 {
        padding-top: 20px !important
    }

    .pt-md-30 {
        padding-top: 30px !important
    }

    .pt-md-40 {
        padding-top: 40px !important
    }

    .pt-md-50 {
        padding-top: 50px !important
    }

    .pt-md-60 {
        padding-top: 60px !important
    }

    .pt-md-70 {
        padding-top: 70px !important
    }

    .pt-md-80 {
        padding-top: 80px !important
    }

    .pt-md-90 {
        padding-top: 90px !important
    }

    .pt-md-15 {
        padding-top: 15px !important
    }

    .pt-md-25 {
        padding-top: 25px !important
    }

    .pt-md-35 {
        padding-top: 35px !important
    }

    .pt-md-45 {
        padding-top: 45px !important
    }

    .pt-md-55 {
        padding-top: 55px !important
    }

    .pt-md-65 {
        padding-top: 65px !important
    }

    .pt-md-75 {
        padding-top: 75px !important
    }

    .pt-md-85 {
        padding-top: 85px !important
    }

    .pt-md-95 {
        padding-top: 95px !important
    }

    .pt-md-100 {
        padding-top: 100px !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: 1px !important
    }

    .pe-md-2 {
        padding-right: 2px !important
    }

    .pe-md-3 {
        padding-right: 3px !important
    }

    .pe-md-4 {
        padding-right: 4px !important
    }

    .pe-md-5 {
        padding-right: 5px !important
    }

    .pe-md-6 {
        padding-right: 6px !important
    }

    .pe-md-7 {
        padding-right: 7px !important
    }

    .pe-md-8 {
        padding-right: 8px !important
    }

    .pe-md-9 {
        padding-right: 9px !important
    }

    .pe-md-10 {
        padding-right: 10px !important
    }

    .pe-md-20 {
        padding-right: 20px !important
    }

    .pe-md-30 {
        padding-right: 30px !important
    }

    .pe-md-40 {
        padding-right: 40px !important
    }

    .pe-md-50 {
        padding-right: 50px !important
    }

    .pe-md-60 {
        padding-right: 60px !important
    }

    .pe-md-70 {
        padding-right: 70px !important
    }

    .pe-md-80 {
        padding-right: 80px !important
    }

    .pe-md-90 {
        padding-right: 90px !important
    }

    .pe-md-15 {
        padding-right: 15px !important
    }

    .pe-md-25 {
        padding-right: 25px !important
    }

    .pe-md-35 {
        padding-right: 35px !important
    }

    .pe-md-45 {
        padding-right: 45px !important
    }

    .pe-md-55 {
        padding-right: 55px !important
    }

    .pe-md-65 {
        padding-right: 65px !important
    }

    .pe-md-75 {
        padding-right: 75px !important
    }

    .pe-md-85 {
        padding-right: 85px !important
    }

    .pe-md-95 {
        padding-right: 95px !important
    }

    .pe-md-100 {
        padding-right: 100px !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: 1px !important
    }

    .pb-md-2 {
        padding-bottom: 2px !important
    }

    .pb-md-3 {
        padding-bottom: 3px !important
    }

    .pb-md-4 {
        padding-bottom: 4px !important
    }

    .pb-md-5 {
        padding-bottom: 5px !important
    }

    .pb-md-6 {
        padding-bottom: 6px !important
    }

    .pb-md-7 {
        padding-bottom: 7px !important
    }

    .pb-md-8 {
        padding-bottom: 8px !important
    }

    .pb-md-9 {
        padding-bottom: 9px !important
    }

    .pb-md-10 {
        padding-bottom: 10px !important
    }

    .pb-md-20 {
        padding-bottom: 20px !important
    }

    .pb-md-30 {
        padding-bottom: 30px !important
    }

    .pb-md-40 {
        padding-bottom: 40px !important
    }

    .pb-md-50 {
        padding-bottom: 50px !important
    }

    .pb-md-60 {
        padding-bottom: 60px !important
    }

    .pb-md-70 {
        padding-bottom: 70px !important
    }

    .pb-md-80 {
        padding-bottom: 80px !important
    }

    .pb-md-90 {
        padding-bottom: 90px !important
    }

    .pb-md-15 {
        padding-bottom: 15px !important
    }

    .pb-md-25 {
        padding-bottom: 25px !important
    }

    .pb-md-35 {
        padding-bottom: 35px !important
    }

    .pb-md-45 {
        padding-bottom: 45px !important
    }

    .pb-md-55 {
        padding-bottom: 55px !important
    }

    .pb-md-65 {
        padding-bottom: 65px !important
    }

    .pb-md-75 {
        padding-bottom: 75px !important
    }

    .pb-md-85 {
        padding-bottom: 85px !important
    }

    .pb-md-95 {
        padding-bottom: 95px !important
    }

    .pb-md-100 {
        padding-bottom: 100px !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: 1px !important
    }

    .ps-md-2 {
        padding-left: 2px !important
    }

    .ps-md-3 {
        padding-left: 3px !important
    }

    .ps-md-4 {
        padding-left: 4px !important
    }

    .ps-md-5 {
        padding-left: 5px !important
    }

    .ps-md-6 {
        padding-left: 6px !important
    }

    .ps-md-7 {
        padding-left: 7px !important
    }

    .ps-md-8 {
        padding-left: 8px !important
    }

    .ps-md-9 {
        padding-left: 9px !important
    }

    .ps-md-10 {
        padding-left: 10px !important
    }

    .ps-md-20 {
        padding-left: 20px !important
    }

    .ps-md-30 {
        padding-left: 30px !important
    }

    .ps-md-40 {
        padding-left: 40px !important
    }

    .ps-md-50 {
        padding-left: 50px !important
    }

    .ps-md-60 {
        padding-left: 60px !important
    }

    .ps-md-70 {
        padding-left: 70px !important
    }

    .ps-md-80 {
        padding-left: 80px !important
    }

    .ps-md-90 {
        padding-left: 90px !important
    }

    .ps-md-15 {
        padding-left: 15px !important
    }

    .ps-md-25 {
        padding-left: 25px !important
    }

    .ps-md-35 {
        padding-left: 35px !important
    }

    .ps-md-45 {
        padding-left: 45px !important
    }

    .ps-md-55 {
        padding-left: 55px !important
    }

    .ps-md-65 {
        padding-left: 65px !important
    }

    .ps-md-75 {
        padding-left: 75px !important
    }

    .ps-md-85 {
        padding-left: 85px !important
    }

    .ps-md-95 {
        padding-left: 95px !important
    }

    .ps-md-100 {
        padding-left: 100px !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: 1px !important
    }

    .gap-lg-2 {
        gap: 2px !important
    }

    .gap-lg-3 {
        gap: 3px !important
    }

    .gap-lg-4 {
        gap: 4px !important
    }

    .gap-lg-5 {
        gap: 5px !important
    }

    .gap-lg-6 {
        gap: 6px !important
    }

    .gap-lg-7 {
        gap: 7px !important
    }

    .gap-lg-8 {
        gap: 8px !important
    }

    .gap-lg-9 {
        gap: 9px !important
    }

    .gap-lg-10 {
        gap: 10px !important
    }

    .gap-lg-20 {
        gap: 20px !important
    }

    .gap-lg-30 {
        gap: 30px !important
    }

    .gap-lg-40 {
        gap: 40px !important
    }

    .gap-lg-50 {
        gap: 50px !important
    }

    .gap-lg-60 {
        gap: 60px !important
    }

    .gap-lg-70 {
        gap: 70px !important
    }

    .gap-lg-80 {
        gap: 80px !important
    }

    .gap-lg-90 {
        gap: 90px !important
    }

    .gap-lg-15 {
        gap: 15px !important
    }

    .gap-lg-25 {
        gap: 25px !important
    }

    .gap-lg-35 {
        gap: 35px !important
    }

    .gap-lg-45 {
        gap: 45px !important
    }

    .gap-lg-55 {
        gap: 55px !important
    }

    .gap-lg-65 {
        gap: 65px !important
    }

    .gap-lg-75 {
        gap: 75px !important
    }

    .gap-lg-85 {
        gap: 85px !important
    }

    .gap-lg-95 {
        gap: 95px !important
    }

    .gap-lg-100 {
        gap: 100px !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: 1px !important
    }

    .m-lg-2 {
        margin: 2px !important
    }

    .m-lg-3 {
        margin: 3px !important
    }

    .m-lg-4 {
        margin: 4px !important
    }

    .m-lg-5 {
        margin: 5px !important
    }

    .m-lg-6 {
        margin: 6px !important
    }

    .m-lg-7 {
        margin: 7px !important
    }

    .m-lg-8 {
        margin: 8px !important
    }

    .m-lg-9 {
        margin: 9px !important
    }

    .m-lg-10 {
        margin: 10px !important
    }

    .m-lg-20 {
        margin: 20px !important
    }

    .m-lg-30 {
        margin: 30px !important
    }

    .m-lg-40 {
        margin: 40px !important
    }

    .m-lg-50 {
        margin: 50px !important
    }

    .m-lg-60 {
        margin: 60px !important
    }

    .m-lg-70 {
        margin: 70px !important
    }

    .m-lg-80 {
        margin: 80px !important
    }

    .m-lg-90 {
        margin: 90px !important
    }

    .m-lg-15 {
        margin: 15px !important
    }

    .m-lg-25 {
        margin: 25px !important
    }

    .m-lg-35 {
        margin: 35px !important
    }

    .m-lg-45 {
        margin: 45px !important
    }

    .m-lg-55 {
        margin: 55px !important
    }

    .m-lg-65 {
        margin: 65px !important
    }

    .m-lg-75 {
        margin: 75px !important
    }

    .m-lg-85 {
        margin: 85px !important
    }

    .m-lg-95 {
        margin: 95px !important
    }

    .m-lg-100 {
        margin: 100px !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: 1px !important;
        margin-left: 1px !important
    }

    .mx-lg-2 {
        margin-right: 2px !important;
        margin-left: 2px !important
    }

    .mx-lg-3 {
        margin-right: 3px !important;
        margin-left: 3px !important
    }

    .mx-lg-4 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-lg-5 {
        margin-right: 5px !important;
        margin-left: 5px !important
    }

    .mx-lg-6 {
        margin-right: 6px !important;
        margin-left: 6px !important
    }

    .mx-lg-7 {
        margin-right: 7px !important;
        margin-left: 7px !important
    }

    .mx-lg-8 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-lg-9 {
        margin-right: 9px !important;
        margin-left: 9px !important
    }

    .mx-lg-10 {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .mx-lg-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-lg-30 {
        margin-right: 30px !important;
        margin-left: 30px !important
    }

    .mx-lg-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-lg-50 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-lg-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-lg-70 {
        margin-right: 70px !important;
        margin-left: 70px !important
    }

    .mx-lg-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-lg-90 {
        margin-right: 90px !important;
        margin-left: 90px !important
    }

    .mx-lg-15 {
        margin-right: 15px !important;
        margin-left: 15px !important
    }

    .mx-lg-25 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-lg-35 {
        margin-right: 35px !important;
        margin-left: 35px !important
    }

    .mx-lg-45 {
        margin-right: 45px !important;
        margin-left: 45px !important
    }

    .mx-lg-55 {
        margin-right: 55px !important;
        margin-left: 55px !important
    }

    .mx-lg-65 {
        margin-right: 65px !important;
        margin-left: 65px !important
    }

    .mx-lg-75 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-lg-85 {
        margin-right: 85px !important;
        margin-left: 85px !important
    }

    .mx-lg-95 {
        margin-right: 95px !important;
        margin-left: 95px !important
    }

    .mx-lg-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }

    .my-lg-2 {
        margin-top: 2px !important;
        margin-bottom: 2px !important
    }

    .my-lg-3 {
        margin-top: 3px !important;
        margin-bottom: 3px !important
    }

    .my-lg-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-lg-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .my-lg-6 {
        margin-top: 6px !important;
        margin-bottom: 6px !important
    }

    .my-lg-7 {
        margin-top: 7px !important;
        margin-bottom: 7px !important
    }

    .my-lg-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-lg-9 {
        margin-top: 9px !important;
        margin-bottom: 9px !important
    }

    .my-lg-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .my-lg-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-lg-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .my-lg-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-lg-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-lg-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-lg-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .my-lg-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-lg-90 {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }

    .my-lg-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .my-lg-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-lg-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important
    }

    .my-lg-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .my-lg-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important
    }

    .my-lg-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important
    }

    .my-lg-75 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-lg-85 {
        margin-top: 85px !important;
        margin-bottom: 85px !important
    }

    .my-lg-95 {
        margin-top: 95px !important;
        margin-bottom: 95px !important
    }

    .my-lg-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: 1px !important
    }

    .mt-lg-2 {
        margin-top: 2px !important
    }

    .mt-lg-3 {
        margin-top: 3px !important
    }

    .mt-lg-4 {
        margin-top: 4px !important
    }

    .mt-lg-5 {
        margin-top: 5px !important
    }

    .mt-lg-6 {
        margin-top: 6px !important
    }

    .mt-lg-7 {
        margin-top: 7px !important
    }

    .mt-lg-8 {
        margin-top: 8px !important
    }

    .mt-lg-9 {
        margin-top: 9px !important
    }

    .mt-lg-10 {
        margin-top: 10px !important
    }

    .mt-lg-20 {
        margin-top: 20px !important
    }

    .mt-lg-30 {
        margin-top: 30px !important
    }

    .mt-lg-40 {
        margin-top: 40px !important
    }

    .mt-lg-50 {
        margin-top: 50px !important
    }

    .mt-lg-60 {
        margin-top: 60px !important
    }

    .mt-lg-70 {
        margin-top: 70px !important
    }

    .mt-lg-80 {
        margin-top: 80px !important
    }

    .mt-lg-90 {
        margin-top: 90px !important
    }

    .mt-lg-15 {
        margin-top: 15px !important
    }

    .mt-lg-25 {
        margin-top: 25px !important
    }

    .mt-lg-35 {
        margin-top: 35px !important
    }

    .mt-lg-45 {
        margin-top: 45px !important
    }

    .mt-lg-55 {
        margin-top: 55px !important
    }

    .mt-lg-65 {
        margin-top: 65px !important
    }

    .mt-lg-75 {
        margin-top: 75px !important
    }

    .mt-lg-85 {
        margin-top: 85px !important
    }

    .mt-lg-95 {
        margin-top: 95px !important
    }

    .mt-lg-100 {
        margin-top: 100px !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: 1px !important
    }

    .me-lg-2 {
        margin-right: 2px !important
    }

    .me-lg-3 {
        margin-right: 3px !important
    }

    .me-lg-4 {
        margin-right: 4px !important
    }

    .me-lg-5 {
        margin-right: 5px !important
    }

    .me-lg-6 {
        margin-right: 6px !important
    }

    .me-lg-7 {
        margin-right: 7px !important
    }

    .me-lg-8 {
        margin-right: 8px !important
    }

    .me-lg-9 {
        margin-right: 9px !important
    }

    .me-lg-10 {
        margin-right: 10px !important
    }

    .me-lg-20 {
        margin-right: 20px !important
    }

    .me-lg-30 {
        margin-right: 30px !important
    }

    .me-lg-40 {
        margin-right: 40px !important
    }

    .me-lg-50 {
        margin-right: 50px !important
    }

    .me-lg-60 {
        margin-right: 60px !important
    }

    .me-lg-70 {
        margin-right: 70px !important
    }

    .me-lg-80 {
        margin-right: 80px !important
    }

    .me-lg-90 {
        margin-right: 90px !important
    }

    .me-lg-15 {
        margin-right: 15px !important
    }

    .me-lg-25 {
        margin-right: 25px !important
    }

    .me-lg-35 {
        margin-right: 35px !important
    }

    .me-lg-45 {
        margin-right: 45px !important
    }

    .me-lg-55 {
        margin-right: 55px !important
    }

    .me-lg-65 {
        margin-right: 65px !important
    }

    .me-lg-75 {
        margin-right: 75px !important
    }

    .me-lg-85 {
        margin-right: 85px !important
    }

    .me-lg-95 {
        margin-right: 95px !important
    }

    .me-lg-100 {
        margin-right: 100px !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: 1px !important
    }

    .mb-lg-2 {
        margin-bottom: 2px !important
    }

    .mb-lg-3 {
        margin-bottom: 3px !important
    }

    .mb-lg-4 {
        margin-bottom: 4px !important
    }

    .mb-lg-5 {
        margin-bottom: 5px !important
    }

    .mb-lg-6 {
        margin-bottom: 6px !important
    }

    .mb-lg-7 {
        margin-bottom: 7px !important
    }

    .mb-lg-8 {
        margin-bottom: 8px !important
    }

    .mb-lg-9 {
        margin-bottom: 9px !important
    }

    .mb-lg-10 {
        margin-bottom: 10px !important
    }

    .mb-lg-20 {
        margin-bottom: 20px !important
    }

    .mb-lg-30 {
        margin-bottom: 30px !important
    }

    .mb-lg-40 {
        margin-bottom: 40px !important
    }

    .mb-lg-50 {
        margin-bottom: 50px !important
    }

    .mb-lg-60 {
        margin-bottom: 60px !important
    }

    .mb-lg-70 {
        margin-bottom: 70px !important
    }

    .mb-lg-80 {
        margin-bottom: 80px !important
    }

    .mb-lg-90 {
        margin-bottom: 90px !important
    }

    .mb-lg-15 {
        margin-bottom: 15px !important
    }

    .mb-lg-25 {
        margin-bottom: 25px !important
    }

    .mb-lg-35 {
        margin-bottom: 35px !important
    }

    .mb-lg-45 {
        margin-bottom: 45px !important
    }

    .mb-lg-55 {
        margin-bottom: 55px !important
    }

    .mb-lg-65 {
        margin-bottom: 65px !important
    }

    .mb-lg-75 {
        margin-bottom: 75px !important
    }

    .mb-lg-85 {
        margin-bottom: 85px !important
    }

    .mb-lg-95 {
        margin-bottom: 95px !important
    }

    .mb-lg-100 {
        margin-bottom: 100px !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: 1px !important
    }

    .ms-lg-2 {
        margin-left: 2px !important
    }

    .ms-lg-3 {
        margin-left: 3px !important
    }

    .ms-lg-4 {
        margin-left: 4px !important
    }

    .ms-lg-5 {
        margin-left: 5px !important
    }

    .ms-lg-6 {
        margin-left: 6px !important
    }

    .ms-lg-7 {
        margin-left: 7px !important
    }

    .ms-lg-8 {
        margin-left: 8px !important
    }

    .ms-lg-9 {
        margin-left: 9px !important
    }

    .ms-lg-10 {
        margin-left: 10px !important
    }

    .ms-lg-20 {
        margin-left: 20px !important
    }

    .ms-lg-30 {
        margin-left: 30px !important
    }

    .ms-lg-40 {
        margin-left: 40px !important
    }

    .ms-lg-50 {
        margin-left: 50px !important
    }

    .ms-lg-60 {
        margin-left: 60px !important
    }

    .ms-lg-70 {
        margin-left: 70px !important
    }

    .ms-lg-80 {
        margin-left: 80px !important
    }

    .ms-lg-90 {
        margin-left: 90px !important
    }

    .ms-lg-15 {
        margin-left: 15px !important
    }

    .ms-lg-25 {
        margin-left: 25px !important
    }

    .ms-lg-35 {
        margin-left: 35px !important
    }

    .ms-lg-45 {
        margin-left: 45px !important
    }

    .ms-lg-55 {
        margin-left: 55px !important
    }

    .ms-lg-65 {
        margin-left: 65px !important
    }

    .ms-lg-75 {
        margin-left: 75px !important
    }

    .ms-lg-85 {
        margin-left: 85px !important
    }

    .ms-lg-95 {
        margin-left: 95px !important
    }

    .ms-lg-100 {
        margin-left: 100px !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: 1px !important
    }

    .p-lg-2 {
        padding: 2px !important
    }

    .p-lg-3 {
        padding: 3px !important
    }

    .p-lg-4 {
        padding: 4px !important
    }

    .p-lg-5 {
        padding: 5px !important
    }

    .p-lg-6 {
        padding: 6px !important
    }

    .p-lg-7 {
        padding: 7px !important
    }

    .p-lg-8 {
        padding: 8px !important
    }

    .p-lg-9 {
        padding: 9px !important
    }

    .p-lg-10 {
        padding: 10px !important
    }

    .p-lg-20 {
        padding: 20px !important
    }

    .p-lg-30 {
        padding: 30px !important
    }

    .p-lg-40 {
        padding: 40px !important
    }

    .p-lg-50 {
        padding: 50px !important
    }

    .p-lg-60 {
        padding: 60px !important
    }

    .p-lg-70 {
        padding: 70px !important
    }

    .p-lg-80 {
        padding: 80px !important
    }

    .p-lg-90 {
        padding: 90px !important
    }

    .p-lg-15 {
        padding: 15px !important
    }

    .p-lg-25 {
        padding: 25px !important
    }

    .p-lg-35 {
        padding: 35px !important
    }

    .p-lg-45 {
        padding: 45px !important
    }

    .p-lg-55 {
        padding: 55px !important
    }

    .p-lg-65 {
        padding: 65px !important
    }

    .p-lg-75 {
        padding: 75px !important
    }

    .p-lg-85 {
        padding: 85px !important
    }

    .p-lg-95 {
        padding: 95px !important
    }

    .p-lg-100 {
        padding: 100px !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: 1px !important;
        padding-left: 1px !important
    }

    .px-lg-2 {
        padding-right: 2px !important;
        padding-left: 2px !important
    }

    .px-lg-3 {
        padding-right: 3px !important;
        padding-left: 3px !important
    }

    .px-lg-4 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-lg-5 {
        padding-right: 5px !important;
        padding-left: 5px !important
    }

    .px-lg-6 {
        padding-right: 6px !important;
        padding-left: 6px !important
    }

    .px-lg-7 {
        padding-right: 7px !important;
        padding-left: 7px !important
    }

    .px-lg-8 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-lg-9 {
        padding-right: 9px !important;
        padding-left: 9px !important
    }

    .px-lg-10 {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .px-lg-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-lg-30 {
        padding-right: 30px !important;
        padding-left: 30px !important
    }

    .px-lg-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-lg-50 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-lg-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-lg-70 {
        padding-right: 70px !important;
        padding-left: 70px !important
    }

    .px-lg-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-lg-90 {
        padding-right: 90px !important;
        padding-left: 90px !important
    }

    .px-lg-15 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    .px-lg-25 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-lg-35 {
        padding-right: 35px !important;
        padding-left: 35px !important
    }

    .px-lg-45 {
        padding-right: 45px !important;
        padding-left: 45px !important
    }

    .px-lg-55 {
        padding-right: 55px !important;
        padding-left: 55px !important
    }

    .px-lg-65 {
        padding-right: 65px !important;
        padding-left: 65px !important
    }

    .px-lg-75 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-lg-85 {
        padding-right: 85px !important;
        padding-left: 85px !important
    }

    .px-lg-95 {
        padding-right: 95px !important;
        padding-left: 95px !important
    }

    .px-lg-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: 1px !important;
        padding-bottom: 1px !important
    }

    .py-lg-2 {
        padding-top: 2px !important;
        padding-bottom: 2px !important
    }

    .py-lg-3 {
        padding-top: 3px !important;
        padding-bottom: 3px !important
    }

    .py-lg-4 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-lg-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .py-lg-6 {
        padding-top: 6px !important;
        padding-bottom: 6px !important
    }

    .py-lg-7 {
        padding-top: 7px !important;
        padding-bottom: 7px !important
    }

    .py-lg-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-lg-9 {
        padding-top: 9px !important;
        padding-bottom: 9px !important
    }

    .py-lg-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .py-lg-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-lg-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .py-lg-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-lg-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-lg-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-lg-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-lg-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-lg-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-lg-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .py-lg-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-lg-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .py-lg-45 {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .py-lg-55 {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    .py-lg-65 {
        padding-top: 65px !important;
        padding-bottom: 65px !important
    }

    .py-lg-75 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-lg-85 {
        padding-top: 85px !important;
        padding-bottom: 85px !important
    }

    .py-lg-95 {
        padding-top: 95px !important;
        padding-bottom: 95px !important
    }

    .py-lg-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: 1px !important
    }

    .pt-lg-2 {
        padding-top: 2px !important
    }

    .pt-lg-3 {
        padding-top: 3px !important
    }

    .pt-lg-4 {
        padding-top: 4px !important
    }

    .pt-lg-5 {
        padding-top: 5px !important
    }

    .pt-lg-6 {
        padding-top: 6px !important
    }

    .pt-lg-7 {
        padding-top: 7px !important
    }

    .pt-lg-8 {
        padding-top: 8px !important
    }

    .pt-lg-9 {
        padding-top: 9px !important
    }

    .pt-lg-10 {
        padding-top: 10px !important
    }

    .pt-lg-20 {
        padding-top: 20px !important
    }

    .pt-lg-30 {
        padding-top: 30px !important
    }

    .pt-lg-40 {
        padding-top: 40px !important
    }

    .pt-lg-50 {
        padding-top: 50px !important
    }

    .pt-lg-60 {
        padding-top: 60px !important
    }

    .pt-lg-70 {
        padding-top: 70px !important
    }

    .pt-lg-80 {
        padding-top: 80px !important
    }

    .pt-lg-90 {
        padding-top: 90px !important
    }

    .pt-lg-15 {
        padding-top: 15px !important
    }

    .pt-lg-25 {
        padding-top: 25px !important
    }

    .pt-lg-35 {
        padding-top: 35px !important
    }

    .pt-lg-45 {
        padding-top: 45px !important
    }

    .pt-lg-55 {
        padding-top: 55px !important
    }

    .pt-lg-65 {
        padding-top: 65px !important
    }

    .pt-lg-75 {
        padding-top: 75px !important
    }

    .pt-lg-85 {
        padding-top: 85px !important
    }

    .pt-lg-95 {
        padding-top: 95px !important
    }

    .pt-lg-100 {
        padding-top: 100px !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: 1px !important
    }

    .pe-lg-2 {
        padding-right: 2px !important
    }

    .pe-lg-3 {
        padding-right: 3px !important
    }

    .pe-lg-4 {
        padding-right: 4px !important
    }

    .pe-lg-5 {
        padding-right: 5px !important
    }

    .pe-lg-6 {
        padding-right: 6px !important
    }

    .pe-lg-7 {
        padding-right: 7px !important
    }

    .pe-lg-8 {
        padding-right: 8px !important
    }

    .pe-lg-9 {
        padding-right: 9px !important
    }

    .pe-lg-10 {
        padding-right: 10px !important
    }

    .pe-lg-20 {
        padding-right: 20px !important
    }

    .pe-lg-30 {
        padding-right: 30px !important
    }

    .pe-lg-40 {
        padding-right: 40px !important
    }

    .pe-lg-50 {
        padding-right: 50px !important
    }

    .pe-lg-60 {
        padding-right: 60px !important
    }

    .pe-lg-70 {
        padding-right: 70px !important
    }

    .pe-lg-80 {
        padding-right: 80px !important
    }

    .pe-lg-90 {
        padding-right: 90px !important
    }

    .pe-lg-15 {
        padding-right: 15px !important
    }

    .pe-lg-25 {
        padding-right: 25px !important
    }

    .pe-lg-35 {
        padding-right: 35px !important
    }

    .pe-lg-45 {
        padding-right: 45px !important
    }

    .pe-lg-55 {
        padding-right: 55px !important
    }

    .pe-lg-65 {
        padding-right: 65px !important
    }

    .pe-lg-75 {
        padding-right: 75px !important
    }

    .pe-lg-85 {
        padding-right: 85px !important
    }

    .pe-lg-95 {
        padding-right: 95px !important
    }

    .pe-lg-100 {
        padding-right: 100px !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: 1px !important
    }

    .pb-lg-2 {
        padding-bottom: 2px !important
    }

    .pb-lg-3 {
        padding-bottom: 3px !important
    }

    .pb-lg-4 {
        padding-bottom: 4px !important
    }

    .pb-lg-5 {
        padding-bottom: 5px !important
    }

    .pb-lg-6 {
        padding-bottom: 6px !important
    }

    .pb-lg-7 {
        padding-bottom: 7px !important
    }

    .pb-lg-8 {
        padding-bottom: 8px !important
    }

    .pb-lg-9 {
        padding-bottom: 9px !important
    }

    .pb-lg-10 {
        padding-bottom: 10px !important
    }

    .pb-lg-20 {
        padding-bottom: 20px !important
    }

    .pb-lg-30 {
        padding-bottom: 30px !important
    }

    .pb-lg-40 {
        padding-bottom: 40px !important
    }

    .pb-lg-50 {
        padding-bottom: 50px !important
    }

    .pb-lg-60 {
        padding-bottom: 60px !important
    }

    .pb-lg-70 {
        padding-bottom: 70px !important
    }

    .pb-lg-80 {
        padding-bottom: 80px !important
    }

    .pb-lg-90 {
        padding-bottom: 90px !important
    }

    .pb-lg-15 {
        padding-bottom: 15px !important
    }

    .pb-lg-25 {
        padding-bottom: 25px !important
    }

    .pb-lg-35 {
        padding-bottom: 35px !important
    }

    .pb-lg-45 {
        padding-bottom: 45px !important
    }

    .pb-lg-55 {
        padding-bottom: 55px !important
    }

    .pb-lg-65 {
        padding-bottom: 65px !important
    }

    .pb-lg-75 {
        padding-bottom: 75px !important
    }

    .pb-lg-85 {
        padding-bottom: 85px !important
    }

    .pb-lg-95 {
        padding-bottom: 95px !important
    }

    .pb-lg-100 {
        padding-bottom: 100px !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: 1px !important
    }

    .ps-lg-2 {
        padding-left: 2px !important
    }

    .ps-lg-3 {
        padding-left: 3px !important
    }

    .ps-lg-4 {
        padding-left: 4px !important
    }

    .ps-lg-5 {
        padding-left: 5px !important
    }

    .ps-lg-6 {
        padding-left: 6px !important
    }

    .ps-lg-7 {
        padding-left: 7px !important
    }

    .ps-lg-8 {
        padding-left: 8px !important
    }

    .ps-lg-9 {
        padding-left: 9px !important
    }

    .ps-lg-10 {
        padding-left: 10px !important
    }

    .ps-lg-20 {
        padding-left: 20px !important
    }

    .ps-lg-30 {
        padding-left: 30px !important
    }

    .ps-lg-40 {
        padding-left: 40px !important
    }

    .ps-lg-50 {
        padding-left: 50px !important
    }

    .ps-lg-60 {
        padding-left: 60px !important
    }

    .ps-lg-70 {
        padding-left: 70px !important
    }

    .ps-lg-80 {
        padding-left: 80px !important
    }

    .ps-lg-90 {
        padding-left: 90px !important
    }

    .ps-lg-15 {
        padding-left: 15px !important
    }

    .ps-lg-25 {
        padding-left: 25px !important
    }

    .ps-lg-35 {
        padding-left: 35px !important
    }

    .ps-lg-45 {
        padding-left: 45px !important
    }

    .ps-lg-55 {
        padding-left: 55px !important
    }

    .ps-lg-65 {
        padding-left: 65px !important
    }

    .ps-lg-75 {
        padding-left: 75px !important
    }

    .ps-lg-85 {
        padding-left: 85px !important
    }

    .ps-lg-95 {
        padding-left: 95px !important
    }

    .ps-lg-100 {
        padding-left: 100px !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: 1px !important
    }

    .gap-xl-2 {
        gap: 2px !important
    }

    .gap-xl-3 {
        gap: 3px !important
    }

    .gap-xl-4 {
        gap: 4px !important
    }

    .gap-xl-5 {
        gap: 5px !important
    }

    .gap-xl-6 {
        gap: 6px !important
    }

    .gap-xl-7 {
        gap: 7px !important
    }

    .gap-xl-8 {
        gap: 8px !important
    }

    .gap-xl-9 {
        gap: 9px !important
    }

    .gap-xl-10 {
        gap: 10px !important
    }

    .gap-xl-20 {
        gap: 20px !important
    }

    .gap-xl-30 {
        gap: 30px !important
    }

    .gap-xl-40 {
        gap: 40px !important
    }

    .gap-xl-50 {
        gap: 50px !important
    }

    .gap-xl-60 {
        gap: 60px !important
    }

    .gap-xl-70 {
        gap: 70px !important
    }

    .gap-xl-80 {
        gap: 80px !important
    }

    .gap-xl-90 {
        gap: 90px !important
    }

    .gap-xl-15 {
        gap: 15px !important
    }

    .gap-xl-25 {
        gap: 25px !important
    }

    .gap-xl-35 {
        gap: 35px !important
    }

    .gap-xl-45 {
        gap: 45px !important
    }

    .gap-xl-55 {
        gap: 55px !important
    }

    .gap-xl-65 {
        gap: 65px !important
    }

    .gap-xl-75 {
        gap: 75px !important
    }

    .gap-xl-85 {
        gap: 85px !important
    }

    .gap-xl-95 {
        gap: 95px !important
    }

    .gap-xl-100 {
        gap: 100px !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: 1px !important
    }

    .m-xl-2 {
        margin: 2px !important
    }

    .m-xl-3 {
        margin: 3px !important
    }

    .m-xl-4 {
        margin: 4px !important
    }

    .m-xl-5 {
        margin: 5px !important
    }

    .m-xl-6 {
        margin: 6px !important
    }

    .m-xl-7 {
        margin: 7px !important
    }

    .m-xl-8 {
        margin: 8px !important
    }

    .m-xl-9 {
        margin: 9px !important
    }

    .m-xl-10 {
        margin: 10px !important
    }

    .m-xl-20 {
        margin: 20px !important
    }

    .m-xl-30 {
        margin: 30px !important
    }

    .m-xl-40 {
        margin: 40px !important
    }

    .m-xl-50 {
        margin: 50px !important
    }

    .m-xl-60 {
        margin: 60px !important
    }

    .m-xl-70 {
        margin: 70px !important
    }

    .m-xl-80 {
        margin: 80px !important
    }

    .m-xl-90 {
        margin: 90px !important
    }

    .m-xl-15 {
        margin: 15px !important
    }

    .m-xl-25 {
        margin: 25px !important
    }

    .m-xl-35 {
        margin: 35px !important
    }

    .m-xl-45 {
        margin: 45px !important
    }

    .m-xl-55 {
        margin: 55px !important
    }

    .m-xl-65 {
        margin: 65px !important
    }

    .m-xl-75 {
        margin: 75px !important
    }

    .m-xl-85 {
        margin: 85px !important
    }

    .m-xl-95 {
        margin: 95px !important
    }

    .m-xl-100 {
        margin: 100px !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: 1px !important;
        margin-left: 1px !important
    }

    .mx-xl-2 {
        margin-right: 2px !important;
        margin-left: 2px !important
    }

    .mx-xl-3 {
        margin-right: 3px !important;
        margin-left: 3px !important
    }

    .mx-xl-4 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-xl-5 {
        margin-right: 5px !important;
        margin-left: 5px !important
    }

    .mx-xl-6 {
        margin-right: 6px !important;
        margin-left: 6px !important
    }

    .mx-xl-7 {
        margin-right: 7px !important;
        margin-left: 7px !important
    }

    .mx-xl-8 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-xl-9 {
        margin-right: 9px !important;
        margin-left: 9px !important
    }

    .mx-xl-10 {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .mx-xl-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-xl-30 {
        margin-right: 30px !important;
        margin-left: 30px !important
    }

    .mx-xl-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-xl-50 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-xl-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-xl-70 {
        margin-right: 70px !important;
        margin-left: 70px !important
    }

    .mx-xl-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-xl-90 {
        margin-right: 90px !important;
        margin-left: 90px !important
    }

    .mx-xl-15 {
        margin-right: 15px !important;
        margin-left: 15px !important
    }

    .mx-xl-25 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-xl-35 {
        margin-right: 35px !important;
        margin-left: 35px !important
    }

    .mx-xl-45 {
        margin-right: 45px !important;
        margin-left: 45px !important
    }

    .mx-xl-55 {
        margin-right: 55px !important;
        margin-left: 55px !important
    }

    .mx-xl-65 {
        margin-right: 65px !important;
        margin-left: 65px !important
    }

    .mx-xl-75 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-xl-85 {
        margin-right: 85px !important;
        margin-left: 85px !important
    }

    .mx-xl-95 {
        margin-right: 95px !important;
        margin-left: 95px !important
    }

    .mx-xl-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }

    .my-xl-2 {
        margin-top: 2px !important;
        margin-bottom: 2px !important
    }

    .my-xl-3 {
        margin-top: 3px !important;
        margin-bottom: 3px !important
    }

    .my-xl-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-xl-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .my-xl-6 {
        margin-top: 6px !important;
        margin-bottom: 6px !important
    }

    .my-xl-7 {
        margin-top: 7px !important;
        margin-bottom: 7px !important
    }

    .my-xl-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-xl-9 {
        margin-top: 9px !important;
        margin-bottom: 9px !important
    }

    .my-xl-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .my-xl-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-xl-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .my-xl-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-xl-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-xl-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-xl-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .my-xl-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-xl-90 {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }

    .my-xl-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .my-xl-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-xl-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important
    }

    .my-xl-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .my-xl-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important
    }

    .my-xl-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important
    }

    .my-xl-75 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-xl-85 {
        margin-top: 85px !important;
        margin-bottom: 85px !important
    }

    .my-xl-95 {
        margin-top: 95px !important;
        margin-bottom: 95px !important
    }

    .my-xl-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: 1px !important
    }

    .mt-xl-2 {
        margin-top: 2px !important
    }

    .mt-xl-3 {
        margin-top: 3px !important
    }

    .mt-xl-4 {
        margin-top: 4px !important
    }

    .mt-xl-5 {
        margin-top: 5px !important
    }

    .mt-xl-6 {
        margin-top: 6px !important
    }

    .mt-xl-7 {
        margin-top: 7px !important
    }

    .mt-xl-8 {
        margin-top: 8px !important
    }

    .mt-xl-9 {
        margin-top: 9px !important
    }

    .mt-xl-10 {
        margin-top: 10px !important
    }

    .mt-xl-20 {
        margin-top: 20px !important
    }

    .mt-xl-30 {
        margin-top: 30px !important
    }

    .mt-xl-40 {
        margin-top: 40px !important
    }

    .mt-xl-50 {
        margin-top: 50px !important
    }

    .mt-xl-60 {
        margin-top: 60px !important
    }

    .mt-xl-70 {
        margin-top: 70px !important
    }

    .mt-xl-80 {
        margin-top: 80px !important
    }

    .mt-xl-90 {
        margin-top: 90px !important
    }

    .mt-xl-15 {
        margin-top: 15px !important
    }

    .mt-xl-25 {
        margin-top: 25px !important
    }

    .mt-xl-35 {
        margin-top: 35px !important
    }

    .mt-xl-45 {
        margin-top: 45px !important
    }

    .mt-xl-55 {
        margin-top: 55px !important
    }

    .mt-xl-65 {
        margin-top: 65px !important
    }

    .mt-xl-75 {
        margin-top: 75px !important
    }

    .mt-xl-85 {
        margin-top: 85px !important
    }

    .mt-xl-95 {
        margin-top: 95px !important
    }

    .mt-xl-100 {
        margin-top: 100px !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: 1px !important
    }

    .me-xl-2 {
        margin-right: 2px !important
    }

    .me-xl-3 {
        margin-right: 3px !important
    }

    .me-xl-4 {
        margin-right: 4px !important
    }

    .me-xl-5 {
        margin-right: 5px !important
    }

    .me-xl-6 {
        margin-right: 6px !important
    }

    .me-xl-7 {
        margin-right: 7px !important
    }

    .me-xl-8 {
        margin-right: 8px !important
    }

    .me-xl-9 {
        margin-right: 9px !important
    }

    .me-xl-10 {
        margin-right: 10px !important
    }

    .me-xl-20 {
        margin-right: 20px !important
    }

    .me-xl-30 {
        margin-right: 30px !important
    }

    .me-xl-40 {
        margin-right: 40px !important
    }

    .me-xl-50 {
        margin-right: 50px !important
    }

    .me-xl-60 {
        margin-right: 60px !important
    }

    .me-xl-70 {
        margin-right: 70px !important
    }

    .me-xl-80 {
        margin-right: 80px !important
    }

    .me-xl-90 {
        margin-right: 90px !important
    }

    .me-xl-15 {
        margin-right: 15px !important
    }

    .me-xl-25 {
        margin-right: 25px !important
    }

    .me-xl-35 {
        margin-right: 35px !important
    }

    .me-xl-45 {
        margin-right: 45px !important
    }

    .me-xl-55 {
        margin-right: 55px !important
    }

    .me-xl-65 {
        margin-right: 65px !important
    }

    .me-xl-75 {
        margin-right: 75px !important
    }

    .me-xl-85 {
        margin-right: 85px !important
    }

    .me-xl-95 {
        margin-right: 95px !important
    }

    .me-xl-100 {
        margin-right: 100px !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: 1px !important
    }

    .mb-xl-2 {
        margin-bottom: 2px !important
    }

    .mb-xl-3 {
        margin-bottom: 3px !important
    }

    .mb-xl-4 {
        margin-bottom: 4px !important
    }

    .mb-xl-5 {
        margin-bottom: 5px !important
    }

    .mb-xl-6 {
        margin-bottom: 6px !important
    }

    .mb-xl-7 {
        margin-bottom: 7px !important
    }

    .mb-xl-8 {
        margin-bottom: 8px !important
    }

    .mb-xl-9 {
        margin-bottom: 9px !important
    }

    .mb-xl-10 {
        margin-bottom: 10px !important
    }

    .mb-xl-20 {
        margin-bottom: 20px !important
    }

    .mb-xl-30 {
        margin-bottom: 30px !important
    }

    .mb-xl-40 {
        margin-bottom: 40px !important
    }

    .mb-xl-50 {
        margin-bottom: 50px !important
    }

    .mb-xl-60 {
        margin-bottom: 60px !important
    }

    .mb-xl-70 {
        margin-bottom: 70px !important
    }

    .mb-xl-80 {
        margin-bottom: 80px !important
    }

    .mb-xl-90 {
        margin-bottom: 90px !important
    }

    .mb-xl-15 {
        margin-bottom: 15px !important
    }

    .mb-xl-25 {
        margin-bottom: 25px !important
    }

    .mb-xl-35 {
        margin-bottom: 35px !important
    }

    .mb-xl-45 {
        margin-bottom: 45px !important
    }

    .mb-xl-55 {
        margin-bottom: 55px !important
    }

    .mb-xl-65 {
        margin-bottom: 65px !important
    }

    .mb-xl-75 {
        margin-bottom: 75px !important
    }

    .mb-xl-85 {
        margin-bottom: 85px !important
    }

    .mb-xl-95 {
        margin-bottom: 95px !important
    }

    .mb-xl-100 {
        margin-bottom: 100px !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: 1px !important
    }

    .ms-xl-2 {
        margin-left: 2px !important
    }

    .ms-xl-3 {
        margin-left: 3px !important
    }

    .ms-xl-4 {
        margin-left: 4px !important
    }

    .ms-xl-5 {
        margin-left: 5px !important
    }

    .ms-xl-6 {
        margin-left: 6px !important
    }

    .ms-xl-7 {
        margin-left: 7px !important
    }

    .ms-xl-8 {
        margin-left: 8px !important
    }

    .ms-xl-9 {
        margin-left: 9px !important
    }

    .ms-xl-10 {
        margin-left: 10px !important
    }

    .ms-xl-20 {
        margin-left: 20px !important
    }

    .ms-xl-30 {
        margin-left: 30px !important
    }

    .ms-xl-40 {
        margin-left: 40px !important
    }

    .ms-xl-50 {
        margin-left: 50px !important
    }

    .ms-xl-60 {
        margin-left: 60px !important
    }

    .ms-xl-70 {
        margin-left: 70px !important
    }

    .ms-xl-80 {
        margin-left: 80px !important
    }

    .ms-xl-90 {
        margin-left: 90px !important
    }

    .ms-xl-15 {
        margin-left: 15px !important
    }

    .ms-xl-25 {
        margin-left: 25px !important
    }

    .ms-xl-35 {
        margin-left: 35px !important
    }

    .ms-xl-45 {
        margin-left: 45px !important
    }

    .ms-xl-55 {
        margin-left: 55px !important
    }

    .ms-xl-65 {
        margin-left: 65px !important
    }

    .ms-xl-75 {
        margin-left: 75px !important
    }

    .ms-xl-85 {
        margin-left: 85px !important
    }

    .ms-xl-95 {
        margin-left: 95px !important
    }

    .ms-xl-100 {
        margin-left: 100px !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: 1px !important
    }

    .p-xl-2 {
        padding: 2px !important
    }

    .p-xl-3 {
        padding: 3px !important
    }

    .p-xl-4 {
        padding: 4px !important
    }

    .p-xl-5 {
        padding: 5px !important
    }

    .p-xl-6 {
        padding: 6px !important
    }

    .p-xl-7 {
        padding: 7px !important
    }

    .p-xl-8 {
        padding: 8px !important
    }

    .p-xl-9 {
        padding: 9px !important
    }

    .p-xl-10 {
        padding: 10px !important
    }

    .p-xl-20 {
        padding: 20px !important
    }

    .p-xl-30 {
        padding: 30px !important
    }

    .p-xl-40 {
        padding: 40px !important
    }

    .p-xl-50 {
        padding: 50px !important
    }

    .p-xl-60 {
        padding: 60px !important
    }

    .p-xl-70 {
        padding: 70px !important
    }

    .p-xl-80 {
        padding: 80px !important
    }

    .p-xl-90 {
        padding: 90px !important
    }

    .p-xl-15 {
        padding: 15px !important
    }

    .p-xl-25 {
        padding: 25px !important
    }

    .p-xl-35 {
        padding: 35px !important
    }

    .p-xl-45 {
        padding: 45px !important
    }

    .p-xl-55 {
        padding: 55px !important
    }

    .p-xl-65 {
        padding: 65px !important
    }

    .p-xl-75 {
        padding: 75px !important
    }

    .p-xl-85 {
        padding: 85px !important
    }

    .p-xl-95 {
        padding: 95px !important
    }

    .p-xl-100 {
        padding: 100px !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: 1px !important;
        padding-left: 1px !important
    }

    .px-xl-2 {
        padding-right: 2px !important;
        padding-left: 2px !important
    }

    .px-xl-3 {
        padding-right: 3px !important;
        padding-left: 3px !important
    }

    .px-xl-4 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-xl-5 {
        padding-right: 5px !important;
        padding-left: 5px !important
    }

    .px-xl-6 {
        padding-right: 6px !important;
        padding-left: 6px !important
    }

    .px-xl-7 {
        padding-right: 7px !important;
        padding-left: 7px !important
    }

    .px-xl-8 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-xl-9 {
        padding-right: 9px !important;
        padding-left: 9px !important
    }

    .px-xl-10 {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .px-xl-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-xl-30 {
        padding-right: 30px !important;
        padding-left: 30px !important
    }

    .px-xl-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-xl-50 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-xl-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-xl-70 {
        padding-right: 70px !important;
        padding-left: 70px !important
    }

    .px-xl-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-xl-90 {
        padding-right: 90px !important;
        padding-left: 90px !important
    }

    .px-xl-15 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    .px-xl-25 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-xl-35 {
        padding-right: 35px !important;
        padding-left: 35px !important
    }

    .px-xl-45 {
        padding-right: 45px !important;
        padding-left: 45px !important
    }

    .px-xl-55 {
        padding-right: 55px !important;
        padding-left: 55px !important
    }

    .px-xl-65 {
        padding-right: 65px !important;
        padding-left: 65px !important
    }

    .px-xl-75 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-xl-85 {
        padding-right: 85px !important;
        padding-left: 85px !important
    }

    .px-xl-95 {
        padding-right: 95px !important;
        padding-left: 95px !important
    }

    .px-xl-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: 1px !important;
        padding-bottom: 1px !important
    }

    .py-xl-2 {
        padding-top: 2px !important;
        padding-bottom: 2px !important
    }

    .py-xl-3 {
        padding-top: 3px !important;
        padding-bottom: 3px !important
    }

    .py-xl-4 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-xl-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .py-xl-6 {
        padding-top: 6px !important;
        padding-bottom: 6px !important
    }

    .py-xl-7 {
        padding-top: 7px !important;
        padding-bottom: 7px !important
    }

    .py-xl-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-xl-9 {
        padding-top: 9px !important;
        padding-bottom: 9px !important
    }

    .py-xl-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .py-xl-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-xl-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .py-xl-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-xl-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-xl-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-xl-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-xl-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-xl-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-xl-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .py-xl-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-xl-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .py-xl-45 {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .py-xl-55 {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    .py-xl-65 {
        padding-top: 65px !important;
        padding-bottom: 65px !important
    }

    .py-xl-75 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-xl-85 {
        padding-top: 85px !important;
        padding-bottom: 85px !important
    }

    .py-xl-95 {
        padding-top: 95px !important;
        padding-bottom: 95px !important
    }

    .py-xl-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: 1px !important
    }

    .pt-xl-2 {
        padding-top: 2px !important
    }

    .pt-xl-3 {
        padding-top: 3px !important
    }

    .pt-xl-4 {
        padding-top: 4px !important
    }

    .pt-xl-5 {
        padding-top: 5px !important
    }

    .pt-xl-6 {
        padding-top: 6px !important
    }

    .pt-xl-7 {
        padding-top: 7px !important
    }

    .pt-xl-8 {
        padding-top: 8px !important
    }

    .pt-xl-9 {
        padding-top: 9px !important
    }

    .pt-xl-10 {
        padding-top: 10px !important
    }

    .pt-xl-20 {
        padding-top: 20px !important
    }

    .pt-xl-30 {
        padding-top: 30px !important
    }

    .pt-xl-40 {
        padding-top: 40px !important
    }

    .pt-xl-50 {
        padding-top: 50px !important
    }

    .pt-xl-60 {
        padding-top: 60px !important
    }

    .pt-xl-70 {
        padding-top: 70px !important
    }

    .pt-xl-80 {
        padding-top: 80px !important
    }

    .pt-xl-90 {
        padding-top: 90px !important
    }

    .pt-xl-15 {
        padding-top: 15px !important
    }

    .pt-xl-25 {
        padding-top: 25px !important
    }

    .pt-xl-35 {
        padding-top: 35px !important
    }

    .pt-xl-45 {
        padding-top: 45px !important
    }

    .pt-xl-55 {
        padding-top: 55px !important
    }

    .pt-xl-65 {
        padding-top: 65px !important
    }

    .pt-xl-75 {
        padding-top: 75px !important
    }

    .pt-xl-85 {
        padding-top: 85px !important
    }

    .pt-xl-95 {
        padding-top: 95px !important
    }

    .pt-xl-100 {
        padding-top: 100px !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: 1px !important
    }

    .pe-xl-2 {
        padding-right: 2px !important
    }

    .pe-xl-3 {
        padding-right: 3px !important
    }

    .pe-xl-4 {
        padding-right: 4px !important
    }

    .pe-xl-5 {
        padding-right: 5px !important
    }

    .pe-xl-6 {
        padding-right: 6px !important
    }

    .pe-xl-7 {
        padding-right: 7px !important
    }

    .pe-xl-8 {
        padding-right: 8px !important
    }

    .pe-xl-9 {
        padding-right: 9px !important
    }

    .pe-xl-10 {
        padding-right: 10px !important
    }

    .pe-xl-20 {
        padding-right: 20px !important
    }

    .pe-xl-30 {
        padding-right: 30px !important
    }

    .pe-xl-40 {
        padding-right: 40px !important
    }

    .pe-xl-50 {
        padding-right: 50px !important
    }

    .pe-xl-60 {
        padding-right: 60px !important
    }

    .pe-xl-70 {
        padding-right: 70px !important
    }

    .pe-xl-80 {
        padding-right: 80px !important
    }

    .pe-xl-90 {
        padding-right: 90px !important
    }

    .pe-xl-15 {
        padding-right: 15px !important
    }

    .pe-xl-25 {
        padding-right: 25px !important
    }

    .pe-xl-35 {
        padding-right: 35px !important
    }

    .pe-xl-45 {
        padding-right: 45px !important
    }

    .pe-xl-55 {
        padding-right: 55px !important
    }

    .pe-xl-65 {
        padding-right: 65px !important
    }

    .pe-xl-75 {
        padding-right: 75px !important
    }

    .pe-xl-85 {
        padding-right: 85px !important
    }

    .pe-xl-95 {
        padding-right: 95px !important
    }

    .pe-xl-100 {
        padding-right: 100px !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: 1px !important
    }

    .pb-xl-2 {
        padding-bottom: 2px !important
    }

    .pb-xl-3 {
        padding-bottom: 3px !important
    }

    .pb-xl-4 {
        padding-bottom: 4px !important
    }

    .pb-xl-5 {
        padding-bottom: 5px !important
    }

    .pb-xl-6 {
        padding-bottom: 6px !important
    }

    .pb-xl-7 {
        padding-bottom: 7px !important
    }

    .pb-xl-8 {
        padding-bottom: 8px !important
    }

    .pb-xl-9 {
        padding-bottom: 9px !important
    }

    .pb-xl-10 {
        padding-bottom: 10px !important
    }

    .pb-xl-20 {
        padding-bottom: 20px !important
    }

    .pb-xl-30 {
        padding-bottom: 30px !important
    }

    .pb-xl-40 {
        padding-bottom: 40px !important
    }

    .pb-xl-50 {
        padding-bottom: 50px !important
    }

    .pb-xl-60 {
        padding-bottom: 60px !important
    }

    .pb-xl-70 {
        padding-bottom: 70px !important
    }

    .pb-xl-80 {
        padding-bottom: 80px !important
    }

    .pb-xl-90 {
        padding-bottom: 90px !important
    }

    .pb-xl-15 {
        padding-bottom: 15px !important
    }

    .pb-xl-25 {
        padding-bottom: 25px !important
    }

    .pb-xl-35 {
        padding-bottom: 35px !important
    }

    .pb-xl-45 {
        padding-bottom: 45px !important
    }

    .pb-xl-55 {
        padding-bottom: 55px !important
    }

    .pb-xl-65 {
        padding-bottom: 65px !important
    }

    .pb-xl-75 {
        padding-bottom: 75px !important
    }

    .pb-xl-85 {
        padding-bottom: 85px !important
    }

    .pb-xl-95 {
        padding-bottom: 95px !important
    }

    .pb-xl-100 {
        padding-bottom: 100px !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: 1px !important
    }

    .ps-xl-2 {
        padding-left: 2px !important
    }

    .ps-xl-3 {
        padding-left: 3px !important
    }

    .ps-xl-4 {
        padding-left: 4px !important
    }

    .ps-xl-5 {
        padding-left: 5px !important
    }

    .ps-xl-6 {
        padding-left: 6px !important
    }

    .ps-xl-7 {
        padding-left: 7px !important
    }

    .ps-xl-8 {
        padding-left: 8px !important
    }

    .ps-xl-9 {
        padding-left: 9px !important
    }

    .ps-xl-10 {
        padding-left: 10px !important
    }

    .ps-xl-20 {
        padding-left: 20px !important
    }

    .ps-xl-30 {
        padding-left: 30px !important
    }

    .ps-xl-40 {
        padding-left: 40px !important
    }

    .ps-xl-50 {
        padding-left: 50px !important
    }

    .ps-xl-60 {
        padding-left: 60px !important
    }

    .ps-xl-70 {
        padding-left: 70px !important
    }

    .ps-xl-80 {
        padding-left: 80px !important
    }

    .ps-xl-90 {
        padding-left: 90px !important
    }

    .ps-xl-15 {
        padding-left: 15px !important
    }

    .ps-xl-25 {
        padding-left: 25px !important
    }

    .ps-xl-35 {
        padding-left: 35px !important
    }

    .ps-xl-45 {
        padding-left: 45px !important
    }

    .ps-xl-55 {
        padding-left: 55px !important
    }

    .ps-xl-65 {
        padding-left: 65px !important
    }

    .ps-xl-75 {
        padding-left: 75px !important
    }

    .ps-xl-85 {
        padding-left: 85px !important
    }

    .ps-xl-95 {
        padding-left: 95px !important
    }

    .ps-xl-100 {
        padding-left: 100px !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: 1px !important
    }

    .gap-xxl-2 {
        gap: 2px !important
    }

    .gap-xxl-3 {
        gap: 3px !important
    }

    .gap-xxl-4 {
        gap: 4px !important
    }

    .gap-xxl-5 {
        gap: 5px !important
    }

    .gap-xxl-6 {
        gap: 6px !important
    }

    .gap-xxl-7 {
        gap: 7px !important
    }

    .gap-xxl-8 {
        gap: 8px !important
    }

    .gap-xxl-9 {
        gap: 9px !important
    }

    .gap-xxl-10 {
        gap: 10px !important
    }

    .gap-xxl-20 {
        gap: 20px !important
    }

    .gap-xxl-30 {
        gap: 30px !important
    }

    .gap-xxl-40 {
        gap: 40px !important
    }

    .gap-xxl-50 {
        gap: 50px !important
    }

    .gap-xxl-60 {
        gap: 60px !important
    }

    .gap-xxl-70 {
        gap: 70px !important
    }

    .gap-xxl-80 {
        gap: 80px !important
    }

    .gap-xxl-90 {
        gap: 90px !important
    }

    .gap-xxl-15 {
        gap: 15px !important
    }

    .gap-xxl-25 {
        gap: 25px !important
    }

    .gap-xxl-35 {
        gap: 35px !important
    }

    .gap-xxl-45 {
        gap: 45px !important
    }

    .gap-xxl-55 {
        gap: 55px !important
    }

    .gap-xxl-65 {
        gap: 65px !important
    }

    .gap-xxl-75 {
        gap: 75px !important
    }

    .gap-xxl-85 {
        gap: 85px !important
    }

    .gap-xxl-95 {
        gap: 95px !important
    }

    .gap-xxl-100 {
        gap: 100px !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: 1px !important
    }

    .m-xxl-2 {
        margin: 2px !important
    }

    .m-xxl-3 {
        margin: 3px !important
    }

    .m-xxl-4 {
        margin: 4px !important
    }

    .m-xxl-5 {
        margin: 5px !important
    }

    .m-xxl-6 {
        margin: 6px !important
    }

    .m-xxl-7 {
        margin: 7px !important
    }

    .m-xxl-8 {
        margin: 8px !important
    }

    .m-xxl-9 {
        margin: 9px !important
    }

    .m-xxl-10 {
        margin: 10px !important
    }

    .m-xxl-20 {
        margin: 20px !important
    }

    .m-xxl-30 {
        margin: 30px !important
    }

    .m-xxl-40 {
        margin: 40px !important
    }

    .m-xxl-50 {
        margin: 50px !important
    }

    .m-xxl-60 {
        margin: 60px !important
    }

    .m-xxl-70 {
        margin: 70px !important
    }

    .m-xxl-80 {
        margin: 80px !important
    }

    .m-xxl-90 {
        margin: 90px !important
    }

    .m-xxl-15 {
        margin: 15px !important
    }

    .m-xxl-25 {
        margin: 25px !important
    }

    .m-xxl-35 {
        margin: 35px !important
    }

    .m-xxl-45 {
        margin: 45px !important
    }

    .m-xxl-55 {
        margin: 55px !important
    }

    .m-xxl-65 {
        margin: 65px !important
    }

    .m-xxl-75 {
        margin: 75px !important
    }

    .m-xxl-85 {
        margin: 85px !important
    }

    .m-xxl-95 {
        margin: 95px !important
    }

    .m-xxl-100 {
        margin: 100px !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: 1px !important;
        margin-left: 1px !important
    }

    .mx-xxl-2 {
        margin-right: 2px !important;
        margin-left: 2px !important
    }

    .mx-xxl-3 {
        margin-right: 3px !important;
        margin-left: 3px !important
    }

    .mx-xxl-4 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }

    .mx-xxl-5 {
        margin-right: 5px !important;
        margin-left: 5px !important
    }

    .mx-xxl-6 {
        margin-right: 6px !important;
        margin-left: 6px !important
    }

    .mx-xxl-7 {
        margin-right: 7px !important;
        margin-left: 7px !important
    }

    .mx-xxl-8 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }

    .mx-xxl-9 {
        margin-right: 9px !important;
        margin-left: 9px !important
    }

    .mx-xxl-10 {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .mx-xxl-20 {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .mx-xxl-30 {
        margin-right: 30px !important;
        margin-left: 30px !important
    }

    .mx-xxl-40 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .mx-xxl-50 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-xxl-60 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-xxl-70 {
        margin-right: 70px !important;
        margin-left: 70px !important
    }

    .mx-xxl-80 {
        margin-right: 80px !important;
        margin-left: 80px !important
    }

    .mx-xxl-90 {
        margin-right: 90px !important;
        margin-left: 90px !important
    }

    .mx-xxl-15 {
        margin-right: 15px !important;
        margin-left: 15px !important
    }

    .mx-xxl-25 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-xxl-35 {
        margin-right: 35px !important;
        margin-left: 35px !important
    }

    .mx-xxl-45 {
        margin-right: 45px !important;
        margin-left: 45px !important
    }

    .mx-xxl-55 {
        margin-right: 55px !important;
        margin-left: 55px !important
    }

    .mx-xxl-65 {
        margin-right: 65px !important;
        margin-left: 65px !important
    }

    .mx-xxl-75 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-xxl-85 {
        margin-right: 85px !important;
        margin-left: 85px !important
    }

    .mx-xxl-95 {
        margin-right: 95px !important;
        margin-left: 95px !important
    }

    .mx-xxl-100 {
        margin-right: 100px !important;
        margin-left: 100px !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: 1px !important;
        margin-bottom: 1px !important
    }

    .my-xxl-2 {
        margin-top: 2px !important;
        margin-bottom: 2px !important
    }

    .my-xxl-3 {
        margin-top: 3px !important;
        margin-bottom: 3px !important
    }

    .my-xxl-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }

    .my-xxl-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .my-xxl-6 {
        margin-top: 6px !important;
        margin-bottom: 6px !important
    }

    .my-xxl-7 {
        margin-top: 7px !important;
        margin-bottom: 7px !important
    }

    .my-xxl-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .my-xxl-9 {
        margin-top: 9px !important;
        margin-bottom: 9px !important
    }

    .my-xxl-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .my-xxl-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .my-xxl-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .my-xxl-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .my-xxl-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-xxl-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-xxl-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important
    }

    .my-xxl-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }

    .my-xxl-90 {
        margin-top: 90px !important;
        margin-bottom: 90px !important
    }

    .my-xxl-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .my-xxl-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-xxl-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important
    }

    .my-xxl-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .my-xxl-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important
    }

    .my-xxl-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important
    }

    .my-xxl-75 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-xxl-85 {
        margin-top: 85px !important;
        margin-bottom: 85px !important
    }

    .my-xxl-95 {
        margin-top: 95px !important;
        margin-bottom: 95px !important
    }

    .my-xxl-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: 1px !important
    }

    .mt-xxl-2 {
        margin-top: 2px !important
    }

    .mt-xxl-3 {
        margin-top: 3px !important
    }

    .mt-xxl-4 {
        margin-top: 4px !important
    }

    .mt-xxl-5 {
        margin-top: 5px !important
    }

    .mt-xxl-6 {
        margin-top: 6px !important
    }

    .mt-xxl-7 {
        margin-top: 7px !important
    }

    .mt-xxl-8 {
        margin-top: 8px !important
    }

    .mt-xxl-9 {
        margin-top: 9px !important
    }

    .mt-xxl-10 {
        margin-top: 10px !important
    }

    .mt-xxl-20 {
        margin-top: 20px !important
    }

    .mt-xxl-30 {
        margin-top: 30px !important
    }

    .mt-xxl-40 {
        margin-top: 40px !important
    }

    .mt-xxl-50 {
        margin-top: 50px !important
    }

    .mt-xxl-60 {
        margin-top: 60px !important
    }

    .mt-xxl-70 {
        margin-top: 70px !important
    }

    .mt-xxl-80 {
        margin-top: 80px !important
    }

    .mt-xxl-90 {
        margin-top: 90px !important
    }

    .mt-xxl-15 {
        margin-top: 15px !important
    }

    .mt-xxl-25 {
        margin-top: 25px !important
    }

    .mt-xxl-35 {
        margin-top: 35px !important
    }

    .mt-xxl-45 {
        margin-top: 45px !important
    }

    .mt-xxl-55 {
        margin-top: 55px !important
    }

    .mt-xxl-65 {
        margin-top: 65px !important
    }

    .mt-xxl-75 {
        margin-top: 75px !important
    }

    .mt-xxl-85 {
        margin-top: 85px !important
    }

    .mt-xxl-95 {
        margin-top: 95px !important
    }

    .mt-xxl-100 {
        margin-top: 100px !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: 1px !important
    }

    .me-xxl-2 {
        margin-right: 2px !important
    }

    .me-xxl-3 {
        margin-right: 3px !important
    }

    .me-xxl-4 {
        margin-right: 4px !important
    }

    .me-xxl-5 {
        margin-right: 5px !important
    }

    .me-xxl-6 {
        margin-right: 6px !important
    }

    .me-xxl-7 {
        margin-right: 7px !important
    }

    .me-xxl-8 {
        margin-right: 8px !important
    }

    .me-xxl-9 {
        margin-right: 9px !important
    }

    .me-xxl-10 {
        margin-right: 10px !important
    }

    .me-xxl-20 {
        margin-right: 20px !important
    }

    .me-xxl-30 {
        margin-right: 30px !important
    }

    .me-xxl-40 {
        margin-right: 40px !important
    }

    .me-xxl-50 {
        margin-right: 50px !important
    }

    .me-xxl-60 {
        margin-right: 60px !important
    }

    .me-xxl-70 {
        margin-right: 70px !important
    }

    .me-xxl-80 {
        margin-right: 80px !important
    }

    .me-xxl-90 {
        margin-right: 90px !important
    }

    .me-xxl-15 {
        margin-right: 15px !important
    }

    .me-xxl-25 {
        margin-right: 25px !important
    }

    .me-xxl-35 {
        margin-right: 35px !important
    }

    .me-xxl-45 {
        margin-right: 45px !important
    }

    .me-xxl-55 {
        margin-right: 55px !important
    }

    .me-xxl-65 {
        margin-right: 65px !important
    }

    .me-xxl-75 {
        margin-right: 75px !important
    }

    .me-xxl-85 {
        margin-right: 85px !important
    }

    .me-xxl-95 {
        margin-right: 95px !important
    }

    .me-xxl-100 {
        margin-right: 100px !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: 1px !important
    }

    .mb-xxl-2 {
        margin-bottom: 2px !important
    }

    .mb-xxl-3 {
        margin-bottom: 3px !important
    }

    .mb-xxl-4 {
        margin-bottom: 4px !important
    }

    .mb-xxl-5 {
        margin-bottom: 5px !important
    }

    .mb-xxl-6 {
        margin-bottom: 6px !important
    }

    .mb-xxl-7 {
        margin-bottom: 7px !important
    }

    .mb-xxl-8 {
        margin-bottom: 8px !important
    }

    .mb-xxl-9 {
        margin-bottom: 9px !important
    }

    .mb-xxl-10 {
        margin-bottom: 10px !important
    }

    .mb-xxl-20 {
        margin-bottom: 20px !important
    }

    .mb-xxl-30 {
        margin-bottom: 30px !important
    }

    .mb-xxl-40 {
        margin-bottom: 40px !important
    }

    .mb-xxl-50 {
        margin-bottom: 50px !important
    }

    .mb-xxl-60 {
        margin-bottom: 60px !important
    }

    .mb-xxl-70 {
        margin-bottom: 70px !important
    }

    .mb-xxl-80 {
        margin-bottom: 80px !important
    }

    .mb-xxl-90 {
        margin-bottom: 90px !important
    }

    .mb-xxl-15 {
        margin-bottom: 15px !important
    }

    .mb-xxl-25 {
        margin-bottom: 25px !important
    }

    .mb-xxl-35 {
        margin-bottom: 35px !important
    }

    .mb-xxl-45 {
        margin-bottom: 45px !important
    }

    .mb-xxl-55 {
        margin-bottom: 55px !important
    }

    .mb-xxl-65 {
        margin-bottom: 65px !important
    }

    .mb-xxl-75 {
        margin-bottom: 75px !important
    }

    .mb-xxl-85 {
        margin-bottom: 85px !important
    }

    .mb-xxl-95 {
        margin-bottom: 95px !important
    }

    .mb-xxl-100 {
        margin-bottom: 100px !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: 1px !important
    }

    .ms-xxl-2 {
        margin-left: 2px !important
    }

    .ms-xxl-3 {
        margin-left: 3px !important
    }

    .ms-xxl-4 {
        margin-left: 4px !important
    }

    .ms-xxl-5 {
        margin-left: 5px !important
    }

    .ms-xxl-6 {
        margin-left: 6px !important
    }

    .ms-xxl-7 {
        margin-left: 7px !important
    }

    .ms-xxl-8 {
        margin-left: 8px !important
    }

    .ms-xxl-9 {
        margin-left: 9px !important
    }

    .ms-xxl-10 {
        margin-left: 10px !important
    }

    .ms-xxl-20 {
        margin-left: 20px !important
    }

    .ms-xxl-30 {
        margin-left: 30px !important
    }

    .ms-xxl-40 {
        margin-left: 40px !important
    }

    .ms-xxl-50 {
        margin-left: 50px !important
    }

    .ms-xxl-60 {
        margin-left: 60px !important
    }

    .ms-xxl-70 {
        margin-left: 70px !important
    }

    .ms-xxl-80 {
        margin-left: 80px !important
    }

    .ms-xxl-90 {
        margin-left: 90px !important
    }

    .ms-xxl-15 {
        margin-left: 15px !important
    }

    .ms-xxl-25 {
        margin-left: 25px !important
    }

    .ms-xxl-35 {
        margin-left: 35px !important
    }

    .ms-xxl-45 {
        margin-left: 45px !important
    }

    .ms-xxl-55 {
        margin-left: 55px !important
    }

    .ms-xxl-65 {
        margin-left: 65px !important
    }

    .ms-xxl-75 {
        margin-left: 75px !important
    }

    .ms-xxl-85 {
        margin-left: 85px !important
    }

    .ms-xxl-95 {
        margin-left: 95px !important
    }

    .ms-xxl-100 {
        margin-left: 100px !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: 1px !important
    }

    .p-xxl-2 {
        padding: 2px !important
    }

    .p-xxl-3 {
        padding: 3px !important
    }

    .p-xxl-4 {
        padding: 4px !important
    }

    .p-xxl-5 {
        padding: 5px !important
    }

    .p-xxl-6 {
        padding: 6px !important
    }

    .p-xxl-7 {
        padding: 7px !important
    }

    .p-xxl-8 {
        padding: 8px !important
    }

    .p-xxl-9 {
        padding: 9px !important
    }

    .p-xxl-10 {
        padding: 10px !important
    }

    .p-xxl-20 {
        padding: 20px !important
    }

    .p-xxl-30 {
        padding: 30px !important
    }

    .p-xxl-40 {
        padding: 40px !important
    }

    .p-xxl-50 {
        padding: 50px !important
    }

    .p-xxl-60 {
        padding: 60px !important
    }

    .p-xxl-70 {
        padding: 70px !important
    }

    .p-xxl-80 {
        padding: 80px !important
    }

    .p-xxl-90 {
        padding: 90px !important
    }

    .p-xxl-15 {
        padding: 15px !important
    }

    .p-xxl-25 {
        padding: 25px !important
    }

    .p-xxl-35 {
        padding: 35px !important
    }

    .p-xxl-45 {
        padding: 45px !important
    }

    .p-xxl-55 {
        padding: 55px !important
    }

    .p-xxl-65 {
        padding: 65px !important
    }

    .p-xxl-75 {
        padding: 75px !important
    }

    .p-xxl-85 {
        padding: 85px !important
    }

    .p-xxl-95 {
        padding: 95px !important
    }

    .p-xxl-100 {
        padding: 100px !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: 1px !important;
        padding-left: 1px !important
    }

    .px-xxl-2 {
        padding-right: 2px !important;
        padding-left: 2px !important
    }

    .px-xxl-3 {
        padding-right: 3px !important;
        padding-left: 3px !important
    }

    .px-xxl-4 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }

    .px-xxl-5 {
        padding-right: 5px !important;
        padding-left: 5px !important
    }

    .px-xxl-6 {
        padding-right: 6px !important;
        padding-left: 6px !important
    }

    .px-xxl-7 {
        padding-right: 7px !important;
        padding-left: 7px !important
    }

    .px-xxl-8 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }

    .px-xxl-9 {
        padding-right: 9px !important;
        padding-left: 9px !important
    }

    .px-xxl-10 {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .px-xxl-20 {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .px-xxl-30 {
        padding-right: 30px !important;
        padding-left: 30px !important
    }

    .px-xxl-40 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .px-xxl-50 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-xxl-60 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .px-xxl-70 {
        padding-right: 70px !important;
        padding-left: 70px !important
    }

    .px-xxl-80 {
        padding-right: 80px !important;
        padding-left: 80px !important
    }

    .px-xxl-90 {
        padding-right: 90px !important;
        padding-left: 90px !important
    }

    .px-xxl-15 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    .px-xxl-25 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-xxl-35 {
        padding-right: 35px !important;
        padding-left: 35px !important
    }

    .px-xxl-45 {
        padding-right: 45px !important;
        padding-left: 45px !important
    }

    .px-xxl-55 {
        padding-right: 55px !important;
        padding-left: 55px !important
    }

    .px-xxl-65 {
        padding-right: 65px !important;
        padding-left: 65px !important
    }

    .px-xxl-75 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-xxl-85 {
        padding-right: 85px !important;
        padding-left: 85px !important
    }

    .px-xxl-95 {
        padding-right: 95px !important;
        padding-left: 95px !important
    }

    .px-xxl-100 {
        padding-right: 100px !important;
        padding-left: 100px !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: 1px !important;
        padding-bottom: 1px !important
    }

    .py-xxl-2 {
        padding-top: 2px !important;
        padding-bottom: 2px !important
    }

    .py-xxl-3 {
        padding-top: 3px !important;
        padding-bottom: 3px !important
    }

    .py-xxl-4 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }

    .py-xxl-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .py-xxl-6 {
        padding-top: 6px !important;
        padding-bottom: 6px !important
    }

    .py-xxl-7 {
        padding-top: 7px !important;
        padding-bottom: 7px !important
    }

    .py-xxl-8 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .py-xxl-9 {
        padding-top: 9px !important;
        padding-bottom: 9px !important
    }

    .py-xxl-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .py-xxl-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .py-xxl-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .py-xxl-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .py-xxl-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-xxl-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .py-xxl-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .py-xxl-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    .py-xxl-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important
    }

    .py-xxl-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .py-xxl-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-xxl-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .py-xxl-45 {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .py-xxl-55 {
        padding-top: 55px !important;
        padding-bottom: 55px !important
    }

    .py-xxl-65 {
        padding-top: 65px !important;
        padding-bottom: 65px !important
    }

    .py-xxl-75 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-xxl-85 {
        padding-top: 85px !important;
        padding-bottom: 85px !important
    }

    .py-xxl-95 {
        padding-top: 95px !important;
        padding-bottom: 95px !important
    }

    .py-xxl-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: 1px !important
    }

    .pt-xxl-2 {
        padding-top: 2px !important
    }

    .pt-xxl-3 {
        padding-top: 3px !important
    }

    .pt-xxl-4 {
        padding-top: 4px !important
    }

    .pt-xxl-5 {
        padding-top: 5px !important
    }

    .pt-xxl-6 {
        padding-top: 6px !important
    }

    .pt-xxl-7 {
        padding-top: 7px !important
    }

    .pt-xxl-8 {
        padding-top: 8px !important
    }

    .pt-xxl-9 {
        padding-top: 9px !important
    }

    .pt-xxl-10 {
        padding-top: 10px !important
    }

    .pt-xxl-20 {
        padding-top: 20px !important
    }

    .pt-xxl-30 {
        padding-top: 30px !important
    }

    .pt-xxl-40 {
        padding-top: 40px !important
    }

    .pt-xxl-50 {
        padding-top: 50px !important
    }

    .pt-xxl-60 {
        padding-top: 60px !important
    }

    .pt-xxl-70 {
        padding-top: 70px !important
    }

    .pt-xxl-80 {
        padding-top: 80px !important
    }

    .pt-xxl-90 {
        padding-top: 90px !important
    }

    .pt-xxl-15 {
        padding-top: 15px !important
    }

    .pt-xxl-25 {
        padding-top: 25px !important
    }

    .pt-xxl-35 {
        padding-top: 35px !important
    }

    .pt-xxl-45 {
        padding-top: 45px !important
    }

    .pt-xxl-55 {
        padding-top: 55px !important
    }

    .pt-xxl-65 {
        padding-top: 65px !important
    }

    .pt-xxl-75 {
        padding-top: 75px !important
    }

    .pt-xxl-85 {
        padding-top: 85px !important
    }

    .pt-xxl-95 {
        padding-top: 95px !important
    }

    .pt-xxl-100 {
        padding-top: 100px !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: 1px !important
    }

    .pe-xxl-2 {
        padding-right: 2px !important
    }

    .pe-xxl-3 {
        padding-right: 3px !important
    }

    .pe-xxl-4 {
        padding-right: 4px !important
    }

    .pe-xxl-5 {
        padding-right: 5px !important
    }

    .pe-xxl-6 {
        padding-right: 6px !important
    }

    .pe-xxl-7 {
        padding-right: 7px !important
    }

    .pe-xxl-8 {
        padding-right: 8px !important
    }

    .pe-xxl-9 {
        padding-right: 9px !important
    }

    .pe-xxl-10 {
        padding-right: 10px !important
    }

    .pe-xxl-20 {
        padding-right: 20px !important
    }

    .pe-xxl-30 {
        padding-right: 30px !important
    }

    .pe-xxl-40 {
        padding-right: 40px !important
    }

    .pe-xxl-50 {
        padding-right: 50px !important
    }

    .pe-xxl-60 {
        padding-right: 60px !important
    }

    .pe-xxl-70 {
        padding-right: 70px !important
    }

    .pe-xxl-80 {
        padding-right: 80px !important
    }

    .pe-xxl-90 {
        padding-right: 90px !important
    }

    .pe-xxl-15 {
        padding-right: 15px !important
    }

    .pe-xxl-25 {
        padding-right: 25px !important
    }

    .pe-xxl-35 {
        padding-right: 35px !important
    }

    .pe-xxl-45 {
        padding-right: 45px !important
    }

    .pe-xxl-55 {
        padding-right: 55px !important
    }

    .pe-xxl-65 {
        padding-right: 65px !important
    }

    .pe-xxl-75 {
        padding-right: 75px !important
    }

    .pe-xxl-85 {
        padding-right: 85px !important
    }

    .pe-xxl-95 {
        padding-right: 95px !important
    }

    .pe-xxl-100 {
        padding-right: 100px !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: 1px !important
    }

    .pb-xxl-2 {
        padding-bottom: 2px !important
    }

    .pb-xxl-3 {
        padding-bottom: 3px !important
    }

    .pb-xxl-4 {
        padding-bottom: 4px !important
    }

    .pb-xxl-5 {
        padding-bottom: 5px !important
    }

    .pb-xxl-6 {
        padding-bottom: 6px !important
    }

    .pb-xxl-7 {
        padding-bottom: 7px !important
    }

    .pb-xxl-8 {
        padding-bottom: 8px !important
    }

    .pb-xxl-9 {
        padding-bottom: 9px !important
    }

    .pb-xxl-10 {
        padding-bottom: 10px !important
    }

    .pb-xxl-20 {
        padding-bottom: 20px !important
    }

    .pb-xxl-30 {
        padding-bottom: 30px !important
    }

    .pb-xxl-40 {
        padding-bottom: 40px !important
    }

    .pb-xxl-50 {
        padding-bottom: 50px !important
    }

    .pb-xxl-60 {
        padding-bottom: 60px !important
    }

    .pb-xxl-70 {
        padding-bottom: 70px !important
    }

    .pb-xxl-80 {
        padding-bottom: 80px !important
    }

    .pb-xxl-90 {
        padding-bottom: 90px !important
    }

    .pb-xxl-15 {
        padding-bottom: 15px !important
    }

    .pb-xxl-25 {
        padding-bottom: 25px !important
    }

    .pb-xxl-35 {
        padding-bottom: 35px !important
    }

    .pb-xxl-45 {
        padding-bottom: 45px !important
    }

    .pb-xxl-55 {
        padding-bottom: 55px !important
    }

    .pb-xxl-65 {
        padding-bottom: 65px !important
    }

    .pb-xxl-75 {
        padding-bottom: 75px !important
    }

    .pb-xxl-85 {
        padding-bottom: 85px !important
    }

    .pb-xxl-95 {
        padding-bottom: 95px !important
    }

    .pb-xxl-100 {
        padding-bottom: 100px !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: 1px !important
    }

    .ps-xxl-2 {
        padding-left: 2px !important
    }

    .ps-xxl-3 {
        padding-left: 3px !important
    }

    .ps-xxl-4 {
        padding-left: 4px !important
    }

    .ps-xxl-5 {
        padding-left: 5px !important
    }

    .ps-xxl-6 {
        padding-left: 6px !important
    }

    .ps-xxl-7 {
        padding-left: 7px !important
    }

    .ps-xxl-8 {
        padding-left: 8px !important
    }

    .ps-xxl-9 {
        padding-left: 9px !important
    }

    .ps-xxl-10 {
        padding-left: 10px !important
    }

    .ps-xxl-20 {
        padding-left: 20px !important
    }

    .ps-xxl-30 {
        padding-left: 30px !important
    }

    .ps-xxl-40 {
        padding-left: 40px !important
    }

    .ps-xxl-50 {
        padding-left: 50px !important
    }

    .ps-xxl-60 {
        padding-left: 60px !important
    }

    .ps-xxl-70 {
        padding-left: 70px !important
    }

    .ps-xxl-80 {
        padding-left: 80px !important
    }

    .ps-xxl-90 {
        padding-left: 90px !important
    }

    .ps-xxl-15 {
        padding-left: 15px !important
    }

    .ps-xxl-25 {
        padding-left: 25px !important
    }

    .ps-xxl-35 {
        padding-left: 35px !important
    }

    .ps-xxl-45 {
        padding-left: 45px !important
    }

    .ps-xxl-55 {
        padding-left: 55px !important
    }

    .ps-xxl-65 {
        padding-left: 65px !important
    }

    .ps-xxl-75 {
        padding-left: 75px !important
    }

    .ps-xxl-85 {
        padding-left: 85px !important
    }

    .ps-xxl-95 {
        padding-left: 95px !important
    }

    .ps-xxl-100 {
        padding-left: 100px !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 1.5rem !important
    }

    .fs-2 {
        font-size: 1.35rem !important
    }

    .fs-21 {
        font-size: 1.3125rem !important
    }

    .fs-22 {
        font-size: 1.375rem !important
    }

    .fs-23 {
        font-size: 1.4375rem !important
    }

    .fs-24 {
        font-size: 1.5rem !important
    }

    .fs-25 {
        font-size: 1.5625rem !important
    }

    .fs-26 {
        font-size: 1.625rem !important
    }

    .fs-27 {
        font-size: 1.6875rem !important
    }

    .fs-28 {
        font-size: 1.75rem !important
    }

    .fs-29 {
        font-size: 1.8125rem !important
    }

    .fs-30 {
        font-size: 1.875rem !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: -ms-grid !important;
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    -webkit-transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure .small, .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure .small, .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}