:root {
    --bs-blue: #f0f7ff;
    --bs-indigo: #153d81;
    --bs-purple: #8f6afb;
    --bs-pink: #d63384;
    --bs-red: #c40026;
    --bs-orange: #d33f1b;
    --bs-yellow: #fbd609;
    --bs-green: #1dbb7a;
    --bs-teal: #20c997;
    --bs-cyan: #cadfff;
    --bs-white: #fff;
    --bs-gray: #2699fb;
    --bs-gray-dark: #ededed;
    --bs-primary: #f0f7ff;
    --bs-secondary: #ededed;
    --bs-success: #1dbb7a;
    --bs-info: #cadfff;
    --bs-warning: #fbd609;
    --bs-danger: #c40026;
    --bs-light: #f8f9fa;
    --bs-dark: #f8f9fa;
    --bs-font-sans-serif: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "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, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0))
}

*,
 :after,
 :before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
     :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-size: 1rem;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(43, 44, 47, 0)
}

hr {
    margin: 1.5625rem 0;
    color: #777;
    background-color: currentColor;
    border: 0;
    opacity: 1
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
    color: #2b2c2f
}

.h1,
h1 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h1,
    h1 {
        font-size: 1.75rem
    }
}

.h2,
h2 {
    font-size: 1.25rem
}

.h3,
.h4,
.h5,
h3,
h4,
h5 {
    font-size: 1.125rem
}

.h6,
h6 {
    font-size: 1rem
}

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: .75rem
}

.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:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    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: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    color: currentColor;
    text-align: left
}

th {
    font-weight: 700;
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(.focus-visible),
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
    }
}

.news-list.list-unstyled {
    padding-left: 18px;
    padding-top: 18px;
}

@media (max-width:767px) {
    .news-list.list-unstyled {
        padding-left: 8px;
        padding-right: 6px;
    }
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .9375rem
}

.initialism {
    font-size: .75rem;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container,
.container-fluid,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: 15px;
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 1390px
    }
}

.row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)/-2);
    margin-left: calc(var(--bs-gutter-x)/-2)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/2);
    padding-left: calc(var(--bs-gutter-x)/2);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66667%
}

.row-cols-7>* {
    flex: 0 0 auto;
    width: 14.28571%
}

.row-cols-8>* {
    flex: 0 0 auto;
    width: 12.5%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: .3125rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: .3125rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: .625rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: .625rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: .9375rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: .9375rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.25rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.25rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 1.5625rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 1.5625rem
}

.g-6,
.gx-6 {
    --bs-gutter-x: 1.875rem
}

.g-6,
.gy-6 {
    --bs-gutter-y: 1.875rem
}

.g-7,
.gx-7 {
    --bs-gutter-x: 2.1875rem
}

.g-7,
.gy-7 {
    --bs-gutter-y: 2.1875rem
}

.g-8,
.gx-8 {
    --bs-gutter-x: 2.5rem
}

.g-8,
.gy-8 {
    --bs-gutter-y: 2.5rem
}

.g-9,
.gx-9 {
    --bs-gutter-x: 2.8125rem
}

.g-9,
.gy-9 {
    --bs-gutter-y: 2.8125rem
}

.g-10,
.gx-10 {
    --bs-gutter-x: 3.125rem
}

.g-10,
.gy-10 {
    --bs-gutter-y: 3.125rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .row-cols-sm-7>* {
        flex: 0 0 auto;
        width: 14.28571%
    }
    .row-cols-sm-8>* {
        flex: 0 0 auto;
        width: 12.5%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: .3125rem
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: .3125rem
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: .625rem
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: .625rem
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: .9375rem
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: .9375rem
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.25rem
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.25rem
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 1.5625rem
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 1.5625rem
    }
    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 1.875rem
    }
    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 1.875rem
    }
    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 2.1875rem
    }
    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 2.1875rem
    }
    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 2.5rem
    }
    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 2.5rem
    }
    .g-sm-9,
    .gx-sm-9 {
        --bs-gutter-x: 2.8125rem
    }
    .g-sm-9,
    .gy-sm-9 {
        --bs-gutter-y: 2.8125rem
    }
    .g-sm-10,
    .gx-sm-10 {
        --bs-gutter-x: 3.125rem
    }
    .g-sm-10,
    .gy-sm-10 {
        --bs-gutter-y: 3.125rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .row-cols-md-7>* {
        flex: 0 0 auto;
        width: 14.28571%
    }
    .row-cols-md-8>* {
        flex: 0 0 auto;
        width: 12.5%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: .3125rem
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: .3125rem
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: .625rem
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: .625rem
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: .9375rem
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: .9375rem
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.25rem
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.25rem
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 1.5625rem
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 1.5625rem
    }
    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 1.875rem
    }
    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 1.875rem
    }
    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 2.1875rem
    }
    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 2.1875rem
    }
    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 2.5rem
    }
    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 2.5rem
    }
    .g-md-9,
    .gx-md-9 {
        --bs-gutter-x: 2.8125rem
    }
    .g-md-9,
    .gy-md-9 {
        --bs-gutter-y: 2.8125rem
    }
    .g-md-10,
    .gx-md-10 {
        --bs-gutter-x: 3.125rem
    }
    .g-md-10,
    .gy-md-10 {
        --bs-gutter-y: 3.125rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .row-cols-lg-7>* {
        flex: 0 0 auto;
        width: 14.28571%
    }
    .row-cols-lg-8>* {
        flex: 0 0 auto;
        width: 12.5%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: .3125rem
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: .3125rem
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: .625rem
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: .625rem
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: .9375rem
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: .9375rem
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.25rem
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.25rem
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 1.5625rem
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 1.5625rem
    }
    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 1.875rem
    }
    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 1.875rem
    }
    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 2.1875rem
    }
    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 2.1875rem
    }
    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 2.5rem
    }
    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 2.5rem
    }
    .g-lg-9,
    .gx-lg-9 {
        --bs-gutter-x: 2.8125rem
    }
    .g-lg-9,
    .gy-lg-9 {
        --bs-gutter-y: 2.8125rem
    }
    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 3.125rem
    }
    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 3.125rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .row-cols-xl-7>* {
        flex: 0 0 auto;
        width: 14.28571%
    }
    .row-cols-xl-8>* {
        flex: 0 0 auto;
        width: 12.5%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: .3125rem
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: .3125rem
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: .625rem
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: .625rem
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: .9375rem
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: .9375rem
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.25rem
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.25rem
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 1.5625rem
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 1.5625rem
    }
    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 1.875rem
    }
    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 1.875rem
    }
    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 2.1875rem
    }
    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 2.1875rem
    }
    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 2.5rem
    }
    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 2.5rem
    }
    .g-xl-9,
    .gx-xl-9 {
        --bs-gutter-x: 2.8125rem
    }
    .g-xl-9,
    .gy-xl-9 {
        --bs-gutter-y: 2.8125rem
    }
    .g-xl-10,
    .gx-xl-10 {
        --bs-gutter-x: 3.125rem
    }
    .g-xl-10,
    .gy-xl-10 {
        --bs-gutter-y: 3.125rem
    }
}

@media (min-width:1440px) {
    .col-xxl {
        flex: 1 0 0%
    }
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .row-cols-xxl-7>* {
        flex: 0 0 auto;
        width: 14.28571%
    }
    .row-cols-xxl-8>* {
        flex: 0 0 auto;
        width: 12.5%
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxl-11 {
        margin-left: 91.66667%
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: .3125rem
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: .3125rem
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: .625rem
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: .625rem
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: .9375rem
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: .9375rem
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.25rem
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.25rem
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 1.5625rem
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 1.5625rem
    }
    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 1.875rem
    }
    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 1.875rem
    }
    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 2.1875rem
    }
    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 2.1875rem
    }
    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 2.5rem
    }
    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 2.5rem
    }
    .g-xxl-9,
    .gx-xxl-9 {
        --bs-gutter-x: 2.8125rem
    }
    .g-xxl-9,
    .gy-xxl-9 {
        --bs-gutter-y: 2.8125rem
    }
    .g-xxl-10,
    .gx-xxl-10 {
        --bs-gutter-x: 3.125rem
    }
    .g-xxl-10,
    .gy-xxl-10 {
        --bs-gutter-y: 3.125rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #2b2c2f;
    --bs-table-striped-bg: rgba(248, 249, 250, 0.05);
    --bs-table-active-color: #f0f7ff;
    --bs-table-active-bg: rgba(248, 249, 250, 0.08);
    --bs-table-hover-color: #2b2c2f;
    --bs-table-hover-bg: rgba(43, 44, 47, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #2b2c2f;
    vertical-align: center;
    border-color: #afafaf
}

.table>:not(caption)>*>* {
    padding: .9375rem 1.6875rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .5rem .75rem
}

.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-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: #fcfdff;
    --bs-table-striped-bg: #f2f3f5;
    --bs-table-striped-color: #2b2c2f;
    --bs-table-active-bg: #ebecee;
    --bs-table-active-color: #2b2c2f;
    --bs-table-hover-bg: #ecedef;
    --bs-table-hover-color: #2b2c2f;
    color: #2b2c2f;
    border-color: #e7e8ea
}

.table-secondary {
    --bs-table-bg: #fbfbfb;
    --bs-table-striped-bg: #f1f1f1;
    --bs-table-striped-color: #2b2c2f;
    --bs-table-active-bg: #eaeaeb;
    --bs-table-active-color: #2b2c2f;
    --bs-table-hover-bg: #ebebec;
    --bs-table-hover-color: #2b2c2f;
    color: #2b2c2f;
    border-color: #e6e6e7
}

.table-success {
    --bs-table-bg: #d2f1e4;
    --bs-table-striped-bg: #cae7db;
    --bs-table-striped-color: #2b2c2f;
    --bs-table-active-bg: #c5e1d6;
    --bs-table-active-color: #2b2c2f;
    --bs-table-hover-bg: #c5e2d6;
    --bs-table-hover-color: #2b2c2f;
    color: #2b2c2f;
    border-color: #c1ddd2
}

.table-info {
    --bs-table-bg: #f4f9ff;
    --bs-table-striped-bg: #eaeff5;
    --bs-table-striped-color: #2b2c2f;
    --bs-table-active-bg: #e4e9ee;
    --bs-table-active-color: #2b2c2f;
    --bs-table-hover-bg: #e5eaef;
    --bs-table-hover-color: #2b2c2f;
    color: #2b2c2f;
    border-color: #e0e5ea
}

.table-warning {
    --bs-table-bg: #fef7ce;
    --bs-table-striped-bg: #f3edc6;
    --bs-table-striped-color: #2b2c2f;
    --bs-table-active-bg: #ede7c1;
    --bs-table-active-color: #2b2c2f;
    --bs-table-hover-bg: #eee8c2;
    --bs-table-hover-color: #2b2c2f;
    color: #2b2c2f;
    border-color: #e9e3be
}

.table-danger {
    --bs-table-bg: #f3ccd4;
    --bs-table-striped-bg: #e9c4cc;
    --bs-table-striped-color: #2b2c2f;
    --bs-table-active-bg: #e3bfc7;
    --bs-table-active-color: #2b2c2f;
    --bs-table-hover-bg: #e4c0c8;
    --bs-table-hover-color: #2b2c2f;
    color: #2b2c2f;
    border-color: #dfbcc4
}

.table-dark,
.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #eeeff0;
    --bs-table-striped-color: #2b2c2f;
    --bs-table-active-bg: #e8e9ea;
    --bs-table-active-color: #2b2c2f;
    --bs-table-hover-bg: #e9eaeb;
    --bs-table-hover-color: #2b2c2f;
    color: #2b2c2f;
    border-color: #e4e5e6
}

.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:1439.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem;
    font-size: .75rem
}

.col-form-label,
.form-label {
    font-weight: 700;
    color: #2b2c2f
}

.col-form-label {
    padding-top: calc(.3125rem + 1px);
    padding-bottom: calc(.3125rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1
}

.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: .75rem;
    font-style: nul;
    font-weight: 500;
    color: #575757
}

.form-control {
    display: block;
    width: 100%;
    padding: .3125rem .9375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #2b2c2f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #575757;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    background-color: #fff;
    border-color: #f0f7ff;
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1em
}

.form-control::-moz-placeholder {
    color: #2b2c2f;
    opacity: 1
}

.form-control::placeholder {
    color: #2b2c2f;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #d8d8d8;
    opacity: 1
}

[dir=ltr] .form-control::file-selector-button {
    margin-right: .9375rem
}

[dir=rtl] .form-control::file-selector-button {
    margin-left: .9375rem
}

[dir=ltr] .form-control::file-selector-button {
    border-right-width: 1px
}

[dir=rtl] .form-control::file-selector-button {
    border-left-width: 1px
}

.form-control::file-selector-button {
    padding: .3125rem .9375rem;
    margin: -.3125rem -.9375rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-radius: 0;
    transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out, box-shadow .35s ease-in-out, background-position .35s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

[dir=ltr] .form-control::-webkit-file-upload-button {
    margin-right: .9375rem
}

[dir=rtl] .form-control::-webkit-file-upload-button {
    margin-left: .9375rem
}

[dir=ltr] .form-control::-webkit-file-upload-button {
    border-right-width: 1px
}

[dir=rtl] .form-control::-webkit-file-upload-button {
    border-left-width: 1px
}

.form-control::-webkit-file-upload-button {
    padding: .3125rem .9375rem;
    margin: -.3125rem -.9375rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-radius: 0;
    -webkit-transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out, box-shadow .35s ease-in-out, background-position .35s ease-in-out;
    transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out, box-shadow .35s ease-in-out, background-position .35s 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: .3125rem 0;
    margin-bottom: 0;
    line-height: 1;
    color: #2b2c2f;
    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: 40px;
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .375rem
}

[dir=ltr] .form-control-sm::file-selector-button {
    margin-right: .5rem
}

[dir=rtl] .form-control-sm::file-selector-button {
    margin-left: .5rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem
}

[dir=ltr] .form-control-sm::-webkit-file-upload-button {
    margin-right: .5rem
}

[dir=rtl] .form-control-sm::-webkit-file-upload-button {
    margin-left: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem
}

.form-control-lg {
    min-height: 50px;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .375rem
}

[dir=ltr] .form-control-lg::file-selector-button {
    margin-right: 1rem
}

[dir=rtl] .form-control-lg::file-selector-button {
    margin-left: 1rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem
}

[dir=ltr] .form-control-lg::-webkit-file-upload-button {
    margin-right: 1rem
}

[dir=rtl] .form-control-lg::-webkit-file-upload-button {
    margin-left: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem
}

textarea.form-control,
textarea.form-control-sm {
    min-height: 40px
}

textarea.form-control-lg {
    min-height: 50px
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .3125rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1em;
    border-radius: .375rem
}

.form-control-color::-webkit-color-swatch {
    height: 1em;
    border-radius: .375rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 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 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.25rem;
    padding-left: 1.75rem;
    margin-bottom: 1rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.75rem
}

.form-check-input {
    width: 1.125rem;
    height: 1.125rem;
    margin-top: .0625rem;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 2px solid #575757;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: color .35s ease-in-out, border-color .35s ease-in-out, background .35s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-check-input {
        transition: none
    }
}

.form-check-input[type=checkbox] {
    border-radius: .25rem
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: 0;
    outline: 0
}

.form-check-input:checked {
    background-color: #f0f7ff;
    border-color: #f0f7ff
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #f0f7ff;
    border-color: #f0f7ff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-check-label {
    cursor: pointer
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0,0,0,0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    background-position: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .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 {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 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;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
    -webkit-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-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;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075)
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
    -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;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075)
}

.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);
    padding: 1rem .75rem
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control::-moz-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: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:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .375rem
}

.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: .375rem
}

.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: .375rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.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>: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
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.valid-feedback {
    font-size: .75rem;
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-style: nul;
    color: #1dbb7a
}

.valid-tooltip {
    font-size: .875rem;
    border-radius: .25rem;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    color: #fff;
    background-color: rgba(29, 187, 122, .9)
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #1dbb7a;
    color: #1dbb7a;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.4 16.5c-.2 0-.4-.1-.5-.2l-3.6-3.9c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l3.1 3.3 6.3-6.9c.2-.3.7-.4 1-.2s.4.7.2 1l-.1.1-6.9 7.5c-.2.3-.4.4-.6.4z' fill='%231dbb7a'/%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::-moz-placeholder,
.was-validated .form-control:valid::-moz-placeholder {
    color: currentColor
}

.form-control.is-valid::placeholder,
.was-validated .form-control:valid::placeholder {
    color: currentColor
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #1dbb7a;
    box-shadow: 0 0 0 0 rgba(29, 187, 122, 0)
}

.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: #1dbb7a;
    color: #1dbb7a
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.4 16.5c-.2 0-.4-.1-.5-.2l-3.6-3.9c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l3.1 3.3 6.3-6.9c.2-.3.7-.4 1-.2s.4.7.2 1l-.1.1-6.9 7.5c-.2.3-.4.4-.6.4z' fill='%231dbb7a'/%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: #1dbb7a;
    box-shadow: 0 0 0 0 rgba(29, 187, 122, 0)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #1dbb7a;
    color: #1dbb7a
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #1dbb7a
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0 rgba(29, 187, 122, 0)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #1dbb7a
}

.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: 3
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.invalid-feedback {
    font-size: .75rem;
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-style: nul;
    color: #c40026
}

.invalid-tooltip {
    font-size: .875rem;
    border-radius: .25rem;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    color: #fff;
    background-color: rgba(196, 0, 38, .9)
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #c40026;
    color: #c40026;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c40026'%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='%23c40026' 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::-moz-placeholder,
.was-validated .form-control:invalid::-moz-placeholder {
    color: currentColor
}

.form-control.is-invalid::placeholder,
.was-validated .form-control:invalid::placeholder {
    color: currentColor
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #c40026;
    box-shadow: 0 0 0 0 rgba(196, 0, 38, 0)
}

.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: #c40026;
    color: #c40026
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c40026'%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='%23c40026' 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: #c40026;
    box-shadow: 0 0 0 0 rgba(196, 0, 38, 0)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #c40026;
    color: #c40026
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #c40026
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0 rgba(196, 0, 38, 0)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #c40026
}

.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: 3
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.25;
    color: #2b2c2f;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .8125rem 1.25rem;
    font-size: 1rem;
    border-radius: .375rem;
    transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out, box-shadow .35s ease-in-out, background-position .35s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #2b2c2f
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2)
}

.btn-check:active+.btn,
.btn-check:checked+.btn,
.btn.active,
.btn:active {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4)
}

.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn.active:focus,
.btn:active:focus {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2), 0 3px 10px rgba(200, 200, 212, .4)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65;
    box-shadow: none
}

.btn-primary {
    color: #2b2c2f;
    background-color: #f0f7ff;
    border-color: #f0f7ff;
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2)
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    color: #2b2c2f;
    background-color: #f2f8ff;
    border-color: #f2f8ff
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2), 0 0 0 0 rgba(210, 217, 224, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #2b2c2f;
    background-color: #f3f9ff;
    border-color: #f2f8ff
}

.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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 rgba(210, 217, 224, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #2b2c2f;
    background-color: #f0f7ff;
    border-color: #f0f7ff
}

.btn-secondary {
    color: #2b2c2f;
    background-color: #ededed;
    border-color: #ededed;
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2)
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #2b2c2f;
    background-color: #f0f0f0;
    border-color: #efefef
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2), 0 0 0 0 rgba(208, 208, 209, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #2b2c2f;
    background-color: #f1f1f1;
    border-color: #efefef
}

.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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 rgba(208, 208, 209, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #2b2c2f;
    background-color: #ededed;
    border-color: #ededed
}

.btn-success {
    color: #fff;
    background-color: #1dbb7a;
    border-color: #1dbb7a;
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2)
}

.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #199f68;
    border-color: #179662
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2), 0 0 0 0 rgba(63, 197, 142, .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: #179662;
    border-color: #168c5c
}

.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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 rgba(63, 197, 142, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #1dbb7a;
    border-color: #1dbb7a
}

.btn-info {
    color: #2b2c2f;
    background-color: #cadfff;
    border-color: #cadfff;
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2)
}

.btn-check:focus+.btn-info,
.btn-info:focus,
.btn-info:hover {
    color: #2b2c2f;
    background-color: #d2e4ff;
    border-color: #cfe2ff
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2), 0 0 0 0 rgba(178, 196, 224, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #2b2c2f;
    background-color: #d5e5ff;
    border-color: #cfe2ff
}

.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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 rgba(178, 196, 224, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #2b2c2f;
    background-color: #cadfff;
    border-color: #cadfff
}

.btn-warning {
    color: #2b2c2f;
    background-color: #fbd609;
    border-color: #fbd609;
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2)
}

.btn-check:focus+.btn-warning,
.btn-warning:focus,
.btn-warning:hover {
    color: #2b2c2f;
    background-color: #fcdc2e;
    border-color: #fbda22
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2), 0 0 0 0 rgba(220, 189, 15, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #2b2c2f;
    background-color: #fcde3a;
    border-color: #fbda22
}

.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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 rgba(220, 189, 15, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #2b2c2f;
    background-color: #fbd609;
    border-color: #fbd609
}

.btn-danger {
    color: #fff;
    background-color: #c40026;
    border-color: #c40026;
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2)
}

.btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #a70020;
    border-color: #9d001e
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2), 0 0 0 0 rgba(205, 38, 71, .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: #9d001e;
    border-color: #93001d
}

.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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 rgba(205, 38, 71, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #c40026;
    border-color: #c40026
}

.btn-light {
    color: #2b2c2f;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2)
}

.btn-check:focus+.btn-light,
.btn-light:focus,
.btn-light:hover {
    color: #2b2c2f;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2), 0 0 0 0 rgba(217, 218, 220, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: #2b2c2f;
    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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 rgba(217, 218, 220, .5)
}

.btn-dark,
.btn-light.disabled,
.btn-light:disabled {
    color: #2b2c2f;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-dark {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2)
}

.btn-check:focus+.btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    color: #2b2c2f;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .2), 0 0 0 0 rgba(217, 218, 220, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #2b2c2f;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 rgba(217, 218, 220, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #2b2c2f;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-primary {
    color: #f0f7ff;
    border-color: #f0f7ff
}

.btn-outline-primary:hover {
    color: #2b2c2f;
    background-color: #f0f7ff;
    border-color: #f0f7ff
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(240, 247, 255, .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: #2b2c2f;
    background-color: #f0f7ff;
    border-color: #f0f7ff
}

.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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 rgba(240, 247, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #f0f7ff;
    background-color: transparent
}

.btn-outline-secondary {
    color: #ededed;
    border-color: #ededed
}

.btn-outline-secondary:hover {
    color: #2b2c2f;
    background-color: #ededed;
    border-color: #ededed
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 hsla(0, 0%, 92.9%, .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: #2b2c2f;
    background-color: #ededed;
    border-color: #ededed
}

.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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 hsla(0, 0%, 92.9%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #ededed;
    background-color: transparent
}

.btn-outline-success {
    color: #1dbb7a;
    border-color: #1dbb7a
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #1dbb7a;
    border-color: #1dbb7a
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(29, 187, 122, .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: #1dbb7a;
    border-color: #1dbb7a
}

.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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 rgba(29, 187, 122, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #1dbb7a;
    background-color: transparent
}

.btn-outline-info {
    color: #cadfff;
    border-color: #cadfff
}

.btn-outline-info:hover {
    color: #2b2c2f;
    background-color: #cadfff;
    border-color: #cadfff
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(202, 223, 255, .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: #2b2c2f;
    background-color: #cadfff;
    border-color: #cadfff
}

.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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 rgba(202, 223, 255, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #cadfff;
    background-color: transparent
}

.btn-outline-warning {
    color: #fbd609;
    border-color: #fbd609
}

.btn-outline-warning:hover {
    color: #2b2c2f;
    background-color: #fbd609;
    border-color: #fbd609
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0 rgba(251, 214, 9, .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: #2b2c2f;
    background-color: #fbd609;
    border-color: #fbd609
}

.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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 rgba(251, 214, 9, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #fbd609;
    background-color: transparent
}

.btn-outline-danger {
    color: #c40026;
    border-color: #c40026
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #c40026;
    border-color: #c40026
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(196, 0, 38, .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: #c40026;
    border-color: #c40026
}

.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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 rgba(196, 0, 38, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #c40026;
    background-color: transparent
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #2b2c2f;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0 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: #2b2c2f;
    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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-dark {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-dark:hover {
    color: #2b2c2f;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(248, 249, 250, .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: #2b2c2f;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.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 {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4), 0 0 0 0 rgba(248, 249, 250, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #777;
    text-decoration: none
}

.btn-link:hover {
    color: #5f5f5f
}

.btn-link.disabled,
.btn-link:disabled {
    color: #575757
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .4375rem .75rem;
    font-size: .875rem;
    border-radius: .375rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10.9375rem;
    padding: .8125rem 1.25rem;
    margin: 0;
    font-size: .875rem;
    color: currentColor;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #777;
    border-radius: .375rem;
    box-shadow: 0 3px 6px rgba(200, 200, 212, .25)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 1px
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-end {
        --bs-position: end
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-end {
        --bs-position: end
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-end {
        --bs-position: end
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-end {
        --bs-position: end
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1440px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-xxl-end {
        --bs-position: end
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 1px
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 1px
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 1px
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #777
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .625rem 0;
    clear: both;
    font-weight: 400;
    color: currentColor;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #f0f7ff;
    background-color: transparent
}

.dropdown-item.active,
.dropdown-item:active {
    color: #f0f7ff;
    text-decoration: none;
    background-color: transparent
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #575757;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 0 0 .75rem;
    margin-bottom: 0;
    font-size: .75rem;
    color: #2b2c2f;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .625rem 0;
    color: currentColor
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    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: flex;
    flex-wrap: wrap;
    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: .9375rem;
    padding-left: .9375rem
}

.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: .5625rem;
    padding-left: .5625rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group.show .dropdown-toggle {
    box-shadow: 0 3px 10px rgba(200, 200, 212, .4)
}

.btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-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: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .875rem;
    font-size: .75rem;
    font-weight: 500;
    color: currentColor;
    transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #2b2c2f
}

.nav-link.disabled {
    color: #d5d5da;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #777
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent transparent #2b2c2f;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #d5d5da;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #2b2c2f;
    background-color: transparent;
    border-color: transparent transparent #2b2c2f
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .875rem;
    padding-bottom: .875rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    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;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: 75vh;
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (min-width:1440px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,0,0,0.55)' 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,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .55);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ededed;
    background-clip: border-box;
    border: 1px solid #ececec;
    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: 0;
    border-top-right-radius: 0;
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 12px .8rem;
}

.card-subtitle,
.card-title {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 57px;
}

@media (max-width:991px) {
    .card-subtitle,
    .card-title {
        height: 44px;
    }
}

.card-subtitle {
    margin-top: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid #ececec
}

.card-header:first-child {
    border-radius: 0 0 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid #ececec
}

.card-footer:last-child {
    border-radius: 0 0 0 0
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: #ededed;
    border-bottom-color: #ededed
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* test */

.card-img,
.card-img-top,
.carousel-item picture img,
.carousel-item img,
.news-box.img-box img,
.news-box-img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-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
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
    transform: rotate(-180deg)
}

.accordion-button:after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    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: "/";
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    border-color: #dee2e6
}

.page-link:focus,
.page-link:hover {
    color: #0a58ca;
    background-color: #e9ecef
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.125rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .75rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .4375rem .9375rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .375rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    color: #909499;
    background-color: #fcfdff;
    border-color: #fbfdff
}

.alert-primary .alert-link {
    color: #73767a
}

.alert-secondary {
    color: #8e8e8e;
    background-color: #fbfbfb;
    border-color: #fafafa
}

.alert-secondary .alert-link {
    color: #727272
}

.alert-success {
    color: #117049;
    background-color: #d2f1e4;
    border-color: #bbebd7
}

.alert-success .alert-link {
    color: #0e5a3a
}

.alert-info {
    color: #798699;
    background-color: #f4f9ff;
    border-color: #eff5ff
}

.alert-info .alert-link {
    color: #616b7a
}

.alert-warning {
    color: #978005;
    background-color: #fef7ce;
    border-color: #fef3b5
}

.alert-warning .alert-link {
    color: #796604
}

.alert-danger {
    color: #760017;
    background-color: #f3ccd4;
    border-color: #edb3be
}

.alert-danger .alert-link {
    color: #5e0012
}

.alert-light {
    color: #959596;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light .alert-link {
    color: #777778
}

.alert-dark {
    color: #959596;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-dark .alert-link {
    color: #777778
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    height: 1rem;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075)
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0
}

.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: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: 1.25rem 0;
    color: #2b2c2f;
    background-color: transparent;
    border: 1px solid #d5d5da
}

.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 {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child,
.list-group-horizontal>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm>.list-group-item:first-child,
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md>.list-group-item:first-child,
    .list-group-horizontal-md>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg>.list-group-item:first-child,
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl>.list-group-item:first-child,
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-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:1440px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }
    .list-group-horizontal-xxl>.list-group-item:first-child,
    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-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-primary {
    color: #909499;
    background-color: #fcfdff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #909499;
    background-color: #e3e4e6
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #909499;
    border-color: #909499
}

.list-group-item-secondary {
    color: #8e8e8e;
    background-color: #fbfbfb
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #8e8e8e;
    background-color: #e2e2e2
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #8e8e8e;
    border-color: #8e8e8e
}

.list-group-item-success {
    color: #117049;
    background-color: #d2f1e4
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #117049;
    background-color: #bdd9cd
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #117049;
    border-color: #117049
}

.list-group-item-info {
    color: #798699;
    background-color: #f4f9ff
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #798699;
    background-color: #dce0e6
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #798699;
    border-color: #798699
}

.list-group-item-warning {
    color: #978005;
    background-color: #fef7ce
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #978005;
    background-color: #e5deb9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #978005;
    border-color: #978005
}

.list-group-item-danger {
    color: #760017;
    background-color: #f3ccd4
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #760017;
    background-color: #dbb8bf
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #760017;
    border-color: #760017
}

.list-group-item-light {
    color: #959596;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #959596;
    background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #959596;
    border-color: #959596
}

.list-group-item-dark {
    color: #959596;
    background-color: #fefefe
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #959596;
    background-color: #e5e5e5
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #959596;
    border-color: #959596
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%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") 50%/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    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;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-content {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1439.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

[dir=ltr] .tooltip {
    text-align: left
}

[dir=rtl] .tooltip {
    text-align: right
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: DM Sans, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Liberation Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

[dir=ltr] .popover {
    text-align: left
}

[dir=rtl] .popover {
    text-align: right
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: DM Sans, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Liberation Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-radius: 0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow:after,
.popover .popover-arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-top>.popover-arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-end>.popover-arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-start>.popover-arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 0;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 010 .708L5.707 8l5.647 5.646a.5.5 0 01-.708.708l-6-6a.5.5 0 010-.708l6-6a.5.5 0 01.708 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L10.293 8 4.646 2.354a.5.5 0 010-.708z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

@media (max-width:1023px) {
    .carousel-indicators {
        margin-bottom: -2px;
    }
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%)
}

.offcanvas-bottom,
.offcanvas-top {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%
}

.offcanvas-bottom {
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #f0f7ff
}

.link-primary:focus,
.link-primary:hover {
    color: #f3f9ff
}

.link-secondary {
    color: #ededed
}

.link-secondary:focus,
.link-secondary:hover {
    color: #f1f1f1
}

.link-success {
    color: #1dbb7a
}

.link-success:focus,
.link-success:hover {
    color: #179662
}

.link-info {
    color: #cadfff
}

.link-info:focus,
.link-info:hover {
    color: #d5e5ff
}

.link-warning {
    color: #fbd609
}

.link-warning:focus,
.link-warning:hover {
    color: #fcde3a
}

.link-danger {
    color: #c40026
}

.link-danger:focus,
.link-danger:hover {
    color: #9d001e
}

.link-light {
    color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #f8f9fa
}

.link-dark:focus,
.link-dark:hover {
    color: #f9fafb
}

.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: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.85714%
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1440px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.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
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0, 0, 0, 0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.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
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.shadow {
    box-shadow: 0 3px 10px rgba(184, 187, 205, .25)!important
}

.shadow-sm {
    box-shadow: 0 3px 6px rgba(200, 200, 212, .25)!important
}

.shadow-lg {
    box-shadow: 0 3px 20px rgba(200, 200, 212, .1)!important
}

.shadow-none {
    box-shadow: none!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

.top-0 {
    top: 0!important
}

.top-50 {
    top: 50%!important
}

.top-100 {
    top: 100%!important
}

.bottom-0 {
    bottom: 0!important
}

.bottom-50 {
    bottom: 50%!important
}

.bottom-100 {
    bottom: 100%!important
}

.start-0 {
    left: 0!important
}

.start-50 {
    left: 50%!important
}

.start-100 {
    left: 100%!important
}

.end-0 {
    right: 0!important
}

.end-50 {
    right: 50%!important
}

.end-100 {
    right: 100%!important
}

.translate-middle {
    transform: translate(-50%, -50%)!important
}

.translate-middle-x {
    transform: translateX(-50%)!important
}

.translate-middle-y {
    transform: translateY(-50%)!important
}

.border {
    border: 1px solid #777!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: 1px solid #777!important
}

.border-top-0 {
    border-top: 0!important
}

.border-end {
    border-right: 1px solid #777!important
}

.border-end-0 {
    border-right: 0!important
}

.border-bottom {
    border-bottom: 1px solid #777!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-start {
    border-left: 1px solid #777!important
}

.border-start-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #f0f7ff!important
}

.border-secondary {
    border-color: #ededed!important
}

.border-success {
    border-color: #1dbb7a!important
}

.border-info {
    border-color: #cadfff!important
}

.border-warning {
    border-color: #fbd609!important
}

.border-danger {
    border-color: #c40026!important
}

.border-dark,
.border-light {
    border-color: #f8f9fa!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-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.vw-100 {
    width: 100vw!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mh-100 {
    max-height: 100%!important
}

.vh-100 {
    height: 100vh!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.gap-0 {
    grid-gap: 0!important;
    gap: 0!important
}

.gap-1 {
    grid-gap: .3125rem!important;
    gap: .3125rem!important
}

.gap-2 {
    grid-gap: .625rem!important;
    gap: .625rem!important
}

.gap-3 {
    grid-gap: .9375rem!important;
    gap: .9375rem!important
}

.gap-4 {
    grid-gap: 1.25rem!important;
    gap: 1.25rem!important
}

.gap-5 {
    grid-gap: 1.5625rem!important;
    gap: 1.5625rem!important
}

.gap-6 {
    grid-gap: 1.875rem!important;
    gap: 1.875rem!important
}

.gap-7 {
    grid-gap: 2.1875rem!important;
    gap: 2.1875rem!important
}

.gap-8 {
    grid-gap: 2.5rem!important;
    gap: 2.5rem!important
}

.gap-9 {
    grid-gap: 2.8125rem!important;
    gap: 2.8125rem!important
}

.gap-10 {
    grid-gap: 3.125rem!important;
    gap: 3.125rem!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.justify-content-evenly {
    justify-content: space-evenly!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

.order-first {
    order: -1!important
}

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}

.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .3125rem!important
}

.m-2 {
    margin: .625rem!important
}

.m-3 {
    margin: .9375rem!important
}

.m-4 {
    margin: 1.25rem!important
}

.m-5 {
    margin: 1.5625rem!important
}

.m-6 {
    margin: 1.875rem!important
}

.m-7 {
    margin: 2.1875rem!important
}

.m-8 {
    margin: 2.5rem!important
}

.m-9 {
    margin: 2.8125rem!important
}

.m-10 {
    margin: 3.125rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.mx-1 {
    margin-right: .3125rem!important;
    margin-left: .3125rem!important
}

.mx-2 {
    margin-right: .625rem!important;
    margin-left: .625rem!important
}

.mx-3 {
    margin-right: .9375rem!important;
    margin-left: .9375rem!important
}

.mx-4 {
    margin-right: 1.25rem!important;
    margin-left: 1.25rem!important
}

.mx-5 {
    margin-right: 1.5625rem!important;
    margin-left: 1.5625rem!important
}

.mx-6 {
    margin-right: 1.875rem!important;
    margin-left: 1.875rem!important
}

.mx-7 {
    margin-right: 2.1875rem!important;
    margin-left: 2.1875rem!important
}

.mx-8 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important
}

.mx-9 {
    margin-right: 2.8125rem!important;
    margin-left: 2.8125rem!important
}

.mx-10 {
    margin-right: 3.125rem!important;
    margin-left: 3.125rem!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: .3125rem!important;
    margin-bottom: .3125rem!important
}

.my-2 {
    margin-top: .625rem!important;
    margin-bottom: .625rem!important
}

.my-3 {
    margin-top: .9375rem!important;
    margin-bottom: .9375rem!important
}

.my-4 {
    margin-top: 1.25rem!important;
    margin-bottom: 1.25rem!important
}

.my-5 {
    margin-top: 1.5625rem!important;
    margin-bottom: 1.5625rem!important
}

.my-6 {
    margin-top: 1.875rem!important;
    margin-bottom: 1.875rem!important
}

.my-7 {
    margin-top: 2.1875rem!important;
    margin-bottom: 2.1875rem!important
}

.my-8 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important
}

.my-9 {
    margin-top: 2.8125rem!important;
    margin-bottom: 2.8125rem!important
}

.my-10 {
    margin-top: 3.125rem!important;
    margin-bottom: 3.125rem!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .3125rem!important
}

.mt-2 {
    margin-top: .625rem!important
}

.mt-3 {
    margin-top: .9375rem!important
}

.mt-4 {
    margin-top: 1.25rem!important
}

.mt-5 {
    margin-top: 1.5625rem!important
}

.mt-6 {
    margin-top: 1.875rem!important
}

.mt-7 {
    margin-top: 2.1875rem!important
}

.mt-8 {
    margin-top: 2.5rem!important
}

.mt-9 {
    margin-top: 2.8125rem!important
}

.mt-10 {
    margin-top: 3.125rem!important
}

.mt-auto {
    margin-top: auto!important
}

.me-0 {
    margin-right: 0!important
}

.me-1 {
    margin-right: .3125rem!important
}

.me-2 {
    margin-right: .625rem!important
}

.me-3 {
    margin-right: .9375rem!important
}

.me-4 {
    margin-right: 1.25rem!important
}

.me-5 {
    margin-right: 1.5625rem!important
}

.me-6 {
    margin-right: 1.875rem!important
}

.me-7 {
    margin-right: 2.1875rem!important
}

.me-8 {
    margin-right: 2.5rem!important
}

.me-9 {
    margin-right: 2.8125rem!important
}

.me-10 {
    margin-right: 3.125rem!important
}

.me-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .3125rem!important
}

.mb-2 {
    margin-bottom: .625rem!important
}

.mb-3 {
    margin-bottom: .9375rem!important
}

.mb-4 {
    margin-bottom: 1.25rem!important
}

.mb-5 {
    margin-bottom: 1.5625rem!important
}

.mb-6 {
    margin-bottom: 1.875rem!important
}

.mb-7 {
    margin-bottom: 2.1875rem!important
}

.mb-8 {
    margin-bottom: 2.5rem!important
}

.mb-9 {
    margin-bottom: 2.8125rem!important
}

.mb-10 {
    margin-bottom: 3.125rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ms-0 {
    margin-left: 0!important
}

.ms-1 {
    margin-left: .3125rem!important
}

.ms-2 {
    margin-left: .625rem!important
}

.ms-3 {
    margin-left: .9375rem!important
}

.ms-4 {
    margin-left: 1.25rem!important
}

.ms-5 {
    margin-left: 1.5625rem!important
}

.ms-6 {
    margin-left: 1.875rem!important
}

.ms-7 {
    margin-left: 2.1875rem!important
}

.ms-8 {
    margin-left: 2.5rem!important
}

.ms-9 {
    margin-left: 2.8125rem!important
}

.ms-10 {
    margin-left: 3.125rem!important
}

.ms-auto {
    margin-left: auto!important
}

.m-n1 {
    margin: -.3125rem!important
}

.m-n2 {
    margin: -.625rem!important
}

.m-n3 {
    margin: -.9375rem!important
}

.m-n4 {
    margin: -1.25rem!important
}

.m-n5 {
    margin: -1.5625rem!important
}

.m-n6 {
    margin: -1.875rem!important
}

.m-n7 {
    margin: -2.1875rem!important
}

.m-n8 {
    margin: -2.5rem!important
}

.m-n9 {
    margin: -2.8125rem!important
}

.m-n10 {
    margin: -3.125rem!important
}

.mx-n1 {
    margin-right: -.3125rem!important;
    margin-left: -.3125rem!important
}

.mx-n2 {
    margin-right: -.625rem!important;
    margin-left: -.625rem!important
}

.mx-n3 {
    margin-right: -.9375rem!important;
    margin-left: -.9375rem!important
}

.mx-n4 {
    margin-right: -1.25rem!important;
    margin-left: -1.25rem!important
}

.mx-n5 {
    margin-right: -1.5625rem!important;
    margin-left: -1.5625rem!important
}

.mx-n6 {
    margin-right: -1.875rem!important;
    margin-left: -1.875rem!important
}

.mx-n7 {
    margin-right: -2.1875rem!important;
    margin-left: -2.1875rem!important
}

.mx-n8 {
    margin-right: -2.5rem!important;
    margin-left: -2.5rem!important
}

.mx-n9 {
    margin-right: -2.8125rem!important;
    margin-left: -2.8125rem!important
}

.mx-n10 {
    margin-right: -3.125rem!important;
    margin-left: -3.125rem!important
}

.my-n1 {
    margin-top: -.3125rem!important;
    margin-bottom: -.3125rem!important
}

.my-n2 {
    margin-top: -.625rem!important;
    margin-bottom: -.625rem!important
}

.my-n3 {
    margin-top: -.9375rem!important;
    margin-bottom: -.9375rem!important
}

.my-n4 {
    margin-top: -1.25rem!important;
    margin-bottom: -1.25rem!important
}

.my-n5 {
    margin-top: -1.5625rem!important;
    margin-bottom: -1.5625rem!important
}

.my-n6 {
    margin-top: -1.875rem!important;
    margin-bottom: -1.875rem!important
}

.my-n7 {
    margin-top: -2.1875rem!important;
    margin-bottom: -2.1875rem!important
}

.my-n8 {
    margin-top: -2.5rem!important;
    margin-bottom: -2.5rem!important
}

.my-n9 {
    margin-top: -2.8125rem!important;
    margin-bottom: -2.8125rem!important
}

.my-n10 {
    margin-top: -3.125rem!important;
    margin-bottom: -3.125rem!important
}

.mt-n1 {
    margin-top: -.3125rem!important
}

.mt-n2 {
    margin-top: -.625rem!important
}

.mt-n3 {
    margin-top: -.9375rem!important
}

.mt-n4 {
    margin-top: -1.25rem!important
}

.mt-n5 {
    margin-top: -1.5625rem!important
}

.mt-n6 {
    margin-top: -1.875rem!important
}

.mt-n7 {
    margin-top: -2.1875rem!important
}

.mt-n8 {
    margin-top: -2.5rem!important
}

.mt-n9 {
    margin-top: -2.8125rem!important
}

.mt-n10 {
    margin-top: -3.125rem!important
}

.me-n1 {
    margin-right: -.3125rem!important
}

.me-n2 {
    margin-right: -.625rem!important
}

.me-n3 {
    margin-right: -.9375rem!important
}

.me-n4 {
    margin-right: -1.25rem!important
}

.me-n5 {
    margin-right: -1.5625rem!important
}

.me-n6 {
    margin-right: -1.875rem!important
}

.me-n7 {
    margin-right: -2.1875rem!important
}

.me-n8 {
    margin-right: -2.5rem!important
}

.me-n9 {
    margin-right: -2.8125rem!important
}

.me-n10 {
    margin-right: -3.125rem!important
}

.mb-n1 {
    margin-bottom: -.3125rem!important
}

.mb-n2 {
    margin-bottom: -.625rem!important
}

.mb-n3 {
    margin-bottom: -.9375rem!important
}

.mb-n4 {
    margin-bottom: -1.25rem!important
}

.mb-n5 {
    margin-bottom: -1.5625rem!important
}

.mb-n6 {
    margin-bottom: -1.875rem!important
}

.mb-n7 {
    margin-bottom: -2.1875rem!important
}

.mb-n8 {
    margin-bottom: -2.5rem!important
}

.mb-n9 {
    margin-bottom: -2.8125rem!important
}

.mb-n10 {
    margin-bottom: -3.125rem!important
}

.ms-n1 {
    margin-left: -.3125rem!important
}

.ms-n2 {
    margin-left: -.625rem!important
}

.ms-n3 {
    margin-left: -.9375rem!important
}

.ms-n4 {
    margin-left: -1.25rem!important
}

.ms-n5 {
    margin-left: -1.5625rem!important
}

.ms-n6 {
    margin-left: -1.875rem!important
}

.ms-n7 {
    margin-left: -2.1875rem!important
}

.ms-n8 {
    margin-left: -2.5rem!important
}

.ms-n9 {
    margin-left: -2.8125rem!important
}

.ms-n10 {
    margin-left: -3.125rem!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .3125rem!important
}

.p-2 {
    padding: .625rem!important
}

.p-3 {
    padding: .9375rem!important
}

.p-4 {
    padding: 1.25rem!important
}

.p-5 {
    padding: 1.5625rem!important
}

.p-6 {
    padding: 1.875rem!important
}

.p-7 {
    padding: 2.1875rem!important
}

.p-8 {
    padding: 2.5rem!important
}

.p-9 {
    padding: 2.8125rem!important
}

.p-10 {
    padding: 3.125rem!important
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.px-1 {
    padding-right: .3125rem!important;
    padding-left: .3125rem!important
}

.px-2 {
    padding-right: .625rem!important;
    padding-left: .625rem!important
}

.px-3 {
    padding-right: .9375rem!important;
    padding-left: .9375rem!important
}

.px-4 {
    padding-right: 1.25rem!important;
    padding-left: 1.25rem!important
}

.px-5 {
    padding-right: 1.5625rem!important;
    padding-left: 1.5625rem!important
}

.px-6 {
    padding-right: 1.875rem!important;
    padding-left: 1.875rem!important
}

.px-7 {
    padding-right: 2.1875rem!important;
    padding-left: 2.1875rem!important
}

.px-8 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important
}

.px-9 {
    padding-right: 2.8125rem!important;
    padding-left: 2.8125rem!important
}

.px-10 {
    padding-right: 3.125rem!important;
    padding-left: 3.125rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-1 {
    padding-top: .3125rem!important;
    padding-bottom: .3125rem!important
}

.py-2 {
    padding-top: .625rem!important;
    padding-bottom: .625rem!important
}

.py-3 {
    padding-top: .9375rem!important;
    padding-bottom: .9375rem!important
}

.py-4 {
    padding-top: 1.25rem!important;
    padding-bottom: 1.25rem!important
}

.py-5 {
    padding-top: 1.5625rem!important;
    padding-bottom: 1.5625rem!important
}

.py-6 {
    padding-top: 1.875rem!important;
    padding-bottom: 1.875rem!important
}

.py-7 {
    padding-top: 2.1875rem!important;
    padding-bottom: 2.1875rem!important
}

.py-8 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important
}

.py-9 {
    padding-top: 2.8125rem!important;
    padding-bottom: 2.8125rem!important
}

.py-10 {
    padding-top: 3.125rem!important;
    padding-bottom: 3.125rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .3125rem!important
}

.pt-2 {
    padding-top: .625rem!important
}

.pt-3 {
    padding-top: .9375rem!important
}

.pt-4 {
    padding-top: 1.25rem!important
}

.pt-5 {
    padding-top: 1.5625rem!important
}

.pt-6 {
    padding-top: 1.875rem!important
}

.pt-7 {
    padding-top: 2.1875rem!important
}

.pt-8 {
    padding-top: 2.5rem!important
}

.pt-9 {
    padding-top: 2.8125rem!important
}

.pt-10 {
    padding-top: 3.125rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .3125rem!important
}

.pe-2 {
    padding-right: .625rem!important
}

.pe-3 {
    padding-right: .9375rem!important
}

.pe-4 {
    padding-right: 1.25rem!important
}

.pe-5 {
    padding-right: 1.5625rem!important
}

.pe-6 {
    padding-right: 1.875rem!important
}

.pe-7 {
    padding-right: 2.1875rem!important
}

.pe-8 {
    padding-right: 2.5rem!important
}

.pe-9 {
    padding-right: 2.8125rem!important
}

.pe-10 {
    padding-right: 3.125rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .3125rem!important
}

.pb-2 {
    padding-bottom: .625rem!important
}

.pb-3 {
    padding-bottom: .9375rem!important
}

.pb-4 {
    padding-bottom: 1.25rem!important
}

.pb-5 {
    padding-bottom: 1.5625rem!important
}

.pb-6 {
    padding-bottom: 1.875rem!important
}

.pb-7 {
    padding-bottom: 2.1875rem!important
}

.pb-8 {
    padding-bottom: 2.5rem!important
}

.pb-9 {
    padding-bottom: 2.8125rem!important
}

.pb-10 {
    padding-bottom: 3.125rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .3125rem!important
}

.ps-2 {
    padding-left: .625rem!important
}

.ps-3 {
    padding-left: .9375rem!important
}

.ps-4 {
    padding-left: 1.25rem!important
}

.ps-5 {
    padding-left: 1.5625rem!important
}

.ps-6 {
    padding-left: 1.875rem!important
}

.ps-7 {
    padding-left: 2.1875rem!important
}

.ps-8 {
    padding-left: 2.5rem!important
}

.ps-9 {
    padding-left: 2.8125rem!important
}

.ps-10 {
    padding-left: 3.125rem!important
}

.font-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace!important;
    font-family: var(--bs-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-2 {
    font-size: 1.25rem!important
}

.fs-3,
.fs-4,
.fs-5 {
    font-size: 1.125rem!important
}

.fs-6 {
    font-size: 1rem!important
}

.fst-italic {
    font-style: italic!important
}

.fst-normal {
    font-style: normal!important
}

.fw-light {
    font-weight: 300!important
}

.fw-lighter {
    font-weight: lighter!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-bold {
    font-weight: 700!important
}

.fw-bolder {
    font-weight: bolder!important
}

.lh-1 {
    line-height: 1!important
}

.lh-sm {
    line-height: 1.3333!important
}

.lh-base {
    line-height: 1.25!important
}

.lh-lg {
    line-height: 1.5!important
}

.text-start {
    text-align: left!important
}

.text-end {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-decoration-none {
    text-decoration: none!important
}

.text-decoration-underline {
    text-decoration: underline!important
}

.text-decoration-line-through {
    text-decoration: line-through!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-break {
    word-wrap: break-word!important;
    word-break: break-word!important
}

.text-primary {
    color: #f0f7ff!important
}

.text-secondary {
    color: #ededed!important
}

.text-success {
    color: #1dbb7a!important
}

.text-info {
    color: #cadfff!important
}

.text-warning {
    color: #fbd609!important
}

.text-danger {
    color: #c40026!important
}

.text-dark,
.text-light {
    color: #f8f9fa!important
}

.text-white {
    color: #fff!important
}

.text-body {
    color: #2b2c2f!important
}

.text-muted {
    color: #575757!important
}

.text-black-50 {
    color: rgba(43, 44, 47, .5)!important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5)!important
}

.text-reset {
    color: inherit!important
}

.bg-primary {
    background-color: #f0f7ff!important
}

.bg-secondary {
    background-color: #ededed!important
}

.bg-success {
    background-color: #1dbb7a!important
}

.bg-info {
    background-color: #cadfff!important
}

.bg-warning {
    background-color: #fbd609!important
}

.bg-danger {
    background-color: #c40026!important
}

.bg-dark,
.bg-light {
    background-color: #f8f9fa!important
}

.bg-body,
.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.bg-gradient {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0))!important;
    background-image: var(--bs-gradient)!important
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    user-select: none!important
}

.pe-none {
    pointer-events: none!important
}

.pe-auto {
    pointer-events: auto!important
}

.rounded {
    border-radius: .375rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.rounded-1 {
    border-radius: .25rem!important
}

.rounded-2 {
    border-radius: .375rem!important
}

.rounded-3 {
    border-radius: .5rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-top {
    border-top-left-radius: .375rem!important
}

.rounded-end,
.rounded-top {
    border-top-right-radius: .375rem!important
}

.rounded-bottom,
.rounded-end {
    border-bottom-right-radius: .375rem!important
}

.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: .375rem!important
}

.rounded-start {
    border-top-left-radius: .375rem!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left!important
    }
    .float-sm-end {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-grid {
        display: grid!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: flex!important
    }
    .d-sm-inline-flex {
        display: inline-flex!important
    }
    .d-sm-none {
        display: none!important
    }
    .flex-sm-fill {
        flex: 1 1 auto!important
    }
    .flex-sm-row {
        flex-direction: row!important
    }
    .flex-sm-column {
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-sm-grow-0 {
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }
    .flex-sm-wrap {
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .gap-sm-0 {
        grid-gap: 0!important;
        gap: 0!important
    }
    .gap-sm-1 {
        grid-gap: .3125rem!important;
        gap: .3125rem!important
    }
    .gap-sm-2 {
        grid-gap: .625rem!important;
        gap: .625rem!important
    }
    .gap-sm-3 {
        grid-gap: .9375rem!important;
        gap: .9375rem!important
    }
    .gap-sm-4 {
        grid-gap: 1.25rem!important;
        gap: 1.25rem!important
    }
    .gap-sm-5 {
        grid-gap: 1.5625rem!important;
        gap: 1.5625rem!important
    }
    .gap-sm-6 {
        grid-gap: 1.875rem!important;
        gap: 1.875rem!important
    }
    .gap-sm-7 {
        grid-gap: 2.1875rem!important;
        gap: 2.1875rem!important
    }
    .gap-sm-8 {
        grid-gap: 2.5rem!important;
        gap: 2.5rem!important
    }
    .gap-sm-9 {
        grid-gap: 2.8125rem!important;
        gap: 2.8125rem!important
    }
    .gap-sm-10 {
        grid-gap: 3.125rem!important;
        gap: 3.125rem!important
    }
    .justify-content-sm-start {
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        justify-content: center!important
    }
    .justify-content-sm-between {
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        justify-content: space-around!important
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly!important
    }
    .align-items-sm-start {
        align-items: flex-start!important
    }
    .align-items-sm-end {
        align-items: flex-end!important
    }
    .align-items-sm-center {
        align-items: center!important
    }
    .align-items-sm-baseline {
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        align-items: stretch!important
    }
    .align-content-sm-start {
        align-content: flex-start!important
    }
    .align-content-sm-end {
        align-content: flex-end!important
    }
    .align-content-sm-center {
        align-content: center!important
    }
    .align-content-sm-between {
        align-content: space-between!important
    }
    .align-content-sm-around {
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        align-content: stretch!important
    }
    .align-self-sm-auto {
        align-self: auto!important
    }
    .align-self-sm-start {
        align-self: flex-start!important
    }
    .align-self-sm-end {
        align-self: flex-end!important
    }
    .align-self-sm-center {
        align-self: center!important
    }
    .align-self-sm-baseline {
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        align-self: stretch!important
    }
    .order-sm-first {
        order: -1!important
    }
    .order-sm-0 {
        order: 0!important
    }
    .order-sm-1 {
        order: 1!important
    }
    .order-sm-2 {
        order: 2!important
    }
    .order-sm-3 {
        order: 3!important
    }
    .order-sm-4 {
        order: 4!important
    }
    .order-sm-5 {
        order: 5!important
    }
    .order-sm-last {
        order: 6!important
    }
    .m-sm-0 {
        margin: 0!important
    }
    .m-sm-1 {
        margin: .3125rem!important
    }
    .m-sm-2 {
        margin: .625rem!important
    }
    .m-sm-3 {
        margin: .9375rem!important
    }
    .m-sm-4 {
        margin: 1.25rem!important
    }
    .m-sm-5 {
        margin: 1.5625rem!important
    }
    .m-sm-6 {
        margin: 1.875rem!important
    }
    .m-sm-7 {
        margin: 2.1875rem!important
    }
    .m-sm-8 {
        margin: 2.5rem!important
    }
    .m-sm-9 {
        margin: 2.8125rem!important
    }
    .m-sm-10 {
        margin: 3.125rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mx-sm-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .mx-sm-1 {
        margin-right: .3125rem!important;
        margin-left: .3125rem!important
    }
    .mx-sm-2 {
        margin-right: .625rem!important;
        margin-left: .625rem!important
    }
    .mx-sm-3 {
        margin-right: .9375rem!important;
        margin-left: .9375rem!important
    }
    .mx-sm-4 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }
    .mx-sm-5 {
        margin-right: 1.5625rem!important;
        margin-left: 1.5625rem!important
    }
    .mx-sm-6 {
        margin-right: 1.875rem!important;
        margin-left: 1.875rem!important
    }
    .mx-sm-7 {
        margin-right: 2.1875rem!important;
        margin-left: 2.1875rem!important
    }
    .mx-sm-8 {
        margin-right: 2.5rem!important;
        margin-left: 2.5rem!important
    }
    .mx-sm-9 {
        margin-right: 2.8125rem!important;
        margin-left: 2.8125rem!important
    }
    .mx-sm-10 {
        margin-right: 3.125rem!important;
        margin-left: 3.125rem!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: .3125rem!important;
        margin-bottom: .3125rem!important
    }
    .my-sm-2 {
        margin-top: .625rem!important;
        margin-bottom: .625rem!important
    }
    .my-sm-3 {
        margin-top: .9375rem!important;
        margin-bottom: .9375rem!important
    }
    .my-sm-4 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }
    .my-sm-5 {
        margin-top: 1.5625rem!important;
        margin-bottom: 1.5625rem!important
    }
    .my-sm-6 {
        margin-top: 1.875rem!important;
        margin-bottom: 1.875rem!important
    }
    .my-sm-7 {
        margin-top: 2.1875rem!important;
        margin-bottom: 2.1875rem!important
    }
    .my-sm-8 {
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important
    }
    .my-sm-9 {
        margin-top: 2.8125rem!important;
        margin-bottom: 2.8125rem!important
    }
    .my-sm-10 {
        margin-top: 3.125rem!important;
        margin-bottom: 3.125rem!important
    }
    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
    .mt-sm-0 {
        margin-top: 0!important
    }
    .mt-sm-1 {
        margin-top: .3125rem!important
    }
    .mt-sm-2 {
        margin-top: .625rem!important
    }
    .mt-sm-3 {
        margin-top: .9375rem!important
    }
    .mt-sm-4 {
        margin-top: 1.25rem!important
    }
    .mt-sm-5 {
        margin-top: 1.5625rem!important
    }
    .mt-sm-6 {
        margin-top: 1.875rem!important
    }
    .mt-sm-7 {
        margin-top: 2.1875rem!important
    }
    .mt-sm-8 {
        margin-top: 2.5rem!important
    }
    .mt-sm-9 {
        margin-top: 2.8125rem!important
    }
    .mt-sm-10 {
        margin-top: 3.125rem!important
    }
    .mt-sm-auto {
        margin-top: auto!important
    }
    .me-sm-0 {
        margin-right: 0!important
    }
    .me-sm-1 {
        margin-right: .3125rem!important
    }
    .me-sm-2 {
        margin-right: .625rem!important
    }
    .me-sm-3 {
        margin-right: .9375rem!important
    }
    .me-sm-4 {
        margin-right: 1.25rem!important
    }
    .me-sm-5 {
        margin-right: 1.5625rem!important
    }
    .me-sm-6 {
        margin-right: 1.875rem!important
    }
    .me-sm-7 {
        margin-right: 2.1875rem!important
    }
    .me-sm-8 {
        margin-right: 2.5rem!important
    }
    .me-sm-9 {
        margin-right: 2.8125rem!important
    }
    .me-sm-10 {
        margin-right: 3.125rem!important
    }
    .me-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-0 {
        margin-bottom: 0!important
    }
    .mb-sm-1 {
        margin-bottom: .3125rem!important
    }
    .mb-sm-2 {
        margin-bottom: .625rem!important
    }
    .mb-sm-3 {
        margin-bottom: .9375rem!important
    }
    .mb-sm-4 {
        margin-bottom: 1.25rem!important
    }
    .mb-sm-5 {
        margin-bottom: 1.5625rem!important
    }
    .mb-sm-6 {
        margin-bottom: 1.875rem!important
    }
    .mb-sm-7 {
        margin-bottom: 2.1875rem!important
    }
    .mb-sm-8 {
        margin-bottom: 2.5rem!important
    }
    .mb-sm-9 {
        margin-bottom: 2.8125rem!important
    }
    .mb-sm-10 {
        margin-bottom: 3.125rem!important
    }
    .mb-sm-auto {
        margin-bottom: auto!important
    }
    .ms-sm-0 {
        margin-left: 0!important
    }
    .ms-sm-1 {
        margin-left: .3125rem!important
    }
    .ms-sm-2 {
        margin-left: .625rem!important
    }
    .ms-sm-3 {
        margin-left: .9375rem!important
    }
    .ms-sm-4 {
        margin-left: 1.25rem!important
    }
    .ms-sm-5 {
        margin-left: 1.5625rem!important
    }
    .ms-sm-6 {
        margin-left: 1.875rem!important
    }
    .ms-sm-7 {
        margin-left: 2.1875rem!important
    }
    .ms-sm-8 {
        margin-left: 2.5rem!important
    }
    .ms-sm-9 {
        margin-left: 2.8125rem!important
    }
    .ms-sm-10 {
        margin-left: 3.125rem!important
    }
    .ms-sm-auto {
        margin-left: auto!important
    }
    .m-sm-n1 {
        margin: -.3125rem!important
    }
    .m-sm-n2 {
        margin: -.625rem!important
    }
    .m-sm-n3 {
        margin: -.9375rem!important
    }
    .m-sm-n4 {
        margin: -1.25rem!important
    }
    .m-sm-n5 {
        margin: -1.5625rem!important
    }
    .m-sm-n6 {
        margin: -1.875rem!important
    }
    .m-sm-n7 {
        margin: -2.1875rem!important
    }
    .m-sm-n8 {
        margin: -2.5rem!important
    }
    .m-sm-n9 {
        margin: -2.8125rem!important
    }
    .m-sm-n10 {
        margin: -3.125rem!important
    }
    .mx-sm-n1 {
        margin-right: -.3125rem!important;
        margin-left: -.3125rem!important
    }
    .mx-sm-n2 {
        margin-right: -.625rem!important;
        margin-left: -.625rem!important
    }
    .mx-sm-n3 {
        margin-right: -.9375rem!important;
        margin-left: -.9375rem!important
    }
    .mx-sm-n4 {
        margin-right: -1.25rem!important;
        margin-left: -1.25rem!important
    }
    .mx-sm-n5 {
        margin-right: -1.5625rem!important;
        margin-left: -1.5625rem!important
    }
    .mx-sm-n6 {
        margin-right: -1.875rem!important;
        margin-left: -1.875rem!important
    }
    .mx-sm-n7 {
        margin-right: -2.1875rem!important;
        margin-left: -2.1875rem!important
    }
    .mx-sm-n8 {
        margin-right: -2.5rem!important;
        margin-left: -2.5rem!important
    }
    .mx-sm-n9 {
        margin-right: -2.8125rem!important;
        margin-left: -2.8125rem!important
    }
    .mx-sm-n10 {
        margin-right: -3.125rem!important;
        margin-left: -3.125rem!important
    }
    .my-sm-n1 {
        margin-top: -.3125rem!important;
        margin-bottom: -.3125rem!important
    }
    .my-sm-n2 {
        margin-top: -.625rem!important;
        margin-bottom: -.625rem!important
    }
    .my-sm-n3 {
        margin-top: -.9375rem!important;
        margin-bottom: -.9375rem!important
    }
    .my-sm-n4 {
        margin-top: -1.25rem!important;
        margin-bottom: -1.25rem!important
    }
    .my-sm-n5 {
        margin-top: -1.5625rem!important;
        margin-bottom: -1.5625rem!important
    }
    .my-sm-n6 {
        margin-top: -1.875rem!important;
        margin-bottom: -1.875rem!important
    }
    .my-sm-n7 {
        margin-top: -2.1875rem!important;
        margin-bottom: -2.1875rem!important
    }
    .my-sm-n8 {
        margin-top: -2.5rem!important;
        margin-bottom: -2.5rem!important
    }
    .my-sm-n9 {
        margin-top: -2.8125rem!important;
        margin-bottom: -2.8125rem!important
    }
    .my-sm-n10 {
        margin-top: -3.125rem!important;
        margin-bottom: -3.125rem!important
    }
    .mt-sm-n1 {
        margin-top: -.3125rem!important
    }
    .mt-sm-n2 {
        margin-top: -.625rem!important
    }
    .mt-sm-n3 {
        margin-top: -.9375rem!important
    }
    .mt-sm-n4 {
        margin-top: -1.25rem!important
    }
    .mt-sm-n5 {
        margin-top: -1.5625rem!important
    }
    .mt-sm-n6 {
        margin-top: -1.875rem!important
    }
    .mt-sm-n7 {
        margin-top: -2.1875rem!important
    }
    .mt-sm-n8 {
        margin-top: -2.5rem!important
    }
    .mt-sm-n9 {
        margin-top: -2.8125rem!important
    }
    .mt-sm-n10 {
        margin-top: -3.125rem!important
    }
    .me-sm-n1 {
        margin-right: -.3125rem!important
    }
    .me-sm-n2 {
        margin-right: -.625rem!important
    }
    .me-sm-n3 {
        margin-right: -.9375rem!important
    }
    .me-sm-n4 {
        margin-right: -1.25rem!important
    }
    .me-sm-n5 {
        margin-right: -1.5625rem!important
    }
    .me-sm-n6 {
        margin-right: -1.875rem!important
    }
    .me-sm-n7 {
        margin-right: -2.1875rem!important
    }
    .me-sm-n8 {
        margin-right: -2.5rem!important
    }
    .me-sm-n9 {
        margin-right: -2.8125rem!important
    }
    .me-sm-n10 {
        margin-right: -3.125rem!important
    }
    .mb-sm-n1 {
        margin-bottom: -.3125rem!important
    }
    .mb-sm-n2 {
        margin-bottom: -.625rem!important
    }
    .mb-sm-n3 {
        margin-bottom: -.9375rem!important
    }
    .mb-sm-n4 {
        margin-bottom: -1.25rem!important
    }
    .mb-sm-n5 {
        margin-bottom: -1.5625rem!important
    }
    .mb-sm-n6 {
        margin-bottom: -1.875rem!important
    }
    .mb-sm-n7 {
        margin-bottom: -2.1875rem!important
    }
    .mb-sm-n8 {
        margin-bottom: -2.5rem!important
    }
    .mb-sm-n9 {
        margin-bottom: -2.8125rem!important
    }
    .mb-sm-n10 {
        margin-bottom: -3.125rem!important
    }
    .ms-sm-n1 {
        margin-left: -.3125rem!important
    }
    .ms-sm-n2 {
        margin-left: -.625rem!important
    }
    .ms-sm-n3 {
        margin-left: -.9375rem!important
    }
    .ms-sm-n4 {
        margin-left: -1.25rem!important
    }
    .ms-sm-n5 {
        margin-left: -1.5625rem!important
    }
    .ms-sm-n6 {
        margin-left: -1.875rem!important
    }
    .ms-sm-n7 {
        margin-left: -2.1875rem!important
    }
    .ms-sm-n8 {
        margin-left: -2.5rem!important
    }
    .ms-sm-n9 {
        margin-left: -2.8125rem!important
    }
    .ms-sm-n10 {
        margin-left: -3.125rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .p-sm-1 {
        padding: .3125rem!important
    }
    .p-sm-2 {
        padding: .625rem!important
    }
    .p-sm-3 {
        padding: .9375rem!important
    }
    .p-sm-4 {
        padding: 1.25rem!important
    }
    .p-sm-5 {
        padding: 1.5625rem!important
    }
    .p-sm-6 {
        padding: 1.875rem!important
    }
    .p-sm-7 {
        padding: 2.1875rem!important
    }
    .p-sm-8 {
        padding: 2.5rem!important
    }
    .p-sm-9 {
        padding: 2.8125rem!important
    }
    .p-sm-10 {
        padding: 3.125rem!important
    }
    .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .px-sm-1 {
        padding-right: .3125rem!important;
        padding-left: .3125rem!important
    }
    .px-sm-2 {
        padding-right: .625rem!important;
        padding-left: .625rem!important
    }
    .px-sm-3 {
        padding-right: .9375rem!important;
        padding-left: .9375rem!important
    }
    .px-sm-4 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }
    .px-sm-5 {
        padding-right: 1.5625rem!important;
        padding-left: 1.5625rem!important
    }
    .px-sm-6 {
        padding-right: 1.875rem!important;
        padding-left: 1.875rem!important
    }
    .px-sm-7 {
        padding-right: 2.1875rem!important;
        padding-left: 2.1875rem!important
    }
    .px-sm-8 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }
    .px-sm-9 {
        padding-right: 2.8125rem!important;
        padding-left: 2.8125rem!important
    }
    .px-sm-10 {
        padding-right: 3.125rem!important;
        padding-left: 3.125rem!important
    }
    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .py-sm-1 {
        padding-top: .3125rem!important;
        padding-bottom: .3125rem!important
    }
    .py-sm-2 {
        padding-top: .625rem!important;
        padding-bottom: .625rem!important
    }
    .py-sm-3 {
        padding-top: .9375rem!important;
        padding-bottom: .9375rem!important
    }
    .py-sm-4 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }
    .py-sm-5 {
        padding-top: 1.5625rem!important;
        padding-bottom: 1.5625rem!important
    }
    .py-sm-6 {
        padding-top: 1.875rem!important;
        padding-bottom: 1.875rem!important
    }
    .py-sm-7 {
        padding-top: 2.1875rem!important;
        padding-bottom: 2.1875rem!important
    }
    .py-sm-8 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important
    }
    .py-sm-9 {
        padding-top: 2.8125rem!important;
        padding-bottom: 2.8125rem!important
    }
    .py-sm-10 {
        padding-top: 3.125rem!important;
        padding-bottom: 3.125rem!important
    }
    .pt-sm-0 {
        padding-top: 0!important
    }
    .pt-sm-1 {
        padding-top: .3125rem!important
    }
    .pt-sm-2 {
        padding-top: .625rem!important
    }
    .pt-sm-3 {
        padding-top: .9375rem!important
    }
    .pt-sm-4 {
        padding-top: 1.25rem!important
    }
    .pt-sm-5 {
        padding-top: 1.5625rem!important
    }
    .pt-sm-6 {
        padding-top: 1.875rem!important
    }
    .pt-sm-7 {
        padding-top: 2.1875rem!important
    }
    .pt-sm-8 {
        padding-top: 2.5rem!important
    }
    .pt-sm-9 {
        padding-top: 2.8125rem!important
    }
    .pt-sm-10 {
        padding-top: 3.125rem!important
    }
    .pe-sm-0 {
        padding-right: 0!important
    }
    .pe-sm-1 {
        padding-right: .3125rem!important
    }
    .pe-sm-2 {
        padding-right: .625rem!important
    }
    .pe-sm-3 {
        padding-right: .9375rem!important
    }
    .pe-sm-4 {
        padding-right: 1.25rem!important
    }
    .pe-sm-5 {
        padding-right: 1.5625rem!important
    }
    .pe-sm-6 {
        padding-right: 1.875rem!important
    }
    .pe-sm-7 {
        padding-right: 2.1875rem!important
    }
    .pe-sm-8 {
        padding-right: 2.5rem!important
    }
    .pe-sm-9 {
        padding-right: 2.8125rem!important
    }
    .pe-sm-10 {
        padding-right: 3.125rem!important
    }
    .pb-sm-0 {
        padding-bottom: 0!important
    }
    .pb-sm-1 {
        padding-bottom: .3125rem!important
    }
    .pb-sm-2 {
        padding-bottom: .625rem!important
    }
    .pb-sm-3 {
        padding-bottom: .9375rem!important
    }
    .pb-sm-4 {
        padding-bottom: 1.25rem!important
    }
    .pb-sm-5 {
        padding-bottom: 1.5625rem!important
    }
    .pb-sm-6 {
        padding-bottom: 1.875rem!important
    }
    .pb-sm-7 {
        padding-bottom: 2.1875rem!important
    }
    .pb-sm-8 {
        padding-bottom: 2.5rem!important
    }
    .pb-sm-9 {
        padding-bottom: 2.8125rem!important
    }
    .pb-sm-10 {
        padding-bottom: 3.125rem!important
    }
    .ps-sm-0 {
        padding-left: 0!important
    }
    .ps-sm-1 {
        padding-left: .3125rem!important
    }
    .ps-sm-2 {
        padding-left: .625rem!important
    }
    .ps-sm-3 {
        padding-left: .9375rem!important
    }
    .ps-sm-4 {
        padding-left: 1.25rem!important
    }
    .ps-sm-5 {
        padding-left: 1.5625rem!important
    }
    .ps-sm-6 {
        padding-left: 1.875rem!important
    }
    .ps-sm-7 {
        padding-left: 2.1875rem!important
    }
    .ps-sm-8 {
        padding-left: 2.5rem!important
    }
    .ps-sm-9 {
        padding-left: 2.8125rem!important
    }
    .ps-sm-10 {
        padding-left: 3.125rem!important
    }
    .text-sm-start {
        text-align: left!important
    }
    .text-sm-end {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left!important
    }
    .float-md-end {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-grid {
        display: grid!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: flex!important
    }
    .d-md-inline-flex {
        display: inline-flex!important
    }
    .d-md-none {
        display: none!important
    }
    .flex-md-fill {
        flex: 1 1 auto!important
    }
    .flex-md-row {
        flex-direction: row!important
    }
    .flex-md-column {
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-md-grow-0 {
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }
    .flex-md-wrap {
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .gap-md-0 {
        grid-gap: 0!important;
        gap: 0!important
    }
    .gap-md-1 {
        grid-gap: .3125rem!important;
        gap: .3125rem!important
    }
    .gap-md-2 {
        grid-gap: .625rem!important;
        gap: .625rem!important
    }
    .gap-md-3 {
        grid-gap: .9375rem!important;
        gap: .9375rem!important
    }
    .gap-md-4 {
        grid-gap: 1.25rem!important;
        gap: 1.25rem!important
    }
    .gap-md-5 {
        grid-gap: 1.5625rem!important;
        gap: 1.5625rem!important
    }
    .gap-md-6 {
        grid-gap: 1.875rem!important;
        gap: 1.875rem!important
    }
    .gap-md-7 {
        grid-gap: 2.1875rem!important;
        gap: 2.1875rem!important
    }
    .gap-md-8 {
        grid-gap: 2.5rem!important;
        gap: 2.5rem!important
    }
    .gap-md-9 {
        grid-gap: 2.8125rem!important;
        gap: 2.8125rem!important
    }
    .gap-md-10 {
        grid-gap: 3.125rem!important;
        gap: 3.125rem!important
    }
    .justify-content-md-start {
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        justify-content: center!important
    }
    .justify-content-md-between {
        justify-content: space-between!important
    }
    .justify-content-md-around {
        justify-content: space-around!important
    }
    .justify-content-md-evenly {
        justify-content: space-evenly!important
    }
    .align-items-md-start {
        align-items: flex-start!important
    }
    .align-items-md-end {
        align-items: flex-end!important
    }
    .align-items-md-center {
        align-items: center!important
    }
    .align-items-md-baseline {
        align-items: baseline!important
    }
    .align-items-md-stretch {
        align-items: stretch!important
    }
    .align-content-md-start {
        align-content: flex-start!important
    }
    .align-content-md-end {
        align-content: flex-end!important
    }
    .align-content-md-center {
        align-content: center!important
    }
    .align-content-md-between {
        align-content: space-between!important
    }
    .align-content-md-around {
        align-content: space-around!important
    }
    .align-content-md-stretch {
        align-content: stretch!important
    }
    .align-self-md-auto {
        align-self: auto!important
    }
    .align-self-md-start {
        align-self: flex-start!important
    }
    .align-self-md-end {
        align-self: flex-end!important
    }
    .align-self-md-center {
        align-self: center!important
    }
    .align-self-md-baseline {
        align-self: baseline!important
    }
    .align-self-md-stretch {
        align-self: stretch!important
    }
    .order-md-first {
        order: -1!important
    }
    .order-md-0 {
        order: 0!important
    }
    .order-md-1 {
        order: 1!important
    }
    .order-md-2 {
        order: 2!important
    }
    .order-md-3 {
        order: 3!important
    }
    .order-md-4 {
        order: 4!important
    }
    .order-md-5 {
        order: 5!important
    }
    .order-md-last {
        order: 6!important
    }
    .m-md-0 {
        margin: 0!important
    }
    .m-md-1 {
        margin: .3125rem!important
    }
    .m-md-2 {
        margin: .625rem!important
    }
    .m-md-3 {
        margin: .9375rem!important
    }
    .m-md-4 {
        margin: 1.25rem!important
    }
    .m-md-5 {
        margin: 1.5625rem!important
    }
    .m-md-6 {
        margin: 1.875rem!important
    }
    .m-md-7 {
        margin: 2.1875rem!important
    }
    .m-md-8 {
        margin: 2.5rem!important
    }
    .m-md-9 {
        margin: 2.8125rem!important
    }
    .m-md-10 {
        margin: 3.125rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .mx-md-1 {
        margin-right: .3125rem!important;
        margin-left: .3125rem!important
    }
    .mx-md-2 {
        margin-right: .625rem!important;
        margin-left: .625rem!important
    }
    .mx-md-3 {
        margin-right: .9375rem!important;
        margin-left: .9375rem!important
    }
    .mx-md-4 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }
    .mx-md-5 {
        margin-right: 1.5625rem!important;
        margin-left: 1.5625rem!important
    }
    .mx-md-6 {
        margin-right: 1.875rem!important;
        margin-left: 1.875rem!important
    }
    .mx-md-7 {
        margin-right: 2.1875rem!important;
        margin-left: 2.1875rem!important
    }
    .mx-md-8 {
        margin-right: 2.5rem!important;
        margin-left: 2.5rem!important
    }
    .mx-md-9 {
        margin-right: 2.8125rem!important;
        margin-left: 2.8125rem!important
    }
    .mx-md-10 {
        margin-right: 3.125rem!important;
        margin-left: 3.125rem!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: .3125rem!important;
        margin-bottom: .3125rem!important
    }
    .my-md-2 {
        margin-top: .625rem!important;
        margin-bottom: .625rem!important
    }
    .my-md-3 {
        margin-top: .9375rem!important;
        margin-bottom: .9375rem!important
    }
    .my-md-4 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }
    .my-md-5 {
        margin-top: 1.5625rem!important;
        margin-bottom: 1.5625rem!important
    }
    .my-md-6 {
        margin-top: 1.875rem!important;
        margin-bottom: 1.875rem!important
    }
    .my-md-7 {
        margin-top: 2.1875rem!important;
        margin-bottom: 2.1875rem!important
    }
    .my-md-8 {
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important
    }
    .my-md-9 {
        margin-top: 2.8125rem!important;
        margin-bottom: 2.8125rem!important
    }
    .my-md-10 {
        margin-top: 3.125rem!important;
        margin-bottom: 3.125rem!important
    }
    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
    .mt-md-0 {
        margin-top: 0!important
    }
    .mt-md-1 {
        margin-top: .3125rem!important
    }
    .mt-md-2 {
        margin-top: .625rem!important
    }
    .mt-md-3 {
        margin-top: .9375rem!important
    }
    .mt-md-4 {
        margin-top: 1.25rem!important
    }
    .mt-md-5 {
        margin-top: 1.5625rem!important
    }
    .mt-md-6 {
        margin-top: 1.875rem!important
    }
    .mt-md-7 {
        margin-top: 2.1875rem!important
    }
    .mt-md-8 {
        margin-top: 2.5rem!important
    }
    .mt-md-9 {
        margin-top: 2.8125rem!important
    }
    .mt-md-10 {
        margin-top: 3.125rem!important
    }
    .mt-md-auto {
        margin-top: auto!important
    }
    .me-md-0 {
        margin-right: 0!important
    }
    .me-md-1 {
        margin-right: .3125rem!important
    }
    .me-md-2 {
        margin-right: .625rem!important
    }
    .me-md-3 {
        margin-right: .9375rem!important
    }
    .me-md-4 {
        margin-right: 1.25rem!important
    }
    .me-md-5 {
        margin-right: 1.5625rem!important
    }
    .me-md-6 {
        margin-right: 1.875rem!important
    }
    .me-md-7 {
        margin-right: 2.1875rem!important
    }
    .me-md-8 {
        margin-right: 2.5rem!important
    }
    .me-md-9 {
        margin-right: 2.8125rem!important
    }
    .me-md-10 {
        margin-right: 3.125rem!important
    }
    .me-md-auto {
        margin-right: auto!important
    }
    .mb-md-0 {
        margin-bottom: 0!important
    }
    .mb-md-1 {
        margin-bottom: .3125rem!important
    }
    .mb-md-2 {
        margin-bottom: .625rem!important
    }
    .mb-md-3 {
        margin-bottom: .9375rem!important
    }
    .mb-md-4 {
        margin-bottom: 1.25rem!important
    }
    .mb-md-5 {
        margin-bottom: 1.5625rem!important
    }
    .mb-md-6 {
        margin-bottom: 1.875rem!important
    }
    .mb-md-7 {
        margin-bottom: 2.1875rem!important
    }
    .mb-md-8 {
        margin-bottom: 2.5rem!important
    }
    .mb-md-9 {
        margin-bottom: 2.8125rem!important
    }
    .mb-md-10 {
        margin-bottom: 3.125rem!important
    }
    .mb-md-auto {
        margin-bottom: auto!important
    }
    .ms-md-0 {
        margin-left: 0!important
    }
    .ms-md-1 {
        margin-left: .3125rem!important
    }
    .ms-md-2 {
        margin-left: .625rem!important
    }
    .ms-md-3 {
        margin-left: .9375rem!important
    }
    .ms-md-4 {
        margin-left: 1.25rem!important
    }
    .ms-md-5 {
        margin-left: 1.5625rem!important
    }
    .ms-md-6 {
        margin-left: 1.875rem!important
    }
    .ms-md-7 {
        margin-left: 2.1875rem!important
    }
    .ms-md-8 {
        margin-left: 2.5rem!important
    }
    .ms-md-9 {
        margin-left: 2.8125rem!important
    }
    .ms-md-10 {
        margin-left: 3.125rem!important
    }
    .ms-md-auto {
        margin-left: auto!important
    }
    .m-md-n1 {
        margin: -.3125rem!important
    }
    .m-md-n2 {
        margin: -.625rem!important
    }
    .m-md-n3 {
        margin: -.9375rem!important
    }
    .m-md-n4 {
        margin: -1.25rem!important
    }
    .m-md-n5 {
        margin: -1.5625rem!important
    }
    .m-md-n6 {
        margin: -1.875rem!important
    }
    .m-md-n7 {
        margin: -2.1875rem!important
    }
    .m-md-n8 {
        margin: -2.5rem!important
    }
    .m-md-n9 {
        margin: -2.8125rem!important
    }
    .m-md-n10 {
        margin: -3.125rem!important
    }
    .mx-md-n1 {
        margin-right: -.3125rem!important;
        margin-left: -.3125rem!important
    }
    .mx-md-n2 {
        margin-right: -.625rem!important;
        margin-left: -.625rem!important
    }
    .mx-md-n3 {
        margin-right: -.9375rem!important;
        margin-left: -.9375rem!important
    }
    .mx-md-n4 {
        margin-right: -1.25rem!important;
        margin-left: -1.25rem!important
    }
    .mx-md-n5 {
        margin-right: -1.5625rem!important;
        margin-left: -1.5625rem!important
    }
    .mx-md-n6 {
        margin-right: -1.875rem!important;
        margin-left: -1.875rem!important
    }
    .mx-md-n7 {
        margin-right: -2.1875rem!important;
        margin-left: -2.1875rem!important
    }
    .mx-md-n8 {
        margin-right: -2.5rem!important;
        margin-left: -2.5rem!important
    }
    .mx-md-n9 {
        margin-right: -2.8125rem!important;
        margin-left: -2.8125rem!important
    }
    .mx-md-n10 {
        margin-right: -3.125rem!important;
        margin-left: -3.125rem!important
    }
    .my-md-n1 {
        margin-top: -.3125rem!important;
        margin-bottom: -.3125rem!important
    }
    .my-md-n2 {
        margin-top: -.625rem!important;
        margin-bottom: -.625rem!important
    }
    .my-md-n3 {
        margin-top: -.9375rem!important;
        margin-bottom: -.9375rem!important
    }
    .my-md-n4 {
        margin-top: -1.25rem!important;
        margin-bottom: -1.25rem!important
    }
    .my-md-n5 {
        margin-top: -1.5625rem!important;
        margin-bottom: -1.5625rem!important
    }
    .my-md-n6 {
        margin-top: -1.875rem!important;
        margin-bottom: -1.875rem!important
    }
    .my-md-n7 {
        margin-top: -2.1875rem!important;
        margin-bottom: -2.1875rem!important
    }
    .my-md-n8 {
        margin-top: -2.5rem!important;
        margin-bottom: -2.5rem!important
    }
    .my-md-n9 {
        margin-top: -2.8125rem!important;
        margin-bottom: -2.8125rem!important
    }
    .my-md-n10 {
        margin-top: -3.125rem!important;
        margin-bottom: -3.125rem!important
    }
    .mt-md-n1 {
        margin-top: -.3125rem!important
    }
    .mt-md-n2 {
        margin-top: -.625rem!important
    }
    .mt-md-n3 {
        margin-top: -.9375rem!important
    }
    .mt-md-n4 {
        margin-top: -1.25rem!important
    }
    .mt-md-n5 {
        margin-top: -1.5625rem!important
    }
    .mt-md-n6 {
        margin-top: -1.875rem!important
    }
    .mt-md-n7 {
        margin-top: -2.1875rem!important
    }
    .mt-md-n8 {
        margin-top: -2.5rem!important
    }
    .mt-md-n9 {
        margin-top: -2.8125rem!important
    }
    .mt-md-n10 {
        margin-top: -3.125rem!important
    }
    .me-md-n1 {
        margin-right: -.3125rem!important
    }
    .me-md-n2 {
        margin-right: -.625rem!important
    }
    .me-md-n3 {
        margin-right: -.9375rem!important
    }
    .me-md-n4 {
        margin-right: -1.25rem!important
    }
    .me-md-n5 {
        margin-right: -1.5625rem!important
    }
    .me-md-n6 {
        margin-right: -1.875rem!important
    }
    .me-md-n7 {
        margin-right: -2.1875rem!important
    }
    .me-md-n8 {
        margin-right: -2.5rem!important
    }
    .me-md-n9 {
        margin-right: -2.8125rem!important
    }
    .me-md-n10 {
        margin-right: -3.125rem!important
    }
    .mb-md-n1 {
        margin-bottom: -.3125rem!important
    }
    .mb-md-n2 {
        margin-bottom: -.625rem!important
    }
    .mb-md-n3 {
        margin-bottom: -.9375rem!important
    }
    .mb-md-n4 {
        margin-bottom: -1.25rem!important
    }
    .mb-md-n5 {
        margin-bottom: -1.5625rem!important
    }
    .mb-md-n6 {
        margin-bottom: -1.875rem!important
    }
    .mb-md-n7 {
        margin-bottom: -2.1875rem!important
    }
    .mb-md-n8 {
        margin-bottom: -2.5rem!important
    }
    .mb-md-n9 {
        margin-bottom: -2.8125rem!important
    }
    .mb-md-n10 {
        margin-bottom: -3.125rem!important
    }
    .ms-md-n1 {
        margin-left: -.3125rem!important
    }
    .ms-md-n2 {
        margin-left: -.625rem!important
    }
    .ms-md-n3 {
        margin-left: -.9375rem!important
    }
    .ms-md-n4 {
        margin-left: -1.25rem!important
    }
    .ms-md-n5 {
        margin-left: -1.5625rem!important
    }
    .ms-md-n6 {
        margin-left: -1.875rem!important
    }
    .ms-md-n7 {
        margin-left: -2.1875rem!important
    }
    .ms-md-n8 {
        margin-left: -2.5rem!important
    }
    .ms-md-n9 {
        margin-left: -2.8125rem!important
    }
    .ms-md-n10 {
        margin-left: -3.125rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .p-md-1 {
        padding: .3125rem!important
    }
    .p-md-2 {
        padding: .625rem!important
    }
    .p-md-3 {
        padding: .9375rem!important
    }
    .p-md-4 {
        padding: 1.25rem!important
    }
    .p-md-5 {
        padding: 1.5625rem!important
    }
    .p-md-6 {
        padding: 1.875rem!important
    }
    .p-md-7 {
        padding: 2.1875rem!important
    }
    .p-md-8 {
        padding: 2.5rem!important
    }
    .p-md-9 {
        padding: 2.8125rem!important
    }
    .p-md-10 {
        padding: 3.125rem!important
    }
    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .px-md-1 {
        padding-right: .3125rem!important;
        padding-left: .3125rem!important
    }
    .px-md-2 {
        padding-right: .625rem!important;
        padding-left: .625rem!important
    }
    .px-md-3 {
        padding-right: .9375rem!important;
        padding-left: .9375rem!important
    }
    .px-md-4 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }
    .px-md-5 {
        padding-right: 1.5625rem!important;
        padding-left: 1.5625rem!important
    }
    .px-md-6 {
        padding-right: 1.875rem!important;
        padding-left: 1.875rem!important
    }
    .px-md-7 {
        padding-right: 2.1875rem!important;
        padding-left: 2.1875rem!important
    }
    .px-md-8 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }
    .px-md-9 {
        padding-right: 2.8125rem!important;
        padding-left: 2.8125rem!important
    }
    .px-md-10 {
        padding-right: 3.125rem!important;
        padding-left: 3.125rem!important
    }
    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .py-md-1 {
        padding-top: .3125rem!important;
        padding-bottom: .3125rem!important
    }
    .py-md-2 {
        padding-top: .625rem!important;
        padding-bottom: .625rem!important
    }
    .py-md-3 {
        padding-top: .9375rem!important;
        padding-bottom: .9375rem!important
    }
    .py-md-4 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }
    .py-md-5 {
        padding-top: 1.5625rem!important;
        padding-bottom: 1.5625rem!important
    }
    .py-md-6 {
        padding-top: 1.875rem!important;
        padding-bottom: 1.875rem!important
    }
    .py-md-7 {
        padding-top: 2.1875rem!important;
        padding-bottom: 2.1875rem!important
    }
    .py-md-8 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important
    }
    .py-md-9 {
        padding-top: 2.8125rem!important;
        padding-bottom: 2.8125rem!important
    }
    .py-md-10 {
        padding-top: 3.125rem!important;
        padding-bottom: 3.125rem!important
    }
    .pt-md-0 {
        padding-top: 0!important
    }
    .pt-md-1 {
        padding-top: .3125rem!important
    }
    .pt-md-2 {
        padding-top: .625rem!important
    }
    .pt-md-3 {
        padding-top: .9375rem!important
    }
    .pt-md-4 {
        padding-top: 1.25rem!important
    }
    .pt-md-5 {
        padding-top: 1.5625rem!important
    }
    .pt-md-6 {
        padding-top: 1.875rem!important
    }
    .pt-md-7 {
        padding-top: 2.1875rem!important
    }
    .pt-md-8 {
        padding-top: 2.5rem!important
    }
    .pt-md-9 {
        padding-top: 2.8125rem!important
    }
    .pt-md-10 {
        padding-top: 3.125rem!important
    }
    .pe-md-0 {
        padding-right: 0!important
    }
    .pe-md-1 {
        padding-right: .3125rem!important
    }
    .pe-md-2 {
        padding-right: .625rem!important
    }
    .pe-md-3 {
        padding-right: .9375rem!important
    }
    .pe-md-4 {
        padding-right: 1.25rem!important
    }
    .pe-md-5 {
        padding-right: 1.5625rem!important
    }
    .pe-md-6 {
        padding-right: 1.875rem!important
    }
    .pe-md-7 {
        padding-right: 2.1875rem!important
    }
    .pe-md-8 {
        padding-right: 2.5rem!important
    }
    .pe-md-9 {
        padding-right: 2.8125rem!important
    }
    .pe-md-10 {
        padding-right: 3.125rem!important
    }
    .pb-md-0 {
        padding-bottom: 0!important
    }
    .pb-md-1 {
        padding-bottom: .3125rem!important
    }
    .pb-md-2 {
        padding-bottom: .625rem!important
    }
    .pb-md-3 {
        padding-bottom: .9375rem!important
    }
    .pb-md-4 {
        padding-bottom: 1.25rem!important
    }
    .pb-md-5 {
        padding-bottom: 1.5625rem!important
    }
    .pb-md-6 {
        padding-bottom: 1.875rem!important
    }
    .pb-md-7 {
        padding-bottom: 2.1875rem!important
    }
    .pb-md-8 {
        padding-bottom: 2.5rem!important
    }
    .pb-md-9 {
        padding-bottom: 2.8125rem!important
    }
    .pb-md-10 {
        padding-bottom: 3.125rem!important
    }
    .ps-md-0 {
        padding-left: 0!important
    }
    .ps-md-1 {
        padding-left: .3125rem!important
    }
    .ps-md-2 {
        padding-left: .625rem!important
    }
    .ps-md-3 {
        padding-left: .9375rem!important
    }
    .ps-md-4 {
        padding-left: 1.25rem!important
    }
    .ps-md-5 {
        padding-left: 1.5625rem!important
    }
    .ps-md-6 {
        padding-left: 1.875rem!important
    }
    .ps-md-7 {
        padding-left: 2.1875rem!important
    }
    .ps-md-8 {
        padding-left: 2.5rem!important
    }
    .ps-md-9 {
        padding-left: 2.8125rem!important
    }
    .ps-md-10 {
        padding-left: 3.125rem!important
    }
    .text-md-start {
        text-align: left!important
    }
    .text-md-end {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left!important
    }
    .float-lg-end {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-grid {
        display: grid!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: flex!important
    }
    .d-lg-inline-flex {
        display: inline-flex!important
    }
    .d-lg-none {
        display: none!important
    }
    .flex-lg-fill {
        flex: 1 1 auto!important
    }
    .flex-lg-row {
        flex-direction: row!important
    }
    .flex-lg-column {
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-lg-grow-0 {
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }
    .flex-lg-wrap {
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .gap-lg-0 {
        grid-gap: 0!important;
        gap: 0!important
    }
    .gap-lg-1 {
        grid-gap: .3125rem!important;
        gap: .3125rem!important
    }
    .gap-lg-2 {
        grid-gap: .625rem!important;
        gap: .625rem!important
    }
    .gap-lg-3 {
        grid-gap: .9375rem!important;
        gap: .9375rem!important
    }
    .gap-lg-4 {
        grid-gap: 1.25rem!important;
        gap: 1.25rem!important
    }
    .gap-lg-5 {
        grid-gap: 1.5625rem!important;
        gap: 1.5625rem!important
    }
    .gap-lg-6 {
        grid-gap: 1.875rem!important;
        gap: 1.875rem!important
    }
    .gap-lg-7 {
        grid-gap: 2.1875rem!important;
        gap: 2.1875rem!important
    }
    .gap-lg-8 {
        grid-gap: 2.5rem!important;
        gap: 2.5rem!important
    }
    .gap-lg-9 {
        grid-gap: 2.8125rem!important;
        gap: 2.8125rem!important
    }
    .gap-lg-10 {
        grid-gap: 3.125rem!important;
        gap: 3.125rem!important
    }
    .justify-content-lg-start {
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        justify-content: center!important
    }
    .justify-content-lg-between {
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        justify-content: space-around!important
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly!important
    }
    .align-items-lg-start {
        align-items: flex-start!important
    }
    .align-items-lg-end {
        align-items: flex-end!important
    }
    .align-items-lg-center {
        align-items: center!important
    }
    .align-items-lg-baseline {
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        align-items: stretch!important
    }
    .align-content-lg-start {
        align-content: flex-start!important
    }
    .align-content-lg-end {
        align-content: flex-end!important
    }
    .align-content-lg-center {
        align-content: center!important
    }
    .align-content-lg-between {
        align-content: space-between!important
    }
    .align-content-lg-around {
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        align-content: stretch!important
    }
    .align-self-lg-auto {
        align-self: auto!important
    }
    .align-self-lg-start {
        align-self: flex-start!important
    }
    .align-self-lg-end {
        align-self: flex-end!important
    }
    .align-self-lg-center {
        align-self: center!important
    }
    .align-self-lg-baseline {
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        align-self: stretch!important
    }
    .order-lg-first {
        order: -1!important
    }
    .order-lg-0 {
        order: 0!important
    }
    .order-lg-1 {
        order: 1!important
    }
    .order-lg-2 {
        order: 2!important
    }
    .order-lg-3 {
        order: 3!important
    }
    .order-lg-4 {
        order: 4!important
    }
    .order-lg-5 {
        order: 5!important
    }
    .order-lg-last {
        order: 6!important
    }
    .m-lg-0 {
        margin: 0!important
    }
    .m-lg-1 {
        margin: .3125rem!important
    }
    .m-lg-2 {
        margin: .625rem!important
    }
    .m-lg-3 {
        margin: .9375rem!important
    }
    .m-lg-4 {
        margin: 1.25rem!important
    }
    .m-lg-5 {
        margin: 1.5625rem!important
    }
    .m-lg-6 {
        margin: 1.875rem!important
    }
    .m-lg-7 {
        margin: 2.1875rem!important
    }
    .m-lg-8 {
        margin: 2.5rem!important
    }
    .m-lg-9 {
        margin: 2.8125rem!important
    }
    .m-lg-10 {
        margin: 3.125rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mx-lg-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .mx-lg-1 {
        margin-right: .3125rem!important;
        margin-left: .3125rem!important
    }
    .mx-lg-2 {
        margin-right: .625rem!important;
        margin-left: .625rem!important
    }
    .mx-lg-3 {
        margin-right: .9375rem!important;
        margin-left: .9375rem!important
    }
    .mx-lg-4 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }
    .mx-lg-5 {
        margin-right: 1.5625rem!important;
        margin-left: 1.5625rem!important
    }
    .mx-lg-6 {
        margin-right: 1.875rem!important;
        margin-left: 1.875rem!important
    }
    .mx-lg-7 {
        margin-right: 2.1875rem!important;
        margin-left: 2.1875rem!important
    }
    .mx-lg-8 {
        margin-right: 2.5rem!important;
        margin-left: 2.5rem!important
    }
    .mx-lg-9 {
        margin-right: 2.8125rem!important;
        margin-left: 2.8125rem!important
    }
    .mx-lg-10 {
        margin-right: 3.125rem!important;
        margin-left: 3.125rem!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: .3125rem!important;
        margin-bottom: .3125rem!important
    }
    .my-lg-2 {
        margin-top: .625rem!important;
        margin-bottom: .625rem!important
    }
    .my-lg-3 {
        margin-top: .9375rem!important;
        margin-bottom: .9375rem!important
    }
    .my-lg-4 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }
    .my-lg-5 {
        margin-top: 1.5625rem!important;
        margin-bottom: 1.5625rem!important
    }
    .my-lg-6 {
        margin-top: 1.875rem!important;
        margin-bottom: 1.875rem!important
    }
    .my-lg-7 {
        margin-top: 2.1875rem!important;
        margin-bottom: 2.1875rem!important
    }
    .my-lg-8 {
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important
    }
    .my-lg-9 {
        margin-top: 2.8125rem!important;
        margin-bottom: 2.8125rem!important
    }
    .my-lg-10 {
        margin-top: 3.125rem!important;
        margin-bottom: 3.125rem!important
    }
    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
    .mt-lg-0 {
        margin-top: 0!important
    }
    .mt-lg-1 {
        margin-top: .3125rem!important
    }
    .mt-lg-2 {
        margin-top: .625rem!important
    }
    .mt-lg-3 {
        margin-top: .9375rem!important
    }
    .mt-lg-4 {
        margin-top: 1.25rem!important
    }
    .mt-lg-5 {
        margin-top: 1.5625rem!important
    }
    .mt-lg-6 {
        margin-top: 1.875rem!important
    }
    .mt-lg-7 {
        margin-top: 2.1875rem!important
    }
    .mt-lg-8 {
        margin-top: 2.5rem!important
    }
    .mt-lg-9 {
        margin-top: 2.8125rem!important
    }
    .mt-lg-10 {
        margin-top: 3.125rem!important
    }
    .mt-lg-auto {
        margin-top: auto!important
    }
    .me-lg-0 {
        margin-right: 0!important
    }
    .me-lg-1 {
        margin-right: .3125rem!important
    }
    .me-lg-2 {
        margin-right: .625rem!important
    }
    .me-lg-3 {
        margin-right: .9375rem!important
    }
    .me-lg-4 {
        margin-right: 1.25rem!important
    }
    .me-lg-5 {
        margin-right: 1.5625rem!important
    }
    .me-lg-6 {
        margin-right: 1.875rem!important
    }
    .me-lg-7 {
        margin-right: 2.1875rem!important
    }
    .me-lg-8 {
        margin-right: 2.5rem!important
    }
    .me-lg-9 {
        margin-right: 2.8125rem!important
    }
    .me-lg-10 {
        margin-right: 3.125rem!important
    }
    .me-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-0 {
        margin-bottom: 0!important
    }
    .mb-lg-1 {
        margin-bottom: .3125rem!important
    }
    .mb-lg-2 {
        margin-bottom: .625rem!important
    }
    .mb-lg-3 {
        margin-bottom: .9375rem!important
    }
    .mb-lg-4 {
        margin-bottom: 1.25rem!important
    }
    .mb-lg-5 {
        margin-bottom: 1.5625rem!important
    }
    .mb-lg-6 {
        margin-bottom: 1.875rem!important
    }
    .mb-lg-7 {
        margin-bottom: 2.1875rem!important
    }
    .mb-lg-8 {
        margin-bottom: 2.5rem!important
    }
    .mb-lg-9 {
        margin-bottom: 2.8125rem!important
    }
    .mb-lg-10 {
        margin-bottom: 3.125rem!important
    }
    .mb-lg-auto {
        margin-bottom: auto!important
    }
    .ms-lg-0 {
        margin-left: 0!important
    }
    .ms-lg-1 {
        margin-left: .3125rem!important
    }
    .ms-lg-2 {
        margin-left: .625rem!important
    }
    .ms-lg-3 {
        margin-left: .9375rem!important
    }
    .ms-lg-4 {
        margin-left: 1.25rem!important
    }
    .ms-lg-5 {
        margin-left: 1.5625rem!important
    }
    .ms-lg-6 {
        margin-left: 1.875rem!important
    }
    .ms-lg-7 {
        margin-left: 2.1875rem!important
    }
    .ms-lg-8 {
        margin-left: 2.5rem!important
    }
    .ms-lg-9 {
        margin-left: 2.8125rem!important
    }
    .ms-lg-10 {
        margin-left: 3.125rem!important
    }
    .ms-lg-auto {
        margin-left: auto!important
    }
    .m-lg-n1 {
        margin: -.3125rem!important
    }
    .m-lg-n2 {
        margin: -.625rem!important
    }
    .m-lg-n3 {
        margin: -.9375rem!important
    }
    .m-lg-n4 {
        margin: -1.25rem!important
    }
    .m-lg-n5 {
        margin: -1.5625rem!important
    }
    .m-lg-n6 {
        margin: -1.875rem!important
    }
    .m-lg-n7 {
        margin: -2.1875rem!important
    }
    .m-lg-n8 {
        margin: -2.5rem!important
    }
    .m-lg-n9 {
        margin: -2.8125rem!important
    }
    .m-lg-n10 {
        margin: -3.125rem!important
    }
    .mx-lg-n1 {
        margin-right: -.3125rem!important;
        margin-left: -.3125rem!important
    }
    .mx-lg-n2 {
        margin-right: -.625rem!important;
        margin-left: -.625rem!important
    }
    .mx-lg-n3 {
        margin-right: -.9375rem!important;
        margin-left: -.9375rem!important
    }
    .mx-lg-n4 {
        margin-right: -1.25rem!important;
        margin-left: -1.25rem!important
    }
    .mx-lg-n5 {
        margin-right: -1.5625rem!important;
        margin-left: -1.5625rem!important
    }
    .mx-lg-n6 {
        margin-right: -1.875rem!important;
        margin-left: -1.875rem!important
    }
    .mx-lg-n7 {
        margin-right: -2.1875rem!important;
        margin-left: -2.1875rem!important
    }
    .mx-lg-n8 {
        margin-right: -2.5rem!important;
        margin-left: -2.5rem!important
    }
    .mx-lg-n9 {
        margin-right: -2.8125rem!important;
        margin-left: -2.8125rem!important
    }
    .mx-lg-n10 {
        margin-right: -3.125rem!important;
        margin-left: -3.125rem!important
    }
    .my-lg-n1 {
        margin-top: -.3125rem!important;
        margin-bottom: -.3125rem!important
    }
    .my-lg-n2 {
        margin-top: -.625rem!important;
        margin-bottom: -.625rem!important
    }
    .my-lg-n3 {
        margin-top: -.9375rem!important;
        margin-bottom: -.9375rem!important
    }
    .my-lg-n4 {
        margin-top: -1.25rem!important;
        margin-bottom: -1.25rem!important
    }
    .my-lg-n5 {
        margin-top: -1.5625rem!important;
        margin-bottom: -1.5625rem!important
    }
    .my-lg-n6 {
        margin-top: -1.875rem!important;
        margin-bottom: -1.875rem!important
    }
    .my-lg-n7 {
        margin-top: -2.1875rem!important;
        margin-bottom: -2.1875rem!important
    }
    .my-lg-n8 {
        margin-top: -2.5rem!important;
        margin-bottom: -2.5rem!important
    }
    .my-lg-n9 {
        margin-top: -2.8125rem!important;
        margin-bottom: -2.8125rem!important
    }
    .my-lg-n10 {
        margin-top: -3.125rem!important;
        margin-bottom: -3.125rem!important
    }
    .mt-lg-n1 {
        margin-top: -.3125rem!important
    }
    .mt-lg-n2 {
        margin-top: -.625rem!important
    }
    .mt-lg-n3 {
        margin-top: -.9375rem!important
    }
    .mt-lg-n4 {
        margin-top: -1.25rem!important
    }
    .mt-lg-n5 {
        margin-top: -1.5625rem!important
    }
    .mt-lg-n6 {
        margin-top: -1.875rem!important
    }
    .mt-lg-n7 {
        margin-top: -2.1875rem!important
    }
    .mt-lg-n8 {
        margin-top: -2.5rem!important
    }
    .mt-lg-n9 {
        margin-top: -2.8125rem!important
    }
    .mt-lg-n10 {
        margin-top: -3.125rem!important
    }
    .me-lg-n1 {
        margin-right: -.3125rem!important
    }
    .me-lg-n2 {
        margin-right: -.625rem!important
    }
    .me-lg-n3 {
        margin-right: -.9375rem!important
    }
    .me-lg-n4 {
        margin-right: -1.25rem!important
    }
    .me-lg-n5 {
        margin-right: -1.5625rem!important
    }
    .me-lg-n6 {
        margin-right: -1.875rem!important
    }
    .me-lg-n7 {
        margin-right: -2.1875rem!important
    }
    .me-lg-n8 {
        margin-right: -2.5rem!important
    }
    .me-lg-n9 {
        margin-right: -2.8125rem!important
    }
    .me-lg-n10 {
        margin-right: -3.125rem!important
    }
    .mb-lg-n1 {
        margin-bottom: -.3125rem!important
    }
    .mb-lg-n2 {
        margin-bottom: -.625rem!important
    }
    .mb-lg-n3 {
        margin-bottom: -.9375rem!important
    }
    .mb-lg-n4 {
        margin-bottom: -1.25rem!important
    }
    .mb-lg-n5 {
        margin-bottom: -1.5625rem!important
    }
    .mb-lg-n6 {
        margin-bottom: -1.875rem!important
    }
    .mb-lg-n7 {
        margin-bottom: -2.1875rem!important
    }
    .mb-lg-n8 {
        margin-bottom: -2.5rem!important
    }
    .mb-lg-n9 {
        margin-bottom: -2.8125rem!important
    }
    .mb-lg-n10 {
        margin-bottom: -3.125rem!important
    }
    .ms-lg-n1 {
        margin-left: -.3125rem!important
    }
    .ms-lg-n2 {
        margin-left: -.625rem!important
    }
    .ms-lg-n3 {
        margin-left: -.9375rem!important
    }
    .ms-lg-n4 {
        margin-left: -1.25rem!important
    }
    .ms-lg-n5 {
        margin-left: -1.5625rem!important
    }
    .ms-lg-n6 {
        margin-left: -1.875rem!important
    }
    .ms-lg-n7 {
        margin-left: -2.1875rem!important
    }
    .ms-lg-n8 {
        margin-left: -2.5rem!important
    }
    .ms-lg-n9 {
        margin-left: -2.8125rem!important
    }
    .ms-lg-n10 {
        margin-left: -3.125rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .p-lg-1 {
        padding: .3125rem!important
    }
    .p-lg-2 {
        padding: .625rem!important
    }
    .p-lg-3 {
        padding: .9375rem!important
    }
    .p-lg-4 {
        padding: 1.25rem!important
    }
    .p-lg-5 {
        padding: 1.5625rem!important
    }
    .p-lg-6 {
        padding: 1.875rem!important
    }
    .p-lg-7 {
        padding: 2.1875rem!important
    }
    .p-lg-8 {
        padding: 2.5rem!important
    }
    .p-lg-9 {
        padding: 2.8125rem!important
    }
    .p-lg-10 {
        padding: 3.125rem!important
    }
    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .px-lg-1 {
        padding-right: .3125rem!important;
        padding-left: .3125rem!important
    }
    .px-lg-2 {
        padding-right: .625rem!important;
        padding-left: .625rem!important
    }
    .px-lg-3 {
        padding-right: .9375rem!important;
        padding-left: .9375rem!important
    }
    .px-lg-4 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }
    .px-lg-5 {
        padding-right: 1.5625rem!important;
        padding-left: 1.5625rem!important
    }
    .px-lg-6 {
        padding-right: 1.875rem!important;
        padding-left: 1.875rem!important
    }
    .px-lg-7 {
        padding-right: 2.1875rem!important;
        padding-left: 2.1875rem!important
    }
    .px-lg-8 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }
    .px-lg-9 {
        padding-right: 2.8125rem!important;
        padding-left: 2.8125rem!important
    }
    .px-lg-10 {
        padding-right: 3.125rem!important;
        padding-left: 3.125rem!important
    }
    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .py-lg-1 {
        padding-top: .3125rem!important;
        padding-bottom: .3125rem!important
    }
    .py-lg-2 {
        padding-top: .625rem!important;
        padding-bottom: .625rem!important
    }
    .py-lg-3 {
        padding-top: .9375rem!important;
        padding-bottom: .9375rem!important
    }
    .py-lg-4 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }
    .py-lg-5 {
        padding-top: 1.5625rem!important;
        padding-bottom: 1.5625rem!important
    }
    .py-lg-6 {
        padding-top: 1.875rem!important;
        padding-bottom: 1.875rem!important
    }
    .py-lg-7 {
        padding-top: 2.1875rem!important;
        padding-bottom: 2.1875rem!important
    }
    .py-lg-8 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important
    }
    .py-lg-9 {
        padding-top: 2.8125rem!important;
        padding-bottom: 2.8125rem!important
    }
    .py-lg-10 {
        padding-top: 3.125rem!important;
        padding-bottom: 3.125rem!important
    }
    .pt-lg-0 {
        padding-top: 0!important
    }
    .pt-lg-1 {
        padding-top: .3125rem!important
    }
    .pt-lg-2 {
        padding-top: .625rem!important
    }
    .pt-lg-3 {
        padding-top: .9375rem!important
    }
    .pt-lg-4 {
        padding-top: 1.25rem!important
    }
    .pt-lg-5 {
        padding-top: 1.5625rem!important
    }
    .pt-lg-6 {
        padding-top: 1.875rem!important
    }
    .pt-lg-7 {
        padding-top: 2.1875rem!important
    }
    .pt-lg-8 {
        padding-top: 2.5rem!important
    }
    .pt-lg-9 {
        padding-top: 2.8125rem!important
    }
    .pt-lg-10 {
        padding-top: 3.125rem!important
    }
    .pe-lg-0 {
        padding-right: 0!important
    }
    .pe-lg-1 {
        padding-right: .3125rem!important
    }
    .pe-lg-2 {
        padding-right: .625rem!important
    }
    .pe-lg-3 {
        padding-right: .9375rem!important
    }
    .pe-lg-4 {
        padding-right: 1.25rem!important
    }
    .pe-lg-5 {
        padding-right: 1.5625rem!important
    }
    .pe-lg-6 {
        padding-right: 1.875rem!important
    }
    .pe-lg-7 {
        padding-right: 2.1875rem!important
    }
    .pe-lg-8 {
        padding-right: 2.5rem!important
    }
    .pe-lg-9 {
        padding-right: 2.8125rem!important
    }
    .pe-lg-10 {
        padding-right: 3.125rem!important
    }
    .pb-lg-0 {
        padding-bottom: 0!important
    }
    .pb-lg-1 {
        padding-bottom: .3125rem!important
    }
    .pb-lg-2 {
        padding-bottom: .625rem!important
    }
    .pb-lg-3 {
        padding-bottom: .9375rem!important
    }
    .pb-lg-4 {
        padding-bottom: 1.25rem!important
    }
    .pb-lg-5 {
        padding-bottom: 1.5625rem!important
    }
    .pb-lg-6 {
        padding-bottom: 1.875rem!important
    }
    .pb-lg-7 {
        padding-bottom: 2.1875rem!important
    }
    .pb-lg-8 {
        padding-bottom: 2.5rem!important
    }
    .pb-lg-9 {
        padding-bottom: 2.8125rem!important
    }
    .pb-lg-10 {
        padding-bottom: 3.125rem!important
    }
    .ps-lg-0 {
        padding-left: 0!important
    }
    .ps-lg-1 {
        padding-left: .3125rem!important
    }
    .ps-lg-2 {
        padding-left: .625rem!important
    }
    .ps-lg-3 {
        padding-left: .9375rem!important
    }
    .ps-lg-4 {
        padding-left: 1.25rem!important
    }
    .ps-lg-5 {
        padding-left: 1.5625rem!important
    }
    .ps-lg-6 {
        padding-left: 1.875rem!important
    }
    .ps-lg-7 {
        padding-left: 2.1875rem!important
    }
    .ps-lg-8 {
        padding-left: 2.5rem!important
    }
    .ps-lg-9 {
        padding-left: 2.8125rem!important
    }
    .ps-lg-10 {
        padding-left: 3.125rem!important
    }
    .text-lg-start {
        text-align: left!important
    }
    .text-lg-end {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left!important
    }
    .float-xl-end {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-grid {
        display: grid!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: flex!important
    }
    .d-xl-inline-flex {
        display: inline-flex!important
    }
    .d-xl-none {
        display: none!important
    }
    .flex-xl-fill {
        flex: 1 1 auto!important
    }
    .flex-xl-row {
        flex-direction: row!important
    }
    .flex-xl-column {
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xl-grow-0 {
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }
    .flex-xl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .gap-xl-0 {
        grid-gap: 0!important;
        gap: 0!important
    }
    .gap-xl-1 {
        grid-gap: .3125rem!important;
        gap: .3125rem!important
    }
    .gap-xl-2 {
        grid-gap: .625rem!important;
        gap: .625rem!important
    }
    .gap-xl-3 {
        grid-gap: .9375rem!important;
        gap: .9375rem!important
    }
    .gap-xl-4 {
        grid-gap: 1.25rem!important;
        gap: 1.25rem!important
    }
    .gap-xl-5 {
        grid-gap: 1.5625rem!important;
        gap: 1.5625rem!important
    }
    .gap-xl-6 {
        grid-gap: 1.875rem!important;
        gap: 1.875rem!important
    }
    .gap-xl-7 {
        grid-gap: 2.1875rem!important;
        gap: 2.1875rem!important
    }
    .gap-xl-8 {
        grid-gap: 2.5rem!important;
        gap: 2.5rem!important
    }
    .gap-xl-9 {
        grid-gap: 2.8125rem!important;
        gap: 2.8125rem!important
    }
    .gap-xl-10 {
        grid-gap: 3.125rem!important;
        gap: 3.125rem!important
    }
    .justify-content-xl-start {
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        justify-content: center!important
    }
    .justify-content-xl-between {
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        justify-content: space-around!important
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly!important
    }
    .align-items-xl-start {
        align-items: flex-start!important
    }
    .align-items-xl-end {
        align-items: flex-end!important
    }
    .align-items-xl-center {
        align-items: center!important
    }
    .align-items-xl-baseline {
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        align-items: stretch!important
    }
    .align-content-xl-start {
        align-content: flex-start!important
    }
    .align-content-xl-end {
        align-content: flex-end!important
    }
    .align-content-xl-center {
        align-content: center!important
    }
    .align-content-xl-between {
        align-content: space-between!important
    }
    .align-content-xl-around {
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        align-content: stretch!important
    }
    .align-self-xl-auto {
        align-self: auto!important
    }
    .align-self-xl-start {
        align-self: flex-start!important
    }
    .align-self-xl-end {
        align-self: flex-end!important
    }
    .align-self-xl-center {
        align-self: center!important
    }
    .align-self-xl-baseline {
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        align-self: stretch!important
    }
    .order-xl-first {
        order: -1!important
    }
    .order-xl-0 {
        order: 0!important
    }
    .order-xl-1 {
        order: 1!important
    }
    .order-xl-2 {
        order: 2!important
    }
    .order-xl-3 {
        order: 3!important
    }
    .order-xl-4 {
        order: 4!important
    }
    .order-xl-5 {
        order: 5!important
    }
    .order-xl-last {
        order: 6!important
    }
    .m-xl-0 {
        margin: 0!important
    }
    .m-xl-1 {
        margin: .3125rem!important
    }
    .m-xl-2 {
        margin: .625rem!important
    }
    .m-xl-3 {
        margin: .9375rem!important
    }
    .m-xl-4 {
        margin: 1.25rem!important
    }
    .m-xl-5 {
        margin: 1.5625rem!important
    }
    .m-xl-6 {
        margin: 1.875rem!important
    }
    .m-xl-7 {
        margin: 2.1875rem!important
    }
    .m-xl-8 {
        margin: 2.5rem!important
    }
    .m-xl-9 {
        margin: 2.8125rem!important
    }
    .m-xl-10 {
        margin: 3.125rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mx-xl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .mx-xl-1 {
        margin-right: .3125rem!important;
        margin-left: .3125rem!important
    }
    .mx-xl-2 {
        margin-right: .625rem!important;
        margin-left: .625rem!important
    }
    .mx-xl-3 {
        margin-right: .9375rem!important;
        margin-left: .9375rem!important
    }
    .mx-xl-4 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }
    .mx-xl-5 {
        margin-right: 1.5625rem!important;
        margin-left: 1.5625rem!important
    }
    .mx-xl-6 {
        margin-right: 1.875rem!important;
        margin-left: 1.875rem!important
    }
    .mx-xl-7 {
        margin-right: 2.1875rem!important;
        margin-left: 2.1875rem!important
    }
    .mx-xl-8 {
        margin-right: 2.5rem!important;
        margin-left: 2.5rem!important
    }
    .mx-xl-9 {
        margin-right: 2.8125rem!important;
        margin-left: 2.8125rem!important
    }
    .mx-xl-10 {
        margin-right: 3.125rem!important;
        margin-left: 3.125rem!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: .3125rem!important;
        margin-bottom: .3125rem!important
    }
    .my-xl-2 {
        margin-top: .625rem!important;
        margin-bottom: .625rem!important
    }
    .my-xl-3 {
        margin-top: .9375rem!important;
        margin-bottom: .9375rem!important
    }
    .my-xl-4 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }
    .my-xl-5 {
        margin-top: 1.5625rem!important;
        margin-bottom: 1.5625rem!important
    }
    .my-xl-6 {
        margin-top: 1.875rem!important;
        margin-bottom: 1.875rem!important
    }
    .my-xl-7 {
        margin-top: 2.1875rem!important;
        margin-bottom: 2.1875rem!important
    }
    .my-xl-8 {
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important
    }
    .my-xl-9 {
        margin-top: 2.8125rem!important;
        margin-bottom: 2.8125rem!important
    }
    .my-xl-10 {
        margin-top: 3.125rem!important;
        margin-bottom: 3.125rem!important
    }
    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
    .mt-xl-0 {
        margin-top: 0!important
    }
    .mt-xl-1 {
        margin-top: .3125rem!important
    }
    .mt-xl-2 {
        margin-top: .625rem!important
    }
    .mt-xl-3 {
        margin-top: .9375rem!important
    }
    .mt-xl-4 {
        margin-top: 1.25rem!important
    }
    .mt-xl-5 {
        margin-top: 1.5625rem!important
    }
    .mt-xl-6 {
        margin-top: 1.875rem!important
    }
    .mt-xl-7 {
        margin-top: 2.1875rem!important
    }
    .mt-xl-8 {
        margin-top: 2.5rem!important
    }
    .mt-xl-9 {
        margin-top: 2.8125rem!important
    }
    .mt-xl-10 {
        margin-top: 3.125rem!important
    }
    .mt-xl-auto {
        margin-top: auto!important
    }
    .me-xl-0 {
        margin-right: 0!important
    }
    .me-xl-1 {
        margin-right: .3125rem!important
    }
    .me-xl-2 {
        margin-right: .625rem!important
    }
    .me-xl-3 {
        margin-right: .9375rem!important
    }
    .me-xl-4 {
        margin-right: 1.25rem!important
    }
    .me-xl-5 {
        margin-right: 1.5625rem!important
    }
    .me-xl-6 {
        margin-right: 1.875rem!important
    }
    .me-xl-7 {
        margin-right: 2.1875rem!important
    }
    .me-xl-8 {
        margin-right: 2.5rem!important
    }
    .me-xl-9 {
        margin-right: 2.8125rem!important
    }
    .me-xl-10 {
        margin-right: 3.125rem!important
    }
    .me-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-0 {
        margin-bottom: 0!important
    }
    .mb-xl-1 {
        margin-bottom: .3125rem!important
    }
    .mb-xl-2 {
        margin-bottom: .625rem!important
    }
    .mb-xl-3 {
        margin-bottom: .9375rem!important
    }
    .mb-xl-4 {
        margin-bottom: 1.25rem!important
    }
    .mb-xl-5 {
        margin-bottom: 1.5625rem!important
    }
    .mb-xl-6 {
        margin-bottom: 1.875rem!important
    }
    .mb-xl-7 {
        margin-bottom: 2.1875rem!important
    }
    .mb-xl-8 {
        margin-bottom: 2.5rem!important
    }
    .mb-xl-9 {
        margin-bottom: 2.8125rem!important
    }
    .mb-xl-10 {
        margin-bottom: 3.125rem!important
    }
    .mb-xl-auto {
        margin-bottom: auto!important
    }
    .ms-xl-0 {
        margin-left: 0!important
    }
    .ms-xl-1 {
        margin-left: .3125rem!important
    }
    .ms-xl-2 {
        margin-left: .625rem!important
    }
    .ms-xl-3 {
        margin-left: .9375rem!important
    }
    .ms-xl-4 {
        margin-left: 1.25rem!important
    }
    .ms-xl-5 {
        margin-left: 1.5625rem!important
    }
    .ms-xl-6 {
        margin-left: 1.875rem!important
    }
    .ms-xl-7 {
        margin-left: 2.1875rem!important
    }
    .ms-xl-8 {
        margin-left: 2.5rem!important
    }
    .ms-xl-9 {
        margin-left: 2.8125rem!important
    }
    .ms-xl-10 {
        margin-left: 3.125rem!important
    }
    .ms-xl-auto {
        margin-left: auto!important
    }
    .m-xl-n1 {
        margin: -.3125rem!important
    }
    .m-xl-n2 {
        margin: -.625rem!important
    }
    .m-xl-n3 {
        margin: -.9375rem!important
    }
    .m-xl-n4 {
        margin: -1.25rem!important
    }
    .m-xl-n5 {
        margin: -1.5625rem!important
    }
    .m-xl-n6 {
        margin: -1.875rem!important
    }
    .m-xl-n7 {
        margin: -2.1875rem!important
    }
    .m-xl-n8 {
        margin: -2.5rem!important
    }
    .m-xl-n9 {
        margin: -2.8125rem!important
    }
    .m-xl-n10 {
        margin: -3.125rem!important
    }
    .mx-xl-n1 {
        margin-right: -.3125rem!important;
        margin-left: -.3125rem!important
    }
    .mx-xl-n2 {
        margin-right: -.625rem!important;
        margin-left: -.625rem!important
    }
    .mx-xl-n3 {
        margin-right: -.9375rem!important;
        margin-left: -.9375rem!important
    }
    .mx-xl-n4 {
        margin-right: -1.25rem!important;
        margin-left: -1.25rem!important
    }
    .mx-xl-n5 {
        margin-right: -1.5625rem!important;
        margin-left: -1.5625rem!important
    }
    .mx-xl-n6 {
        margin-right: -1.875rem!important;
        margin-left: -1.875rem!important
    }
    .mx-xl-n7 {
        margin-right: -2.1875rem!important;
        margin-left: -2.1875rem!important
    }
    .mx-xl-n8 {
        margin-right: -2.5rem!important;
        margin-left: -2.5rem!important
    }
    .mx-xl-n9 {
        margin-right: -2.8125rem!important;
        margin-left: -2.8125rem!important
    }
    .mx-xl-n10 {
        margin-right: -3.125rem!important;
        margin-left: -3.125rem!important
    }
    .my-xl-n1 {
        margin-top: -.3125rem!important;
        margin-bottom: -.3125rem!important
    }
    .my-xl-n2 {
        margin-top: -.625rem!important;
        margin-bottom: -.625rem!important
    }
    .my-xl-n3 {
        margin-top: -.9375rem!important;
        margin-bottom: -.9375rem!important
    }
    .my-xl-n4 {
        margin-top: -1.25rem!important;
        margin-bottom: -1.25rem!important
    }
    .my-xl-n5 {
        margin-top: -1.5625rem!important;
        margin-bottom: -1.5625rem!important
    }
    .my-xl-n6 {
        margin-top: -1.875rem!important;
        margin-bottom: -1.875rem!important
    }
    .my-xl-n7 {
        margin-top: -2.1875rem!important;
        margin-bottom: -2.1875rem!important
    }
    .my-xl-n8 {
        margin-top: -2.5rem!important;
        margin-bottom: -2.5rem!important
    }
    .my-xl-n9 {
        margin-top: -2.8125rem!important;
        margin-bottom: -2.8125rem!important
    }
    .my-xl-n10 {
        margin-top: -3.125rem!important;
        margin-bottom: -3.125rem!important
    }
    .mt-xl-n1 {
        margin-top: -.3125rem!important
    }
    .mt-xl-n2 {
        margin-top: -.625rem!important
    }
    .mt-xl-n3 {
        margin-top: -.9375rem!important
    }
    .mt-xl-n4 {
        margin-top: -1.25rem!important
    }
    .mt-xl-n5 {
        margin-top: -1.5625rem!important
    }
    .mt-xl-n6 {
        margin-top: -1.875rem!important
    }
    .mt-xl-n7 {
        margin-top: -2.1875rem!important
    }
    .mt-xl-n8 {
        margin-top: -2.5rem!important
    }
    .mt-xl-n9 {
        margin-top: -2.8125rem!important
    }
    .mt-xl-n10 {
        margin-top: -3.125rem!important
    }
    .me-xl-n1 {
        margin-right: -.3125rem!important
    }
    .me-xl-n2 {
        margin-right: -.625rem!important
    }
    .me-xl-n3 {
        margin-right: -.9375rem!important
    }
    .me-xl-n4 {
        margin-right: -1.25rem!important
    }
    .me-xl-n5 {
        margin-right: -1.5625rem!important
    }
    .me-xl-n6 {
        margin-right: -1.875rem!important
    }
    .me-xl-n7 {
        margin-right: -2.1875rem!important
    }
    .me-xl-n8 {
        margin-right: -2.5rem!important
    }
    .me-xl-n9 {
        margin-right: -2.8125rem!important
    }
    .me-xl-n10 {
        margin-right: -3.125rem!important
    }
    .mb-xl-n1 {
        margin-bottom: -.3125rem!important
    }
    .mb-xl-n2 {
        margin-bottom: -.625rem!important
    }
    .mb-xl-n3 {
        margin-bottom: -.9375rem!important
    }
    .mb-xl-n4 {
        margin-bottom: -1.25rem!important
    }
    .mb-xl-n5 {
        margin-bottom: -1.5625rem!important
    }
    .mb-xl-n6 {
        margin-bottom: -1.875rem!important
    }
    .mb-xl-n7 {
        margin-bottom: -2.1875rem!important
    }
    .mb-xl-n8 {
        margin-bottom: -2.5rem!important
    }
    .mb-xl-n9 {
        margin-bottom: -2.8125rem!important
    }
    .mb-xl-n10 {
        margin-bottom: -3.125rem!important
    }
    .ms-xl-n1 {
        margin-left: -.3125rem!important
    }
    .ms-xl-n2 {
        margin-left: -.625rem!important
    }
    .ms-xl-n3 {
        margin-left: -.9375rem!important
    }
    .ms-xl-n4 {
        margin-left: -1.25rem!important
    }
    .ms-xl-n5 {
        margin-left: -1.5625rem!important
    }
    .ms-xl-n6 {
        margin-left: -1.875rem!important
    }
    .ms-xl-n7 {
        margin-left: -2.1875rem!important
    }
    .ms-xl-n8 {
        margin-left: -2.5rem!important
    }
    .ms-xl-n9 {
        margin-left: -2.8125rem!important
    }
    .ms-xl-n10 {
        margin-left: -3.125rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .p-xl-1 {
        padding: .3125rem!important
    }
    .p-xl-2 {
        padding: .625rem!important
    }
    .p-xl-3 {
        padding: .9375rem!important
    }
    .p-xl-4 {
        padding: 1.25rem!important
    }
    .p-xl-5 {
        padding: 1.5625rem!important
    }
    .p-xl-6 {
        padding: 1.875rem!important
    }
    .p-xl-7 {
        padding: 2.1875rem!important
    }
    .p-xl-8 {
        padding: 2.5rem!important
    }
    .p-xl-9 {
        padding: 2.8125rem!important
    }
    .p-xl-10 {
        padding: 3.125rem!important
    }
    .px-xl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .px-xl-1 {
        padding-right: .3125rem!important;
        padding-left: .3125rem!important
    }
    .px-xl-2 {
        padding-right: .625rem!important;
        padding-left: .625rem!important
    }
    .px-xl-3 {
        padding-right: .9375rem!important;
        padding-left: .9375rem!important
    }
    .px-xl-4 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }
    .px-xl-5 {
        padding-right: 1.5625rem!important;
        padding-left: 1.5625rem!important
    }
    .px-xl-6 {
        padding-right: 1.875rem!important;
        padding-left: 1.875rem!important
    }
    .px-xl-7 {
        padding-right: 2.1875rem!important;
        padding-left: 2.1875rem!important
    }
    .px-xl-8 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }
    .px-xl-9 {
        padding-right: 2.8125rem!important;
        padding-left: 2.8125rem!important
    }
    .px-xl-10 {
        padding-right: 3.125rem!important;
        padding-left: 3.125rem!important
    }
    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .py-xl-1 {
        padding-top: .3125rem!important;
        padding-bottom: .3125rem!important
    }
    .py-xl-2 {
        padding-top: .625rem!important;
        padding-bottom: .625rem!important
    }
    .py-xl-3 {
        padding-top: .9375rem!important;
        padding-bottom: .9375rem!important
    }
    .py-xl-4 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }
    .py-xl-5 {
        padding-top: 1.5625rem!important;
        padding-bottom: 1.5625rem!important
    }
    .py-xl-6 {
        padding-top: 1.875rem!important;
        padding-bottom: 1.875rem!important
    }
    .py-xl-7 {
        padding-top: 2.1875rem!important;
        padding-bottom: 2.1875rem!important
    }
    .py-xl-8 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important
    }
    .py-xl-9 {
        padding-top: 2.8125rem!important;
        padding-bottom: 2.8125rem!important
    }
    .py-xl-10 {
        padding-top: 3.125rem!important;
        padding-bottom: 3.125rem!important
    }
    .pt-xl-0 {
        padding-top: 0!important
    }
    .pt-xl-1 {
        padding-top: .3125rem!important
    }
    .pt-xl-2 {
        padding-top: .625rem!important
    }
    .pt-xl-3 {
        padding-top: .9375rem!important
    }
    .pt-xl-4 {
        padding-top: 1.25rem!important
    }
    .pt-xl-5 {
        padding-top: 1.5625rem!important
    }
    .pt-xl-6 {
        padding-top: 1.875rem!important
    }
    .pt-xl-7 {
        padding-top: 2.1875rem!important
    }
    .pt-xl-8 {
        padding-top: 2.5rem!important
    }
    .pt-xl-9 {
        padding-top: 2.8125rem!important
    }
    .pt-xl-10 {
        padding-top: 3.125rem!important
    }
    .pe-xl-0 {
        padding-right: 0!important
    }
    .pe-xl-1 {
        padding-right: .3125rem!important
    }
    .pe-xl-2 {
        padding-right: .625rem!important
    }
    .pe-xl-3 {
        padding-right: .9375rem!important
    }
    .pe-xl-4 {
        padding-right: 1.25rem!important
    }
    .pe-xl-5 {
        padding-right: 1.5625rem!important
    }
    .pe-xl-6 {
        padding-right: 1.875rem!important
    }
    .pe-xl-7 {
        padding-right: 2.1875rem!important
    }
    .pe-xl-8 {
        padding-right: 2.5rem!important
    }
    .pe-xl-9 {
        padding-right: 2.8125rem!important
    }
    .pe-xl-10 {
        padding-right: 3.125rem!important
    }
    .pb-xl-0 {
        padding-bottom: 0!important
    }
    .pb-xl-1 {
        padding-bottom: .3125rem!important
    }
    .pb-xl-2 {
        padding-bottom: .625rem!important
    }
    .pb-xl-3 {
        padding-bottom: .9375rem!important
    }
    .pb-xl-4 {
        padding-bottom: 1.25rem!important
    }
    .pb-xl-5 {
        padding-bottom: 1.5625rem!important
    }
    .pb-xl-6 {
        padding-bottom: 1.875rem!important
    }
    .pb-xl-7 {
        padding-bottom: 2.1875rem!important
    }
    .pb-xl-8 {
        padding-bottom: 2.5rem!important
    }
    .pb-xl-9 {
        padding-bottom: 2.8125rem!important
    }
    .pb-xl-10 {
        padding-bottom: 3.125rem!important
    }
    .ps-xl-0 {
        padding-left: 0!important
    }
    .ps-xl-1 {
        padding-left: .3125rem!important
    }
    .ps-xl-2 {
        padding-left: .625rem!important
    }
    .ps-xl-3 {
        padding-left: .9375rem!important
    }
    .ps-xl-4 {
        padding-left: 1.25rem!important
    }
    .ps-xl-5 {
        padding-left: 1.5625rem!important
    }
    .ps-xl-6 {
        padding-left: 1.875rem!important
    }
    .ps-xl-7 {
        padding-left: 2.1875rem!important
    }
    .ps-xl-8 {
        padding-left: 2.5rem!important
    }
    .ps-xl-9 {
        padding-left: 2.8125rem!important
    }
    .ps-xl-10 {
        padding-left: 3.125rem!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:1440px) {
    .float-xxl-start {
        float: left!important
    }
    .float-xxl-end {
        float: right!important
    }
    .float-xxl-none {
        float: none!important
    }
    .d-xxl-inline {
        display: inline!important
    }
    .d-xxl-inline-block {
        display: inline-block!important
    }
    .d-xxl-block {
        display: block!important
    }
    .d-xxl-grid {
        display: grid!important
    }
    .d-xxl-table {
        display: table!important
    }
    .d-xxl-table-row {
        display: table-row!important
    }
    .d-xxl-table-cell {
        display: table-cell!important
    }
    .d-xxl-flex {
        display: flex!important
    }
    .d-xxl-inline-flex {
        display: inline-flex!important
    }
    .d-xxl-none {
        display: none!important
    }
    .flex-xxl-fill {
        flex: 1 1 auto!important
    }
    .flex-xxl-row {
        flex-direction: row!important
    }
    .flex-xxl-column {
        flex-direction: column!important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .gap-xxl-0 {
        grid-gap: 0!important;
        gap: 0!important
    }
    .gap-xxl-1 {
        grid-gap: .3125rem!important;
        gap: .3125rem!important
    }
    .gap-xxl-2 {
        grid-gap: .625rem!important;
        gap: .625rem!important
    }
    .gap-xxl-3 {
        grid-gap: .9375rem!important;
        gap: .9375rem!important
    }
    .gap-xxl-4 {
        grid-gap: 1.25rem!important;
        gap: 1.25rem!important
    }
    .gap-xxl-5 {
        grid-gap: 1.5625rem!important;
        gap: 1.5625rem!important
    }
    .gap-xxl-6 {
        grid-gap: 1.875rem!important;
        gap: 1.875rem!important
    }
    .gap-xxl-7 {
        grid-gap: 2.1875rem!important;
        gap: 2.1875rem!important
    }
    .gap-xxl-8 {
        grid-gap: 2.5rem!important;
        gap: 2.5rem!important
    }
    .gap-xxl-9 {
        grid-gap: 2.8125rem!important;
        gap: 2.8125rem!important
    }
    .gap-xxl-10 {
        grid-gap: 3.125rem!important;
        gap: 3.125rem!important
    }
    .justify-content-xxl-start {
        justify-content: flex-start!important
    }
    .justify-content-xxl-end {
        justify-content: flex-end!important
    }
    .justify-content-xxl-center {
        justify-content: center!important
    }
    .justify-content-xxl-between {
        justify-content: space-between!important
    }
    .justify-content-xxl-around {
        justify-content: space-around!important
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly!important
    }
    .align-items-xxl-start {
        align-items: flex-start!important
    }
    .align-items-xxl-end {
        align-items: flex-end!important
    }
    .align-items-xxl-center {
        align-items: center!important
    }
    .align-items-xxl-baseline {
        align-items: baseline!important
    }
    .align-items-xxl-stretch {
        align-items: stretch!important
    }
    .align-content-xxl-start {
        align-content: flex-start!important
    }
    .align-content-xxl-end {
        align-content: flex-end!important
    }
    .align-content-xxl-center {
        align-content: center!important
    }
    .align-content-xxl-between {
        align-content: space-between!important
    }
    .align-content-xxl-around {
        align-content: space-around!important
    }
    .align-content-xxl-stretch {
        align-content: stretch!important
    }
    .align-self-xxl-auto {
        align-self: auto!important
    }
    .align-self-xxl-start {
        align-self: flex-start!important
    }
    .align-self-xxl-end {
        align-self: flex-end!important
    }
    .align-self-xxl-center {
        align-self: center!important
    }
    .align-self-xxl-baseline {
        align-self: baseline!important
    }
    .align-self-xxl-stretch {
        align-self: stretch!important
    }
    .order-xxl-first {
        order: -1!important
    }
    .order-xxl-0 {
        order: 0!important
    }
    .order-xxl-1 {
        order: 1!important
    }
    .order-xxl-2 {
        order: 2!important
    }
    .order-xxl-3 {
        order: 3!important
    }
    .order-xxl-4 {
        order: 4!important
    }
    .order-xxl-5 {
        order: 5!important
    }
    .order-xxl-last {
        order: 6!important
    }
    .m-xxl-0 {
        margin: 0!important
    }
    .m-xxl-1 {
        margin: .3125rem!important
    }
    .m-xxl-2 {
        margin: .625rem!important
    }
    .m-xxl-3 {
        margin: .9375rem!important
    }
    .m-xxl-4 {
        margin: 1.25rem!important
    }
    .m-xxl-5 {
        margin: 1.5625rem!important
    }
    .m-xxl-6 {
        margin: 1.875rem!important
    }
    .m-xxl-7 {
        margin: 2.1875rem!important
    }
    .m-xxl-8 {
        margin: 2.5rem!important
    }
    .m-xxl-9 {
        margin: 2.8125rem!important
    }
    .m-xxl-10 {
        margin: 3.125rem!important
    }
    .m-xxl-auto {
        margin: auto!important
    }
    .mx-xxl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .mx-xxl-1 {
        margin-right: .3125rem!important;
        margin-left: .3125rem!important
    }
    .mx-xxl-2 {
        margin-right: .625rem!important;
        margin-left: .625rem!important
    }
    .mx-xxl-3 {
        margin-right: .9375rem!important;
        margin-left: .9375rem!important
    }
    .mx-xxl-4 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }
    .mx-xxl-5 {
        margin-right: 1.5625rem!important;
        margin-left: 1.5625rem!important
    }
    .mx-xxl-6 {
        margin-right: 1.875rem!important;
        margin-left: 1.875rem!important
    }
    .mx-xxl-7 {
        margin-right: 2.1875rem!important;
        margin-left: 2.1875rem!important
    }
    .mx-xxl-8 {
        margin-right: 2.5rem!important;
        margin-left: 2.5rem!important
    }
    .mx-xxl-9 {
        margin-right: 2.8125rem!important;
        margin-left: 2.8125rem!important
    }
    .mx-xxl-10 {
        margin-right: 3.125rem!important;
        margin-left: 3.125rem!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: .3125rem!important;
        margin-bottom: .3125rem!important
    }
    .my-xxl-2 {
        margin-top: .625rem!important;
        margin-bottom: .625rem!important
    }
    .my-xxl-3 {
        margin-top: .9375rem!important;
        margin-bottom: .9375rem!important
    }
    .my-xxl-4 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }
    .my-xxl-5 {
        margin-top: 1.5625rem!important;
        margin-bottom: 1.5625rem!important
    }
    .my-xxl-6 {
        margin-top: 1.875rem!important;
        margin-bottom: 1.875rem!important
    }
    .my-xxl-7 {
        margin-top: 2.1875rem!important;
        margin-bottom: 2.1875rem!important
    }
    .my-xxl-8 {
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important
    }
    .my-xxl-9 {
        margin-top: 2.8125rem!important;
        margin-bottom: 2.8125rem!important
    }
    .my-xxl-10 {
        margin-top: 3.125rem!important;
        margin-bottom: 3.125rem!important
    }
    .my-xxl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
    .mt-xxl-0 {
        margin-top: 0!important
    }
    .mt-xxl-1 {
        margin-top: .3125rem!important
    }
    .mt-xxl-2 {
        margin-top: .625rem!important
    }
    .mt-xxl-3 {
        margin-top: .9375rem!important
    }
    .mt-xxl-4 {
        margin-top: 1.25rem!important
    }
    .mt-xxl-5 {
        margin-top: 1.5625rem!important
    }
    .mt-xxl-6 {
        margin-top: 1.875rem!important
    }
    .mt-xxl-7 {
        margin-top: 2.1875rem!important
    }
    .mt-xxl-8 {
        margin-top: 2.5rem!important
    }
    .mt-xxl-9 {
        margin-top: 2.8125rem!important
    }
    .mt-xxl-10 {
        margin-top: 3.125rem!important
    }
    .mt-xxl-auto {
        margin-top: auto!important
    }
    .me-xxl-0 {
        margin-right: 0!important
    }
    .me-xxl-1 {
        margin-right: .3125rem!important
    }
    .me-xxl-2 {
        margin-right: .625rem!important
    }
    .me-xxl-3 {
        margin-right: .9375rem!important
    }
    .me-xxl-4 {
        margin-right: 1.25rem!important
    }
    .me-xxl-5 {
        margin-right: 1.5625rem!important
    }
    .me-xxl-6 {
        margin-right: 1.875rem!important
    }
    .me-xxl-7 {
        margin-right: 2.1875rem!important
    }
    .me-xxl-8 {
        margin-right: 2.5rem!important
    }
    .me-xxl-9 {
        margin-right: 2.8125rem!important
    }
    .me-xxl-10 {
        margin-right: 3.125rem!important
    }
    .me-xxl-auto {
        margin-right: auto!important
    }
    .mb-xxl-0 {
        margin-bottom: 0!important
    }
    .mb-xxl-1 {
        margin-bottom: .3125rem!important
    }
    .mb-xxl-2 {
        margin-bottom: .625rem!important
    }
    .mb-xxl-3 {
        margin-bottom: .9375rem!important
    }
    .mb-xxl-4 {
        margin-bottom: 1.25rem!important
    }
    .mb-xxl-5 {
        margin-bottom: 1.5625rem!important
    }
    .mb-xxl-6 {
        margin-bottom: 1.875rem!important
    }
    .mb-xxl-7 {
        margin-bottom: 2.1875rem!important
    }
    .mb-xxl-8 {
        margin-bottom: 2.5rem!important
    }
    .mb-xxl-9 {
        margin-bottom: 2.8125rem!important
    }
    .mb-xxl-10 {
        margin-bottom: 3.125rem!important
    }
    .mb-xxl-auto {
        margin-bottom: auto!important
    }
    .ms-xxl-0 {
        margin-left: 0!important
    }
    .ms-xxl-1 {
        margin-left: .3125rem!important
    }
    .ms-xxl-2 {
        margin-left: .625rem!important
    }
    .ms-xxl-3 {
        margin-left: .9375rem!important
    }
    .ms-xxl-4 {
        margin-left: 1.25rem!important
    }
    .ms-xxl-5 {
        margin-left: 1.5625rem!important
    }
    .ms-xxl-6 {
        margin-left: 1.875rem!important
    }
    .ms-xxl-7 {
        margin-left: 2.1875rem!important
    }
    .ms-xxl-8 {
        margin-left: 2.5rem!important
    }
    .ms-xxl-9 {
        margin-left: 2.8125rem!important
    }
    .ms-xxl-10 {
        margin-left: 3.125rem!important
    }
    .ms-xxl-auto {
        margin-left: auto!important
    }
    .m-xxl-n1 {
        margin: -.3125rem!important
    }
    .m-xxl-n2 {
        margin: -.625rem!important
    }
    .m-xxl-n3 {
        margin: -.9375rem!important
    }
    .m-xxl-n4 {
        margin: -1.25rem!important
    }
    .m-xxl-n5 {
        margin: -1.5625rem!important
    }
    .m-xxl-n6 {
        margin: -1.875rem!important
    }
    .m-xxl-n7 {
        margin: -2.1875rem!important
    }
    .m-xxl-n8 {
        margin: -2.5rem!important
    }
    .m-xxl-n9 {
        margin: -2.8125rem!important
    }
    .m-xxl-n10 {
        margin: -3.125rem!important
    }
    .mx-xxl-n1 {
        margin-right: -.3125rem!important;
        margin-left: -.3125rem!important
    }
    .mx-xxl-n2 {
        margin-right: -.625rem!important;
        margin-left: -.625rem!important
    }
    .mx-xxl-n3 {
        margin-right: -.9375rem!important;
        margin-left: -.9375rem!important
    }
    .mx-xxl-n4 {
        margin-right: -1.25rem!important;
        margin-left: -1.25rem!important
    }
    .mx-xxl-n5 {
        margin-right: -1.5625rem!important;
        margin-left: -1.5625rem!important
    }
    .mx-xxl-n6 {
        margin-right: -1.875rem!important;
        margin-left: -1.875rem!important
    }
    .mx-xxl-n7 {
        margin-right: -2.1875rem!important;
        margin-left: -2.1875rem!important
    }
    .mx-xxl-n8 {
        margin-right: -2.5rem!important;
        margin-left: -2.5rem!important
    }
    .mx-xxl-n9 {
        margin-right: -2.8125rem!important;
        margin-left: -2.8125rem!important
    }
    .mx-xxl-n10 {
        margin-right: -3.125rem!important;
        margin-left: -3.125rem!important
    }
    .my-xxl-n1 {
        margin-top: -.3125rem!important;
        margin-bottom: -.3125rem!important
    }
    .my-xxl-n2 {
        margin-top: -.625rem!important;
        margin-bottom: -.625rem!important
    }
    .my-xxl-n3 {
        margin-top: -.9375rem!important;
        margin-bottom: -.9375rem!important
    }
    .my-xxl-n4 {
        margin-top: -1.25rem!important;
        margin-bottom: -1.25rem!important
    }
    .my-xxl-n5 {
        margin-top: -1.5625rem!important;
        margin-bottom: -1.5625rem!important
    }
    .my-xxl-n6 {
        margin-top: -1.875rem!important;
        margin-bottom: -1.875rem!important
    }
    .my-xxl-n7 {
        margin-top: -2.1875rem!important;
        margin-bottom: -2.1875rem!important
    }
    .my-xxl-n8 {
        margin-top: -2.5rem!important;
        margin-bottom: -2.5rem!important
    }
    .my-xxl-n9 {
        margin-top: -2.8125rem!important;
        margin-bottom: -2.8125rem!important
    }
    .my-xxl-n10 {
        margin-top: -3.125rem!important;
        margin-bottom: -3.125rem!important
    }
    .mt-xxl-n1 {
        margin-top: -.3125rem!important
    }
    .mt-xxl-n2 {
        margin-top: -.625rem!important
    }
    .mt-xxl-n3 {
        margin-top: -.9375rem!important
    }
    .mt-xxl-n4 {
        margin-top: -1.25rem!important
    }
    .mt-xxl-n5 {
        margin-top: -1.5625rem!important
    }
    .mt-xxl-n6 {
        margin-top: -1.875rem!important
    }
    .mt-xxl-n7 {
        margin-top: -2.1875rem!important
    }
    .mt-xxl-n8 {
        margin-top: -2.5rem!important
    }
    .mt-xxl-n9 {
        margin-top: -2.8125rem!important
    }
    .mt-xxl-n10 {
        margin-top: -3.125rem!important
    }
    .me-xxl-n1 {
        margin-right: -.3125rem!important
    }
    .me-xxl-n2 {
        margin-right: -.625rem!important
    }
    .me-xxl-n3 {
        margin-right: -.9375rem!important
    }
    .me-xxl-n4 {
        margin-right: -1.25rem!important
    }
    .me-xxl-n5 {
        margin-right: -1.5625rem!important
    }
    .me-xxl-n6 {
        margin-right: -1.875rem!important
    }
    .me-xxl-n7 {
        margin-right: -2.1875rem!important
    }
    .me-xxl-n8 {
        margin-right: -2.5rem!important
    }
    .me-xxl-n9 {
        margin-right: -2.8125rem!important
    }
    .me-xxl-n10 {
        margin-right: -3.125rem!important
    }
    .mb-xxl-n1 {
        margin-bottom: -.3125rem!important
    }
    .mb-xxl-n2 {
        margin-bottom: -.625rem!important
    }
    .mb-xxl-n3 {
        margin-bottom: -.9375rem!important
    }
    .mb-xxl-n4 {
        margin-bottom: -1.25rem!important
    }
    .mb-xxl-n5 {
        margin-bottom: -1.5625rem!important
    }
    .mb-xxl-n6 {
        margin-bottom: -1.875rem!important
    }
    .mb-xxl-n7 {
        margin-bottom: -2.1875rem!important
    }
    .mb-xxl-n8 {
        margin-bottom: -2.5rem!important
    }
    .mb-xxl-n9 {
        margin-bottom: -2.8125rem!important
    }
    .mb-xxl-n10 {
        margin-bottom: -3.125rem!important
    }
    .ms-xxl-n1 {
        margin-left: -.3125rem!important
    }
    .ms-xxl-n2 {
        margin-left: -.625rem!important
    }
    .ms-xxl-n3 {
        margin-left: -.9375rem!important
    }
    .ms-xxl-n4 {
        margin-left: -1.25rem!important
    }
    .ms-xxl-n5 {
        margin-left: -1.5625rem!important
    }
    .ms-xxl-n6 {
        margin-left: -1.875rem!important
    }
    .ms-xxl-n7 {
        margin-left: -2.1875rem!important
    }
    .ms-xxl-n8 {
        margin-left: -2.5rem!important
    }
    .ms-xxl-n9 {
        margin-left: -2.8125rem!important
    }
    .ms-xxl-n10 {
        margin-left: -3.125rem!important
    }
    .p-xxl-0 {
        padding: 0!important
    }
    .p-xxl-1 {
        padding: .3125rem!important
    }
    .p-xxl-2 {
        padding: .625rem!important
    }
    .p-xxl-3 {
        padding: .9375rem!important
    }
    .p-xxl-4 {
        padding: 1.25rem!important
    }
    .p-xxl-5 {
        padding: 1.5625rem!important
    }
    .p-xxl-6 {
        padding: 1.875rem!important
    }
    .p-xxl-7 {
        padding: 2.1875rem!important
    }
    .p-xxl-8 {
        padding: 2.5rem!important
    }
    .p-xxl-9 {
        padding: 2.8125rem!important
    }
    .p-xxl-10 {
        padding: 3.125rem!important
    }
    .px-xxl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .px-xxl-1 {
        padding-right: .3125rem!important;
        padding-left: .3125rem!important
    }
    .px-xxl-2 {
        padding-right: .625rem!important;
        padding-left: .625rem!important
    }
    .px-xxl-3 {
        padding-right: .9375rem!important;
        padding-left: .9375rem!important
    }
    .px-xxl-4 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }
    .px-xxl-5 {
        padding-right: 1.5625rem!important;
        padding-left: 1.5625rem!important
    }
    .px-xxl-6 {
        padding-right: 1.875rem!important;
        padding-left: 1.875rem!important
    }
    .px-xxl-7 {
        padding-right: 2.1875rem!important;
        padding-left: 2.1875rem!important
    }
    .px-xxl-8 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }
    .px-xxl-9 {
        padding-right: 2.8125rem!important;
        padding-left: 2.8125rem!important
    }
    .px-xxl-10 {
        padding-right: 3.125rem!important;
        padding-left: 3.125rem!important
    }
    .py-xxl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .py-xxl-1 {
        padding-top: .3125rem!important;
        padding-bottom: .3125rem!important
    }
    .py-xxl-2 {
        padding-top: .625rem!important;
        padding-bottom: .625rem!important
    }
    .py-xxl-3 {
        padding-top: .9375rem!important;
        padding-bottom: .9375rem!important
    }
    .py-xxl-4 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }
    .py-xxl-5 {
        padding-top: 1.5625rem!important;
        padding-bottom: 1.5625rem!important
    }
    .py-xxl-6 {
        padding-top: 1.875rem!important;
        padding-bottom: 1.875rem!important
    }
    .py-xxl-7 {
        padding-top: 2.1875rem!important;
        padding-bottom: 2.1875rem!important
    }
    .py-xxl-8 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important
    }
    .py-xxl-9 {
        padding-top: 2.8125rem!important;
        padding-bottom: 2.8125rem!important
    }
    .py-xxl-10 {
        padding-top: 3.125rem!important;
        padding-bottom: 3.125rem!important
    }
    .pt-xxl-0 {
        padding-top: 0!important
    }
    .pt-xxl-1 {
        padding-top: .3125rem!important
    }
    .pt-xxl-2 {
        padding-top: .625rem!important
    }
    .pt-xxl-3 {
        padding-top: .9375rem!important
    }
    .pt-xxl-4 {
        padding-top: 1.25rem!important
    }
    .pt-xxl-5 {
        padding-top: 1.5625rem!important
    }
    .pt-xxl-6 {
        padding-top: 1.875rem!important
    }
    .pt-xxl-7 {
        padding-top: 2.1875rem!important
    }
    .pt-xxl-8 {
        padding-top: 2.5rem!important
    }
    .pt-xxl-9 {
        padding-top: 2.8125rem!important
    }
    .pt-xxl-10 {
        padding-top: 3.125rem!important
    }
    .pe-xxl-0 {
        padding-right: 0!important
    }
    .pe-xxl-1 {
        padding-right: .3125rem!important
    }
    .pe-xxl-2 {
        padding-right: .625rem!important
    }
    .pe-xxl-3 {
        padding-right: .9375rem!important
    }
    .pe-xxl-4 {
        padding-right: 1.25rem!important
    }
    .pe-xxl-5 {
        padding-right: 1.5625rem!important
    }
    .pe-xxl-6 {
        padding-right: 1.875rem!important
    }
    .pe-xxl-7 {
        padding-right: 2.1875rem!important
    }
    .pe-xxl-8 {
        padding-right: 2.5rem!important
    }
    .pe-xxl-9 {
        padding-right: 2.8125rem!important
    }
    .pe-xxl-10 {
        padding-right: 3.125rem!important
    }
    .pb-xxl-0 {
        padding-bottom: 0!important
    }
    .pb-xxl-1 {
        padding-bottom: .3125rem!important
    }
    .pb-xxl-2 {
        padding-bottom: .625rem!important
    }
    .pb-xxl-3 {
        padding-bottom: .9375rem!important
    }
    .pb-xxl-4 {
        padding-bottom: 1.25rem!important
    }
    .pb-xxl-5 {
        padding-bottom: 1.5625rem!important
    }
    .pb-xxl-6 {
        padding-bottom: 1.875rem!important
    }
    .pb-xxl-7 {
        padding-bottom: 2.1875rem!important
    }
    .pb-xxl-8 {
        padding-bottom: 2.5rem!important
    }
    .pb-xxl-9 {
        padding-bottom: 2.8125rem!important
    }
    .pb-xxl-10 {
        padding-bottom: 3.125rem!important
    }
    .ps-xxl-0 {
        padding-left: 0!important
    }
    .ps-xxl-1 {
        padding-left: .3125rem!important
    }
    .ps-xxl-2 {
        padding-left: .625rem!important
    }
    .ps-xxl-3 {
        padding-left: .9375rem!important
    }
    .ps-xxl-4 {
        padding-left: 1.25rem!important
    }
    .ps-xxl-5 {
        padding-left: 1.5625rem!important
    }
    .ps-xxl-6 {
        padding-left: 1.875rem!important
    }
    .ps-xxl-7 {
        padding-left: 2.1875rem!important
    }
    .ps-xxl-8 {
        padding-left: 2.5rem!important
    }
    .ps-xxl-9 {
        padding-left: 2.8125rem!important
    }
    .ps-xxl-10 {
        padding-left: 3.125rem!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.75rem!important
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-grid {
        display: grid!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: flex!important
    }
    .d-print-inline-flex {
        display: inline-flex!important
    }
    .d-print-none {
        display: none!important
    }
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-clock:before {
    content: "\e90f"
}

.icon-down-arrow:before {
    content: "\e900"
}

.icon-download:before {
    content: "\e901"
}

.icon-envelope:before {
    content: "\e902"
}

.icon-facebook:before {
    content: "\e903"
}

.icon-instagram:before {
    content: "\e904"
}

.icon-left-arrow:before {
    content: "\e905"
}

.icon-printer:before {
    content: "\e906"
}

.icon-right-arrow:before {
    content: "\e907"
}

.icon-search:before {
    content: "\e908"
}

.icon-speech-bubbles:before {
    content: "\e909"
}

.icon-text:before {
    content: "\e90a"
}

.icon-twitter:before {
    content: "\e90b"
}

.icon-up-arrow:before {
    content: "\e90c"
}

.icon-user:before {
    content: "\e90d"
}

.icon-whatsapp:before {
    content: "\e90e"
}

.icon-wechat:before {
    content: "\e900";
}

.icon-wechat1:before {
    content: "\e901";
    color: #7bb32e;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-size: 16px;
}

*,
 :after,
 :before {
    box-sizing: inherit;
}

.hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.side-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-nav-link {
    color: currentColor;
}

.active.side-nav-link,
.active>.side-nav-link,
.side-nav-link:hover {
    color: #f0f7ff;
}

body {
    color: #2b2c2f;
    font-family: DM Sans, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Liberation Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-family: var(--bs-font-sans-serif);
    line-height: 1.25;
    font-weight: 400;
}

@font-face {
    font-family: pfHK;
    src: url(../fonts/PingFangHK-Regular.ttf);
}

.secondary-news-col {
    font-family: pfHK, -apple-system, system-ui, sans-serif;
}

a {
    transition: color .35s cubic-bezier(.3, .86, .36, .95);
    color: #777;
    text-decoration: none;
}

a:hover {
    color: #5f5f5f;
}

dl,
ol,
p,
ul {
    margin: 0 0 1rem
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    width: 100%;
    min-width: 0;
    -webkit-appearance: none
}

.sidebar-expanded {
    overflow: hidden
}

.sidebar-expanded .page-holder {
    margin-left: 110px
}

@media (min-width:768px) {
    .sidebar-layout {
        padding-left: 110px;
        width: 100%
    }
}

@media (max-width:767.98px) {
    .sidebar-expanded .sidebar-layout:before {
        opacity: .7;
        visibility: visible
    }
}

@media (max-width:767.98px) {
    .sidebar-layout:before {
        transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
        background-color: #909499;
        opacity: 0;
        visibility: hidden
    }
}

.sidebar-layout .page-holder {
    transition: margin .35s cubic-bezier(.3, .86, .36, .95);
    width: 100vw;
    min-width: 320px;
    flex: 0 0 auto
}

@media (min-width:768px) {
    .sidebar-layout .page-holder {
        width: 100%;
        flex: 1 auto;
        min-width: 1%
    }
}

.logo {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    max-width: 100%;
    flex: 0 0 auto
}

.logo img {
    max-width: 90px;
}

.logo .logo-first-color {
    fill: #153d82
}

.logo .logo-second-color {
    fill: #0b6eaf
}

.sidebar-header {
    transition: left .35s cubic-bezier(.3, .86, .36, .95);
    position: fixed;
    top: 0;
    left: -120px;
    width: 110px;
    background-color: #fff;
    height: 100vh;
    height: 1vh;
    height: var(--vh, 1vh);
    z-index: 10;
    padding: .9375rem 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

@media (min-width:768px) {
    .sidebar-header {
        padding: 2.5rem 0;
        left: 0
    }
}

.sidebar-header.sidebar-expand {
    left: 0
}

.sidebar-header-body,
.sidebar-header-top {
    padding-left: 1rem;
    padding-right: 1rem
}

.sidebar-header-top {
    flex: 0 0 auto;
    padding-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:768px) {
    .sidebar-header-top {
        padding-bottom: 2.1875rem
    }
}

.sidebar-header-body {
    flex: 1 auto;
    overflow-y: auto;
    overflow-x: hidden
}

.side-nav {
    text-align: center;
    margin-bottom: 1.75rem
}

.side-nav:last-child {
    margin-bottom: 0
}

.side-nav-item {
    margin-bottom: 1.75rem
}

.side-nav-item:last-child {
    margin-bottom: 0
}

.side-nav-link {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.side-nav-link .icon {
    margin-bottom: .3125rem;
    font-size: 1.5rem
}

.side-nav-link-text {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .125em;
    font-size: .625rem
}

.main-header {
    /* position: fixed; */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3333;
    background-color: #fff;
    box-shadow: 0 5px 5px -5px rgba(113, 121, 128, .6)
}

.main-header .navbar-brand {
    max-width: 84px;
    padding: 0;
    width: 100%;
    order: 2;
    padding-left: 6px;
}

@media (min-width:768px) {
    .main-header .navbar-brand {
        max-width: 117px
    }
}

@media (min-width:1024px) {
    .main-header .navbar-brand {
        order: 1;
        margin: 0
    }
}

.main-header .navbar-brand img {
    width: 100%
}

.main-header .navbar-nav {
    display: flex
}

.main-header .navbar-nav .nav-item {
    position: relative
}

@media (min-width:1024px) {
    .main-header .navbar-nav .nav-item:not(:first-child):before {
        content: "";
        position: absolute;
        background-color: #ebebeb;
        left: -7px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 11px;
    }
}


/* .main-header .collapse-navbar .navbar-nav .nav-link {
  padding: 3px 7px;
} */


/* .main-header.sticky.scrolled .main-nav-holder .scroll-nav li {
  padding: 3px 0px;
} */

@media (min-width:768px) {
    /* .main-header.sticky .navbar-nav .nav-link {
    padding: 13px 7px;
  } */
    .main-header.sticky .header-holder {
        padding: 0;
    }
    #navMenu .navbar-nav .nav-link {
        padding: 13px 7px;
    }
}

@media (max-width:767px) {
    /* .main-header.sticky .navbar-nav.scroll-nav.d-flex.list-unstyled .nav-link {
    padding: 3px 13px;
  } */
    .main-header.sticky.scrolled .main-nav-holder .scroll-nav li {
        padding: 3px 6px;
    }
}

.main-header .header-holder {
    width: 100%;
    padding: .6rem 0;
}

.main-header .header-holder .menu-toggler {
    order: 1;
    width: 26px;
    height: 24px;
    padding: 5px;
    background-color: transparent;
    border: none;
    display: block;
    position: relative
}

@media (min-width:1024px) {
    .main-header .header-holder .menu-toggler {
        order: 3;
        margin-left: auto
    }
}

.main-header .header-holder .menu-toggler span {
    width: calc(100% - 10px);
    position: absolute;
    left: 0px;
    height: 2px;
    background-color: #767676
}

.main-header .header-holder .menu-toggler span:first-child {
    top: 5px
}

.main-header .header-holder .menu-toggler span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%)
}

.main-header .header-holder .menu-toggler span:nth-child(3) {
    bottom: 5px
}

.main-header .header-holder .navbar {
    position: static
}

.main-header .header-holder .navbar .collapse {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.main-header .btn-list {
    align-items: center;
    order: 3;
    margin: 0 0 0 auto
}

@media (min-width:1024px) {
    .main-header .btn-list {
        margin: 0 0 0 5px
    }
}

.main-header .btn-list li,
.main-header .btn-list li+li {
    margin-left: 20px;
    position: relative
}

@media (max-width:1023px) {
    .main-header .btn-list li+li:before {
        content: "";
        position: absolute;
        background-color: #ebebeb;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 11px
    }
    .main-header .btn-list li:nth-child(3):before {
        display: none;
    }
}

.main-header .btn-list .btn {
    padding: 5px 9px;
    font-size: 14px;
}

.main-header .btn-list .search-opener {
    padding: 5px;
    display: inline-flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center
}

.main-header .btn-list .search-holder {
    padding: 10px 15px;
    border-radius: 0;
    position: absolute;
    transform: none!important
}

.search-btn {
    margin-bottom: 6px;
}

@media (max-width:1023px) {
    .main-header .btn-list .search-holder {
        width: 100vw;
        position: fixed!important;
        top: auto!important;
        right: auto!important;
        bottom: auto!important;
        left: auto!important;
        left: 0!important
    }
}

@media (min-width:1024px) {
    .main-header .btn-list .search-holder {
        top: 44px!important;
        width: 350px;
        left: auto!important;
        right: -60px!important
    }
    .main-header .btn-list .search-holder:before {
        content: "";
        position: absolute;
        right: 65px;
        top: -5px;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        background-color: #fff
    }
}

.main-header .btn-list .search-holder input {
    width: 87%;
    height: auto;
    height: 40px;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    outline: none;
    color: #444444;
}

@media (max-width:767px) {
    .main-nav-holder {
        width: 100vw;
        left: 0;
        right: 0;
        order: 4;
        padding: 1px 15px 1px 0;
        position: absolute;
        background-color: #f5f5f5;
        top: 100%;
        overflow: hidden;
        box-shadow: inset -20px 0 18px -17px rgb(0 0 0 / 25%);
    }
    .main-header .header-holder {
        padding: .3rem 0;
    }
    .main-header {
        position: relative;
    }
    .main-header .navbar-nav .nav-link {
        padding: 3px 7px;
    }
}

@media (min-width:768px) {
    .main-nav-holder {
        order: 2;
        flex: 1;
        overflow-x: auto;
        justify-content: center;
        margin: 0 20px;
        overflow: hidden;
    }
}

@media (max-width:1023px) {
    .main-nav-holder .holder {
        overflow-x: auto;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }
    .main-nav-holder .holder::-webkit-scrollbar {
        display: none;
    }
}

.main-nav-holder .scroll-nav {
    display: flex;
    flex-direction: row;
}

@media (max-width:1023px) {
    .main-nav-holder .scroll-nav {
        position: absolute;
        left: 0;
        top: 0;
        position: static;
        /* justify-content: space-between;
    width: 1200px; */
        justify-content: normal;
        max-width: 1300px;
        width: max-content;
    }
}

@media (min-width:1024px) {
    .main-nav-holder .scroll-nav {
        width: 1300px;
    }
}

.main-nav-holder .scroll-nav li {
    position: relative;
    padding: 3px 7px;
}

@media (max-width:1023px) {
    .main-nav-holder .scroll-nav li {
        padding: 3px 6px
    }
}

@media (min-width:1024px) {
    .main-nav-holder .scroll-nav li:hover .submenu {
        opacity: 1;
        visibility: visible
    }
}

.main-nav-holder .scroll-nav li .submenu {
    position: absolute;
    left: 0;
    list-style: none
}

@media (min-width:1024px) {
    .main-nav-holder .scroll-nav li+li {
        margin-left: 10px;
    }
}

@media (max-width:1023px) {
    .main-nav-holder .scroll-nav li a {
        font-size: 15px;
        font-weight: 400;
        color: #404040;
    }
}

@media (min-width:1024px) {
    .main-nav-holder .scroll-nav li a {
        font-size: 15px;
    }
}

@media (min-width:1440px) {
    .main-nav-holder .scroll-nav li a {
        font-size: 16px;
    }
}

.main-nav-holder .scroll-nav li a:hover {
    opacity: .6
}

.secondary-nav {
    z-index: 9999;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: -100vw;
    top: 0;
    width: 100vw;
    height: 100%
}

@media (min-width:1024px) {
    .secondary-nav {
        background-color: rgba(0, 0, 0, .84);
        height: auto;
        padding: 50px 0
    }
}

.overlay .secondary-nav {
    top: 0;
    opacity: 1;
    visibility: visible;
    left: 0
}

.secondary-nav .menu-toggler.close {
    position: absolute;
    padding: 0;
    display: none
}

@media (min-width:1024px) {
    .secondary-nav .menu-toggler.close {
        display: block;
        position: absolute!important;
        width: 25px;
        height: 25px;
        border: 1px solid #707070;
        top: 13%;
        left: 85%
    }
    .secondary-nav .menu-toggler.close:hover span {
        background-color: #fff
    }
}

.secondary-nav .menu-toggler.close span {
    width: 20px;
    height: 2px;
    background-color: #707070;
    display: block;
    transform-origin: center;
    left: 2px;
    position: absolute
}

.secondary-nav .menu-toggler.close span:first-child {
    transform: rotate(45deg);
    top: 10px
}

.secondary-nav .menu-toggler.close span:nth-child(2) {
    top: 10px;
    transform: rotate(-45deg)
}

.secondary-nav #overlay-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 300vh;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2
}

@media (min-width:1024px) {
    .secondary-nav #overlay-holder {
        display: none
    }
}

.secondary-nav .logo-alt {
    background-color: #fff;
    width: calc(100vw - 25%);
    position: relative;
    z-index: 3;
    padding: 4px
}

@media (max-width:1024px) {
    .secondary-nav .collapse-navbar {
        width: calc(100vw - 25%);
        overflow-y: auto;
        position: relative;
        height: calc(100vh - 36px);
        z-index: 3;
        background-color: #f4f4f4;
        padding-bottom: 200px;
    }
}

@media (min-width:1024px) {
    .secondary-nav .collapse-navbar {
        background-color: transparent
    }
}

@media (min-width:1024px) {
    .secondary-nav .collapse-navbar .navbar-nav {
        position: relative;
        max-width: 1330px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        display: grid!important;
        grid-template-columns: repeat(7, 1fr);
        grid-auto-rows: minmax(100px, auto);
        grid-template-areas: "li1 li4 li7 li10 li13 li14" "li2 li5 li8 li11 li13 li14" "li3 li6 li9 li12 li13 li14";
    }
}

.secondary-nav .collapse-navbar .navbar-nav .nav-item:before {
    display: none;
}

@media (max-width:1023px) {
    .secondary-nav .collapse-navbar .navbar-nav .nav-item .dropdown-menu {
        position: relative!important;
        transform: none!important;
        left: auto;
        top: auto;
        background-color: #ededed;
        margin-top: 10px;
        border-radius: 0;
        padding: 0;
        box-shadow: inset 0 4px 7px -4px rgba(34, 60, 80, .2);
    }
    ul.dropdown-menu.show li a.dropdown-item {
        font-weight: 400;
        font-size: 15px;
        padding: 12px 16px 12px 36px;
    }
}

@media (min-width:1024px) {
    .secondary-nav .collapse-navbar .navbar-nav .nav-item .dropdown-menu {
        position: static!important;
        background-color: transparent;
        transform: none!important;
        box-shadow: none;
        display: block!important;
        padding-left: 10px;
        padding-right: 10px;
    }
    .secondary-nav .collapse-navbar .navbar-nav .nav-item .dropdown-menu a {
        opacity: .6;
        font-size: 14px;
    }
}

.secondary-nav .collapse-navbar .nav-item {
    padding: 0;
    border: 1px solid #ededed;
}

@media (max-width:767px) {
    .secondary-nav .collapse-navbar .nav-item {
        background-color: #f4f4f4;
    }
}

@media (min-width:1024px) {
    .secondary-nav .collapse-navbar .nav-item {
        padding: 15px 30px;
        border: none;
        border-left: 1px solid #f0f0f0;
    }
}

@media (max-width: 1440px) and (min-width: 1023px) {
    .secondary-nav .collapse-navbar .nav-item {
        padding: 4px 3px;
    }
}

@media (max-width: 1440px) and (min-width: 1024px) {
    .secondary-nav .collapse-navbar .nav-item {
        padding: 4px 6px;
        border: none;
        border-left: 1px solid #f0f0f0;
    }
}

.secondary-nav .collapse-navbar .nav-item:first-child {
    grid-area: li1
}

.secondary-nav .collapse-navbar .nav-item:nth-child(2) {
    grid-area: li2
}

.secondary-nav .collapse-navbar .nav-item:nth-child(3) {
    grid-area: li3
}

.secondary-nav .collapse-navbar .nav-item:nth-child(4) {
    grid-area: li4
}

.secondary-nav .collapse-navbar .nav-item:nth-child(5) {
    grid-area: li5
}

.secondary-nav .collapse-navbar .nav-item:nth-child(6) {
    grid-area: li6
}

.secondary-nav .collapse-navbar .nav-item:nth-child(7) {
    grid-area: li7
}

.secondary-nav .collapse-navbar .nav-item:nth-child(8) {
    grid-area: li8
}

.secondary-nav .collapse-navbar .nav-item:nth-child(9) {
    grid-area: li9
}

.secondary-nav .collapse-navbar .nav-item:nth-child(10) {
    grid-area: li10
}

.secondary-nav .collapse-navbar .nav-item:nth-child(11) {
    grid-area: li11
}

.secondary-nav .collapse-navbar .nav-item:nth-child(12) {
    grid-area: li12
}

.secondary-nav .collapse-navbar .nav-item:nth-child(13) {
    grid-area: li13
}

.secondary-nav .collapse-navbar .nav-item:nth-child(14) {
    grid-area: li14
}

.secondary-nav .collapse-navbar .nav-item a {
    font-weight: 500;
    font-size: 18px;
}

@media (max-width:1024px) {
    .secondary-nav .collapse-navbar .nav-item a {
        padding: 15px 30px;
        display: inline-flex;
    }
}

@media (min-width:1024px) {
    .secondary-nav .collapse-navbar .nav-item a {
        color: #fff;
    }
    .secondary-nav .collapse-navbar .nav-item .nav-link {
        padding: .6rem;
    }
}

@media (max-width:1023px) {
    .secondary-nav .collapse-navbar .nav-item a[data-bs-toggle=dropdown] {
        position: relative;
        width: 100%;
        padding-right: 50px
    }
    .secondary-nav .collapse-navbar .nav-item a[data-bs-toggle=dropdown]:before {
        content: "\e900";
        font-family: icomoon;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        color: #707070;
    }
}

.popover {
    padding: 0
}

@media (max-width:1023px) {
    .popover {
        display: none!important
    }
}

.popover .submenu {
    padding: 5px 0;
    margin: 0;
    min-width: 150px;
    list-style: none;
    width: auto;
    background-color: #fff;
    top: calc(100% + 8px);
    transition: all .5s ease;
    border: 1px solid #ededed
}

.popover .submenu li {
    padding: 5px 10px;
    margin: 0
}

.popover .submenu a {
    color: #2b2c2f;
    font-weight: 700
}

.popover .submenu a:hover {
    opacity: .6
}

.sticky-box {
    top: 80px;
    bottom: 10px;
    width: 10.125rem;
    height: 595px;
    position: sticky
}

@media (max-width:1599px) {
    .sticky-box {
        display: none
    }
}

.sticky-box.left {
    margin-left: 3.75rem
}

.sticky-box.right {
    margin-right: 3.75rem
}

.sticky-box img {
    height: 100%
}

a {
    transition: all .3s ease;
}

#wrapper {
    min-width: 20rem;
    position: relative;
    /* overflow: hidden; */
}

@media (max-width:750px) {
    #wrapper {
        overflow-x: hidden;
    }
}

@media (min-width:1600px) {
    #wrapper {
        overflow: visible;
    }
}

body {
    min-width: 20rem;
    position: relative;
}

@media (max-width:1023px) {
    body.overlay {
        width: 100vw;
        overflow: hidden;
    }
}

.content-wrapper {
    display: flex;
}

.content-wrapper .container {
    padding: 0;
}

.content img {
    width: 100%;
    height: auto;
}

@media (min-width:1024px) {
    .content-wrapper .container {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1201px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
    .media-holder.col-12.col-xl-9 {
        padding-right: 2rem;
    }
}

@media screen and (max-width: 1240px) and (min-width: 1024px) {
    .secondary-nav .collapse-navbar .nav-item {
        padding: 3px 3px;
    }
}

#topAnchor {
    width: 100%;
}

main.main {
    padding-top: 4.0625rem;
}

@media (min-width:1024px) {
    main.main {
        padding-top: 1.125rem;
    }
}

.category-title {
    padding-top: 30px;
}

.category-title .h1,
.category-title h1 {
    color: #c40026;
    border-bottom: 7px solid #c40026;
}

@media (max-width:1023px) {
    .category-title .h1,
    .category-title h1 {
        margin: 0 -15px 10px;
        padding: 0 0 3px 16px;
    }
}

.hero-section {
    position: relative;
    max-width: 100vw;
    padding-top: 23px;
}

.content-section .content-wrap .content .wp-caption .img-wrap {
    margin-bottom: 6px;
}

.wp-caption .wp-caption-text {
    font-size: 13px;
}

@media (max-width:767px) {
    .hero-section {
        padding-top: 30px;
    }
    .category-title {
        padding-top: 14px;
    }
    .category-title .h1,
    .category-title h1 {
        padding: 0 16px;
    }
    .main-category {
        margin-top: 2rem;
    }
}

@media (min-width:1024px) {
    .hero-section {
        padding: 1.875rem 0;
    }
}

.hero-section:after,
.hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #ededed;
    width: calc(50vw - 50% - 9px);
}

.hero-section:after {
    right: 100%;
}

.hero-section:before {
    left: 100%;
}

.hero-section.alt-hero {
    padding-top: 0;
}

.hero-section.alt-hero:after,
.hero-section.alt-hero:before {
    display: none;
}

.hero-section.alt-hero .media-holder {
    background: #fff;
    align-items: center;
}

@media (min-width:1024px) {
    .hero-section.alt-hero .media-holder {
        grid-template-columns: 2.5fr 1.5fr;
    }
}

.hero-section.alt-hero .media-holder .text-wrap {
    padding: 0 25px;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width:767px) {
    .hero-section.alt-hero .media-holder .text-wrap {
        padding: 0 8px;
    }
}

.hero-section.alt-hero .carousel {
    flex: 1;
}

.hero-section.alt-hero .carousel .h5,
.hero-section.alt-hero .carousel h5 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 6px;
}

.hero-section.alt-hero .carousel .carousel-caption {
    padding: 13px 10px;
}

.hero-section.alt-hero .text-wrap a,
.text-wrap .news-list.list-unstyled a {
    /* font-weight: 500; */
    letter-spacing: .5px;
    font-size: 18px;
    color: #2b2c2f;
    /* font-family: sans-serif;  */
}

.hero-section.alt-hero .text-wrap li,
.text-wrap .news-list.list-unstyled li {
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 18px;
    color: #2b2c2f;
    font-family: "PingFang TC", "PingFang HK", PingFang-HK, PingFangHK, Custom-MS-JhengHei, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

.hero-section.alt-hero .text-wrap a:hover {
    text-decoration: underline;
}

.hero-section.alt-hero .text-wrap li {
    margin-bottom: 15px;
}

.hero-section .media-holder {
    display: grid;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-items: stretch;
    align-items: stretch;
    position: relative;
    background-color: #ededed;
}

@media (min-width:1600px) {
    .hero-section.alt-hero .text-wrap a {
        font-size: 1.125rem;
    }
    .hero-section .media-holder {
        grid-template-columns: 3fr 1fr;
        grid-template-areas: "header header header header" "main main . sidebar" "footer footer footer footer";
    }
    .hero-section .commercial-holder {
        grid-area: footer;
    }
}

.hero-section .media-holder .carousel {
    margin-bottom: 12px;
    height: max-content;
}

@media (min-width:1024px) {
    .hero-section .media-holder .carousel {
        margin-bottom: 0;
    }
}

.hero-section .carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    background-color: rgba(0, 0, 0, .3);
    line-height: 1;
    padding: 14px 5px;
}

@media (max-width:1023px) {
    .hero-section .carousel-caption {
        padding: 10px 5px 18px 5px;
    }
}

@media (min-width:1024px) {
    .hero-section .carousel-caption {
        padding: 1.5625rem .625rem 3.125rem 1.5625rem;
    }
}

.hero-section .carousel-caption .h5,
.hero-section .carousel-caption h5 {
    margin-bottom: 0;
}

.hero-section .carousel-caption .h5,
.hero-section .carousel-caption h5,
.hero-section .carousel-caption .h5,
.hero-section .carousel-caption p,
.hero-section.alt-hero .text-wrap a,
.section-cards .text-wrap li,
.sidebar-list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hero-section .carousel-caption p {
    margin: 0;
    margin-bottom: 4px;
    color: #e1e1e1;
}

@media (max-width:767px) {
    .hero-section .carousel-caption .h5,
    .hero-section .carousel-caption h5 {
        font-size: 15px;
    }
    .hero-section .carousel-caption p {
        margin-bottom: 0;
        line-height: 1.3;
    }
}

.hero-section .carousel-caption .h5 a,
.hero-section .carousel-caption h5 a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.8rem;
    font-weight: 800;
}

.hero-section .carousel-control-prev {
    left: 0;
}

.hero-section .carousel-control-next,
.hero-section .carousel-control-prev {
    padding: 0;
    width: 32px;
    height: 56px;
    background-color: rgba(0, 0, 0, .4);
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.hero-section .carousel-control-next {
    right: 0;
}

.hero-section .secondary-news-col {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: var(--bs-aspect-ratio);
}

@media (min-width:1024px) {
    .hero-section .secondary-news-col {
        flex-direction: row;
        row-gap: 2.5px;
        column-gap: 6px;
    }
}

@media (min-width:1600px) {
    .hero-section .secondary-news-col {
        flex-direction: column;
    }
}

.hero-section .secondary-news-col .news-box {
    display: flex;
    position: relative;
    margin-bottom: 10px;
}

@media (min-width:1024px) {
    .hero-section .secondary-news-col .news-box {
        margin-bottom: 0;
        min-height: 238px;
        width: calc(33.33333% - 4px);
    }
}

@media (min-width:1600px) {
    .hero-section .secondary-news-col .news-box {
        /* height: calc(33.33333% - 2px); */
        height: auto;
        width: calc(100% - 3px);
        min-height: 0;
    }
}

@media (max-width:1023px) and (min-width:1000px) {
    .hero-section .secondary-news-col {
        flex-direction: inherit;
    }
    .hero-section .secondary-news-col .news-box {
        display: block;
        margin-bottom: 10px;
        width: calc(33.33333% - 4px);
    }
}

@media (max-width:767px) {
    .hero-section .secondary-news-col .news-box .img-box {
        width: calc(28.33333% + 12px);
    }
    .hero-section .carousel-caption .h5 a,
    .hero-section .carousel-caption h5 a {
        font-size: 1.1rem;
    }
}

.hero-section .secondary-news-col .news-box img {
    width: 100%;
    max-height: 100%;
}

.hero-section .secondary-news-col .news-box .title {
    flex: 1;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

@media (min-width:1024px) {
    .hero-section .secondary-news-col .news-box .title {
        position: absolute;
        bottom: 0;
    }
}

.hero-section .secondary-news-col .news-box .h5,
.hero-section .secondary-news-col .news-box h5 {
    margin-bottom: 0;
    background: #fff;
    color: #2b2c2f;
    height: 100%;
    padding: 10px;
}

@media (min-width:1024px) {
    .hero-section .secondary-news-col .news-box .h5,
    .hero-section .secondary-news-col .news-box h5 {
        padding: 7px 8px;
        /* background-color: rgba(0, 0, 0, .6); */
        background-color: unset;
        height: 38px;
    }
}

.hero-section .secondary-news-col .news-box .h5 a,
.hero-section .secondary-news-col .news-box h5 a {
    color: #2b2c2f;
    font-weight: 500;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* line-height: 1.3; */
}

.hero-section .carousel-caption .h5 a,
.hero-section .carousel-caption h5 a:hover,
.hero-section .secondary-news-col .news-box .h5,
.hero-section .secondary-news-col .news-box h5 a:hover {
    color: #d7d7d7;
}

.title-bg {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /* height: 27px; */
    background: linear-gradient(rgba(0, 0, 0, .0), rgb(0 0 0 / 45%), rgba(0, 0, 0, .60));
    /* opacity: .75; */
    -webkit-transition: .25s;
    transition: .25s;
    font-weight: 500;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 10px 8px 3px 10px;
    line-height: 1.4;
}

@media (max-width:999px) {
    .title-bg {
        position: unset;
        -webkit-line-clamp: 2;
        font-size: 16px;
        padding: 0;
        line-height: 1.3;
        background: transparent;
        font-weight: 500;
    }
}

@media (min-width:1024px) {
    .hero-section .secondary-news-col .news-box .h5 a,
    .hero-section .secondary-news-col .news-box h5 a {
        color: #fff;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1023px) {
    .hero-section .media-holder .commercial-holder.d-none.d-md-block {
        grid-column-start: 1;
        grid-column-end: two;
        grid-row-start: row1-start;
        grid-row-end: 3;
    }
}

.advisor-box {
    padding: 0 15px;
}

@media (min-width:1024px) {
    .advisor-box {
        padding: 0 0 0 20px
    }
}

.advisor-box .info-holder {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (min-width:1024px) {
    .advisor-box .info-holder {
        flex-direction: column
    }
}

.advisor-box .info-holder .box {
    max-width: 280px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .advisor-box .info-holder .box {
        margin: auto;
        padding-bottom: .8rem;
    }
}

@media (min-width:768px) {
    .advisor-box .info-holder .box {
        width: calc(50% - 25px);
        margin-bottom: 0
    }
}

@media (min-width:1024px) {
    .advisor-box .info-holder .box {
        margin-bottom: 25px;
        width: 100%
    }
}

@media (min-width:1024px) {
    .advisor-box .info-holder .box:last-of-type {
        margin-bottom: 0
    }
}

.advisor-box .info-holder .box img {
    width: 100%
}

.section-cards {
    position: relative;
    padding: 20px 10px
}

@media (min-width:1024px) {
    .section-cards {
        padding: 2.1875rem 0
    }
}

.section-cards.alt {
    background-color: #4478d3;
    color: #fff
}

.section-cards.alt:after,
.section-cards.alt:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #4478d3;
    width: calc(50vw - 50% - 9px)
}

.section-cards.alt:after {
    right: 100%
}

.section-cards.alt:before {
    left: 100%
}

.section-cards.alt .card {
    background-color: transparent;
    border-color: transparent;
}

.section-cards.alt .card .card-body {
    background-color: rgba(0, 0, 0, .3)
}

.section-cards.alt .card .card-body a,
.section-cards.alt .h2,
.section-cards.alt h2 {
    color: #fff;
}

.section-cards.alt .cat-link {
    color: #d2d2ff;
}

.section-cards.alt .cat-link:hover {
    opacity: .7;
}

.section-cards.alt .card .card-body .ct {
    color: #79a2fc;
}

.section-cards.alt .btn-row .more {
    color: #fff;
    border-color: #fff;
}

.section-cards .title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-cards .title-row .h2,
.section-cards .title-row h2 {
    margin-bottom: 1rem;
    font-weight: 700;
}

@media (min-width:1024px) {
    .section-cards .title-row .h2,
    .section-cards .title-row h2 {
        font-size: 1.4rem;
    }
}

.section-cards .title-row .cat-link {
    display: inline-flex;
    padding-right: 16px;
    position: relative;
}

@media (max-width:991px) {
    .section-cards .title-row .h2,
    .section-cards .title-row h2 {
        margin-bottom: .5rem;
    }
    .section-cards .title-row .cat-link {
        font-size: 13px;
    }
}

.section-cards .title-row .cat-link:after {
    content: ">";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section-cards .title-row .cat-link:hover {
    opacity: .7;
}


/* .section-cards .card-title {
  margin-bottom: 8px
} */

.section-cards .card-title a {
    color: #212121;
}

@media (min-width:1024px) {
    .section-cards .card-title a {
        font-size: 1.24rem;
        line-height: 1.4;
    }
}

.section-cards .card-title a:hover {
    opacity: .6;
}

.section-cards .card {
    height: 100%;
    overflow: hidden;
    box-shadow: 0 5px 5px -5px rgba(113, 121, 128, .6);
    /* test */
    /* display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: calc(700 / 1127.34 * 394px) auto; */
}


/* @media (max-width:1024px) {
  .section-cards .card {
    grid-template-rows: calc(700 / 1127.34 * 170px) auto;
  }
}
@media (max-width:991px) {
  .section-cards .card {
    grid-template-rows: calc(700 / 1127.34 * 747px) auto;
  }
}
@media (max-width:670px) {
  .section-cards .card {
    grid-template-rows: calc(700 / 1127.34 * 408px) auto;
  }
}
@media (max-width:420px) {
  .section-cards .card {
    grid-template-rows: calc(700 / 1127.34 * 343px) auto;
  }
} */

.section-cards .card .card-body {
    background-color: #fff;
}

.section-cards .card time {
    font-size: 13px;
    color: #afafaf;
}

.section-cards .text-wrap a {
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 18px;
    color: #212121;
}

.section-cards .text-wrap a:hover {
    text-decoration: underline;
}

.ct-date-box {
    display: flex;
    margin-top: .6rem;
}

.section-cards .card .ct {
    font-size: 11px;
    color: #8c3ef6;
    border: 1px solid;
    padding: 0 2px;
    /* margin-top: .6rem; */
}

.postdate {
    opacity: .6;
    font-size: 13px;
    padding-left: .7rem;
    font-weight: 300;
}

@media (min-width:1600px) {
    .section-cards .text-wrap a {
        font-size: 1.125rem;
    }
}

.section-cards .text-wrap li {
    margin-bottom: 12px;
}

.section-cards .btn-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.section-cards .btn-row .more {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    padding: 8px 15px;
    border: 2px solid #e0e0e0;
    color: #575757;
    max-width: 358px;
}

@media (min-width:1024px) {
    .section-cards .btn-row .more {
        max-width: 438px;
    }
}

.section-cards .btn-row .more i {
    font-size: 12px;
}

.section-cards .btn-row .more:hover {
    border-color: #000;
}

.section-cards .commercial-card {
    display: flex;
    background-color: #ededed;
    height: 100%;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 5px 5px -5px rgba(113, 121, 128, .6); */
    /* border-radius: 4px; */
}

.commercial-row {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 35px 0;
    margin-bottom: 10px;
}

.commercial-row:after,
.commercial-row:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #ededed;
    width: calc(50vw - 50% - 9px);
}

.commercial-row:after {
    right: 100%;
}

.commercial-row:before {
    left: 100%;
}

.commercial-row.single:after,
.commercial-row.single:before {
    display: none;
}

.commercial-row .commercial-holder {
    max-width: 970px;
    width: 100%;
}

@media (max-width:1023px) {
    .commercial-row .commercial-holder {
        max-width: 300px;
    }
}

.commercial-row .commercial-holder img {
    width: 100%;
}

.comercial-section {
    background: #f8f8f8;
    position: relative;
}

.comercial-section:after,
.comercial-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #f8f8f8;
    width: calc(50vw - 50% - 9px);
}

.comercial-section:after {
    right: 100%;
}

.comercial-section:before {
    left: 100%;
}

.comercial-section.lg {
    padding: 10px 0;
}

.comercial-section.lg .commercial-holder {
    max-width: 970px;
    margin: 0 auto;
    width: 100%;
}

.comercial-section.lg .commercial-holder img {
    width: 100%;
}

.content-section {
    padding: 30px 15px;
    border-bottom: 1px solid #d2d2d2;
}

@media (min-width:1024px) {
    .content-section {
        padding: 30px 0 80px;
    }
}

.content-section .title-row {
    margin-bottom: 75px;
}

@media (min-width:1024px) {
    .content-section .content-article {
        /* padding-right: 35px; */
        padding: 0 100px;
        flex: 1;
        min-height: 100%;
    }
}

@media (max-width:1440px) and (min-width:992px) {
    .content-section .content-article {
        padding: 0 70px 0 0;
    }
}

.content-section .content-article .h1,
.content-section .content-article h1 {
    letter-spacing: 1px;
}

@media (min-width:1024px) {
    .content-section .content-article .h1,
    .content-section .content-article h1 {
        margin-bottom: 70px;
    }
}

.content-section .date-box {
    margin-bottom: 20px;
}

@media (min-width:1024px) {
    .content-section .date-box {
        margin-bottom: 0;
    }
}

.content-section .date-box time {
    display: inline-flex;
    position: relative;
    padding-left: 25px;
    font-size: .8rem;
}

.content-section .date-box time:before {
    content: "\e90f";
    font-family: icomoon;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #989898;
}

.content-section .comand-row {
    border-bottom: 1px solid #e9e9e9;
    color: #989898;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

@media (min-width:1024px) {
    .content-section .comand-row {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}

.content-section .comand-row .btn-holder {
    display: flex;
    margin-bottom: 0;
}

.content-section .comand-row .btn-holder li+li {
    margin-left: 20px;
}

.content-section .comand-row .btn-holder a {
    display: flex;
    width: 37px;
    height: 37px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: 1px solid #e9e9e9;
}

.content-section .comand-row .btn-holder a:hover {
    color: #2b2c2f;
}

.content-section .content-wrap .share-list {
    margin-right: 30px;
    width: 38px;
    order: 1;
    /* display: flex; */
}

@media (min-width:1024px) {
    article .ait-social {
        height: 100%;
        position: sticky;
        top: 67px;
    }
    .content-section .content-wrap .share-list {
        display: block;
        position: sticky;
        /* top: 50px;
    bottom: 0; */
    }
}

@media (max-width:975px) {
    .content-section .content-wrap .share-list {
        display: flex;
    }
}

.content-section .content-wrap .share-list a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.content-section .content-wrap .share-list a:hover {
    opacity: .6;
}

.content-section .content-wrap .share-list a.message {
    background-color: #848484;
}

.content-section .content-wrap .share-list a.facebook {
    background-color: #3c5a98;
}

.content-section .content-wrap .share-list a.watsapp {
    background-color: #4dc047;
}

.content-section .content-wrap .share-list a.messages {
    background-color: #2ec101;
}

.content-section .content-wrap .content {
    flex: 1;
    color: #3f3f3f;
    order: 2;
    font-size: 1.13rem;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 400;
}

.content-section .content-wrap .content .img-wrap {
    margin-bottom: 28px;
}

.content-section .content-wrap .content.img-wrap img,
img.img-wrap {
    /* width: auto; */
    max-width: 100%;
}

img.img-wrap {
    margin-bottom: 20px;
    display: block;
}

.content p.text-wrap {
    text-align: justify;
    line-height: 24px;
}

.breadcrumb {
    margin-bottom: 35px;
}

.breadcrumb li a {
    color: #9f9f9f;
    font-size: 16px;
}

.breadcrumb li.active,
.breadcrumb li.active a {
    color: #267db7;
    font-weight: 500 !important;
}

@media (max-width:767px) {
    /* .content-sidebar {
    display: none;
  } */
    .title-box li.breadcrumb-item,
    .title-box li.breadcrumb-item a {
        font-size: 13px;
        font-weight: 400;
    }
    .content-section {
        padding: 45px 15px 20px 15px;
    }
}

@media (min-width:1024px) {
    .content-sidebar {
        width: 370px;
        padding-right: 70px;
    }
}

.content-sidebar .commercial-box {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 50px
}

.content-sidebar .commercial-box img {
    width: 100%
}

.content-sidebar .sidebar-list-holder .h4,
.content-sidebar .sidebar-list-holder h4 {
    border-top: 7px solid #000;
    padding-top: 15px;
    margin-bottom: 16px
}

.content-sidebar .sidebar-list-holder .sidebar-list {
    padding: 20px 0;
    border: 1px solid #ebebeb;
    border-left: 0;
    border-right: 0;
    counter-reset: myCounter
}

.content-sidebar .sidebar-list-holder .sidebar-list li {
    margin-bottom: 12px;
    padding-left: 25px;
    font-size: 14px;
    position: relative
}

.content-sidebar .sidebar-list-holder .sidebar-list li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    position: absolute;
    color: #afc7fd;
    left: 2px;
    top: 50%;
    width: 10px;
    display: flex;
    justify-content: center;
    transform: translateY(-50%)
}

.main-footer {
    background-color: #2b2c2f;
    color: #c9c9c9;
    padding-top: 1.25rem
}

@media (min-width:1024px) {
    .main-footer {
        padding-top: 2.4375rem
    }
}

.main-footer .container {
    padding: 0
}

@media (min-width:1024px) {
    .main-footer .container {
        padding: 0 15px;
    }
}

.main-footer .collapse {
    transition: opacity .3s ease;
    display: block !important;
}

@media (max-width: 1023px) {
    .main-footer .collapse {
        height: 0;
        overflow: hidden;
        opacity: 0;
    }
}

.main-footer .collapse.show {
    height: 100%;
    opacity: 1;
}

.main-footer .collapse {
    transition: opacity .3s ease;
    display: block !important;
}

@media (max-width: 1023px) {
    .main-footer .collapse {
        height: 0;
        overflow: hidden;
        opacity: 0;
    }
}

.main-footer .collapse.show {
    height: 100%;
    opacity: 1;
}

.main-footer .top-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 14px;
}

@media (min-width:1024px) {
    .main-footer .top-row {
        padding: 0;
    }
}

.main-footer .top-row .anchor-btn {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    border: 1px solid #707070;
    border-radius: 5px;
    background-color: #313131;
}

.main-footer .top-row .anchor-btn:hover {
    background-color: #282828;
}

@media (max-width:1023px) {
    .main-footer .footer-box-wrap {
        border-top: 1px solid #707070;
    }
}

@media (min-width:1024px) {
    .main-footer .footer-box-wrap {
        margin-bottom: 80px;
    }
}

.main-footer .footer-box-wrap .footer-title {
    color: #ffffff;
    padding: 20px;
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 1.2rem;
}

@media (min-width:1024px) {
    .main-footer .footer-box-wrap .footer-title {
        margin-bottom: 10px;
        pointer-events: none;
    }
}

@media (max-width:1023px) {
    .main-footer .footer-box-wrap .footer-title:before {
        content: "\e900";
        font-family: icomoon;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 45px;
        color: #707070;
    }
}

@media (max-width:767px) {
    .main-footer .footer-box-wrap .footer-title {
        font-size: 1rem;
        /* padding: 20px 14px; */
    }
    .main-footer .footer-box-wrap .footer-title:before {
        right: 28px;
    }
}

@media (min-width:1024px) {
    .main-footer .footer-box-wrap .footer-title {
        padding: 0;
    }
}

.main-footer .footer-box-wrap .collapse,
.main-footer .footer-box-wrap .collapsing,
.main-footer .footer-box-wrap .content {
    padding: 0 20px;
}

@media (min-width:1024px) {
    .main-footer .footer-box-wrap .collapse,
    .main-footer .footer-box-wrap .collapsing,
    .main-footer .footer-box-wrap .content {
        padding: 0;
    }
}

.main-footer .footer-box-wrap .collapse li,
.main-footer .footer-box-wrap .collapsing li,
.main-footer .footer-box-wrap .content li {
    margin-bottom: 5px;
    font-size: .9rem;
    line-height: 1.5;
}

.main-footer .footer-box-wrap .collapse li span,
.main-footer .footer-box-wrap .collapsing li span,
.main-footer .footer-box-wrap .content li span {
    margin-right: 5px;
    font-weight: 700;
}

.main-footer .footer-box-wrap .collapse li a,
.main-footer .footer-box-wrap .collapsing li a,
.main-footer .footer-box-wrap .content li a {
    margin-left: 8px;
    color: #ffffff
}

.main-footer .footer-box-wrap .collapse li a:hover,
.main-footer .footer-box-wrap .collapsing li a:hover,
.main-footer .footer-box-wrap .content li a:hover {
    opacity: .5;
}

.main-footer .copyright-row {
    background-color: #2b2c2f;
    padding: 12px 0;
    border-top: 1px solid #4c4c4c;
    color: #a5a5a5;
}

.main-footer .copyright-row .footer-nav {
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 20px;
    font-size: 13px;
}

.main-footer .copyright-row .footer-nav li {
    position: relative;
    padding: 0 10px;
}

.main-footer .copyright-row .footer-nav li+li:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
    background-color: #a5a5a5;
    width: 2px;
}

.main-footer .copyright-row .footer-nav a {
    color: #a5a5a5;
    font-size: 12px;
}

.main-footer .copyright-row .footer-nav a:hover {
    opacity: .7;
}

.main-footer .social-list {
    margin-bottom: 0;
}

.main-footer .social-list li {
    margin-left: 25px;
    border: 1px solid;
    border-radius: 5px;
    padding: 3px 2px 0px 5px;
    margin-top: 10px;
}

.main-footer .social-list li a {
    color: #a5a5a5;
}

.footer-social-icons {
    align-items: flex-end;
    padding-right: 0;
}

@media (max-width:1023px) {
    .main-footer .copyright-row {
        padding: 16px 0 10px;
        border-top: 1px solid #707070;
    }
    .main-footer .copyright-row .footer-nav {
        justify-content: center;
    }
    .main-footer .copyright-row .copyright-holder p:last-child {
        padding: 0 1rem;
        font-size: 12px;
    }
}

.main-footer .copyright-row .copyright-holder {
    text-align: center;
    font-size: 13px;
}

@media (min-width:1024px) {
    .main-footer .copyright-row .copyright-holder {
        font-size: 13px;
        padding: 0;
        text-align: left;
    }
    .main-footer .copyright-row .copyright-holder p {
        margin-bottom: 0;
    }
    /* .main-footer .copyright-row .copyright-holder p:last-child {
    padding-top: .3rem;
  } */
    .main-footer .copyright-row .footer-nav {
        margin-bottom: 0;
        justify-content: flex-start;
        margin-left: 0;
        padding-top: .5rem;
    }
    .main-footer .copyright-row .footer-nav li:first-child {
        padding-left: 0;
    }
    .main-footer .copyright-row .footer-nav li {
        padding: 0 25px;
    }
}

@media (max-width:767px) {
    .main-footer .copyright-row .footer-nav {
        margin-left: 0;
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.btn i {
    font-size: 1.5rem;
}

.btn i:first-child {
    margin-right: .5rem;
}

.btn i:last-child {
    margin-left: .5rem;
}

.btn-group-sm>.btn,
.btn.btn-sm {
    line-height: 1.5rem;
}

.btn-group-sm>.btn .btn-text,
.btn.btn-sm .btn-text {
    letter-spacing: -.0313rem
}

.btn[class*=btn-outline-] {
    background-color: #fff;
}

.btn[class*=btn-outline-].active,
.btn[class*=btn-outline-]:active,
.btn[class*=btn-outline-]:focus,
.btn[class*=btn-outline-]:hover {
    background-color: #fff;
    color: #f0f7ff;
    box-shadow: 0 3px 10px rgba(240, 247, 255, .2);
}

.btn.btn-outline-secondary {
    border-color: #afafaf;
}

.btn-gradient-primary {
    background-image: linear-gradient(90deg, #f0f7ff 0, #fff 51%, #f0f7ff);
    box-shadow: 0 4px 15px rgba(127, 185, 255, .3);
    background-size: 200% auto;
    color: #2b2c2f;
    border: 0;
}

.btn-gradient-primary.active,
.btn-gradient-primary:active,
.btn-gradient-primary:focus,
.btn-gradient-primary:hover {
    color: #2b2c2f;
    box-shadow: 0 4px 15px rgba(127, 185, 255, .3);
    background-position: 100%;
}

.btn-gradient-primary:active:focus {
    box-shadow: 0 4px 18px rgba(127, 185, 255, .5);
}

.btn-gradient-secondary {
    background-image: linear-gradient(90deg, #ededed 0, #fff 51%, #ededed);
    box-shadow: 0 4px 15px hsla(0, 0%, 70.6%, .3);
    background-size: 200% auto;
    color: #2b2c2f;
    border: 0;
}

.btn-gradient-secondary.active,
.btn-gradient-secondary:active,
.btn-gradient-secondary:focus,
.btn-gradient-secondary:hover {
    color: #2b2c2f;
    box-shadow: 0 4px 15px hsla(0, 0%, 70.6%, .3);
    background-position: 100%;
}

.btn-gradient-secondary:active:focus {
    box-shadow: 0 4px 18px hsla(0, 0%, 70.6%, .5);
}

.btn-gradient-success {
    background-image: linear-gradient(90deg, #1dbb7a 0, #22db8f 51%, #1dbb7a);
    box-shadow: 0 4px 15px rgba(14, 89, 59, .3);
    background-size: 200% auto;
    color: #2b2c2f;
    border: 0;
}

.btn-gradient-success.active,
.btn-gradient-success:active,
.btn-gradient-success:focus,
.btn-gradient-success:hover {
    color: #2b2c2f;
    box-shadow: 0 4px 15px rgba(14, 89, 59, .3);
    background-position: 100%;
}

.btn-gradient-success:active:focus {
    box-shadow: 0 4px 18px rgba(14, 89, 59, .5);
}

.btn-gradient-info {
    background-image: linear-gradient(90deg, #cadfff 0, #eff5ff 51%, #cadfff);
    box-shadow: 0 4px 15px rgba(89, 152, 255, .3);
    background-size: 200% auto;
    color: #2b2c2f;
    border: 0;
}

.btn-gradient-info.active,
.btn-gradient-info:active,
.btn-gradient-info:focus,
.btn-gradient-info:hover {
    color: #2b2c2f;
    box-shadow: 0 4px 15px rgba(89, 152, 255, .3);
    background-position: 100%;
    ;
}

.btn-gradient-info:active:focus {
    box-shadow: 0 4px 18px rgba(89, 152, 255, .5);
}

.btn-gradient-warning {
    background-image: linear-gradient(90deg, #fbd609 0, #fcdc2d 51%, #fbd609);
    box-shadow: 0 4px 15px rgba(145, 125, 2, .3);
    background-size: 200% auto;
    color: #2b2c2f;
    border: 0;
}

.btn-gradient-warning.active,
.btn-gradient-warning:active,
.btn-gradient-warning:focus,
.btn-gradient-warning:hover {
    color: #2b2c2f;
    box-shadow: 0 4px 15px rgba(145, 125, 2, .3);
    background-position: 100%;
}

.btn-gradient-warning:active:focus {
    box-shadow: 0 4px 18px rgba(145, 125, 2, .5);
}

.btn-gradient-danger {
    background-image: linear-gradient(90deg, #c40026 0, #e9002d 51%, #c40026);
    box-shadow: 0 4px 15px rgba(83, 0, 15, .3);
    background-size: 200% auto;
    color: #fff;
    border: 0;
}

.btn-gradient-danger.active,
.btn-gradient-danger:active,
.btn-gradient-danger:focus,
.btn-gradient-danger:hover {
    color: #fff;
    box-shadow: 0 4px 15px rgba(83, 0, 15, .3);
    background-position: 100%;
}

.btn-gradient-danger:active:focus {
    box-shadow: 0 4px 18px rgba(83, 0, 15, .5);
}

.btn-gradient-light {
    background-image: linear-gradient(90deg, #f8f9fa 0, #fff 51%, #f8f9fa);
    box-shadow: 0 4px 15px rgba(182, 192, 203, .3);
    background-size: 200% auto;
    color: #2b2c2f;
    border: 0;
}

.btn-gradient-light.active,
.btn-gradient-light:active,
.btn-gradient-light:focus,
.btn-gradient-light:hover {
    color: #2b2c2f;
    box-shadow: 0 4px 15px rgba(182, 192, 203, .3);
    background-position: 100%;
}

.btn-gradient-light:active:focus {
    box-shadow: 0 4px 18px rgba(182, 192, 203, .5);
}

.btn-gradient-dark {
    background-image: linear-gradient(90deg, #f8f9fa 0, #fff 51%, #f8f9fa);
    box-shadow: 0 4px 15px rgba(182, 192, 203, .3);
    background-size: 200% auto;
    color: #2b2c2f;
    border: 0
}

.btn-gradient-dark.active,
.btn-gradient-dark:active,
.btn-gradient-dark:focus,
.btn-gradient-dark:hover {
    color: #2b2c2f;
    box-shadow: 0 4px 15px rgba(182, 192, 203, .3);
    background-position: 100%
}

.btn-gradient-dark:active:focus {
    box-shadow: 0 4px 18px rgba(182, 192, 203, .5);
}

.btn-unstyled {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    color: #575757;
}

.btn-unstyled:hover {
    color: #f0f7ff;
}

.badge {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Liberation Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    display: inline-flex;
    align-items: center;
}

.badge-icon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: currentColor;
}

.badge-icon.badge-icon-start {
    margin-right: .5rem;
}

.badge-icon.badge-icon-end {
    margin-left: .5rem;
}


/* remove gray-btn on iOS */

input[type=text],
input[type=button],
a[type=button] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}


/* 16:9 Aspect Ratio */

picture.imgratio,
.imgratio.imgratio-card {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: block;
}

picture.imgratio>.card-img-top,
picture.imgratio>.d-block.w-100,
.imgratio.imgratio-card>.card-img-top,
.imgratio.imgratio-card>.d-block.w-100 {
    position: absolute;
    top: 0;
}


/* New playing buttons */

.main-header .btn-list li.btn-play+li.btn-play {
    margin-left: 10px;
}

.btn-play svg {
    width: 86px;
}

@media (min-width:1600px) {
    .secondary-news-col .news-box .img-box .imgratio.imgratio-card {
        position: unset;
        padding-top: unset;
    }
}

@media (max-width:767px) {
    picture.imgratio-sm,
    .imgratio-sm.imgratio-card-sm {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        display: block;
    }
    picture.imgratio-sm>.news-box-img,
    .imgratio-sm.imgratio-card-sm>.news-box-img {
        position: absolute;
        top: 0;
    }
    .btn-play svg {
        width: 56px;
    }
    .main-header .btn-list li.btn-play+li.btn-play:before {
        left: unset;
        height: unset;
    }
    .main-header .btn-list li.btn-play,
    .main-header .btn-list li.btn-play+li.btn-play {
        margin-left: 6px;
        align-self: baseline;
    }
}

@media (max-width:1599px) and (min-width:1000px) {
    .imgratio-sm {
        position: relative;
        width: 100%;
        /* padding-top: 56.25%; */
        display: block;
    }
    .hero-section .secondary-news-col .news-box {
        display: block;
    }
    .hero-section .secondary-news-col .news-box .title {
        height: 54px;
        width: 100%;
    }
    .hero-section .secondary-news-col .news-box .title {
        position: inherit;
    }
}

@media (max-width:355px) {
    .btn-play {
        display: none;
    }
}


/* Topbar */

.topbar .date {
    height: 26px;
    line-height: 26px;
    color: #eee;
    font-size: .9rem;
}

.topbar .date a {
    display: block;
    height: 26px;
    min-width: 260px;
    position: relative;
    color: #fff;
    overflow: hidden;
    background-color: #231815;
    background-color: rgba(18, 9, 9, .3);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .35);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: .5s;
    transition: .5s;
}

.topbar .date a:before,
.topbar .date a:after {
    content: "";
    position: absolute;
    top: 0;
}

.topbar .date a:before {
    top: 0;
    right: -15px;
    height: 100%;
    width: 95px;
    background-color: rgba(0, 0, 0, .35);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transition: .5s;
    transition: .5s;
}

.topbar .date a:after {
    top: -15px;
    right: -10%;
    left: -10%;
    width: 120%;
    height: 130%;
    background-color: rgba(255, 255, 255, .15);
    -webkit-transform: rotate(-10deg) translateY(-15px);
    transform: rotate(-10deg) translateY(-15px);
    -webkit-transition: .5s;
    transition: .5s;
}

.topbar .date a:hover:after {
    background-color: rgba(255, 255, 255, .2);
    transform: rotate(-370deg) translateY(-13px);
}

.topbar .date .today,
.topbar .date .formerly {
    position: absolute;
    top: 0;
    padding: 0 15px;
    -webkit-transition: .5s;
    transition: .5s;
}

.topbar .date .today {
    left: 0;
}

.topbar .date .formerly-a {
    right: 0;
}

.topbar .date .formerly-b {
    top: 26px;
    left: 0;
}

.topbar .date .formerly-c {
    padding: 0 5px;
    width: 175px;
    top: 26px;
    right: 0;
    text-align: center;
    font-size: 14px;
}

.topbar .date a:hover {
    background-color: #b60f15;
}

.topbar .date a:hover .today,
.topbar .date a:hover .formerly-a {
    top: -26px;
}

.topbar .date a:hover .formerly-b,
.topbar .date a:hover .formerly-c {
    top: 0;
}

.topbar .date a:hover:before {
    width: 195px;
    background-color: #001655;
}

.topbar .site-group {
    display: none;
}

@media (max-width: 991px) {
    .topbar-d {
        display: none;
    }
}

@media (min-width: 768px) {
    .topbar .container {
        position: relative;
    }
}

@media (min-width: 992px) {
    .topbar {
        /* height: 30px; */
        color: #eee;
        /* background-color: #001655;
		background: -webkit-linear-gradient(left, #001655 , #06c8b8 , #fbd609 , #b60f15);
		background: linear-gradient(to right, #001655 , #06c8b8 , #fbd609 , #b60f15); */
    }
    /* body.daily .topbar {
		background: -webkit-linear-gradient(left, #001655 , #00218d , #001d7b , #76153f, #b60f15 , #001655);
		background: linear-gradient(to right, #001655 , #00218d , #001d7b , #76153f, #b60f15 , #001655);
	}
	body.inews .topbar {
		background: -webkit-linear-gradient(to right, #001655 , #06c8b8 , #fbd609);
		background: linear-gradient(to right, #001655 , #06c8b8 , #fbd609);
	} */
    .topbar .site-group {
        display: block;
    }
    .topbar .site-group {
        padding-top: 5px;
        float: left;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    }
    .topbar .site-group a {
        color: #eee;
        padding: 0 5px;
    }
    .topbar .date {
        /* height: 30px;
		line-height: 30px; */
        float: right;
    }
    /* .topbar .date a {
		height: 30px;
	} */
    .topbar .date .today,
    .topbar .date .formerly {
        padding: 0 10px;
    }
    .topbar .date a:before {
        width: 90px;
    }
    .topbar .date a:hover:before {
        width: 190px;
    }
    .topbar-m {
        display: none;
    }
}


/* Sticky header on scroll with JS */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


/* Terms of service footer */

@media (min-width: 600px) {
    .fixed-footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}


/* Social media icons */

.footer-facebook,
.footer-wechat {
    font-size: 34px !important;
    border-radius: 2px;
}

.footer-facebook {
    background: #3b5998;
    padding: .5rem 1rem;
}

.footer-wechat {
    background: #09b83e;
    padding: .5rem .45rem;
}


/* 404 page */

.main-404 {
    height: 100vh;
}

.main-404-div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.main-404-title {
    font-size: 9rem;
    font-weight: 200;
    color: chocolate;
}

.main-404-btn {
    color: chocolate;
}


/* placeholder image */

.st-placeholder img {
    background: url('../images/st-placeholder.jpg') center center no-repeat transparent;
    background-size: cover;
    overflow: hidden;
    /* height: 0; */
    /* padding-top: 56.25%; */
}


/* nav header hover ------------------ */

.subHolder {
    position: inherit !important;
}

.subHolder a {
    text-decoration: none;
}

.nav-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 120px;
    /* top: 70px; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.main-header.scrolled .nav-dropdown-content {
    top: 50px;
}

.subHolder:hover .nav-dropdown-content {
    display: block;
}

.nav-column {
    float: left;
    width: 100%;
    /* padding: 10px; */
    background-color: #f5f5f5;
    /* height: 250px; */
}

.nav-column a {
    float: none;
    color: black;
    padding: 13px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px !important;
}

.nav-column a:hover {
    background-color: #ddd;
}


/* homepage badge */

.badge-main-st {
    position: absolute;
    padding: .3rem .4rem;
    background-color: rgb(255, 217, 0);
    top: 5px;
    left: 5px;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.badge-main-st:hover {
    background-color: var(--bs-red);
    color: var(--bs-white);
}


/* search page */

#cse-search-pages span:first-child {
    text-transform: capitalize;
}

#cse-search-pages {
    padding-bottom: 2rem;
}

#searchForm input#keyword:focus {
    background-color: #fffdfd;
    border-color: #e1bdbd;
}

#cse-search-results .featurette .col-md-7 a p {
    line-height: 1.4;
}

.active-pn,
.pagination-btn a:hover {
    color: dodgerblue;
}

a.pagination-btn.active-pn {
    background: #f7f7f7;
}

a.pagination-btn {
    padding: 1px 8px;
    border-radius: 1px;
}

button#button-addon2:hover {
    background-color: #ef7259;
    color: #f0f7ff!important;
}

@media (max-width: 750px) {
    a.pagination-btn {
        padding: 0;
    }
}


/* single page */

.wp-caption {
    max-width: 100%;
}

.wp-caption img {
    height: auto;
}

.wp-caption-text {
    /* font-size: .75rem;
  padding-top: .5rem; */
    opacity: .7;
}


/* mobile nav fix */

.secondary-nav .collapse-navbar .navbar-nav {
    width: auto;
    overflow-x: hidden;
    /* -webkit-overflow-scrolling: touch; */
}

@media (max-width: 1023px) {
    .secondary-nav .collapse-navbar .navbar-nav {
        overflow-y: scroll;
    }
}