/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

:root {
    --bs-black: #333;
    --bs-grey: #757575;
    --bs-litestgrey: #d5d5d5;
    --bs-litegrey: #f1f1f1;
    --bs-darkgrey: #595959;
    --bs-darkestgrey: #404040;
    --bs-mediumgrey: #c1c1c1;
    --bs-bluegrey: #d3dbdf;
    --bs-white: #fff;
    --bs-red: #e34e09;
    --bs-redish: #c5192d;
    --bs-darkred: #c5352c;
    --bs-litered: #e34e08;
    --bs-blue: #1cabe2;
    --bs-focusblue: #0d96ca;
    --bs-darkblue: #2058a8;
    --bs-secondaryblue: #2159a8;
    --bs-liteblue: #c5effc;
    --bs-green: #80bd41;
    --bs-orange: #e34e09;
    --bs-purple: #6a1e74;
    --bs-darkyellow: #dda63a;
    --bs-teal: #27bde2;
    --bs-cyan: #2058a8;
    --bs-yellow: #dda63a;
    --bs-gray-100: #f1f1f1;
    --bs-gray-200: #f1f1f1;
    --bs-gray-300: #d5d5d5;
    --bs-gray-400: #757575;
    --bs-gray-500: #757575;
    --bs-gray-600: #c1c1c1;
    --bs-gray-700: #595959;
    --bs-gray-800: #404040;
    --bs-gray-900: #404040;
    --bs-primary: #1cabe2;
    --bs-secondary: #c1c1c1;
    --bs-success: #80bd41;
    --bs-info: #2058a8;
    --bs-warning: #dda63a;
    --bs-danger: #e34e09;
    --bs-light: #f1f1f1;
    --bs-dark: #404040;
    --bs-primary-rgb: 28, 171, 226;
    --bs-secondary-rgb: 193, 193, 193;
    --bs-success-rgb: 128, 189, 65;
    --bs-info-rgb: 32, 88, 168;
    --bs-warning-rgb: 221, 166, 58;
    --bs-danger-rgb: 227, 78, 9;
    --bs-light-rgb: 241, 241, 241;
    --bs-dark-rgb: 64, 64, 64;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 51, 51, 51;
    --bs-body-color-rgb: 64, 64, 64;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: Roboto, "system-ui";
    --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));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #404040;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #d5d5d5;
    --bs-border-color-translucent: rgba(51, 51, 51, 0.175);
    --bs-border-radius: 0.25rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #1cabe2;
    --bs-link-hover-color: #1689b5;
    --bs-code-color: #e34e09;
    --bs-highlight-bg: #f8edd8
}

html {
    box-sizing: border-box
}

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

details>* {
    box-sizing: border-box
}

@font-face {
    font-family: system-ui;
    font-style: normal;
    font-weight: 300;
    src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Segoe UI Light"), local("Ubuntu Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma")
}

@font-face {
    font-family: system-ui;
    font-style: italic;
    font-weight: 300;
    src: local(".SFNSText-LightItalic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Light Italic"), local("Ubuntu Light Italic"), local("Roboto-LightItalic"), local("DroidSans"), local("Tahoma")
}

@font-face {
    font-family: system-ui;
    font-style: normal;
    font-weight: 400;
    src: local(".SFNSText-Regular"), local(".HelveticaNeueDeskInterface-Regular"), local(".LucidaGrandeUI"), local("Segoe UI"), local("Ubuntu"), local("Roboto-Regular"), local("DroidSans"), local("Tahoma")
}

@font-face {
    font-family: system-ui;
    font-style: italic;
    font-weight: 400;
    src: local(".SFNSText-Italic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Italic"), local("Ubuntu Italic"), local("Roboto-Italic"), local("DroidSans"), local("Tahoma")
}

@font-face {
    font-family: system-ui;
    font-style: normal;
    font-weight: 500;
    src: local(".SFNSText-Medium"), local(".HelveticaNeueDeskInterface-MediumP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold"), local("Ubuntu Medium"), local("Roboto-Medium"), local("DroidSans-Bold"), local("Tahoma Bold")
}

@font-face {
    font-family: system-ui;
    font-style: italic;
    font-weight: 500;
    src: local(".SFNSText-MediumItalic"), local(".HelveticaNeueDeskInterface-MediumItalicP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold Italic"), local("Ubuntu Medium Italic"), local("Roboto-MediumItalic"), local("DroidSans-Bold"), local("Tahoma Bold")
}

@font-face {
    font-family: system-ui;
    font-style: normal;
    font-weight: 700;
    src: local(".SFNSText-Bold"), local(".HelveticaNeueDeskInterface-Bold"), local(".LucidaGrandeUI"), local("Segoe UI Bold"), local("Ubuntu Bold"), local("Roboto-Bold"), local("DroidSans-Bold"), local("Tahoma Bold")
}

@font-face {
    font-family: system-ui;
    font-style: italic;
    font-weight: 700;
    src: local(".SFNSText-BoldItalic"), local(".HelveticaNeueDeskInterface-BoldItalic"), local(".LucidaGrandeUI"), local("Segoe UI Bold Italic"), local("Ubuntu Bold Italic"), local("Roboto-BoldItalic"), local("DroidSans-Bold"), local("Tahoma Bold")
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    height: 100%;
    background-color: #fff;
    color: #333;
    font-family: Roboto, "system-ui";
    font-weight: 400;
    line-height: 1.6;
    scroll-behavior: smooth
}

.has-bootstrap *,
.has-bootstrap :after,
.has-bootstrap :before {
    box-sizing: border-box
}

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

.has-bootstrap body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(51, 51, 51, 0)
}

.has-bootstrap hr {
    margin: 1rem 0;
    color: currentColor;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

.has-bootstrap .h1,
.has-bootstrap .h2,
.has-bootstrap .h3,
.has-bootstrap .h4,
.has-bootstrap .h5,
.has-bootstrap .h6,
.has-bootstrap h1,
.has-bootstrap h2,
.has-bootstrap h3,
.has-bootstrap h4,
.has-bootstrap h5,
.has-bootstrap h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500
}

.has-bootstrap .h1,
.has-bootstrap h1 {
    font-size: calc(1.375rem + 1.45161vw)
}

@media (min-width:1240px) {

    .has-bootstrap .h1,
    .has-bootstrap h1 {
        font-size: 2.5rem
    }
}

.has-bootstrap .h2,
.has-bootstrap h2 {
    font-size: calc(1.325rem + .87097vw)
}

@media (min-width:1240px) {

    .has-bootstrap .h2,
    .has-bootstrap h2 {
        font-size: 2rem
    }
}

.has-bootstrap .h3,
.has-bootstrap h3 {
    font-size: calc(1.3rem + .58065vw)
}

@media (min-width:1240px) {

    .has-bootstrap .h3,
    .has-bootstrap h3 {
        font-size: 1.75rem
    }
}

.has-bootstrap .h5,
.has-bootstrap h5 {
    font-size: 1.25rem
}

@media (min-width:1240px) {

    .has-bootstrap .h5,
    .has-bootstrap h5 {
        font-size: 1.25rem
    }
}

.has-bootstrap .h6,
.has-bootstrap h6 {
    font-size: 1rem
}

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

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

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

.has-bootstrap ol,
.has-bootstrap ul {
    padding-left: 2rem
}

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

.has-bootstrap ol ol,
.has-bootstrap ol ul,
.has-bootstrap ul ol,
.has-bootstrap ul ul {
    margin-bottom: 0
}

.has-bootstrap dt {
    font-weight: 700
}

.has-bootstrap dd {
    margin-bottom: .5rem
}

.has-bootstrap blockquote {
    margin: 0 0 1rem
}

.has-bootstrap b,
.has-bootstrap strong {
    font-weight: bolder
}

.has-bootstrap .small,
.has-bootstrap small {
    font-size: .8125rem
}

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

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

.has-bootstrap sub {
    bottom: -.25em
}

.has-bootstrap sup {
    top: -.5em
}

.has-bootstrap a {
    color: var(--bs-link-color);
    text-decoration: underline
}

.has-bootstrap a:hover {
    color: var(--bs-link-hover-color)
}

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

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

.has-bootstrap pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .8125rem
}

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

.has-bootstrap code {
    font-size: .8125rem;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>.has-bootstrap code {
    color: inherit
}

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

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

.has-bootstrap figure {
    margin: 0 0 1rem
}

.has-bootstrap img,
.has-bootstrap svg {
    vertical-align: middle
}

.has-bootstrap table {
    caption-side: bottom
}

.has-bootstrap caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #c1c1c1;
    text-align: left
}

.has-bootstrap th {
    text-align: -webkit-match-parent
}

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

.has-bootstrap button {
    border-radius: 0
}

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

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

.has-bootstrap button,
.has-bootstrap select {
    text-transform: none
}

.has-bootstrap [role=button] {
    cursor: pointer
}

.has-bootstrap select {
    word-wrap: normal
}

.has-bootstrap select:disabled {
    opacity: 1
}

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

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

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

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

.has-bootstrap textarea {
    resize: vertical
}

.has-bootstrap fieldset {
    min-width: 0;
    margin: 0
}

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

@media (min-width:1240px) {
    .has-bootstrap legend {
        font-size: 1.5rem
    }
}

.has-bootstrap legend+* {
    clear: left
}

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

.has-bootstrap ::-webkit-inner-spin-button {
    height: auto
}

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

.has-bootstrap ::-webkit-search-decoration {
    -webkit-appearance: none
}

.has-bootstrap ::-webkit-color-swatch-wrapper {
    padding: 0
}

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

.has-bootstrap output {
    display: inline-block
}

.has-bootstrap summary {
    display: list-item;
    cursor: pointer
}

.has-bootstrap progress {
    vertical-align: baseline
}

.has-bootstrap [hidden] {
    display: none !important
}

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

@media (min-width:1240px) {
    .has-bootstrap .lead {
        font-size: 1.25rem
    }
}

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

@media (min-width:1240px) {
    .has-bootstrap .display-1 {
        font-size: 5rem
    }
}

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

@media (min-width:1240px) {
    .has-bootstrap .display-2 {
        font-size: 4.5rem
    }
}

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

@media (min-width:1240px) {
    .has-bootstrap .display-3 {
        font-size: 4rem
    }
}

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

@media (min-width:1240px) {
    .has-bootstrap .display-4 {
        font-size: 3.5rem
    }
}

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

@media (min-width:1240px) {
    .has-bootstrap .display-5 {
        font-size: 3rem
    }
}

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

@media (min-width:1240px) {
    .has-bootstrap .display-6 {
        font-size: 2.5rem
    }
}

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

.has-bootstrap .list-inline-item {
    display: inline-block
}

.has-bootstrap .list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.has-bootstrap .initialism {
    font-size: .8125rem;
    text-transform: uppercase
}

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

@media (min-width:1240px) {
    .has-bootstrap .blockquote {
        font-size: 1.25rem
    }
}

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

.has-bootstrap .blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .8125rem;
    color: #c1c1c1
}

.has-bootstrap .blockquote-footer:before {
    content: "\2014\00A0"
}

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

.has-bootstrap .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.has-bootstrap .figure {
    display: inline-block
}

.has-bootstrap .figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.has-bootstrap .figure-caption {
    font-size: .8125rem;
    color: #c1c1c1
}

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

@media (min-width:576px) {

    .has-bootstrap .container,
    .has-bootstrap .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .has-bootstrap .container,
    .has-bootstrap .container-md,
    .has-bootstrap .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .has-bootstrap .container,
    .has-bootstrap .container-lg,
    .has-bootstrap .container-md,
    .has-bootstrap .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .has-bootstrap .container,
    .has-bootstrap .container-lg,
    .has-bootstrap .container-md,
    .has-bootstrap .container-sm,
    .has-bootstrap .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .has-bootstrap .container,
    .has-bootstrap .container-lg,
    .has-bootstrap .container-md,
    .has-bootstrap .container-sm,
    .has-bootstrap .container-xl,
    .has-bootstrap .container-xxl {
        max-width: 1320px
    }
}

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

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

.has-bootstrap .grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 30px)
}

.has-bootstrap .grid .g-col-1 {
    grid-column: auto/span 1
}

.has-bootstrap .grid .g-col-2 {
    grid-column: auto/span 2
}

.has-bootstrap .grid .g-col-3 {
    grid-column: auto/span 3
}

.has-bootstrap .grid .g-col-4 {
    grid-column: auto/span 4
}

.has-bootstrap .grid .g-col-5 {
    grid-column: auto/span 5
}

.has-bootstrap .grid .g-col-6 {
    grid-column: auto/span 6
}

.has-bootstrap .grid .g-col-7 {
    grid-column: auto/span 7
}

.has-bootstrap .grid .g-col-8 {
    grid-column: auto/span 8
}

.has-bootstrap .grid .g-col-9 {
    grid-column: auto/span 9
}

.has-bootstrap .grid .g-col-10 {
    grid-column: auto/span 10
}

.has-bootstrap .grid .g-col-11 {
    grid-column: auto/span 11
}

.has-bootstrap .grid .g-col-12 {
    grid-column: auto/span 12
}

.has-bootstrap .grid .g-start-1 {
    grid-column-start: 1
}

.has-bootstrap .grid .g-start-2 {
    grid-column-start: 2
}

.has-bootstrap .grid .g-start-3 {
    grid-column-start: 3
}

.has-bootstrap .grid .g-start-4 {
    grid-column-start: 4
}

.has-bootstrap .grid .g-start-5 {
    grid-column-start: 5
}

.has-bootstrap .grid .g-start-6 {
    grid-column-start: 6
}

.has-bootstrap .grid .g-start-7 {
    grid-column-start: 7
}

.has-bootstrap .grid .g-start-8 {
    grid-column-start: 8
}

.has-bootstrap .grid .g-start-9 {
    grid-column-start: 9
}

.has-bootstrap .grid .g-start-10 {
    grid-column-start: 10
}

.has-bootstrap .grid .g-start-11 {
    grid-column-start: 11
}

@media (min-width:576px) {
    .has-bootstrap .grid .g-col-sm-1 {
        grid-column: auto/span 1
    }

    .has-bootstrap .grid .g-col-sm-2 {
        grid-column: auto/span 2
    }

    .has-bootstrap .grid .g-col-sm-3 {
        grid-column: auto/span 3
    }

    .has-bootstrap .grid .g-col-sm-4 {
        grid-column: auto/span 4
    }

    .has-bootstrap .grid .g-col-sm-5 {
        grid-column: auto/span 5
    }

    .has-bootstrap .grid .g-col-sm-6 {
        grid-column: auto/span 6
    }

    .has-bootstrap .grid .g-col-sm-7 {
        grid-column: auto/span 7
    }

    .has-bootstrap .grid .g-col-sm-8 {
        grid-column: auto/span 8
    }

    .has-bootstrap .grid .g-col-sm-9 {
        grid-column: auto/span 9
    }

    .has-bootstrap .grid .g-col-sm-10 {
        grid-column: auto/span 10
    }

    .has-bootstrap .grid .g-col-sm-11 {
        grid-column: auto/span 11
    }

    .has-bootstrap .grid .g-col-sm-12 {
        grid-column: auto/span 12
    }

    .has-bootstrap .grid .g-start-sm-1 {
        grid-column-start: 1
    }

    .has-bootstrap .grid .g-start-sm-2 {
        grid-column-start: 2
    }

    .has-bootstrap .grid .g-start-sm-3 {
        grid-column-start: 3
    }

    .has-bootstrap .grid .g-start-sm-4 {
        grid-column-start: 4
    }

    .has-bootstrap .grid .g-start-sm-5 {
        grid-column-start: 5
    }

    .has-bootstrap .grid .g-start-sm-6 {
        grid-column-start: 6
    }

    .has-bootstrap .grid .g-start-sm-7 {
        grid-column-start: 7
    }

    .has-bootstrap .grid .g-start-sm-8 {
        grid-column-start: 8
    }

    .has-bootstrap .grid .g-start-sm-9 {
        grid-column-start: 9
    }

    .has-bootstrap .grid .g-start-sm-10 {
        grid-column-start: 10
    }

    .has-bootstrap .grid .g-start-sm-11 {
        grid-column-start: 11
    }
}

@media (min-width:768px) {
    .has-bootstrap .grid .g-col-md-1 {
        grid-column: auto/span 1
    }

    .has-bootstrap .grid .g-col-md-2 {
        grid-column: auto/span 2
    }

    .has-bootstrap .grid .g-col-md-3 {
        grid-column: auto/span 3
    }

    .has-bootstrap .grid .g-col-md-4 {
        grid-column: auto/span 4
    }

    .has-bootstrap .grid .g-col-md-5 {
        grid-column: auto/span 5
    }

    .has-bootstrap .grid .g-col-md-6 {
        grid-column: auto/span 6
    }

    .has-bootstrap .grid .g-col-md-7 {
        grid-column: auto/span 7
    }

    .has-bootstrap .grid .g-col-md-8 {
        grid-column: auto/span 8
    }

    .has-bootstrap .grid .g-col-md-9 {
        grid-column: auto/span 9
    }

    .has-bootstrap .grid .g-col-md-10 {
        grid-column: auto/span 10
    }

    .has-bootstrap .grid .g-col-md-11 {
        grid-column: auto/span 11
    }

    .has-bootstrap .grid .g-col-md-12 {
        grid-column: auto/span 12
    }

    .has-bootstrap .grid .g-start-md-1 {
        grid-column-start: 1
    }

    .has-bootstrap .grid .g-start-md-2 {
        grid-column-start: 2
    }

    .has-bootstrap .grid .g-start-md-3 {
        grid-column-start: 3
    }

    .has-bootstrap .grid .g-start-md-4 {
        grid-column-start: 4
    }

    .has-bootstrap .grid .g-start-md-5 {
        grid-column-start: 5
    }

    .has-bootstrap .grid .g-start-md-6 {
        grid-column-start: 6
    }

    .has-bootstrap .grid .g-start-md-7 {
        grid-column-start: 7
    }

    .has-bootstrap .grid .g-start-md-8 {
        grid-column-start: 8
    }

    .has-bootstrap .grid .g-start-md-9 {
        grid-column-start: 9
    }

    .has-bootstrap .grid .g-start-md-10 {
        grid-column-start: 10
    }

    .has-bootstrap .grid .g-start-md-11 {
        grid-column-start: 11
    }
}

@media (min-width:992px) {
    .has-bootstrap .grid .g-col-lg-1 {
        grid-column: auto/span 1
    }

    .has-bootstrap .grid .g-col-lg-2 {
        grid-column: auto/span 2
    }

    .has-bootstrap .grid .g-col-lg-3 {
        grid-column: auto/span 3
    }

    .has-bootstrap .grid .g-col-lg-4 {
        grid-column: auto/span 4
    }

    .has-bootstrap .grid .g-col-lg-5 {
        grid-column: auto/span 5
    }

    .has-bootstrap .grid .g-col-lg-6 {
        grid-column: auto/span 6
    }

    .has-bootstrap .grid .g-col-lg-7 {
        grid-column: auto/span 7
    }

    .has-bootstrap .grid .g-col-lg-8 {
        grid-column: auto/span 8
    }

    .has-bootstrap .grid .g-col-lg-9 {
        grid-column: auto/span 9
    }

    .has-bootstrap .grid .g-col-lg-10 {
        grid-column: auto/span 10
    }

    .has-bootstrap .grid .g-col-lg-11 {
        grid-column: auto/span 11
    }

    .has-bootstrap .grid .g-col-lg-12 {
        grid-column: auto/span 12
    }

    .has-bootstrap .grid .g-start-lg-1 {
        grid-column-start: 1
    }

    .has-bootstrap .grid .g-start-lg-2 {
        grid-column-start: 2
    }

    .has-bootstrap .grid .g-start-lg-3 {
        grid-column-start: 3
    }

    .has-bootstrap .grid .g-start-lg-4 {
        grid-column-start: 4
    }

    .has-bootstrap .grid .g-start-lg-5 {
        grid-column-start: 5
    }

    .has-bootstrap .grid .g-start-lg-6 {
        grid-column-start: 6
    }

    .has-bootstrap .grid .g-start-lg-7 {
        grid-column-start: 7
    }

    .has-bootstrap .grid .g-start-lg-8 {
        grid-column-start: 8
    }

    .has-bootstrap .grid .g-start-lg-9 {
        grid-column-start: 9
    }

    .has-bootstrap .grid .g-start-lg-10 {
        grid-column-start: 10
    }

    .has-bootstrap .grid .g-start-lg-11 {
        grid-column-start: 11
    }
}

@media (min-width:1200px) {
    .has-bootstrap .grid .g-col-xl-1 {
        grid-column: auto/span 1
    }

    .has-bootstrap .grid .g-col-xl-2 {
        grid-column: auto/span 2
    }

    .has-bootstrap .grid .g-col-xl-3 {
        grid-column: auto/span 3
    }

    .has-bootstrap .grid .g-col-xl-4 {
        grid-column: auto/span 4
    }

    .has-bootstrap .grid .g-col-xl-5 {
        grid-column: auto/span 5
    }

    .has-bootstrap .grid .g-col-xl-6 {
        grid-column: auto/span 6
    }

    .has-bootstrap .grid .g-col-xl-7 {
        grid-column: auto/span 7
    }

    .has-bootstrap .grid .g-col-xl-8 {
        grid-column: auto/span 8
    }

    .has-bootstrap .grid .g-col-xl-9 {
        grid-column: auto/span 9
    }

    .has-bootstrap .grid .g-col-xl-10 {
        grid-column: auto/span 10
    }

    .has-bootstrap .grid .g-col-xl-11 {
        grid-column: auto/span 11
    }

    .has-bootstrap .grid .g-col-xl-12 {
        grid-column: auto/span 12
    }

    .has-bootstrap .grid .g-start-xl-1 {
        grid-column-start: 1
    }

    .has-bootstrap .grid .g-start-xl-2 {
        grid-column-start: 2
    }

    .has-bootstrap .grid .g-start-xl-3 {
        grid-column-start: 3
    }

    .has-bootstrap .grid .g-start-xl-4 {
        grid-column-start: 4
    }

    .has-bootstrap .grid .g-start-xl-5 {
        grid-column-start: 5
    }

    .has-bootstrap .grid .g-start-xl-6 {
        grid-column-start: 6
    }

    .has-bootstrap .grid .g-start-xl-7 {
        grid-column-start: 7
    }

    .has-bootstrap .grid .g-start-xl-8 {
        grid-column-start: 8
    }

    .has-bootstrap .grid .g-start-xl-9 {
        grid-column-start: 9
    }

    .has-bootstrap .grid .g-start-xl-10 {
        grid-column-start: 10
    }

    .has-bootstrap .grid .g-start-xl-11 {
        grid-column-start: 11
    }
}

@media (min-width:1400px) {
    .has-bootstrap .grid .g-col-xxl-1 {
        grid-column: auto/span 1
    }

    .has-bootstrap .grid .g-col-xxl-2 {
        grid-column: auto/span 2
    }

    .has-bootstrap .grid .g-col-xxl-3 {
        grid-column: auto/span 3
    }

    .has-bootstrap .grid .g-col-xxl-4 {
        grid-column: auto/span 4
    }

    .has-bootstrap .grid .g-col-xxl-5 {
        grid-column: auto/span 5
    }

    .has-bootstrap .grid .g-col-xxl-6 {
        grid-column: auto/span 6
    }

    .has-bootstrap .grid .g-col-xxl-7 {
        grid-column: auto/span 7
    }

    .has-bootstrap .grid .g-col-xxl-8 {
        grid-column: auto/span 8
    }

    .has-bootstrap .grid .g-col-xxl-9 {
        grid-column: auto/span 9
    }

    .has-bootstrap .grid .g-col-xxl-10 {
        grid-column: auto/span 10
    }

    .has-bootstrap .grid .g-col-xxl-11 {
        grid-column: auto/span 11
    }

    .has-bootstrap .grid .g-col-xxl-12 {
        grid-column: auto/span 12
    }

    .has-bootstrap .grid .g-start-xxl-1 {
        grid-column-start: 1
    }

    .has-bootstrap .grid .g-start-xxl-2 {
        grid-column-start: 2
    }

    .has-bootstrap .grid .g-start-xxl-3 {
        grid-column-start: 3
    }

    .has-bootstrap .grid .g-start-xxl-4 {
        grid-column-start: 4
    }

    .has-bootstrap .grid .g-start-xxl-5 {
        grid-column-start: 5
    }

    .has-bootstrap .grid .g-start-xxl-6 {
        grid-column-start: 6
    }

    .has-bootstrap .grid .g-start-xxl-7 {
        grid-column-start: 7
    }

    .has-bootstrap .grid .g-start-xxl-8 {
        grid-column-start: 8
    }

    .has-bootstrap .grid .g-start-xxl-9 {
        grid-column-start: 9
    }

    .has-bootstrap .grid .g-start-xxl-10 {
        grid-column-start: 10
    }

    .has-bootstrap .grid .g-start-xxl-11 {
        grid-column-start: 11
    }
}

.has-bootstrap .col {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

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

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

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

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

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

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

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

.has-bootstrap .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

.has-bootstrap .offset-1 {
    margin-left: 8.33333%
}

.has-bootstrap .offset-2 {
    margin-left: 16.66667%
}

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

.has-bootstrap .offset-4 {
    margin-left: 33.33333%
}

.has-bootstrap .offset-5 {
    margin-left: 41.66667%
}

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

.has-bootstrap .offset-7 {
    margin-left: 58.33333%
}

.has-bootstrap .offset-8 {
    margin-left: 66.66667%
}

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

.has-bootstrap .offset-10 {
    margin-left: 83.33333%
}

.has-bootstrap .offset-11 {
    margin-left: 91.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-bootstrap .table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(51, 51, 51, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(51, 51, 51, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(51, 51, 51, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

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

.has-bootstrap .table>tbody {
    vertical-align: inherit
}

.has-bootstrap .table>thead {
    vertical-align: bottom
}

.has-bootstrap .table-group-divider {
    border-top: 2px solid
}

.has-bootstrap .caption-top {
    caption-side: top
}

.has-bootstrap .table-sm>:not(caption)>*>* {
    padding: .25rem
}

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

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

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

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

.has-bootstrap .table-striped-columns>:not(caption)>tr>:nth-child(2n),
.has-bootstrap .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

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

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

.has-bootstrap .table-primary {
    --bs-table-color: #333;
    --bs-table-bg: #d2eef9;
    --bs-table-border-color: #c2dbe5;
    --bs-table-striped-bg: #cae5ef;
    --bs-table-striped-color: #333;
    --bs-table-active-bg: #c2dbe5;
    --bs-table-active-color: #333;
    --bs-table-hover-bg: #c6e0ea;
    --bs-table-hover-color: #333
}

.has-bootstrap .table-primary,
.has-bootstrap .table-secondary {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.has-bootstrap .table-secondary {
    --bs-table-color: #333;
    --bs-table-bg: #f3f3f3;
    --bs-table-border-color: #e0e0e0;
    --bs-table-striped-bg: #e9e9e9;
    --bs-table-striped-color: #333;
    --bs-table-active-bg: #e0e0e0;
    --bs-table-active-color: #333;
    --bs-table-hover-bg: #e5e5e5;
    --bs-table-hover-color: #333
}

.has-bootstrap .table-success {
    --bs-table-color: #333;
    --bs-table-bg: #e6f2d9;
    --bs-table-border-color: #d4dfc8;
    --bs-table-striped-bg: #dde8d1;
    --bs-table-striped-color: #333;
    --bs-table-active-bg: #d4dfc8;
    --bs-table-active-color: #333;
    --bs-table-hover-bg: #d9e4cd;
    --bs-table-hover-color: #333
}

.has-bootstrap .table-info,
.has-bootstrap .table-success {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.has-bootstrap .table-info {
    --bs-table-color: #333;
    --bs-table-bg: #d2deee;
    --bs-table-border-color: #c2cddb;
    --bs-table-striped-bg: #cad5e5;
    --bs-table-striped-color: #333;
    --bs-table-active-bg: #c2cddb;
    --bs-table-active-color: #333;
    --bs-table-hover-bg: #c6d1e0;
    --bs-table-hover-color: #333
}

.has-bootstrap .table-warning {
    --bs-table-color: #333;
    --bs-table-bg: #f8edd8;
    --bs-table-border-color: #e4dac8;
    --bs-table-striped-bg: #eee4d0;
    --bs-table-striped-color: #333;
    --bs-table-active-bg: #e4dac8;
    --bs-table-active-color: #333;
    --bs-table-hover-bg: #e9dfcc;
    --bs-table-hover-color: #333
}

.has-bootstrap .table-danger,
.has-bootstrap .table-warning {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.has-bootstrap .table-danger {
    --bs-table-color: #333;
    --bs-table-bg: #f9dcce;
    --bs-table-border-color: #e5cbbf;
    --bs-table-striped-bg: #efd4c6;
    --bs-table-striped-color: #333;
    --bs-table-active-bg: #e5cbbf;
    --bs-table-active-color: #333;
    --bs-table-hover-bg: #eacfc2;
    --bs-table-hover-color: #333
}

.has-bootstrap .table-light {
    --bs-table-color: #333;
    --bs-table-bg: #f1f1f1;
    --bs-table-border-color: #dedede;
    --bs-table-striped-bg: #e8e8e8;
    --bs-table-striped-color: #333;
    --bs-table-active-bg: #dedede;
    --bs-table-active-color: #333;
    --bs-table-hover-bg: #e3e3e3;
    --bs-table-hover-color: #333
}

.has-bootstrap .table-dark,
.has-bootstrap .table-light {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.has-bootstrap .table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #404040;
    --bs-table-border-color: #535353;
    --bs-table-striped-bg: #4a4a4a;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #535353;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #4e4e4e;
    --bs-table-hover-color: #fff
}

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

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

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

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

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

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

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

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

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

@media (min-width:1240px) {
    .has-bootstrap .col-form-label-lg {
        font-size: 1.25rem
    }
}

.has-bootstrap .col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.has-bootstrap .form-text {
    margin-top: .25rem;
    font-size: .8125rem;
    color: #c1c1c1
}

.has-bootstrap .form-control {
    display: block;
    width: 100%;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #757575;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.has-bootstrap .form-control[type=file] {
    overflow: hidden
}

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

.has-bootstrap .form-control:focus {
    color: #c5effc;
    background-color: #fff;
    border-color: #8ed5f1;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(28, 171, 226, .25)
}

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

.has-bootstrap .form-control::-moz-placeholder {
    color: rgba(51, 51, 51, .8);
    opacity: 1
}

.has-bootstrap .form-control:-ms-input-placeholder {
    color: rgba(51, 51, 51, .8);
    opacity: 1
}

.has-bootstrap .form-control::placeholder {
    color: rgba(51, 51, 51, .8);
    opacity: 1
}

.has-bootstrap .form-control:disabled {
    background-color: #f1f1f1;
    opacity: 1
}

.has-bootstrap .form-control::file-selector-button {
    padding: .375rem 1rem;
    margin: -.375rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: inherit;
    background-color: #f1f1f1;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {
    .has-bootstrap .form-control::file-selector-button {
        transition: none
    }
}

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

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

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

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

.has-bootstrap .form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem
}

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

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

@media (min-width:1240px) {
    .has-bootstrap .form-control-lg {
        font-size: 1.25rem
    }
}

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

.has-bootstrap textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

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

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

.has-bootstrap .form-control-color {
    width: 3rem;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem
}

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

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

.has-bootstrap .form-control-color::-webkit-color-swatch {
    border-radius: .25rem
}

.has-bootstrap .form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + 2px)
}

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

.has-bootstrap .form-select {
    display: block;
    width: 100%;
    padding: .375rem 3rem .375rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    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='%23404040' 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 1rem center;
    background-size: 16px 12px;
    border: 1px solid #757575;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

.has-bootstrap .form-select:focus {
    border-color: #8ed5f1;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(28, 171, 226, .25)
}

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

.has-bootstrap .form-select:disabled {
    background-color: #f1f1f1
}

.has-bootstrap .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 inherit
}

.has-bootstrap .form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .25rem
}

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

@media (min-width:1240px) {
    .has-bootstrap .form-select-lg {
        font-size: 1.25rem
    }
}

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

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

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

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

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

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

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

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

.has-bootstrap .form-check-input:focus {
    border-color: #8ed5f1;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(28, 171, 226, .25)
}

.has-bootstrap .form-check-input:checked {
    background-color: #1cabe2;
    border-color: #1cabe2
}

.has-bootstrap .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")
}

.has-bootstrap .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")
}

.has-bootstrap .form-check-input[type=checkbox]:indeterminate {
    background-color: #1cabe2;
    border-color: #1cabe2;
    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")
}

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

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

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

.has-bootstrap .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(51, 51, 51, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

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

.has-bootstrap .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='%238ed5f1'/%3E%3C/svg%3E")
}

.has-bootstrap .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")
}

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

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

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

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

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

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

.has-bootstrap .form-range:focus {
    outline: 0
}

.has-bootstrap .form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(28, 171, 226, .25)
}

.has-bootstrap .form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(28, 171, 226, .25)
}

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

.has-bootstrap .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #1cabe2;
    border: 0;
    border-radius: 1rem;
    -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) {
    .has-bootstrap .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.has-bootstrap .form-range::-webkit-slider-thumb:active {
    background-color: #bbe6f6
}

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

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

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

.has-bootstrap .form-range::-moz-range-thumb:active {
    background-color: #bbe6f6
}

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

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

.has-bootstrap .form-range:disabled::-webkit-slider-thumb {
    background-color: #757575
}

.has-bootstrap .form-range:disabled::-moz-range-thumb {
    background-color: #757575
}

.has-bootstrap .form-floating {
    position: relative
}

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

.has-bootstrap .form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    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) {
    .has-bootstrap .form-floating>label {
        transition: none
    }
}

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

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

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

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

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

.has-bootstrap .form-floating>.form-control-plaintext:not(:-ms-input-placeholder),
.has-bootstrap .form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

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

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

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

.has-bootstrap .form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.has-bootstrap .form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.has-bootstrap .form-floating>.form-control-plaintext~label,
.has-bootstrap .form-floating>.form-control:focus~label,
.has-bootstrap .form-floating>.form-control:not(:placeholder-shown)~label,
.has-bootstrap .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.has-bootstrap .form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

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

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

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

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

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

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

.has-bootstrap .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    background-color: #f1f1f1;
    border: 1px solid #757575;
    border-radius: .25rem
}

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

@media (min-width:1240px) {

    .has-bootstrap .input-group-lg>.btn,
    .has-bootstrap .input-group-lg>.form-control,
    .has-bootstrap .input-group-lg>.form-select,
    .has-bootstrap .input-group-lg>.input-group-text {
        font-size: 1.25rem
    }
}

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

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

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

.has-bootstrap .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
}

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

.has-bootstrap .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .8125rem;
    color: #80bd41
}

.has-bootstrap .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #333;
    background-color: rgba(128, 189, 65, .9);
    border-radius: .25rem
}

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

.has-bootstrap .form-control.is-valid,
.was-validated .has-bootstrap .form-control:valid {
    border-color: #80bd41;
    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 8 8'%3E%3Cpath fill='%2380bd41' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.has-bootstrap .form-control.is-valid:focus,
.was-validated .has-bootstrap .form-control:valid:focus {
    border-color: #80bd41;
    box-shadow: 0 0 0 .25rem rgba(128, 189, 65, .25)
}

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

.has-bootstrap .form-select.is-valid,
.was-validated .has-bootstrap .form-select:valid {
    border-color: #80bd41
}

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

.has-bootstrap .form-select.is-valid:focus,
.was-validated .has-bootstrap .form-select:valid:focus {
    border-color: #80bd41;
    box-shadow: 0 0 0 .25rem rgba(128, 189, 65, .25)
}

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

.has-bootstrap .form-check-input.is-valid,
.was-validated .has-bootstrap .form-check-input:valid {
    border-color: #80bd41
}

.has-bootstrap .form-check-input.is-valid:checked,
.was-validated .has-bootstrap .form-check-input:valid:checked {
    background-color: #80bd41
}

.has-bootstrap .form-check-input.is-valid:focus,
.was-validated .has-bootstrap .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(128, 189, 65, .25)
}

.has-bootstrap .form-check-input.is-valid~.form-check-label,
.was-validated .has-bootstrap .form-check-input:valid~.form-check-label {
    color: #80bd41
}

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

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

.has-bootstrap .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .8125rem;
    color: #e34e09
}

.has-bootstrap .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(227, 78, 9, .9);
    border-radius: .25rem
}

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

.has-bootstrap .form-control.is-invalid,
.was-validated .has-bootstrap .form-control:invalid {
    border-color: #e34e09;
    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='%23e34e09'%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='%23e34e09' 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)
}

.has-bootstrap .form-control.is-invalid:focus,
.was-validated .has-bootstrap .form-control:invalid:focus {
    border-color: #e34e09;
    box-shadow: 0 0 0 .25rem rgba(227, 78, 9, .25)
}

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

.has-bootstrap .form-select.is-invalid,
.was-validated .has-bootstrap .form-select:invalid {
    border-color: #e34e09
}

.has-bootstrap .form-select.is-invalid:not([multiple]):not([size]),
.has-bootstrap .form-select.is-invalid:not([multiple])[size="1"],
.was-validated .has-bootstrap .form-select:invalid:not([multiple]):not([size]),
.was-validated .has-bootstrap .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 5.5rem;
    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='%23404040' 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='%23e34e09'%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='%23e34e09' stroke='none'/%3E%3C/svg%3E");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.has-bootstrap .form-select.is-invalid:focus,
.was-validated .has-bootstrap .form-select:invalid:focus {
    border-color: #e34e09;
    box-shadow: 0 0 0 .25rem rgba(227, 78, 9, .25)
}

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

.has-bootstrap .form-check-input.is-invalid,
.was-validated .has-bootstrap .form-check-input:invalid {
    border-color: #e34e09
}

.has-bootstrap .form-check-input.is-invalid:checked,
.was-validated .has-bootstrap .form-check-input:invalid:checked {
    background-color: #e34e09
}

.has-bootstrap .form-check-input.is-invalid:focus,
.was-validated .has-bootstrap .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(227, 78, 9, .25)
}

.has-bootstrap .form-check-input.is-invalid~.form-check-label,
.was-validated .has-bootstrap .form-check-input:invalid~.form-check-label {
    color: #e34e09
}

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

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

.has-bootstrap .btn {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #404040;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.25rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(51, 51, 51, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    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) {
    .has-bootstrap .btn {
        transition: none
    }
}

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

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

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

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

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

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

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

.has-bootstrap .btn-primary {
    --bs-btn-color: #333;
    --bs-btn-bg: #1cabe2;
    --bs-btn-border-color: #1cabe2;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #3eb8e6;
    --bs-btn-hover-border-color: #33b3e5;
    --bs-btn-focus-shadow-rgb: 31, 153, 200;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #49bce8;
    --bs-btn-active-border-color: #33b3e5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #333;
    --bs-btn-disabled-bg: #1cabe2;
    --bs-btn-disabled-border-color: #1cabe2
}

.has-bootstrap .btn-secondary {
    --bs-btn-color: #333;
    --bs-btn-bg: #c1c1c1;
    --bs-btn-border-color: #c1c1c1;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #cacaca;
    --bs-btn-hover-border-color: #c7c7c7;
    --bs-btn-focus-shadow-rgb: 172, 172, 172;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #cdcdcd;
    --bs-btn-active-border-color: #c7c7c7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #333;
    --bs-btn-disabled-bg: #c1c1c1;
    --bs-btn-disabled-border-color: #c1c1c1
}

.has-bootstrap .btn-success {
    --bs-btn-color: #333;
    --bs-btn-bg: #80bd41;
    --bs-btn-border-color: #80bd41;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #93c75e;
    --bs-btn-hover-border-color: #8dc454;
    --bs-btn-focus-shadow-rgb: 116, 168, 63;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #99ca67;
    --bs-btn-active-border-color: #8dc454;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #333;
    --bs-btn-disabled-bg: #80bd41;
    --bs-btn-disabled-border-color: #80bd41
}

.has-bootstrap .btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2058a8;
    --bs-btn-border-color: #2058a8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1b4b8f;
    --bs-btn-hover-border-color: #1a4686;
    --bs-btn-focus-shadow-rgb: 65, 113, 181;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1a4686;
    --bs-btn-active-border-color: #18427e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2058a8;
    --bs-btn-disabled-border-color: #2058a8
}

.has-bootstrap .btn-warning {
    --bs-btn-color: #333;
    --bs-btn-bg: #dda63a;
    --bs-btn-border-color: #dda63a;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #e2b358;
    --bs-btn-hover-border-color: #e0af4e;
    --bs-btn-focus-shadow-rgb: 196, 149, 57;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #e4b861;
    --bs-btn-active-border-color: #e0af4e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #333;
    --bs-btn-disabled-bg: #dda63a;
    --bs-btn-disabled-border-color: #dda63a
}

.has-bootstrap .btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e34e09;
    --bs-btn-border-color: #e34e09;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c14208;
    --bs-btn-hover-border-color: #b63e07;
    --bs-btn-focus-shadow-rgb: 231, 105, 46;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b63e07;
    --bs-btn-active-border-color: #aa3b07;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e34e09;
    --bs-btn-disabled-border-color: #e34e09
}

.has-bootstrap .btn-light {
    --bs-btn-color: #333;
    --bs-btn-bg: #f1f1f1;
    --bs-btn-border-color: #f1f1f1;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #cdcdcd;
    --bs-btn-hover-border-color: #c1c1c1;
    --bs-btn-focus-shadow-rgb: 213, 213, 213;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #c1c1c1;
    --bs-btn-active-border-color: #b5b5b5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #333;
    --bs-btn-disabled-bg: #f1f1f1;
    --bs-btn-disabled-border-color: #f1f1f1
}

.has-bootstrap .btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #404040;
    --bs-btn-border-color: #404040;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5d5d5d;
    --bs-btn-hover-border-color: #535353;
    --bs-btn-focus-shadow-rgb: 93, 93, 93;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #666;
    --bs-btn-active-border-color: #535353;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #404040;
    --bs-btn-disabled-border-color: #404040
}

.has-bootstrap .btn-outline-primary {
    --bs-btn-color: #1cabe2;
    --bs-btn-border-color: #1cabe2;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #1cabe2;
    --bs-btn-hover-border-color: #1cabe2;
    --bs-btn-focus-shadow-rgb: 28, 171, 226;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #1cabe2;
    --bs-btn-active-border-color: #1cabe2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #1cabe2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1cabe2;
    --bs-gradient: none
}

.has-bootstrap .btn-outline-secondary {
    --bs-btn-color: #c1c1c1;
    --bs-btn-border-color: #c1c1c1;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #c1c1c1;
    --bs-btn-hover-border-color: #c1c1c1;
    --bs-btn-focus-shadow-rgb: 193, 193, 193;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #c1c1c1;
    --bs-btn-active-border-color: #c1c1c1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #c1c1c1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #c1c1c1;
    --bs-gradient: none
}

.has-bootstrap .btn-outline-success {
    --bs-btn-color: #80bd41;
    --bs-btn-border-color: #80bd41;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #80bd41;
    --bs-btn-hover-border-color: #80bd41;
    --bs-btn-focus-shadow-rgb: 128, 189, 65;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #80bd41;
    --bs-btn-active-border-color: #80bd41;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #80bd41;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #80bd41;
    --bs-gradient: none
}

.has-bootstrap .btn-outline-info {
    --bs-btn-color: #2058a8;
    --bs-btn-border-color: #2058a8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2058a8;
    --bs-btn-hover-border-color: #2058a8;
    --bs-btn-focus-shadow-rgb: 32, 88, 168;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2058a8;
    --bs-btn-active-border-color: #2058a8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #2058a8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2058a8;
    --bs-gradient: none
}

.has-bootstrap .btn-outline-warning {
    --bs-btn-color: #dda63a;
    --bs-btn-border-color: #dda63a;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #dda63a;
    --bs-btn-hover-border-color: #dda63a;
    --bs-btn-focus-shadow-rgb: 221, 166, 58;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #dda63a;
    --bs-btn-active-border-color: #dda63a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #dda63a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dda63a;
    --bs-gradient: none
}

.has-bootstrap .btn-outline-danger {
    --bs-btn-color: #e34e09;
    --bs-btn-border-color: #e34e09;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e34e09;
    --bs-btn-hover-border-color: #e34e09;
    --bs-btn-focus-shadow-rgb: 227, 78, 9;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e34e09;
    --bs-btn-active-border-color: #e34e09;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #e34e09;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e34e09;
    --bs-gradient: none
}

.has-bootstrap .btn-outline-light {
    --bs-btn-color: #f1f1f1;
    --bs-btn-border-color: #f1f1f1;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #f1f1f1;
    --bs-btn-hover-border-color: #f1f1f1;
    --bs-btn-focus-shadow-rgb: 241, 241, 241;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #f1f1f1;
    --bs-btn-active-border-color: #f1f1f1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #f1f1f1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f1f1f1;
    --bs-gradient: none
}

.has-bootstrap .btn-outline-dark {
    --bs-btn-color: #404040;
    --bs-btn-border-color: #404040;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #404040;
    --bs-btn-hover-border-color: #404040;
    --bs-btn-focus-shadow-rgb: 64, 64, 64;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #404040;
    --bs-btn-active-border-color: #404040;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #404040;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #404040;
    --bs-gradient: none
}

.has-bootstrap .btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #c1c1c1;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 31, 153, 200;
    text-decoration: underline
}

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

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

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

@media (min-width:1240px) {

    .has-bootstrap .btn-group-lg>.btn,
    .has-bootstrap .btn-lg {
        --bs-btn-font-size: 1.25rem
    }
}

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

.has-bootstrap .fade {
    transition: opacity .15s linear
}

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

.has-bootstrap .fade:not(.show) {
    opacity: 0
}

.has-bootstrap .collapse:not(.show) {
    display: none
}

.has-bootstrap .collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

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

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

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

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

.has-bootstrap .dropdown-toggle {
    white-space: nowrap
}

.has-bootstrap .dropdown-toggle:after {
    margin-left: .255em;
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

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

.has-bootstrap .dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #404040;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.25rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.25rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.15);
    --bs-dropdown-link-color: #404040;
    --bs-dropdown-link-hover-color: #3a3a3a;
    --bs-dropdown-link-hover-bg: #f1f1f1;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #1cabe2;
    --bs-dropdown-link-disabled-color: #757575;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #c1c1c1;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-bootstrap .dropdown-menu.show {
    display: block
}

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

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

.has-bootstrap .dropdown-menu-dark {
    --bs-dropdown-color: #d5d5d5;
    --bs-dropdown-bg: #404040;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-link-color: #d5d5d5;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #1cabe2;
    --bs-dropdown-link-disabled-color: #757575;
    --bs-dropdown-header-color: #757575
}

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

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

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

.has-bootstrap .btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

.has-bootstrap .btn-group {
    border-radius: .25rem
}

.has-bootstrap .btn-group>.btn-group:not(:first-child),
.has-bootstrap .btn-group>:not(.btn-check:first-child)+.btn {
    margin-left: -1px
}

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

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

.has-bootstrap .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

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

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

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

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

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

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

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

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

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

.has-bootstrap .nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #c1c1c1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.has-bootstrap .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .has-bootstrap .nav-link {
        transition: none
    }
}

.has-bootstrap .nav-link:focus,
.has-bootstrap .nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.has-bootstrap .nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.has-bootstrap .nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #d5d5d5;
    --bs-nav-tabs-border-radius: 0.25rem;
    --bs-nav-tabs-link-hover-border-color: #f1f1f1 #f1f1f1 #d5d5d5;
    --bs-nav-tabs-link-active-color: #595959;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #d5d5d5 #d5d5d5 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.has-bootstrap .nav-tabs .nav-link {
    margin-bottom: calc(var(--bs-nav-tabs-border-width)*-1);
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.has-bootstrap .nav-tabs .nav-link:focus,
.has-bootstrap .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.has-bootstrap .nav-tabs .nav-link.disabled,
.has-bootstrap .nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.has-bootstrap .nav-tabs .nav-item.show .nav-link,
.has-bootstrap .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.has-bootstrap .nav-tabs .dropdown-menu {
    margin-top: calc(var(--bs-nav-tabs-border-width)*-1);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.has-bootstrap .nav-pills {
    --bs-nav-pills-border-radius: 0.25rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #1cabe2
}

.has-bootstrap .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius)
}

.has-bootstrap .nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.has-bootstrap .nav-pills .nav-link.active,
.has-bootstrap .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

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

.has-bootstrap .nav-justified .nav-item,
.has-bootstrap .nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.has-bootstrap .nav-fill .nav-item .nav-link,
.has-bootstrap .nav-justified .nav-item .nav-link {
    width: 100%
}

.has-bootstrap .tab-content>.tab-pane {
    display: none
}

.has-bootstrap .tab-content>.active {
    display: block
}

.has-bootstrap .navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(51, 51, 51, 0.55);
    --bs-navbar-hover-color: rgba(51, 51, 51, 0.7);
    --bs-navbar-disabled-color: rgba(51, 51, 51, 0.3);
    --bs-navbar-active-color: rgba(51, 51, 51, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(51, 51, 51, 0.9);
    --bs-navbar-brand-hover-color: rgba(51, 51, 51, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: 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(51, 51, 51, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --bs-navbar-toggler-border-color: rgba(51, 51, 51, 0.1);
    --bs-navbar-toggler-border-radius: 0.25rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

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

.has-bootstrap .navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.has-bootstrap .navbar-brand:focus,
.has-bootstrap .navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.has-bootstrap .navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.has-bootstrap .navbar-nav .nav-link.active,
.has-bootstrap .navbar-nav .show>.nav-link {
    color: var(--bs-navbar-active-color)
}

.has-bootstrap .navbar-nav .dropdown-menu {
    position: static
}

.has-bootstrap .navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.has-bootstrap .navbar-text a,
.has-bootstrap .navbar-text a:focus,
.has-bootstrap .navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

.has-bootstrap .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.has-bootstrap .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

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

.has-bootstrap .navbar-toggler:hover {
    text-decoration: none
}

.has-bootstrap .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.has-bootstrap .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%
}

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

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

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

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

    .has-bootstrap .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

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

    .has-bootstrap .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .has-bootstrap .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .has-bootstrap .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

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

    .has-bootstrap .navbar-expand-sm .offcanvas .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

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

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

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

    .has-bootstrap .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

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

    .has-bootstrap .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .has-bootstrap .navbar-expand-md .navbar-toggler {
        display: none
    }

    .has-bootstrap .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

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

    .has-bootstrap .navbar-expand-md .offcanvas .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

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

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

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

    .has-bootstrap .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

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

    .has-bootstrap .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .has-bootstrap .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .has-bootstrap .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

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

    .has-bootstrap .navbar-expand-lg .offcanvas .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

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

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

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

    .has-bootstrap .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

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

    .has-bootstrap .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .has-bootstrap .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .has-bootstrap .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

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

    .has-bootstrap .navbar-expand-xl .offcanvas .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1400px) {
    .has-bootstrap .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .has-bootstrap .navbar-expand-xxl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .has-bootstrap .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .has-bootstrap .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .has-bootstrap .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .has-bootstrap .navbar-expand-xxl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .has-bootstrap .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .has-bootstrap .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .has-bootstrap .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .has-bootstrap .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.has-bootstrap .navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.has-bootstrap .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.has-bootstrap .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.has-bootstrap .navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.has-bootstrap .navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.has-bootstrap .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.has-bootstrap .navbar-expand .navbar-toggler {
    display: none
}

.has-bootstrap .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.has-bootstrap .navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.has-bootstrap .navbar-expand .offcanvas .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.has-bootstrap .navbar-dark {
    --bs-navbar-color: hsla(0, 0%, 100%, 0.55);
    --bs-navbar-hover-color: hsla(0, 0%, 100%, 0.75);
    --bs-navbar-disabled-color: hsla(0, 0%, 100%, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, 0.1);
    --bs-navbar-toggler-icon-bg: 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")
}

.has-bootstrap .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.25rem;
    --bs-card-inner-border-radius: calc(0.25rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(51, 51, 51, 0.03);
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.has-bootstrap .card>hr {
    margin-right: 0;
    margin-left: 0
}

.has-bootstrap .card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.has-bootstrap .card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.has-bootstrap .card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.has-bootstrap .card>.card-header+.list-group,
.has-bootstrap .card>.list-group+.card-footer {
    border-top: 0
}

.has-bootstrap .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.has-bootstrap .card-title {
    margin-bottom: var(--bs-card-title-spacer-y)
}

.has-bootstrap .card-subtitle {
    margin-top: calc(var(--bs-card-title-spacer-y)*-0.5);
    margin-bottom: 0
}

.has-bootstrap .card-text:last-child {
    margin-bottom: 0
}

.has-bootstrap .card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.has-bootstrap .card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.has-bootstrap .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.has-bootstrap .card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.has-bootstrap .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.has-bootstrap .card-header-tabs {
    margin-right: calc(var(--bs-card-cap-padding-x)*-0.5);
    margin-bottom: calc(var(--bs-card-cap-padding-y)*-1);
    margin-left: calc(var(--bs-card-cap-padding-x)*-0.5);
    border-bottom: 0
}

.has-bootstrap .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.has-bootstrap .card-header-pills {
    margin-right: calc(var(--bs-card-cap-padding-x)*-0.5);
    margin-left: calc(var(--bs-card-cap-padding-x)*-0.5)
}

.has-bootstrap .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.has-bootstrap .card-img,
.has-bootstrap .card-img-bottom,
.has-bootstrap .card-img-top {
    width: 100%
}

.has-bootstrap .card-img,
.has-bootstrap .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.has-bootstrap .card-img,
.has-bootstrap .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.has-bootstrap .card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width:576px) {
    .has-bootstrap .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .has-bootstrap .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .has-bootstrap .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .has-bootstrap .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .has-bootstrap .card-group>.card:not(:last-child) .card-header,
    .has-bootstrap .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .has-bootstrap .card-group>.card:not(:last-child) .card-footer,
    .has-bootstrap .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .has-bootstrap .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .has-bootstrap .card-group>.card:not(:first-child) .card-header,
    .has-bootstrap .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .has-bootstrap .card-group>.card:not(:first-child) .card-footer,
    .has-bootstrap .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.has-bootstrap .accordion {
    --bs-accordion-color: #404040;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.25rem;
    --bs-accordion-inner-border-radius: calc(0.25rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #404040;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23404040'%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");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23199acb'%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");
    --bs-accordion-btn-focus-border-color: #8ed5f1;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(28, 171, 226, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #199acb;
    --bs-accordion-active-bg: #e8f7fc
}

.has-bootstrap .accordion-button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion:reduce) {
    .has-bootstrap .accordion-button {
        transition: none
    }
}

.has-bootstrap .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color)
}

.has-bootstrap .accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.has-bootstrap .accordion-button:after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
    .has-bootstrap .accordion-button:after {
        transition: none
    }
}

.has-bootstrap .accordion-button:hover {
    z-index: 2
}

.has-bootstrap .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.has-bootstrap .accordion-header {
    margin-bottom: 0
}

.has-bootstrap .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.has-bootstrap .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.has-bootstrap .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.has-bootstrap .accordion-item:not(:first-of-type) {
    border-top: 0
}

.has-bootstrap .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.has-bootstrap .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.has-bootstrap .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.has-bootstrap .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.has-bootstrap .accordion-flush .accordion-collapse {
    border-width: 0
}

.has-bootstrap .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.has-bootstrap .accordion-flush .accordion-item:first-child {
    border-top: 0
}

.has-bootstrap .accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.has-bootstrap .accordion-flush .accordion-item .accordion-button,
.has-bootstrap .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

.has-bootstrap .breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-divider-color: #c1c1c1;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #c1c1c1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.has-bootstrap .breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.has-bootstrap .breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
}

.has-bootstrap .breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.has-bootstrap .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #d5d5d5;
    --bs-pagination-border-radius: 0.25rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #f1f1f1;
    --bs-pagination-hover-border-color: #d5d5d5;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #f1f1f1;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(28, 171, 226, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #1cabe2;
    --bs-pagination-active-border-color: #1cabe2;
    --bs-pagination-disabled-color: #c1c1c1;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #d5d5d5;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.has-bootstrap .page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    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) {
    .has-bootstrap .page-link {
        transition: none
    }
}

.has-bootstrap .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.has-bootstrap .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.active>.has-bootstrap .page-link,
.has-bootstrap .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.disabled>.has-bootstrap .page-link,
.has-bootstrap .page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.has-bootstrap .page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.has-bootstrap .page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.has-bootstrap .page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.has-bootstrap .pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: 0.5rem
}

@media (min-width:1240px) {
    .has-bootstrap .pagination-lg {
        --bs-pagination-font-size: 1.25rem
    }
}

.has-bootstrap .pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: 0.25rem
}

.has-bootstrap .badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.25rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.has-bootstrap .badge:empty {
    display: none
}

.has-bootstrap .btn .badge {
    position: relative;
    top: -1px
}

.has-bootstrap .alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.25rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.has-bootstrap .alert-heading {
    color: inherit
}

.has-bootstrap .alert-link {
    font-weight: 700
}

.has-bootstrap .alert-dismissible {
    padding-right: 3rem
}

.has-bootstrap .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.has-bootstrap .alert-primary {
    --bs-alert-color: #116788;
    --bs-alert-bg: #d2eef9;
    --bs-alert-border-color: #bbe6f6
}

.has-bootstrap .alert-primary .alert-link {
    color: #0e526d
}

.has-bootstrap .alert-secondary {
    --bs-alert-color: #6c6c6c;
    --bs-alert-bg: #f3f3f3;
    --bs-alert-border-color: #ececec
}

.has-bootstrap .alert-secondary .alert-link {
    color: #565656
}

.has-bootstrap .alert-success {
    --bs-alert-color: #4d7127;
    --bs-alert-bg: #e6f2d9;
    --bs-alert-border-color: #d9ebc6
}

.has-bootstrap .alert-success .alert-link {
    color: #3e5a1f
}

.has-bootstrap .alert-info {
    --bs-alert-color: #133565;
    --bs-alert-bg: #d2deee;
    --bs-alert-border-color: #bccde5
}

.has-bootstrap .alert-info .alert-link {
    color: #0f2a51
}

.has-bootstrap .alert-warning {
    --bs-alert-color: #856423;
    --bs-alert-bg: #f8edd8;
    --bs-alert-border-color: #f5e4c4
}

.has-bootstrap .alert-warning .alert-link {
    color: #6a501c
}

.has-bootstrap .alert-danger {
    --bs-alert-color: #882f05;
    --bs-alert-bg: #f9dcce;
    --bs-alert-border-color: #f7cab5
}

.has-bootstrap .alert-danger .alert-link {
    color: #6d2604
}

.has-bootstrap .alert-light {
    --bs-alert-color: #7f7f7f;
    --bs-alert-bg: #fcfcfc;
    --bs-alert-border-color: #fbfbfb
}

.has-bootstrap .alert-light .alert-link {
    color: #666
}

.has-bootstrap .alert-dark {
    --bs-alert-color: #262626;
    --bs-alert-bg: #d9d9d9;
    --bs-alert-border-color: #c6c6c6
}

.has-bootstrap .alert-dark .alert-link {
    color: #1e1e1e
}

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

.has-bootstrap .progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #f1f1f1;
    --bs-progress-border-radius: 0.25rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #1cabe2;
    --bs-progress-bar-transition: width 0.6s ease;
    display: -ms-flexbox;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.has-bootstrap .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

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

.has-bootstrap .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: var(--bs-progress-height) var(--bs-progress-height)
}

.has-bootstrap .progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

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

.has-bootstrap .list-group {
    --bs-list-group-color: #404040;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(51, 51, 51, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.25rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #595959;
    --bs-list-group-action-hover-color: #595959;
    --bs-list-group-action-hover-bg: #f1f1f1;
    --bs-list-group-action-active-color: #404040;
    --bs-list-group-action-active-bg: #f1f1f1;
    --bs-list-group-disabled-color: #c1c1c1;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #1cabe2;
    --bs-list-group-active-border-color: #1cabe2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.has-bootstrap .list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.has-bootstrap .list-group-numbered>.list-group-item:before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.has-bootstrap .list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.has-bootstrap .list-group-item-action:focus,
.has-bootstrap .list-group-item-action:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.has-bootstrap .list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.has-bootstrap .list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.has-bootstrap .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.has-bootstrap .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.has-bootstrap .list-group-item.disabled,
.has-bootstrap .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.has-bootstrap .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.has-bootstrap .list-group-item+.list-group-item {
    border-top-width: 0
}

.has-bootstrap .list-group-item+.list-group-item.active {
    margin-top: calc(var(--bs-list-group-border-width)*-1);
    border-top-width: var(--bs-list-group-border-width)
}

.has-bootstrap .list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.has-bootstrap .list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.has-bootstrap .list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
}

.has-bootstrap .list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.has-bootstrap .list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
}

.has-bootstrap .list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width)*-1);
    border-left-width: var(--bs-list-group-border-width)
}

@media (min-width:576px) {
    .has-bootstrap .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .has-bootstrap .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .has-bootstrap .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .has-bootstrap .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .has-bootstrap .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .has-bootstrap .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width)*-1);
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width:768px) {
    .has-bootstrap .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .has-bootstrap .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .has-bootstrap .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .has-bootstrap .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .has-bootstrap .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .has-bootstrap .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width)*-1);
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width:992px) {
    .has-bootstrap .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .has-bootstrap .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .has-bootstrap .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .has-bootstrap .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .has-bootstrap .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .has-bootstrap .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width)*-1);
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width:1200px) {
    .has-bootstrap .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .has-bootstrap .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .has-bootstrap .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .has-bootstrap .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .has-bootstrap .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .has-bootstrap .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width)*-1);
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width:1400px) {
    .has-bootstrap .list-group-horizontal-xxl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .has-bootstrap .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .has-bootstrap .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .has-bootstrap .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .has-bootstrap .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .has-bootstrap .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width)*-1);
        border-left-width: var(--bs-list-group-border-width)
    }
}

.has-bootstrap .list-group-flush {
    border-radius: 0
}

.has-bootstrap .list-group-flush>.list-group-item {
    border-left-width: 0;
    border-bottom-width: var(--bs-list-group-border-width);
    border-right-width: 0;
    border-top-width: 0
}

.has-bootstrap .list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.has-bootstrap .list-group-item-primary {
    color: #116788;
    background-color: #d2eef9
}

.has-bootstrap .list-group-item-primary.list-group-item-action:focus,
.has-bootstrap .list-group-item-primary.list-group-item-action:hover {
    color: #116788;
    background-color: #bdd6e0
}

.has-bootstrap .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #116788;
    border-color: #116788
}

.has-bootstrap .list-group-item-secondary {
    color: #6c6c6c;
    background-color: #f3f3f3
}

.has-bootstrap .list-group-item-secondary.list-group-item-action:focus,
.has-bootstrap .list-group-item-secondary.list-group-item-action:hover {
    color: #6c6c6c;
    background-color: #dbdbdb
}

.has-bootstrap .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #6c6c6c;
    border-color: #6c6c6c
}

.has-bootstrap .list-group-item-success {
    color: #4d7127;
    background-color: #e6f2d9
}

.has-bootstrap .list-group-item-success.list-group-item-action:focus,
.has-bootstrap .list-group-item-success.list-group-item-action:hover {
    color: #4d7127;
    background-color: #cfdac3
}

.has-bootstrap .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #4d7127;
    border-color: #4d7127
}

.has-bootstrap .list-group-item-info {
    color: #133565;
    background-color: #d2deee
}

.has-bootstrap .list-group-item-info.list-group-item-action:focus,
.has-bootstrap .list-group-item-info.list-group-item-action:hover {
    color: #133565;
    background-color: #bdc8d6
}

.has-bootstrap .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #133565;
    border-color: #133565
}

.has-bootstrap .list-group-item-warning {
    color: #856423;
    background-color: #f8edd8
}

.has-bootstrap .list-group-item-warning.list-group-item-action:focus,
.has-bootstrap .list-group-item-warning.list-group-item-action:hover {
    color: #856423;
    background-color: #dfd5c2
}

.has-bootstrap .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856423;
    border-color: #856423
}

.has-bootstrap .list-group-item-danger {
    color: #882f05;
    background-color: #f9dcce
}

.has-bootstrap .list-group-item-danger.list-group-item-action:focus,
.has-bootstrap .list-group-item-danger.list-group-item-action:hover {
    color: #882f05;
    background-color: #e0c6b9
}

.has-bootstrap .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #882f05;
    border-color: #882f05
}

.has-bootstrap .list-group-item-light {
    color: #7f7f7f;
    background-color: #fcfcfc
}

.has-bootstrap .list-group-item-light.list-group-item-action:focus,
.has-bootstrap .list-group-item-light.list-group-item-action:hover {
    color: #7f7f7f;
    background-color: #e3e3e3
}

.has-bootstrap .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7f7f7f;
    border-color: #7f7f7f
}

.has-bootstrap .list-group-item-dark {
    color: #262626;
    background-color: #d9d9d9
}

.has-bootstrap .list-group-item-dark.list-group-item-action:focus,
.has-bootstrap .list-group-item-dark.list-group-item-action:hover {
    color: #262626;
    background-color: #c3c3c3
}

.has-bootstrap .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #262626;
    border-color: #262626
}

.has-bootstrap .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #333;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%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: .25rem;
    opacity: .5
}

.has-bootstrap .btn-close:hover {
    color: #333;
    text-decoration: none;
    opacity: .75
}

.has-bootstrap .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(28, 171, 226, .25);
    opacity: 1
}

.has-bootstrap .btn-close.disabled,
.has-bootstrap .btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .25
}

.has-bootstrap .btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.has-bootstrap .toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 30px;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-bg: hsla(0, 0%, 100%, 0.85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.25rem;
    --bs-toast-box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.15);
    --bs-toast-header-color: #c1c1c1;
    --bs-toast-header-bg: hsla(0, 0%, 100%, 0.85);
    --bs-toast-header-border-color: rgba(51, 51, 51, 0.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.has-bootstrap .toast.showing {
    opacity: 0
}

.has-bootstrap .toast:not(.show) {
    display: none
}

.has-bootstrap .toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.has-bootstrap .toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.has-bootstrap .toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.has-bootstrap .toast-header .btn-close {
    margin-right: calc(var(--bs-toast-padding-x)*-0.5);
    margin-left: var(--bs-toast-padding-x)
}

.has-bootstrap .toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

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

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

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

@media (prefers-reduced-motion:reduce) {
    .modal.fade .has-bootstrap .modal-dialog {
        transition: none
    }
}

.modal.show .has-bootstrap .modal-dialog {
    transform: none
}

.modal.modal-static .has-bootstrap .modal-dialog {
    transform: scale(1.02)
}

.has-bootstrap .modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin)*2)
}

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

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

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

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

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

.has-bootstrap .modal-backdrop.fade {
    opacity: 0
}

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {

    .has-bootstrap .modal-lg,
    .has-bootstrap .modal-xl {
        --bs-modal-width: 800px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-bootstrap .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.has-bootstrap .bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

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

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

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

.has-bootstrap .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.has-bootstrap .bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: var(--bs-popover-arrow-width);
    margin-left: calc(var(--bs-popover-arrow-width)*-0.5);
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

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

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

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

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

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

.popover-header:empty {
    display: none
}

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

.has-bootstrap .carousel {
    position: relative
}

.has-bootstrap .carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.has-bootstrap .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.has-bootstrap .carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.has-bootstrap .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) {
    .has-bootstrap .carousel-item {
        transition: none
    }
}

.has-bootstrap .carousel-item-next,
.has-bootstrap .carousel-item-prev,
.has-bootstrap .carousel-item.active {
    display: block
}

.has-bootstrap .active.carousel-item-end,
.has-bootstrap .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.has-bootstrap .active.carousel-item-start,
.has-bootstrap .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.has-bootstrap .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.has-bootstrap .carousel-fade .carousel-item-next.carousel-item-start,
.has-bootstrap .carousel-fade .carousel-item-prev.carousel-item-end,
.has-bootstrap .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.has-bootstrap .carousel-fade .active.carousel-item-end,
.has-bootstrap .carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .has-bootstrap .carousel-fade .active.carousel-item-end,
    .has-bootstrap .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.has-bootstrap .carousel-control-next,
.has-bootstrap .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: 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) {

    .has-bootstrap .carousel-control-next,
    .has-bootstrap .carousel-control-prev {
        transition: none
    }
}

.has-bootstrap .carousel-control-next:focus,
.has-bootstrap .carousel-control-next:hover,
.has-bootstrap .carousel-control-prev:focus,
.has-bootstrap .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.has-bootstrap .carousel-control-prev {
    left: 0
}

.has-bootstrap .carousel-control-next {
    right: 0
}

.has-bootstrap .carousel-control-next-icon,
.has-bootstrap .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.has-bootstrap .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")
}

.has-bootstrap .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")
}

.has-bootstrap .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.has-bootstrap .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    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) {
    .has-bootstrap .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.has-bootstrap .carousel-indicators .active {
    opacity: 1
}

.has-bootstrap .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.has-bootstrap .carousel-dark .carousel-control-next-icon,
.has-bootstrap .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.has-bootstrap .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #333
}

.has-bootstrap .carousel-dark .carousel-caption {
    color: #333
}

.has-bootstrap .spinner-border,
.has-bootstrap .spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.has-bootstrap .spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid;
    border-right-color: transparent
}

.has-bootstrap .spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.has-bootstrap .spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.has-bootstrap .spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .has-bootstrap .spinner-border,
    .has-bootstrap .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.has-bootstrap .offcanvas,
.has-bootstrap .offcanvas-lg,
.has-bootstrap .offcanvas-md,
.has-bootstrap .offcanvas-sm,
.has-bootstrap .offcanvas-xl,
.has-bootstrap .offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(51, 51, 51, 0.075)
}

@media (max-width:575.98px) {
    .has-bootstrap .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
    .has-bootstrap .offcanvas-sm {
        transition: none
    }
}

@media (max-width:575.98px) {
    .has-bootstrap .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .has-bootstrap .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .has-bootstrap .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .has-bootstrap .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .has-bootstrap .offcanvas-sm.show:not(.hiding),
    .has-bootstrap .offcanvas-sm.showing {
        transform: none
    }

    .has-bootstrap .offcanvas-sm.hiding,
    .has-bootstrap .offcanvas-sm.show,
    .has-bootstrap .offcanvas-sm.showing {
        visibility: visible
    }
}

@media (min-width:576px) {
    .has-bootstrap .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .has-bootstrap .offcanvas-sm .offcanvas-header {
        display: none
    }

    .has-bootstrap .offcanvas-sm .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width:767.98px) {
    .has-bootstrap .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
    .has-bootstrap .offcanvas-md {
        transition: none
    }
}

@media (max-width:767.98px) {
    .has-bootstrap .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .has-bootstrap .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .has-bootstrap .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .has-bootstrap .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .has-bootstrap .offcanvas-md.show:not(.hiding),
    .has-bootstrap .offcanvas-md.showing {
        transform: none
    }

    .has-bootstrap .offcanvas-md.hiding,
    .has-bootstrap .offcanvas-md.show,
    .has-bootstrap .offcanvas-md.showing {
        visibility: visible
    }
}

@media (min-width:768px) {
    .has-bootstrap .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .has-bootstrap .offcanvas-md .offcanvas-header {
        display: none
    }

    .has-bootstrap .offcanvas-md .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width:991.98px) {
    .has-bootstrap .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
    .has-bootstrap .offcanvas-lg {
        transition: none
    }
}

@media (max-width:991.98px) {
    .has-bootstrap .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .has-bootstrap .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .has-bootstrap .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .has-bootstrap .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .has-bootstrap .offcanvas-lg.show:not(.hiding),
    .has-bootstrap .offcanvas-lg.showing {
        transform: none
    }

    .has-bootstrap .offcanvas-lg.hiding,
    .has-bootstrap .offcanvas-lg.show,
    .has-bootstrap .offcanvas-lg.showing {
        visibility: visible
    }
}

@media (min-width:992px) {
    .has-bootstrap .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .has-bootstrap .offcanvas-lg .offcanvas-header {
        display: none
    }

    .has-bootstrap .offcanvas-lg .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width:1199.98px) {
    .has-bootstrap .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
    .has-bootstrap .offcanvas-xl {
        transition: none
    }
}

@media (max-width:1199.98px) {
    .has-bootstrap .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .has-bootstrap .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .has-bootstrap .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .has-bootstrap .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .has-bootstrap .offcanvas-xl.show:not(.hiding),
    .has-bootstrap .offcanvas-xl.showing {
        transform: none
    }

    .has-bootstrap .offcanvas-xl.hiding,
    .has-bootstrap .offcanvas-xl.show,
    .has-bootstrap .offcanvas-xl.showing {
        visibility: visible
    }
}

@media (min-width:1200px) {
    .has-bootstrap .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .has-bootstrap .offcanvas-xl .offcanvas-header {
        display: none
    }

    .has-bootstrap .offcanvas-xl .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width:1399.98px) {
    .has-bootstrap .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
    .has-bootstrap .offcanvas-xxl {
        transition: none
    }
}

@media (max-width:1399.98px) {
    .has-bootstrap .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .has-bootstrap .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .has-bootstrap .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .has-bootstrap .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .has-bootstrap .offcanvas-xxl.show:not(.hiding),
    .has-bootstrap .offcanvas-xxl.showing {
        transform: none
    }

    .has-bootstrap .offcanvas-xxl.hiding,
    .has-bootstrap .offcanvas-xxl.show,
    .has-bootstrap .offcanvas-xxl.showing {
        visibility: visible
    }
}

@media (min-width:1400px) {
    .has-bootstrap .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .has-bootstrap .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .has-bootstrap .offcanvas-xxl .offcanvas-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

.has-bootstrap .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .has-bootstrap .offcanvas {
        transition: none
    }
}

.has-bootstrap .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
}

.has-bootstrap .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
}

.has-bootstrap .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.has-bootstrap .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.has-bootstrap .offcanvas.show:not(.hiding),
.has-bootstrap .offcanvas.showing {
    transform: none
}

.has-bootstrap .offcanvas.hiding,
.has-bootstrap .offcanvas.show,
.has-bootstrap .offcanvas.showing {
    visibility: visible
}

.has-bootstrap .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #333
}

.has-bootstrap .offcanvas-backdrop.fade {
    opacity: 0
}

.has-bootstrap .offcanvas-backdrop.show {
    opacity: .5
}

.has-bootstrap .offcanvas-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.has-bootstrap .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y)*0.5) calc(var(--bs-offcanvas-padding-x)*0.5);
    margin-top: calc(var(--bs-offcanvas-padding-y)*-0.5);
    margin-right: calc(var(--bs-offcanvas-padding-x)*-0.5);
    margin-bottom: calc(var(--bs-offcanvas-padding-y)*-0.5)
}

.has-bootstrap .offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.has-bootstrap .offcanvas-body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.has-bootstrap .placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.has-bootstrap .placeholder.btn:before {
    display: inline-block;
    content: ""
}

.has-bootstrap .placeholder-xs {
    min-height: .6em
}

.has-bootstrap .placeholder-sm {
    min-height: .8em
}

.has-bootstrap .placeholder-lg {
    min-height: 1.2em
}

.has-bootstrap .placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.has-bootstrap .placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #333 55%, rgba(0, 0, 0, .8) 75%, #333 95%);
    mask-image: linear-gradient(130deg, #333 55%, rgba(0, 0, 0, .8) 75%, #333 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

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

.has-bootstrap .text-bg-primary {
    color: #333 !important;
    background-color: RGBA(28, 171, 226, var(--bs-bg-opacity, 1)) !important
}

.has-bootstrap .text-bg-secondary {
    color: #333 !important;
    background-color: RGBA(193, 193, 193, var(--bs-bg-opacity, 1)) !important
}

.has-bootstrap .text-bg-success {
    color: #333 !important;
    background-color: RGBA(128, 189, 65, var(--bs-bg-opacity, 1)) !important
}

.has-bootstrap .text-bg-info {
    color: #fff !important;
    background-color: RGBA(32, 88, 168, var(--bs-bg-opacity, 1)) !important
}

.has-bootstrap .text-bg-warning {
    color: #333 !important;
    background-color: RGBA(221, 166, 58, var(--bs-bg-opacity, 1)) !important
}

.has-bootstrap .text-bg-danger {
    color: #fff !important;
    background-color: RGBA(227, 78, 9, var(--bs-bg-opacity, 1)) !important
}

.has-bootstrap .text-bg-light {
    color: #333 !important;
    background-color: RGBA(241, 241, 241, var(--bs-bg-opacity, 1)) !important
}

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

.has-bootstrap .link-primary {
    color: #1cabe2 !important
}

.has-bootstrap .link-primary:focus,
.has-bootstrap .link-primary:hover {
    color: #49bce8 !important
}

.has-bootstrap .link-secondary {
    color: #c1c1c1 !important
}

.has-bootstrap .link-secondary:focus,
.has-bootstrap .link-secondary:hover {
    color: #cdcdcd !important
}

.has-bootstrap .link-success {
    color: #80bd41 !important
}

.has-bootstrap .link-success:focus,
.has-bootstrap .link-success:hover {
    color: #99ca67 !important
}

.has-bootstrap .link-info {
    color: #2058a8 !important
}

.has-bootstrap .link-info:focus,
.has-bootstrap .link-info:hover {
    color: #1a4686 !important
}

.has-bootstrap .link-warning {
    color: #dda63a !important
}

.has-bootstrap .link-warning:focus,
.has-bootstrap .link-warning:hover {
    color: #e4b861 !important
}

.has-bootstrap .link-danger {
    color: #e34e09 !important
}

.has-bootstrap .link-danger:focus,
.has-bootstrap .link-danger:hover {
    color: #b63e07 !important
}

.has-bootstrap .link-light {
    color: #f1f1f1 !important
}

.has-bootstrap .link-light:focus,
.has-bootstrap .link-light:hover {
    color: #f4f4f4 !important
}

.has-bootstrap .link-dark {
    color: #404040 !important
}

.has-bootstrap .link-dark:focus,
.has-bootstrap .link-dark:hover {
    color: #333 !important
}

.has-bootstrap .ratio {
    position: relative;
    width: 100%
}

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

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

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

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

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

.has-bootstrap .ratio-21x9 {
    --bs-aspect-ratio: 42.85714%
}

.has-bootstrap .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.has-bootstrap .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.has-bootstrap .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

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

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

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

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

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

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

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

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

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

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

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

.has-bootstrap .hstack {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch
}

.has-bootstrap .hstack,
.has-bootstrap .vstack {
    display: -ms-flexbox;
    display: flex;
    align-self: stretch
}

.has-bootstrap .vstack {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch
}

.has-bootstrap .visually-hidden,
.has-bootstrap .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
}

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

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

.has-bootstrap .vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.has-bootstrap .align-baseline {
    vertical-align: baseline !important
}

.has-bootstrap .align-top {
    vertical-align: top !important
}

.has-bootstrap .align-middle {
    vertical-align: middle !important
}

.has-bootstrap .align-bottom {
    vertical-align: bottom !important
}

.has-bootstrap .align-text-bottom {
    vertical-align: text-bottom !important
}

.has-bootstrap .align-text-top {
    vertical-align: text-top !important
}

.has-bootstrap .float-start {
    float: left !important
}

.has-bootstrap .float-end {
    float: right !important
}

.has-bootstrap .float-none {
    float: none !important
}

.has-bootstrap .opacity-0 {
    opacity: 0 !important
}

.has-bootstrap .opacity-25 {
    opacity: .25 !important
}

.has-bootstrap .opacity-50 {
    opacity: .5 !important
}

.has-bootstrap .opacity-75 {
    opacity: .75 !important
}

.has-bootstrap .opacity-100 {
    opacity: 1 !important
}

.has-bootstrap .overflow-auto {
    overflow: auto !important
}

.has-bootstrap .overflow-hidden {
    overflow: hidden !important
}

.has-bootstrap .overflow-visible {
    overflow: visible !important
}

.has-bootstrap .overflow-scroll {
    overflow: scroll !important
}

.has-bootstrap .d-inline {
    display: inline !important
}

.has-bootstrap .d-inline-block {
    display: inline-block !important
}

.has-bootstrap .d-block {
    display: block !important
}

.has-bootstrap .d-grid {
    display: grid !important
}

.has-bootstrap .d-table {
    display: table !important
}

.has-bootstrap .d-table-row {
    display: table-row !important
}

.has-bootstrap .d-table-cell {
    display: table-cell !important
}

.has-bootstrap .d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.has-bootstrap .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.has-bootstrap .d-none {
    display: none !important
}

.has-bootstrap .shadow {
    box-shadow: 0 .5rem 1rem rgba(51, 51, 51, .15) !important
}

.has-bootstrap .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(51, 51, 51, .075) !important
}

.has-bootstrap .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(51, 51, 51, .175) !important
}

.has-bootstrap .shadow-none {
    box-shadow: none !important
}

.has-bootstrap .position-static {
    position: static !important
}

.has-bootstrap .position-relative {
    position: relative !important
}

.has-bootstrap .position-absolute {
    position: absolute !important
}

.has-bootstrap .position-fixed {
    position: fixed !important
}

.has-bootstrap .position-sticky {
    position: sticky !important
}

.has-bootstrap .top-0 {
    top: 0 !important
}

.has-bootstrap .top-50 {
    top: 50% !important
}

.has-bootstrap .top-100 {
    top: 100% !important
}

.has-bootstrap .bottom-0 {
    bottom: 0 !important
}

.has-bootstrap .bottom-50 {
    bottom: 50% !important
}

.has-bootstrap .bottom-100 {
    bottom: 100% !important
}

.has-bootstrap .start-0 {
    left: 0 !important
}

.has-bootstrap .start-50 {
    left: 50% !important
}

.has-bootstrap .start-100 {
    left: 100% !important
}

.has-bootstrap .end-0 {
    right: 0 !important
}

.has-bootstrap .end-50 {
    right: 50% !important
}

.has-bootstrap .end-100 {
    right: 100% !important
}

.has-bootstrap .translate-middle {
    transform: translate(-50%, -50%) !important
}

.has-bootstrap .translate-middle-x {
    transform: translateX(-50%) !important
}

.has-bootstrap .translate-middle-y {
    transform: translateY(-50%) !important
}

.has-bootstrap .border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.has-bootstrap .border-0 {
    border: 0 !important
}

.has-bootstrap .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.has-bootstrap .border-top-0 {
    border-top: 0 !important
}

.has-bootstrap .border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.has-bootstrap .border-end-0 {
    border-right: 0 !important
}

.has-bootstrap .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.has-bootstrap .border-bottom-0 {
    border-bottom: 0 !important
}

.has-bootstrap .border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.has-bootstrap .border-start-0 {
    border-left: 0 !important
}

.has-bootstrap .border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.has-bootstrap .border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.has-bootstrap .border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.has-bootstrap .border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.has-bootstrap .border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.has-bootstrap .border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.has-bootstrap .border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.has-bootstrap .border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.has-bootstrap .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.has-bootstrap .border-1 {
    --bs-border-width: 1px
}

.has-bootstrap .border-2 {
    --bs-border-width: 2px
}

.has-bootstrap .border-3 {
    --bs-border-width: 3px
}

.has-bootstrap .border-4 {
    --bs-border-width: 4px
}

.has-bootstrap .border-5 {
    --bs-border-width: 5px
}

.has-bootstrap .border-opacity-10 {
    --bs-border-opacity: 0.1
}

.has-bootstrap .border-opacity-25 {
    --bs-border-opacity: 0.25
}

.has-bootstrap .border-opacity-50 {
    --bs-border-opacity: 0.5
}

.has-bootstrap .border-opacity-75 {
    --bs-border-opacity: 0.75
}

.has-bootstrap .border-opacity-100 {
    --bs-border-opacity: 1
}

.has-bootstrap .w-25 {
    width: 25% !important
}

.has-bootstrap .w-50 {
    width: 50% !important
}

.has-bootstrap .w-75 {
    width: 75% !important
}

.has-bootstrap .w-100 {
    width: 100% !important
}

.has-bootstrap .w-auto {
    width: auto !important
}

.has-bootstrap .mw-100 {
    max-width: 100% !important
}

.has-bootstrap .vw-100 {
    width: 100vw !important
}

.has-bootstrap .min-vw-100 {
    min-width: 100vw !important
}

.has-bootstrap .h-25 {
    height: 25% !important
}

.has-bootstrap .h-50 {
    height: 50% !important
}

.has-bootstrap .h-75 {
    height: 75% !important
}

.has-bootstrap .h-100 {
    height: 100% !important
}

.has-bootstrap .h-auto {
    height: auto !important
}

.has-bootstrap .mh-100 {
    max-height: 100% !important
}

.has-bootstrap .vh-100 {
    height: 100vh !important
}

.has-bootstrap .min-vh-100 {
    min-height: 100vh !important
}

.has-bootstrap .flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.has-bootstrap .flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.has-bootstrap .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.has-bootstrap .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.has-bootstrap .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.has-bootstrap .flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.has-bootstrap .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.has-bootstrap .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.has-bootstrap .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.has-bootstrap .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.has-bootstrap .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.has-bootstrap .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.has-bootstrap .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.has-bootstrap .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.has-bootstrap .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.has-bootstrap .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.has-bootstrap .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.has-bootstrap .justify-content-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.has-bootstrap .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.has-bootstrap .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.has-bootstrap .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.has-bootstrap .align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.has-bootstrap .align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.has-bootstrap .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.has-bootstrap .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.has-bootstrap .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.has-bootstrap .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.has-bootstrap .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.has-bootstrap .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.has-bootstrap .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.has-bootstrap .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.has-bootstrap .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.has-bootstrap .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.has-bootstrap .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.has-bootstrap .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.has-bootstrap .order-first {
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.has-bootstrap .order-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.has-bootstrap .order-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.has-bootstrap .order-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.has-bootstrap .order-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.has-bootstrap .order-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.has-bootstrap .order-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.has-bootstrap .order-last {
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.has-bootstrap .m-0 {
    margin: 0 !important
}

.has-bootstrap .m-1 {
    margin: .25rem !important
}

.has-bootstrap .m-2 {
    margin: .5rem !important
}

.has-bootstrap .m-3 {
    margin: 1rem !important
}

.has-bootstrap .m-4 {
    margin: 1.5rem !important
}

.has-bootstrap .m-5 {
    margin: 3rem !important
}

.has-bootstrap .m-auto {
    margin: auto !important
}

.has-bootstrap .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.has-bootstrap .mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.has-bootstrap .mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.has-bootstrap .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.has-bootstrap .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.has-bootstrap .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.has-bootstrap .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.has-bootstrap .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.has-bootstrap .my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.has-bootstrap .my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.has-bootstrap .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.has-bootstrap .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.has-bootstrap .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.has-bootstrap .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.has-bootstrap .mt-0 {
    margin-top: 0 !important
}

.has-bootstrap .mt-1 {
    margin-top: .25rem !important
}

.has-bootstrap .mt-2 {
    margin-top: .5rem !important
}

.has-bootstrap .mt-3 {
    margin-top: 1rem !important
}

.has-bootstrap .mt-4 {
    margin-top: 1.5rem !important
}

.has-bootstrap .mt-5 {
    margin-top: 3rem !important
}

.has-bootstrap .mt-auto {
    margin-top: auto !important
}

.has-bootstrap .me-0 {
    margin-right: 0 !important
}

.has-bootstrap .me-1 {
    margin-right: .25rem !important
}

.has-bootstrap .me-2 {
    margin-right: .5rem !important
}

.has-bootstrap .me-3 {
    margin-right: 1rem !important
}

.has-bootstrap .me-4 {
    margin-right: 1.5rem !important
}

.has-bootstrap .me-5 {
    margin-right: 3rem !important
}

.has-bootstrap .me-auto {
    margin-right: auto !important
}

.has-bootstrap .mb-0 {
    margin-bottom: 0 !important
}

.has-bootstrap .mb-1 {
    margin-bottom: .25rem !important
}

.has-bootstrap .mb-2 {
    margin-bottom: .5rem !important
}

.has-bootstrap .mb-3 {
    margin-bottom: 1rem !important
}

.has-bootstrap .mb-4 {
    margin-bottom: 1.5rem !important
}

.has-bootstrap .mb-5 {
    margin-bottom: 3rem !important
}

.has-bootstrap .mb-auto {
    margin-bottom: auto !important
}

.has-bootstrap .ms-0 {
    margin-left: 0 !important
}

.has-bootstrap .ms-1 {
    margin-left: .25rem !important
}

.has-bootstrap .ms-2 {
    margin-left: .5rem !important
}

.has-bootstrap .ms-3 {
    margin-left: 1rem !important
}

.has-bootstrap .ms-4 {
    margin-left: 1.5rem !important
}

.has-bootstrap .ms-5 {
    margin-left: 3rem !important
}

.has-bootstrap .ms-auto {
    margin-left: auto !important
}

.has-bootstrap .p-0 {
    padding: 0 !important
}

.has-bootstrap .p-1 {
    padding: .25rem !important
}

.has-bootstrap .p-2 {
    padding: .5rem !important
}

.has-bootstrap .p-3 {
    padding: 1rem !important
}

.has-bootstrap .p-4 {
    padding: 1.5rem !important
}

.has-bootstrap .p-5 {
    padding: 3rem !important
}

.has-bootstrap .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.has-bootstrap .px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.has-bootstrap .px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.has-bootstrap .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.has-bootstrap .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.has-bootstrap .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.has-bootstrap .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.has-bootstrap .py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.has-bootstrap .py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.has-bootstrap .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.has-bootstrap .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.has-bootstrap .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.has-bootstrap .pt-0 {
    padding-top: 0 !important
}

.has-bootstrap .pt-1 {
    padding-top: .25rem !important
}

.has-bootstrap .pt-2 {
    padding-top: .5rem !important
}

.has-bootstrap .pt-3 {
    padding-top: 1rem !important
}

.has-bootstrap .pt-4 {
    padding-top: 1.5rem !important
}

.has-bootstrap .pt-5 {
    padding-top: 3rem !important
}

.has-bootstrap .pe-0 {
    padding-right: 0 !important
}

.has-bootstrap .pe-1 {
    padding-right: .25rem !important
}

.has-bootstrap .pe-2 {
    padding-right: .5rem !important
}

.has-bootstrap .pe-3 {
    padding-right: 1rem !important
}

.has-bootstrap .pe-4 {
    padding-right: 1.5rem !important
}

.has-bootstrap .pe-5 {
    padding-right: 3rem !important
}

.has-bootstrap .pb-0 {
    padding-bottom: 0 !important
}

.has-bootstrap .pb-1 {
    padding-bottom: .25rem !important
}

.has-bootstrap .pb-2 {
    padding-bottom: .5rem !important
}

.has-bootstrap .pb-3 {
    padding-bottom: 1rem !important
}

.has-bootstrap .pb-4 {
    padding-bottom: 1.5rem !important
}

.has-bootstrap .pb-5 {
    padding-bottom: 3rem !important
}

.has-bootstrap .ps-0 {
    padding-left: 0 !important
}

.has-bootstrap .ps-1 {
    padding-left: .25rem !important
}

.has-bootstrap .ps-2 {
    padding-left: .5rem !important
}

.has-bootstrap .ps-3 {
    padding-left: 1rem !important
}

.has-bootstrap .ps-4 {
    padding-left: 1.5rem !important
}

.has-bootstrap .ps-5 {
    padding-left: 3rem !important
}

.has-bootstrap .gap-0 {
    gap: 0 !important
}

.has-bootstrap .gap-1 {
    gap: .25rem !important
}

.has-bootstrap .gap-2 {
    gap: .5rem !important
}

.has-bootstrap .gap-3 {
    gap: 1rem !important
}

.has-bootstrap .gap-4 {
    gap: 1.5rem !important
}

.has-bootstrap .gap-5 {
    gap: 3rem !important
}

.has-bootstrap .font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.has-bootstrap .fs-1 {
    font-size: calc(1.375rem + 1.45161vw) !important
}

.has-bootstrap .fs-2 {
    font-size: calc(1.325rem + .87097vw) !important
}

.has-bootstrap .fs-3 {
    font-size: calc(1.3rem + .58065vw) !important
}

.has-bootstrap .fs-4 {
    font-size: calc(1.275rem + .29032vw) !important
}

.has-bootstrap .fs-5 {
    font-size: 1.25rem !important
}

.has-bootstrap .fs-6 {
    font-size: 1rem !important
}

.has-bootstrap .fst-italic {
    font-style: italic !important
}

.has-bootstrap .fst-normal {
    font-style: normal !important
}

.has-bootstrap .fw-light {
    font-weight: 300 !important
}

.has-bootstrap .fw-lighter {
    font-weight: lighter !important
}

.has-bootstrap .fw-normal {
    font-weight: 400 !important
}

.has-bootstrap .fw-bold {
    font-weight: 700 !important
}

.has-bootstrap .fw-semibold {
    font-weight: 600 !important
}

.has-bootstrap .fw-bolder {
    font-weight: bolder !important
}

.has-bootstrap .lh-1 {
    line-height: 1 !important
}

.has-bootstrap .lh-sm {
    line-height: 1.25 !important
}

.has-bootstrap .lh-base {
    line-height: 1.5 !important
}

.has-bootstrap .lh-lg {
    line-height: 2 !important
}

.has-bootstrap .text-start {
    text-align: left !important
}

.has-bootstrap .text-end {
    text-align: right !important
}

.has-bootstrap .text-center {
    text-align: center !important
}

.has-bootstrap .text-decoration-none {
    text-decoration: none !important
}

.has-bootstrap .text-decoration-underline {
    text-decoration: underline !important
}

.has-bootstrap .text-decoration-line-through {
    text-decoration: line-through !important
}

.has-bootstrap .text-lowercase {
    text-transform: lowercase !important
}

.has-bootstrap .text-uppercase {
    text-transform: uppercase !important
}

.has-bootstrap .text-capitalize {
    text-transform: capitalize !important
}

.has-bootstrap .text-wrap {
    white-space: normal !important
}

.has-bootstrap .text-nowrap {
    white-space: nowrap !important
}

.has-bootstrap .text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.has-bootstrap .text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.has-bootstrap .text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.has-bootstrap .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.has-bootstrap .text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.has-bootstrap .text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.has-bootstrap .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.has-bootstrap .text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.has-bootstrap .text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.has-bootstrap .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.has-bootstrap .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.has-bootstrap .text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.has-bootstrap .text-muted {
    --bs-text-opacity: 1;
    color: #c1c1c1 !important
}

.has-bootstrap .text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(51, 51, 51, .5) !important
}

.has-bootstrap .text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !important
}

.has-bootstrap .text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.has-bootstrap .text-opacity-25 {
    --bs-text-opacity: 0.25
}

.has-bootstrap .text-opacity-50 {
    --bs-text-opacity: 0.5
}

.has-bootstrap .text-opacity-75 {
    --bs-text-opacity: 0.75
}

.has-bootstrap .text-opacity-100 {
    --bs-text-opacity: 1
}

.has-bootstrap .bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.has-bootstrap .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.has-bootstrap .bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.has-bootstrap .bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.has-bootstrap .bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.has-bootstrap .bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.has-bootstrap .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.has-bootstrap .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.has-bootstrap .bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.has-bootstrap .bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.has-bootstrap .bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.has-bootstrap .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.has-bootstrap .bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.has-bootstrap .bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.has-bootstrap .bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.has-bootstrap .bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.has-bootstrap .bg-opacity-100 {
    --bs-bg-opacity: 1
}

.has-bootstrap .bg-gradient {
    background-image: var(--bs-gradient) !important
}

.has-bootstrap .user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.has-bootstrap .user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.has-bootstrap .user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.has-bootstrap .pe-none {
    pointer-events: none !important
}

.has-bootstrap .pe-auto {
    pointer-events: auto !important
}

.has-bootstrap .rounded {
    border-radius: var(--bs-border-radius) !important
}

.has-bootstrap .rounded-0 {
    border-radius: 0 !important
}

.has-bootstrap .rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.has-bootstrap .rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.has-bootstrap .rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.has-bootstrap .rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.has-bootstrap .rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important
}

.has-bootstrap .rounded-circle {
    border-radius: 50% !important
}

.has-bootstrap .rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.has-bootstrap .rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important
}

.has-bootstrap .rounded-end,
.has-bootstrap .rounded-top {
    border-top-right-radius: var(--bs-border-radius) !important
}

.has-bootstrap .rounded-bottom,
.has-bootstrap .rounded-end {
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.has-bootstrap .rounded-bottom,
.has-bootstrap .rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.has-bootstrap .rounded-start {
    border-top-left-radius: var(--bs-border-radius) !important
}

.has-bootstrap .visible {
    visibility: visible !important
}

.has-bootstrap .invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .has-bootstrap .float-sm-start {
        float: left !important
    }

    .has-bootstrap .float-sm-end {
        float: right !important
    }

    .has-bootstrap .float-sm-none {
        float: none !important
    }

    .has-bootstrap .d-sm-inline {
        display: inline !important
    }

    .has-bootstrap .d-sm-inline-block {
        display: inline-block !important
    }

    .has-bootstrap .d-sm-block {
        display: block !important
    }

    .has-bootstrap .d-sm-grid {
        display: grid !important
    }

    .has-bootstrap .d-sm-table {
        display: table !important
    }

    .has-bootstrap .d-sm-table-row {
        display: table-row !important
    }

    .has-bootstrap .d-sm-table-cell {
        display: table-cell !important
    }

    .has-bootstrap .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .has-bootstrap .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .has-bootstrap .d-sm-none {
        display: none !important
    }

    .has-bootstrap .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .has-bootstrap .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .has-bootstrap .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .has-bootstrap .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .has-bootstrap .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .has-bootstrap .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .has-bootstrap .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .has-bootstrap .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .has-bootstrap .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .has-bootstrap .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .has-bootstrap .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .has-bootstrap .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .has-bootstrap .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .has-bootstrap .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .has-bootstrap .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .has-bootstrap .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .has-bootstrap .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .has-bootstrap .justify-content-sm-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .has-bootstrap .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .has-bootstrap .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .has-bootstrap .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .has-bootstrap .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .has-bootstrap .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .has-bootstrap .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .has-bootstrap .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .has-bootstrap .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .has-bootstrap .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .has-bootstrap .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .has-bootstrap .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .has-bootstrap .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .has-bootstrap .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .has-bootstrap .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .has-bootstrap .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .has-bootstrap .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .has-bootstrap .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .has-bootstrap .order-sm-first {
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .has-bootstrap .order-sm-0 {
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .has-bootstrap .order-sm-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .has-bootstrap .order-sm-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .has-bootstrap .order-sm-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .has-bootstrap .order-sm-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .has-bootstrap .order-sm-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .has-bootstrap .order-sm-last {
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .has-bootstrap .m-sm-0 {
        margin: 0 !important
    }

    .has-bootstrap .m-sm-1 {
        margin: .25rem !important
    }

    .has-bootstrap .m-sm-2 {
        margin: .5rem !important
    }

    .has-bootstrap .m-sm-3 {
        margin: 1rem !important
    }

    .has-bootstrap .m-sm-4 {
        margin: 1.5rem !important
    }

    .has-bootstrap .m-sm-5 {
        margin: 3rem !important
    }

    .has-bootstrap .m-sm-auto {
        margin: auto !important
    }

    .has-bootstrap .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .has-bootstrap .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .has-bootstrap .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .has-bootstrap .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .has-bootstrap .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .has-bootstrap .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .has-bootstrap .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .has-bootstrap .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .has-bootstrap .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .has-bootstrap .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .has-bootstrap .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .has-bootstrap .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .has-bootstrap .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .has-bootstrap .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .has-bootstrap .mt-sm-0 {
        margin-top: 0 !important
    }

    .has-bootstrap .mt-sm-1 {
        margin-top: .25rem !important
    }

    .has-bootstrap .mt-sm-2 {
        margin-top: .5rem !important
    }

    .has-bootstrap .mt-sm-3 {
        margin-top: 1rem !important
    }

    .has-bootstrap .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .has-bootstrap .mt-sm-5 {
        margin-top: 3rem !important
    }

    .has-bootstrap .mt-sm-auto {
        margin-top: auto !important
    }

    .has-bootstrap .me-sm-0 {
        margin-right: 0 !important
    }

    .has-bootstrap .me-sm-1 {
        margin-right: .25rem !important
    }

    .has-bootstrap .me-sm-2 {
        margin-right: .5rem !important
    }

    .has-bootstrap .me-sm-3 {
        margin-right: 1rem !important
    }

    .has-bootstrap .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .has-bootstrap .me-sm-5 {
        margin-right: 3rem !important
    }

    .has-bootstrap .me-sm-auto {
        margin-right: auto !important
    }

    .has-bootstrap .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .has-bootstrap .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .has-bootstrap .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .has-bootstrap .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .has-bootstrap .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .has-bootstrap .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .has-bootstrap .mb-sm-auto {
        margin-bottom: auto !important
    }

    .has-bootstrap .ms-sm-0 {
        margin-left: 0 !important
    }

    .has-bootstrap .ms-sm-1 {
        margin-left: .25rem !important
    }

    .has-bootstrap .ms-sm-2 {
        margin-left: .5rem !important
    }

    .has-bootstrap .ms-sm-3 {
        margin-left: 1rem !important
    }

    .has-bootstrap .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .has-bootstrap .ms-sm-5 {
        margin-left: 3rem !important
    }

    .has-bootstrap .ms-sm-auto {
        margin-left: auto !important
    }

    .has-bootstrap .p-sm-0 {
        padding: 0 !important
    }

    .has-bootstrap .p-sm-1 {
        padding: .25rem !important
    }

    .has-bootstrap .p-sm-2 {
        padding: .5rem !important
    }

    .has-bootstrap .p-sm-3 {
        padding: 1rem !important
    }

    .has-bootstrap .p-sm-4 {
        padding: 1.5rem !important
    }

    .has-bootstrap .p-sm-5 {
        padding: 3rem !important
    }

    .has-bootstrap .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .has-bootstrap .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .has-bootstrap .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .has-bootstrap .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .has-bootstrap .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .has-bootstrap .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .has-bootstrap .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .has-bootstrap .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .has-bootstrap .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .has-bootstrap .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .has-bootstrap .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .has-bootstrap .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .has-bootstrap .pt-sm-0 {
        padding-top: 0 !important
    }

    .has-bootstrap .pt-sm-1 {
        padding-top: .25rem !important
    }

    .has-bootstrap .pt-sm-2 {
        padding-top: .5rem !important
    }

    .has-bootstrap .pt-sm-3 {
        padding-top: 1rem !important
    }

    .has-bootstrap .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .has-bootstrap .pt-sm-5 {
        padding-top: 3rem !important
    }

    .has-bootstrap .pe-sm-0 {
        padding-right: 0 !important
    }

    .has-bootstrap .pe-sm-1 {
        padding-right: .25rem !important
    }

    .has-bootstrap .pe-sm-2 {
        padding-right: .5rem !important
    }

    .has-bootstrap .pe-sm-3 {
        padding-right: 1rem !important
    }

    .has-bootstrap .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .has-bootstrap .pe-sm-5 {
        padding-right: 3rem !important
    }

    .has-bootstrap .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .has-bootstrap .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .has-bootstrap .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .has-bootstrap .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .has-bootstrap .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .has-bootstrap .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .has-bootstrap .ps-sm-0 {
        padding-left: 0 !important
    }

    .has-bootstrap .ps-sm-1 {
        padding-left: .25rem !important
    }

    .has-bootstrap .ps-sm-2 {
        padding-left: .5rem !important
    }

    .has-bootstrap .ps-sm-3 {
        padding-left: 1rem !important
    }

    .has-bootstrap .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .has-bootstrap .ps-sm-5 {
        padding-left: 3rem !important
    }

    .has-bootstrap .gap-sm-0 {
        gap: 0 !important
    }

    .has-bootstrap .gap-sm-1 {
        gap: .25rem !important
    }

    .has-bootstrap .gap-sm-2 {
        gap: .5rem !important
    }

    .has-bootstrap .gap-sm-3 {
        gap: 1rem !important
    }

    .has-bootstrap .gap-sm-4 {
        gap: 1.5rem !important
    }

    .has-bootstrap .gap-sm-5 {
        gap: 3rem !important
    }

    .has-bootstrap .text-sm-start {
        text-align: left !important
    }

    .has-bootstrap .text-sm-end {
        text-align: right !important
    }

    .has-bootstrap .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .has-bootstrap .float-md-start {
        float: left !important
    }

    .has-bootstrap .float-md-end {
        float: right !important
    }

    .has-bootstrap .float-md-none {
        float: none !important
    }

    .has-bootstrap .d-md-inline {
        display: inline !important
    }

    .has-bootstrap .d-md-inline-block {
        display: inline-block !important
    }

    .has-bootstrap .d-md-block {
        display: block !important
    }

    .has-bootstrap .d-md-grid {
        display: grid !important
    }

    .has-bootstrap .d-md-table {
        display: table !important
    }

    .has-bootstrap .d-md-table-row {
        display: table-row !important
    }

    .has-bootstrap .d-md-table-cell {
        display: table-cell !important
    }

    .has-bootstrap .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .has-bootstrap .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .has-bootstrap .d-md-none {
        display: none !important
    }

    .has-bootstrap .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .has-bootstrap .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .has-bootstrap .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .has-bootstrap .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .has-bootstrap .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .has-bootstrap .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .has-bootstrap .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .has-bootstrap .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .has-bootstrap .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .has-bootstrap .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .has-bootstrap .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .has-bootstrap .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .has-bootstrap .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .has-bootstrap .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .has-bootstrap .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .has-bootstrap .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .has-bootstrap .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .has-bootstrap .justify-content-md-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .has-bootstrap .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .has-bootstrap .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .has-bootstrap .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .has-bootstrap .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .has-bootstrap .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .has-bootstrap .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .has-bootstrap .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .has-bootstrap .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .has-bootstrap .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .has-bootstrap .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .has-bootstrap .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .has-bootstrap .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .has-bootstrap .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .has-bootstrap .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .has-bootstrap .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .has-bootstrap .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .has-bootstrap .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .has-bootstrap .order-md-first {
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .has-bootstrap .order-md-0 {
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .has-bootstrap .order-md-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .has-bootstrap .order-md-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .has-bootstrap .order-md-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .has-bootstrap .order-md-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .has-bootstrap .order-md-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .has-bootstrap .order-md-last {
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .has-bootstrap .m-md-0 {
        margin: 0 !important
    }

    .has-bootstrap .m-md-1 {
        margin: .25rem !important
    }

    .has-bootstrap .m-md-2 {
        margin: .5rem !important
    }

    .has-bootstrap .m-md-3 {
        margin: 1rem !important
    }

    .has-bootstrap .m-md-4 {
        margin: 1.5rem !important
    }

    .has-bootstrap .m-md-5 {
        margin: 3rem !important
    }

    .has-bootstrap .m-md-auto {
        margin: auto !important
    }

    .has-bootstrap .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .has-bootstrap .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .has-bootstrap .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .has-bootstrap .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .has-bootstrap .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .has-bootstrap .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .has-bootstrap .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .has-bootstrap .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .has-bootstrap .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .has-bootstrap .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .has-bootstrap .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .has-bootstrap .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .has-bootstrap .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .has-bootstrap .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .has-bootstrap .mt-md-0 {
        margin-top: 0 !important
    }

    .has-bootstrap .mt-md-1 {
        margin-top: .25rem !important
    }

    .has-bootstrap .mt-md-2 {
        margin-top: .5rem !important
    }

    .has-bootstrap .mt-md-3 {
        margin-top: 1rem !important
    }

    .has-bootstrap .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .has-bootstrap .mt-md-5 {
        margin-top: 3rem !important
    }

    .has-bootstrap .mt-md-auto {
        margin-top: auto !important
    }

    .has-bootstrap .me-md-0 {
        margin-right: 0 !important
    }

    .has-bootstrap .me-md-1 {
        margin-right: .25rem !important
    }

    .has-bootstrap .me-md-2 {
        margin-right: .5rem !important
    }

    .has-bootstrap .me-md-3 {
        margin-right: 1rem !important
    }

    .has-bootstrap .me-md-4 {
        margin-right: 1.5rem !important
    }

    .has-bootstrap .me-md-5 {
        margin-right: 3rem !important
    }

    .has-bootstrap .me-md-auto {
        margin-right: auto !important
    }

    .has-bootstrap .mb-md-0 {
        margin-bottom: 0 !important
    }

    .has-bootstrap .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .has-bootstrap .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .has-bootstrap .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .has-bootstrap .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .has-bootstrap .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .has-bootstrap .mb-md-auto {
        margin-bottom: auto !important
    }

    .has-bootstrap .ms-md-0 {
        margin-left: 0 !important
    }

    .has-bootstrap .ms-md-1 {
        margin-left: .25rem !important
    }

    .has-bootstrap .ms-md-2 {
        margin-left: .5rem !important
    }

    .has-bootstrap .ms-md-3 {
        margin-left: 1rem !important
    }

    .has-bootstrap .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .has-bootstrap .ms-md-5 {
        margin-left: 3rem !important
    }

    .has-bootstrap .ms-md-auto {
        margin-left: auto !important
    }

    .has-bootstrap .p-md-0 {
        padding: 0 !important
    }

    .has-bootstrap .p-md-1 {
        padding: .25rem !important
    }

    .has-bootstrap .p-md-2 {
        padding: .5rem !important
    }

    .has-bootstrap .p-md-3 {
        padding: 1rem !important
    }

    .has-bootstrap .p-md-4 {
        padding: 1.5rem !important
    }

    .has-bootstrap .p-md-5 {
        padding: 3rem !important
    }

    .has-bootstrap .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .has-bootstrap .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .has-bootstrap .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .has-bootstrap .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .has-bootstrap .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .has-bootstrap .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .has-bootstrap .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .has-bootstrap .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .has-bootstrap .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .has-bootstrap .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .has-bootstrap .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .has-bootstrap .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .has-bootstrap .pt-md-0 {
        padding-top: 0 !important
    }

    .has-bootstrap .pt-md-1 {
        padding-top: .25rem !important
    }

    .has-bootstrap .pt-md-2 {
        padding-top: .5rem !important
    }

    .has-bootstrap .pt-md-3 {
        padding-top: 1rem !important
    }

    .has-bootstrap .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .has-bootstrap .pt-md-5 {
        padding-top: 3rem !important
    }

    .has-bootstrap .pe-md-0 {
        padding-right: 0 !important
    }

    .has-bootstrap .pe-md-1 {
        padding-right: .25rem !important
    }

    .has-bootstrap .pe-md-2 {
        padding-right: .5rem !important
    }

    .has-bootstrap .pe-md-3 {
        padding-right: 1rem !important
    }

    .has-bootstrap .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .has-bootstrap .pe-md-5 {
        padding-right: 3rem !important
    }

    .has-bootstrap .pb-md-0 {
        padding-bottom: 0 !important
    }

    .has-bootstrap .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .has-bootstrap .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .has-bootstrap .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .has-bootstrap .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .has-bootstrap .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .has-bootstrap .ps-md-0 {
        padding-left: 0 !important
    }

    .has-bootstrap .ps-md-1 {
        padding-left: .25rem !important
    }

    .has-bootstrap .ps-md-2 {
        padding-left: .5rem !important
    }

    .has-bootstrap .ps-md-3 {
        padding-left: 1rem !important
    }

    .has-bootstrap .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .has-bootstrap .ps-md-5 {
        padding-left: 3rem !important
    }

    .has-bootstrap .gap-md-0 {
        gap: 0 !important
    }

    .has-bootstrap .gap-md-1 {
        gap: .25rem !important
    }

    .has-bootstrap .gap-md-2 {
        gap: .5rem !important
    }

    .has-bootstrap .gap-md-3 {
        gap: 1rem !important
    }

    .has-bootstrap .gap-md-4 {
        gap: 1.5rem !important
    }

    .has-bootstrap .gap-md-5 {
        gap: 3rem !important
    }

    .has-bootstrap .text-md-start {
        text-align: left !important
    }

    .has-bootstrap .text-md-end {
        text-align: right !important
    }

    .has-bootstrap .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .has-bootstrap .float-lg-start {
        float: left !important
    }

    .has-bootstrap .float-lg-end {
        float: right !important
    }

    .has-bootstrap .float-lg-none {
        float: none !important
    }

    .has-bootstrap .d-lg-inline {
        display: inline !important
    }

    .has-bootstrap .d-lg-inline-block {
        display: inline-block !important
    }

    .has-bootstrap .d-lg-block {
        display: block !important
    }

    .has-bootstrap .d-lg-grid {
        display: grid !important
    }

    .has-bootstrap .d-lg-table {
        display: table !important
    }

    .has-bootstrap .d-lg-table-row {
        display: table-row !important
    }

    .has-bootstrap .d-lg-table-cell {
        display: table-cell !important
    }

    .has-bootstrap .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .has-bootstrap .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .has-bootstrap .d-lg-none {
        display: none !important
    }

    .has-bootstrap .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .has-bootstrap .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .has-bootstrap .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .has-bootstrap .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .has-bootstrap .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .has-bootstrap .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .has-bootstrap .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .has-bootstrap .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .has-bootstrap .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .has-bootstrap .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .has-bootstrap .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .has-bootstrap .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .has-bootstrap .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .has-bootstrap .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .has-bootstrap .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .has-bootstrap .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .has-bootstrap .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .has-bootstrap .justify-content-lg-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .has-bootstrap .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .has-bootstrap .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .has-bootstrap .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .has-bootstrap .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .has-bootstrap .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .has-bootstrap .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .has-bootstrap .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .has-bootstrap .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .has-bootstrap .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .has-bootstrap .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .has-bootstrap .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .has-bootstrap .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .has-bootstrap .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .has-bootstrap .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .has-bootstrap .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .has-bootstrap .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .has-bootstrap .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .has-bootstrap .order-lg-first {
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .has-bootstrap .order-lg-0 {
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .has-bootstrap .order-lg-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .has-bootstrap .order-lg-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .has-bootstrap .order-lg-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .has-bootstrap .order-lg-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .has-bootstrap .order-lg-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .has-bootstrap .order-lg-last {
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .has-bootstrap .m-lg-0 {
        margin: 0 !important
    }

    .has-bootstrap .m-lg-1 {
        margin: .25rem !important
    }

    .has-bootstrap .m-lg-2 {
        margin: .5rem !important
    }

    .has-bootstrap .m-lg-3 {
        margin: 1rem !important
    }

    .has-bootstrap .m-lg-4 {
        margin: 1.5rem !important
    }

    .has-bootstrap .m-lg-5 {
        margin: 3rem !important
    }

    .has-bootstrap .m-lg-auto {
        margin: auto !important
    }

    .has-bootstrap .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .has-bootstrap .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .has-bootstrap .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .has-bootstrap .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .has-bootstrap .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .has-bootstrap .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .has-bootstrap .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .has-bootstrap .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .has-bootstrap .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .has-bootstrap .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .has-bootstrap .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .has-bootstrap .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .has-bootstrap .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .has-bootstrap .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .has-bootstrap .mt-lg-0 {
        margin-top: 0 !important
    }

    .has-bootstrap .mt-lg-1 {
        margin-top: .25rem !important
    }

    .has-bootstrap .mt-lg-2 {
        margin-top: .5rem !important
    }

    .has-bootstrap .mt-lg-3 {
        margin-top: 1rem !important
    }

    .has-bootstrap .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .has-bootstrap .mt-lg-5 {
        margin-top: 3rem !important
    }

    .has-bootstrap .mt-lg-auto {
        margin-top: auto !important
    }

    .has-bootstrap .me-lg-0 {
        margin-right: 0 !important
    }

    .has-bootstrap .me-lg-1 {
        margin-right: .25rem !important
    }

    .has-bootstrap .me-lg-2 {
        margin-right: .5rem !important
    }

    .has-bootstrap .me-lg-3 {
        margin-right: 1rem !important
    }

    .has-bootstrap .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .has-bootstrap .me-lg-5 {
        margin-right: 3rem !important
    }

    .has-bootstrap .me-lg-auto {
        margin-right: auto !important
    }

    .has-bootstrap .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .has-bootstrap .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .has-bootstrap .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .has-bootstrap .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .has-bootstrap .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .has-bootstrap .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .has-bootstrap .mb-lg-auto {
        margin-bottom: auto !important
    }

    .has-bootstrap .ms-lg-0 {
        margin-left: 0 !important
    }

    .has-bootstrap .ms-lg-1 {
        margin-left: .25rem !important
    }

    .has-bootstrap .ms-lg-2 {
        margin-left: .5rem !important
    }

    .has-bootstrap .ms-lg-3 {
        margin-left: 1rem !important
    }

    .has-bootstrap .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .has-bootstrap .ms-lg-5 {
        margin-left: 3rem !important
    }

    .has-bootstrap .ms-lg-auto {
        margin-left: auto !important
    }

    .has-bootstrap .p-lg-0 {
        padding: 0 !important
    }

    .has-bootstrap .p-lg-1 {
        padding: .25rem !important
    }

    .has-bootstrap .p-lg-2 {
        padding: .5rem !important
    }

    .has-bootstrap .p-lg-3 {
        padding: 1rem !important
    }

    .has-bootstrap .p-lg-4 {
        padding: 1.5rem !important
    }

    .has-bootstrap .p-lg-5 {
        padding: 3rem !important
    }

    .has-bootstrap .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .has-bootstrap .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .has-bootstrap .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .has-bootstrap .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .has-bootstrap .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .has-bootstrap .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .has-bootstrap .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .has-bootstrap .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .has-bootstrap .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .has-bootstrap .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .has-bootstrap .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .has-bootstrap .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .has-bootstrap .pt-lg-0 {
        padding-top: 0 !important
    }

    .has-bootstrap .pt-lg-1 {
        padding-top: .25rem !important
    }

    .has-bootstrap .pt-lg-2 {
        padding-top: .5rem !important
    }

    .has-bootstrap .pt-lg-3 {
        padding-top: 1rem !important
    }

    .has-bootstrap .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .has-bootstrap .pt-lg-5 {
        padding-top: 3rem !important
    }

    .has-bootstrap .pe-lg-0 {
        padding-right: 0 !important
    }

    .has-bootstrap .pe-lg-1 {
        padding-right: .25rem !important
    }

    .has-bootstrap .pe-lg-2 {
        padding-right: .5rem !important
    }

    .has-bootstrap .pe-lg-3 {
        padding-right: 1rem !important
    }

    .has-bootstrap .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .has-bootstrap .pe-lg-5 {
        padding-right: 3rem !important
    }

    .has-bootstrap .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .has-bootstrap .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .has-bootstrap .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .has-bootstrap .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .has-bootstrap .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .has-bootstrap .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .has-bootstrap .ps-lg-0 {
        padding-left: 0 !important
    }

    .has-bootstrap .ps-lg-1 {
        padding-left: .25rem !important
    }

    .has-bootstrap .ps-lg-2 {
        padding-left: .5rem !important
    }

    .has-bootstrap .ps-lg-3 {
        padding-left: 1rem !important
    }

    .has-bootstrap .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .has-bootstrap .ps-lg-5 {
        padding-left: 3rem !important
    }

    .has-bootstrap .gap-lg-0 {
        gap: 0 !important
    }

    .has-bootstrap .gap-lg-1 {
        gap: .25rem !important
    }

    .has-bootstrap .gap-lg-2 {
        gap: .5rem !important
    }

    .has-bootstrap .gap-lg-3 {
        gap: 1rem !important
    }

    .has-bootstrap .gap-lg-4 {
        gap: 1.5rem !important
    }

    .has-bootstrap .gap-lg-5 {
        gap: 3rem !important
    }

    .has-bootstrap .text-lg-start {
        text-align: left !important
    }

    .has-bootstrap .text-lg-end {
        text-align: right !important
    }

    .has-bootstrap .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .has-bootstrap .float-xl-start {
        float: left !important
    }

    .has-bootstrap .float-xl-end {
        float: right !important
    }

    .has-bootstrap .float-xl-none {
        float: none !important
    }

    .has-bootstrap .d-xl-inline {
        display: inline !important
    }

    .has-bootstrap .d-xl-inline-block {
        display: inline-block !important
    }

    .has-bootstrap .d-xl-block {
        display: block !important
    }

    .has-bootstrap .d-xl-grid {
        display: grid !important
    }

    .has-bootstrap .d-xl-table {
        display: table !important
    }

    .has-bootstrap .d-xl-table-row {
        display: table-row !important
    }

    .has-bootstrap .d-xl-table-cell {
        display: table-cell !important
    }

    .has-bootstrap .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .has-bootstrap .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .has-bootstrap .d-xl-none {
        display: none !important
    }

    .has-bootstrap .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .has-bootstrap .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .has-bootstrap .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .has-bootstrap .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .has-bootstrap .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .has-bootstrap .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .has-bootstrap .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .has-bootstrap .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .has-bootstrap .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .has-bootstrap .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .has-bootstrap .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .has-bootstrap .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .has-bootstrap .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .has-bootstrap .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .has-bootstrap .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .has-bootstrap .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .has-bootstrap .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .has-bootstrap .justify-content-xl-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .has-bootstrap .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .has-bootstrap .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .has-bootstrap .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .has-bootstrap .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .has-bootstrap .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .has-bootstrap .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .has-bootstrap .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .has-bootstrap .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .has-bootstrap .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .has-bootstrap .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .has-bootstrap .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .has-bootstrap .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .has-bootstrap .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .has-bootstrap .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .has-bootstrap .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .has-bootstrap .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .has-bootstrap .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .has-bootstrap .order-xl-first {
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .has-bootstrap .order-xl-0 {
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .has-bootstrap .order-xl-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .has-bootstrap .order-xl-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .has-bootstrap .order-xl-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .has-bootstrap .order-xl-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .has-bootstrap .order-xl-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .has-bootstrap .order-xl-last {
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .has-bootstrap .m-xl-0 {
        margin: 0 !important
    }

    .has-bootstrap .m-xl-1 {
        margin: .25rem !important
    }

    .has-bootstrap .m-xl-2 {
        margin: .5rem !important
    }

    .has-bootstrap .m-xl-3 {
        margin: 1rem !important
    }

    .has-bootstrap .m-xl-4 {
        margin: 1.5rem !important
    }

    .has-bootstrap .m-xl-5 {
        margin: 3rem !important
    }

    .has-bootstrap .m-xl-auto {
        margin: auto !important
    }

    .has-bootstrap .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .has-bootstrap .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .has-bootstrap .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .has-bootstrap .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .has-bootstrap .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .has-bootstrap .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .has-bootstrap .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .has-bootstrap .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .has-bootstrap .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .has-bootstrap .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .has-bootstrap .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .has-bootstrap .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .has-bootstrap .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .has-bootstrap .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .has-bootstrap .mt-xl-0 {
        margin-top: 0 !important
    }

    .has-bootstrap .mt-xl-1 {
        margin-top: .25rem !important
    }

    .has-bootstrap .mt-xl-2 {
        margin-top: .5rem !important
    }

    .has-bootstrap .mt-xl-3 {
        margin-top: 1rem !important
    }

    .has-bootstrap .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .has-bootstrap .mt-xl-5 {
        margin-top: 3rem !important
    }

    .has-bootstrap .mt-xl-auto {
        margin-top: auto !important
    }

    .has-bootstrap .me-xl-0 {
        margin-right: 0 !important
    }

    .has-bootstrap .me-xl-1 {
        margin-right: .25rem !important
    }

    .has-bootstrap .me-xl-2 {
        margin-right: .5rem !important
    }

    .has-bootstrap .me-xl-3 {
        margin-right: 1rem !important
    }

    .has-bootstrap .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .has-bootstrap .me-xl-5 {
        margin-right: 3rem !important
    }

    .has-bootstrap .me-xl-auto {
        margin-right: auto !important
    }

    .has-bootstrap .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .has-bootstrap .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .has-bootstrap .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .has-bootstrap .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .has-bootstrap .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .has-bootstrap .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .has-bootstrap .mb-xl-auto {
        margin-bottom: auto !important
    }

    .has-bootstrap .ms-xl-0 {
        margin-left: 0 !important
    }

    .has-bootstrap .ms-xl-1 {
        margin-left: .25rem !important
    }

    .has-bootstrap .ms-xl-2 {
        margin-left: .5rem !important
    }

    .has-bootstrap .ms-xl-3 {
        margin-left: 1rem !important
    }

    .has-bootstrap .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .has-bootstrap .ms-xl-5 {
        margin-left: 3rem !important
    }

    .has-bootstrap .ms-xl-auto {
        margin-left: auto !important
    }

    .has-bootstrap .p-xl-0 {
        padding: 0 !important
    }

    .has-bootstrap .p-xl-1 {
        padding: .25rem !important
    }

    .has-bootstrap .p-xl-2 {
        padding: .5rem !important
    }

    .has-bootstrap .p-xl-3 {
        padding: 1rem !important
    }

    .has-bootstrap .p-xl-4 {
        padding: 1.5rem !important
    }

    .has-bootstrap .p-xl-5 {
        padding: 3rem !important
    }

    .has-bootstrap .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .has-bootstrap .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .has-bootstrap .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .has-bootstrap .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .has-bootstrap .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .has-bootstrap .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .has-bootstrap .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .has-bootstrap .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .has-bootstrap .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .has-bootstrap .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .has-bootstrap .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .has-bootstrap .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .has-bootstrap .pt-xl-0 {
        padding-top: 0 !important
    }

    .has-bootstrap .pt-xl-1 {
        padding-top: .25rem !important
    }

    .has-bootstrap .pt-xl-2 {
        padding-top: .5rem !important
    }

    .has-bootstrap .pt-xl-3 {
        padding-top: 1rem !important
    }

    .has-bootstrap .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .has-bootstrap .pt-xl-5 {
        padding-top: 3rem !important
    }

    .has-bootstrap .pe-xl-0 {
        padding-right: 0 !important
    }

    .has-bootstrap .pe-xl-1 {
        padding-right: .25rem !important
    }

    .has-bootstrap .pe-xl-2 {
        padding-right: .5rem !important
    }

    .has-bootstrap .pe-xl-3 {
        padding-right: 1rem !important
    }

    .has-bootstrap .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .has-bootstrap .pe-xl-5 {
        padding-right: 3rem !important
    }

    .has-bootstrap .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .has-bootstrap .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .has-bootstrap .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .has-bootstrap .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .has-bootstrap .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .has-bootstrap .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .has-bootstrap .ps-xl-0 {
        padding-left: 0 !important
    }

    .has-bootstrap .ps-xl-1 {
        padding-left: .25rem !important
    }

    .has-bootstrap .ps-xl-2 {
        padding-left: .5rem !important
    }

    .has-bootstrap .ps-xl-3 {
        padding-left: 1rem !important
    }

    .has-bootstrap .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .has-bootstrap .ps-xl-5 {
        padding-left: 3rem !important
    }

    .has-bootstrap .gap-xl-0 {
        gap: 0 !important
    }

    .has-bootstrap .gap-xl-1 {
        gap: .25rem !important
    }

    .has-bootstrap .gap-xl-2 {
        gap: .5rem !important
    }

    .has-bootstrap .gap-xl-3 {
        gap: 1rem !important
    }

    .has-bootstrap .gap-xl-4 {
        gap: 1.5rem !important
    }

    .has-bootstrap .gap-xl-5 {
        gap: 3rem !important
    }

    .has-bootstrap .text-xl-start {
        text-align: left !important
    }

    .has-bootstrap .text-xl-end {
        text-align: right !important
    }

    .has-bootstrap .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .has-bootstrap .float-xxl-start {
        float: left !important
    }

    .has-bootstrap .float-xxl-end {
        float: right !important
    }

    .has-bootstrap .float-xxl-none {
        float: none !important
    }

    .has-bootstrap .d-xxl-inline {
        display: inline !important
    }

    .has-bootstrap .d-xxl-inline-block {
        display: inline-block !important
    }

    .has-bootstrap .d-xxl-block {
        display: block !important
    }

    .has-bootstrap .d-xxl-grid {
        display: grid !important
    }

    .has-bootstrap .d-xxl-table {
        display: table !important
    }

    .has-bootstrap .d-xxl-table-row {
        display: table-row !important
    }

    .has-bootstrap .d-xxl-table-cell {
        display: table-cell !important
    }

    .has-bootstrap .d-xxl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .has-bootstrap .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .has-bootstrap .d-xxl-none {
        display: none !important
    }

    .has-bootstrap .flex-xxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .has-bootstrap .flex-xxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .has-bootstrap .flex-xxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .has-bootstrap .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .has-bootstrap .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .has-bootstrap .flex-xxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .has-bootstrap .flex-xxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .has-bootstrap .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .has-bootstrap .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .has-bootstrap .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .has-bootstrap .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .has-bootstrap .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .has-bootstrap .justify-content-xxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .has-bootstrap .justify-content-xxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .has-bootstrap .justify-content-xxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .has-bootstrap .justify-content-xxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .has-bootstrap .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .has-bootstrap .justify-content-xxl-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .has-bootstrap .align-items-xxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .has-bootstrap .align-items-xxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .has-bootstrap .align-items-xxl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .has-bootstrap .align-items-xxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .has-bootstrap .align-items-xxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .has-bootstrap .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .has-bootstrap .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .has-bootstrap .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .has-bootstrap .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .has-bootstrap .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .has-bootstrap .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .has-bootstrap .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .has-bootstrap .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .has-bootstrap .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .has-bootstrap .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .has-bootstrap .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .has-bootstrap .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .has-bootstrap .order-xxl-first {
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .has-bootstrap .order-xxl-0 {
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .has-bootstrap .order-xxl-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .has-bootstrap .order-xxl-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .has-bootstrap .order-xxl-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .has-bootstrap .order-xxl-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .has-bootstrap .order-xxl-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .has-bootstrap .order-xxl-last {
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .has-bootstrap .m-xxl-0 {
        margin: 0 !important
    }

    .has-bootstrap .m-xxl-1 {
        margin: .25rem !important
    }

    .has-bootstrap .m-xxl-2 {
        margin: .5rem !important
    }

    .has-bootstrap .m-xxl-3 {
        margin: 1rem !important
    }

    .has-bootstrap .m-xxl-4 {
        margin: 1.5rem !important
    }

    .has-bootstrap .m-xxl-5 {
        margin: 3rem !important
    }

    .has-bootstrap .m-xxl-auto {
        margin: auto !important
    }

    .has-bootstrap .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .has-bootstrap .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .has-bootstrap .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .has-bootstrap .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .has-bootstrap .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .has-bootstrap .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .has-bootstrap .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .has-bootstrap .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .has-bootstrap .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .has-bootstrap .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .has-bootstrap .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .has-bootstrap .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .has-bootstrap .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .has-bootstrap .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .has-bootstrap .mt-xxl-0 {
        margin-top: 0 !important
    }

    .has-bootstrap .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .has-bootstrap .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .has-bootstrap .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .has-bootstrap .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .has-bootstrap .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .has-bootstrap .mt-xxl-auto {
        margin-top: auto !important
    }

    .has-bootstrap .me-xxl-0 {
        margin-right: 0 !important
    }

    .has-bootstrap .me-xxl-1 {
        margin-right: .25rem !important
    }

    .has-bootstrap .me-xxl-2 {
        margin-right: .5rem !important
    }

    .has-bootstrap .me-xxl-3 {
        margin-right: 1rem !important
    }

    .has-bootstrap .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .has-bootstrap .me-xxl-5 {
        margin-right: 3rem !important
    }

    .has-bootstrap .me-xxl-auto {
        margin-right: auto !important
    }

    .has-bootstrap .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .has-bootstrap .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .has-bootstrap .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .has-bootstrap .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .has-bootstrap .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .has-bootstrap .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .has-bootstrap .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .has-bootstrap .ms-xxl-0 {
        margin-left: 0 !important
    }

    .has-bootstrap .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .has-bootstrap .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .has-bootstrap .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .has-bootstrap .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .has-bootstrap .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .has-bootstrap .ms-xxl-auto {
        margin-left: auto !important
    }

    .has-bootstrap .p-xxl-0 {
        padding: 0 !important
    }

    .has-bootstrap .p-xxl-1 {
        padding: .25rem !important
    }

    .has-bootstrap .p-xxl-2 {
        padding: .5rem !important
    }

    .has-bootstrap .p-xxl-3 {
        padding: 1rem !important
    }

    .has-bootstrap .p-xxl-4 {
        padding: 1.5rem !important
    }

    .has-bootstrap .p-xxl-5 {
        padding: 3rem !important
    }

    .has-bootstrap .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .has-bootstrap .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .has-bootstrap .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .has-bootstrap .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .has-bootstrap .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .has-bootstrap .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .has-bootstrap .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .has-bootstrap .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .has-bootstrap .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .has-bootstrap .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .has-bootstrap .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .has-bootstrap .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .has-bootstrap .pt-xxl-0 {
        padding-top: 0 !important
    }

    .has-bootstrap .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .has-bootstrap .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .has-bootstrap .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .has-bootstrap .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .has-bootstrap .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .has-bootstrap .pe-xxl-0 {
        padding-right: 0 !important
    }

    .has-bootstrap .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .has-bootstrap .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .has-bootstrap .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .has-bootstrap .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .has-bootstrap .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .has-bootstrap .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .has-bootstrap .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .has-bootstrap .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .has-bootstrap .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .has-bootstrap .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .has-bootstrap .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .has-bootstrap .ps-xxl-0 {
        padding-left: 0 !important
    }

    .has-bootstrap .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .has-bootstrap .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .has-bootstrap .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .has-bootstrap .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .has-bootstrap .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .has-bootstrap .gap-xxl-0 {
        gap: 0 !important
    }

    .has-bootstrap .gap-xxl-1 {
        gap: .25rem !important
    }

    .has-bootstrap .gap-xxl-2 {
        gap: .5rem !important
    }

    .has-bootstrap .gap-xxl-3 {
        gap: 1rem !important
    }

    .has-bootstrap .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .has-bootstrap .gap-xxl-5 {
        gap: 3rem !important
    }

    .has-bootstrap .text-xxl-start {
        text-align: left !important
    }

    .has-bootstrap .text-xxl-end {
        text-align: right !important
    }

    .has-bootstrap .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1240px) {
    .has-bootstrap .fs-1 {
        font-size: 2.5rem !important
    }

    .has-bootstrap .fs-2 {
        font-size: 2rem !important
    }

    .has-bootstrap .fs-3 {
        font-size: 1.75rem !important
    }

    .has-bootstrap .fs-4 {
        font-size: 1.5rem !important
    }

    .has-bootstrap .fs-5 {
        font-size: 1.25rem !important
    }
}

@media print {
    .has-bootstrap .d-print-inline {
        display: inline !important
    }

    .has-bootstrap .d-print-inline-block {
        display: inline-block !important
    }

    .has-bootstrap .d-print-block {
        display: block !important
    }

    .has-bootstrap .d-print-grid {
        display: grid !important
    }

    .has-bootstrap .d-print-table {
        display: table !important
    }

    .has-bootstrap .d-print-table-row {
        display: table-row !important
    }

    .has-bootstrap .d-print-table-cell {
        display: table-cell !important
    }

    .has-bootstrap .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .has-bootstrap .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .has-bootstrap .d-print-none {
        display: none !important
    }
}

.has-bootstrap body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.has-bootstrap address,
.has-bootstrap dl,
.has-bootstrap embed,
.has-bootstrap fieldset,
.has-bootstrap hr,
.has-bootstrap iframe,
.has-bootstrap ol,
.has-bootstrap p,
.has-bootstrap pre,
.has-bootstrap table,
.has-bootstrap ul {
    margin-top: 1.3em;
    margin-bottom: 1.3em
}

.has-bootstrap dd,
.has-bootstrap ol,
.has-bootstrap ul {
    position: relative;
    padding-left: 0;
    list-style-position: inside
}

.has-bootstrap dd>:first-child,
.has-bootstrap ol>:first-child,
.has-bootstrap ul>:first-child {
    margin-top: 0
}

.has-bootstrap dd>:last-child,
.has-bootstrap ol>:last-child,
.has-bootstrap ul>:last-child {
    margin-bottom: 0
}

.has-bootstrap dd li,
.has-bootstrap ol li,
.has-bootstrap ul li {
    margin-bottom: .65em
}

.has-bootstrap dd {
    margin-left: 0
}

.has-bootstrap li ol,
.has-bootstrap li ul {
    padding-left: 1.3em;
    margin-top: .65em;
    margin-bottom: .65em
}

.has-bootstrap .small,
.has-bootstrap small {
    font-size: 13px
}

.has-bootstrap dd+dt {
    margin-top: .65em
}

.has-bootstrap b,
.has-bootstrap dt,
.has-bootstrap strong {
    font-weight: 700
}

.has-bootstrap audio,
.has-bootstrap canvas,
.has-bootstrap iframe,
.has-bootstrap img,
.has-bootstrap svg,
.has-bootstrap video {
    vertical-align: middle
}

.has-bootstrap pre {
    white-space: pre-wrap
}

.has-bootstrap .h1+p,
.has-bootstrap .h2+p,
.has-bootstrap .h3+p,
.has-bootstrap .h4+p,
.has-bootstrap .h5+p,
.has-bootstrap .h6+p,
.has-bootstrap h1+p,
.has-bootstrap h2+p,
.has-bootstrap h3+p,
.has-bootstrap h4+p,
.has-bootstrap h5+p,
.has-bootstrap h6+p {
    margin-top: 0
}

.has-bootstrap .h1,
.has-bootstrap .h2,
.has-bootstrap .h3,
.has-bootstrap .h4,
.has-bootstrap .h5,
.has-bootstrap .h6,
.has-bootstrap h1,
.has-bootstrap h2,
.has-bootstrap h3,
.has-bootstrap h4,
.has-bootstrap h5,
.has-bootstrap h6 {
    margin-top: 1.75em;
    margin-bottom: .5em;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2
}

.has-bootstrap .h1 a,
.has-bootstrap .h2 a,
.has-bootstrap .h3 a,
.has-bootstrap .h4 a,
.has-bootstrap .h5 a,
.has-bootstrap .h6 a,
.has-bootstrap h1 a,
.has-bootstrap h2 a,
.has-bootstrap h3 a,
.has-bootstrap h4 a,
.has-bootstrap h5 a,
.has-bootstrap h6 a {
    color: inherit;
    text-decoration: none
}

.has-bootstrap .h1,
.has-bootstrap h1 {
    margin-top: 1.75em;
    margin-bottom: .5em;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    font-size: calc(1.3875rem + 1.59677vw);
    line-height: 1.33
}

.has-bootstrap .h1 a,
.has-bootstrap h1 a {
    color: inherit;
    text-decoration: none
}

@media (min-width:1240px) {

    .has-bootstrap .h1,
    .has-bootstrap h1 {
        font-size: 2.625rem
    }
}

.has-bootstrap .h2,
.has-bootstrap h2 {
    margin-top: 1.75em;
    margin-bottom: .5em;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    font-size: calc(1.35rem + 1.16129vw)
}

.has-bootstrap .h2 a,
.has-bootstrap h2 a {
    color: inherit;
    text-decoration: none
}

@media (min-width:1240px) {

    .has-bootstrap .h2,
    .has-bootstrap h2 {
        font-size: 2.25rem
    }
}

.has-bootstrap .h3,
.has-bootstrap h3 {
    margin-top: 1.75em;
    margin-bottom: .5em;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    font-size: calc(1.2875rem + .43548vw)
}

.has-bootstrap .h3 a,
.has-bootstrap h3 a {
    color: inherit;
    text-decoration: none
}

@media (min-width:1240px) {

    .has-bootstrap .h3,
    .has-bootstrap h3 {
        font-size: 1.625rem
    }
}

.has-bootstrap .h4,
.has-bootstrap h4 {
    margin-top: 1.75em;
    margin-bottom: .5em;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    font-size: calc(1.275rem + .29032vw)
}

.has-bootstrap .h4 a,
.has-bootstrap h4 a {
    color: inherit;
    text-decoration: none
}

@media (min-width:1240px) {

    .has-bootstrap .h4,
    .has-bootstrap h4 {
        font-size: 1.5rem
    }
}

.has-bootstrap .h5,
.has-bootstrap h5 {
    margin-top: 1.75em;
    margin-bottom: .5em;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    font-size: calc(1.2625rem + .14516vw)
}

.has-bootstrap .h5 a,
.has-bootstrap h5 a {
    color: inherit;
    text-decoration: none
}

@media (min-width:1240px) {

    .has-bootstrap .h5,
    .has-bootstrap h5 {
        font-size: 1.375rem
    }
}

.has-bootstrap .h6,
.has-bootstrap h6 {
    margin-top: 1.75em;
    margin-bottom: .5em;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.1875rem
}

.has-bootstrap .h6 a,
.has-bootstrap h6 a {
    color: inherit;
    text-decoration: none
}

.has-bootstrap table {
    width: 100%;
    border-collapse: collapse
}

.has-bootstrap table caption {
    margin-bottom: .65em;
    text-align: center
}

.has-bootstrap thead,
.has-bootstrap tr {
    border-bottom: 1px solid
}

.has-bootstrap tr:last-child {
    border-bottom: 0
}

.has-bootstrap td,
.has-bootstrap th {
    padding: .25rem .5rem;
    border-right: 1px solid;
    word-break: break-all
}

.has-bootstrap td:last-child,
.has-bootstrap th:last-child {
    border-right: 0
}

.has-bootstrap th {
    font-weight: inherit;
    text-align: inherit
}

.has-bootstrap tfoot tr {
    border-top: 1px solid
}

.has-bootstrap figure {
    max-width: 100%;
    margin: 30px 0;
    font-size: 13px;
    text-align: center
}

@media (min-width:48em) {
    .has-bootstrap figure {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

.has-bootstrap figcaption {
    padding: .65em
}

.has-bootstrap ::-moz-placeholder {
    color: rgba(51, 51, 51, .8);
    opacity: 1
}

.has-bootstrap :-ms-input-placeholder {
    color: rgba(51, 51, 51, .8);
    opacity: 1
}

.has-bootstrap ::placeholder {
    color: rgba(51, 51, 51, .8);
    opacity: 1
}

.has-bootstrap fieldset {
    width: 100%;
    padding: 0;
    border: 0;
    margin-right: 0;
    margin-left: 0
}

.has-bootstrap label {
    display: inline-block;
    margin-bottom: .325em
}

.has-bootstrap [type=color],
.has-bootstrap [type=date],
.has-bootstrap [type=datetime-local],
.has-bootstrap [type=datetime],
.has-bootstrap [type=email],
.has-bootstrap [type=month],
.has-bootstrap [type=number],
.has-bootstrap [type=password],
.has-bootstrap [type=search],
.has-bootstrap [type=tel],
.has-bootstrap [type=text],
.has-bootstrap [type=time],
.has-bootstrap [type=url],
.has-bootstrap [type=week],
.has-bootstrap textarea {
    display: block;
    width: 100%;
    padding: .375rem 1rem;
    border: 1px solid #333;
    background-color: transparent;
    border-radius: 5px;
    box-shadow: none;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    transition: color .2s ease-in-out 0s, background-color .2s ease-in-out 0s, border-color .2s ease-in-out 0s, box-shadow .2s ease-in-out 0s, transform .2s ease-in-out 0s
}

.has-bootstrap [type=color]:active,
.has-bootstrap [type=color]:focus,
.has-bootstrap [type=date]:active,
.has-bootstrap [type=date]:focus,
.has-bootstrap [type=datetime-local]:active,
.has-bootstrap [type=datetime-local]:focus,
.has-bootstrap [type=datetime]:active,
.has-bootstrap [type=datetime]:focus,
.has-bootstrap [type=email]:active,
.has-bootstrap [type=email]:focus,
.has-bootstrap [type=month]:active,
.has-bootstrap [type=month]:focus,
.has-bootstrap [type=number]:active,
.has-bootstrap [type=number]:focus,
.has-bootstrap [type=password]:active,
.has-bootstrap [type=password]:focus,
.has-bootstrap [type=search]:active,
.has-bootstrap [type=search]:focus,
.has-bootstrap [type=tel]:active,
.has-bootstrap [type=tel]:focus,
.has-bootstrap [type=text]:active,
.has-bootstrap [type=text]:focus,
.has-bootstrap [type=time]:active,
.has-bootstrap [type=time]:focus,
.has-bootstrap [type=url]:active,
.has-bootstrap [type=url]:focus,
.has-bootstrap [type=week]:active,
.has-bootstrap [type=week]:focus,
.has-bootstrap textarea:active,
.has-bootstrap textarea:focus {
    outline-width: 0;
    box-shadow: 0 0 0 2px #c5effc
}

.has-bootstrap select {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%
}

.has-bootstrap select:not([multiple]) {
    padding: .15rem 1.2em .15rem 1rem;
    border: 1px solid #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 12 8" xmlns="http://www.w3.org/2000/svg"><path d="M4.79 6.442L.843 2.497Q.68 2.333.591 2.118.5 1.903.5 1.671t.09-.447Q.68 1.01.844.845L.845.844Q.886.804.93.767q.045-.036.092-.068.048-.032.099-.06.05-.026.103-.048.053-.022.108-.039.055-.016.111-.028.057-.01.114-.016T1.67.502q.058 0 .115.006.057.005.113.016.056.012.111.028.055.017.108.039t.104.049q.05.027.098.059t.092.068q.044.036.085.077L5.673 4.02 8.85.844q.04-.04.085-.077.045-.036.092-.068.048-.032.099-.06.05-.026.103-.048.053-.022.108-.039.055-.016.111-.028.057-.01.114-.016t.114-.006q.057 0 .115.006.057.005.113.016.056.012.111.028.055.017.108.039t.104.049q.05.027.098.059t.092.068q.044.036.085.077l.001.001q.04.041.077.085.037.045.069.092.031.048.058.099.027.05.05.103.021.053.038.108.017.055.028.111.011.057.017.114.005.057.005.114 0 .058-.005.115-.006.057-.017.113-.011.056-.028.111t-.039.108q-.022.053-.049.104-.027.05-.058.098-.032.048-.069.092-.036.044-.077.085L6.557 6.442q-.026.03-.055.059l-.001.001q-.165.165-.38.254t-.448.088h-.002q-.232 0-.447-.089-.214-.088-.379-.253l-.001-.001-.055-.059z" fill-rule="evenodd"/></svg>'), linear-gradient(180deg, transparent 0, transparent);
    background-position: right .7em top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: .65em auto, 100%;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer
}

.has-bootstrap select:not([multiple]):active,
.has-bootstrap select:not([multiple]):focus {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(180deg, #fff 0, #fff)
}

.has-bootstrap select::-ms-expand {
    display: none
}

.has-bootstrap select option {
    font-weight: 400
}

:root:lang(ar) .has-bootstrap select,
:root:lang(iw) .has-bootstrap select,
[dir=rtl] .has-bootstrap select {
    padding-right: 1rem;
    padding-left: 1.4em;
    background-position: left .7em top 50%, 0 0
}

.has-bootstrap [multiple],
.has-bootstrap textarea {
    height: 100px;
    resize: vertical
}

.has-bootstrap [type=checkbox],
.has-bootstrap [type=radio] {
    position: relative;
    width: 19px;
    height: 19px;
    border: 1px solid #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none
}

.has-bootstrap [type=checkbox]:after,
.has-bootstrap [type=radio]:after {
    transition: all .2s ease-in-out 0s
}

.has-bootstrap [type=checkbox]:checked:after,
.has-bootstrap [type=radio]:checked:after {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-color: #1cabe2;
    content: ""
}

.has-bootstrap img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.has-bootstrap a {
    text-decoration: none;
    color: inherit
}

.has-bootstrap a:active,
.has-bootstrap a:focus,
.has-bootstrap a:hover {
    text-decoration: underline;
    color: inherit
}

.has-bootstrap iframe {
    width: 100%;
    border: 0
}

.has-bootstrap svg:not(.svg--keepcolors),
.has-bootstrap svg:not(.svg--keepcolors) path {
    fill: currentColor
}

.has-bootstrap .btn,
.has-bootstrap .button,
.has-bootstrap button,
.has-bootstrap input[type=submit] {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .25);
    font-size: 14px;
    font-weight: 500
}

.has-bootstrap .btn-group-sm>.btn,
.has-bootstrap .btn-sm {
    padding: 3px 10px
}

.has-bootstrap .btn-group-lg>.btn,
.has-bootstrap .btn-lg {
    padding: 10px 30px
}

.has-bootstrap .btn-secondary {
    border-color: #fff;
    background-color: #fff;
    color: #333
}

.has-bootstrap .btn-secondary:active,
.has-bootstrap .btn-secondary:focus,
.has-bootstrap .btn-secondary:hover {
    border-color: #f1f1f1;
    background-color: #f1f1f1;
    color: #333
}

.has-bootstrap .btn-outline,
.has-bootstrap .btn-outline:active,
.has-bootstrap .btn-outline:focus,
.has-bootstrap .btn-outline:hover {
    background-color: transparent
}

.has-bootstrap .screen-reader-text {
    display: none
}

.has-bootstrap .arrow-link,
.has-bootstrap .card-link {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    color: #1cabe2
}

.has-bootstrap .arrow-link:before,
.has-bootstrap .card-link:before {
    display: block;
    width: 8px;
    height: 11px;
    margin-right: 10px;
    background-color: currentColor;
    content: "";
    -webkit-mask-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg"><path d="M3.96 5.494L.818 8.637q-.037.038-.071.08-.034.04-.063.084-.03.045-.055.092t-.046.096q-.02.049-.035.1-.016.05-.026.103-.01.052-.016.105T.5 9.403t.005.106q.005.053.016.105.01.053.026.103.015.051.035.1.02.05.046.097.025.046.055.09.03.045.063.086.034.041.071.079l.002.001q.037.038.078.072.041.033.086.063.044.03.09.055.048.025.097.045.05.02.1.036.05.015.103.026.052.01.105.015.053.005.106.005.054 0 .106-.005.053-.005.106-.015.052-.01.103-.026.05-.016.1-.036.049-.02.096-.045.047-.026.09-.055.045-.03.086-.063.041-.034.079-.072l3.678-3.678q.149-.077.267-.195l.002-.002q.078-.078.14-.171.06-.093.101-.197.04-.103.06-.213.019-.11.015-.22.004-.111-.015-.221-.02-.11-.06-.213-.04-.103-.102-.196-.06-.093-.14-.172v-.001q-.12-.119-.268-.196L2.35.817Q2.312.78 2.271.746q-.04-.034-.085-.063-.044-.03-.091-.055T1.999.582q-.05-.02-.1-.035Q1.848.53 1.796.52 1.743.51 1.69.505 1.638.5 1.584.5q-.053 0-.106.005t-.105.016q-.052.01-.103.026-.05.015-.1.035-.05.02-.096.046-.047.025-.091.055-.045.03-.086.063Q.857.78.82.817L.817.82q-.152.15-.235.35Q.5 1.369.5 1.584.5 1.8.582 2q.083.199.235.351l3.144 3.144z" /></svg>');
    mask-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg"><path d="M3.96 5.494L.818 8.637q-.037.038-.071.08-.034.04-.063.084-.03.045-.055.092t-.046.096q-.02.049-.035.1-.016.05-.026.103-.01.052-.016.105T.5 9.403t.005.106q.005.053.016.105.01.053.026.103.015.051.035.1.02.05.046.097.025.046.055.09.03.045.063.086.034.041.071.079l.002.001q.037.038.078.072.041.033.086.063.044.03.09.055.048.025.097.045.05.02.1.036.05.015.103.026.052.01.105.015.053.005.106.005.054 0 .106-.005.053-.005.106-.015.052-.01.103-.026.05-.016.1-.036.049-.02.096-.045.047-.026.09-.055.045-.03.086-.063.041-.034.079-.072l3.678-3.678q.149-.077.267-.195l.002-.002q.078-.078.14-.171.06-.093.101-.197.04-.103.06-.213.019-.11.015-.22.004-.111-.015-.221-.02-.11-.06-.213-.04-.103-.102-.196-.06-.093-.14-.172v-.001q-.12-.119-.268-.196L2.35.817Q2.312.78 2.271.746q-.04-.034-.085-.063-.044-.03-.091-.055T1.999.582q-.05-.02-.1-.035Q1.848.53 1.796.52 1.743.51 1.69.505 1.638.5 1.584.5q-.053 0-.106.005t-.105.016q-.052.01-.103.026-.05.015-.1.035-.05.02-.096.046-.047.025-.091.055-.045.03-.086.063Q.857.78.82.817L.817.82q-.152.15-.235.35Q.5 1.369.5 1.584.5 1.8.582 2q.083.199.235.351l3.144 3.144z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
}

.has-bootstrap .img-fit {
    position: relative;
    display: block;
    overflow: hidden
}

.has-bootstrap .img-fit img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.has-bootstrap .img-fit--fallback {
    background-position: 50%;
    background-size: cover
}

.has-bootstrap .img-fit--fallback img {
    opacity: 0
}

.has-bootstrap .card {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .25);
    position: relative;
    border: 0;
    transition: all .2s ease-in-out 0s
}

.has-bootstrap .card:active,
.has-bootstrap .card:focus,
.has-bootstrap .card:hover {
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, .25)
}

.has-bootstrap .card-header {
    background: #f1f1f1
}

.has-bootstrap .card-body {
    padding: 15px
}

.has-bootstrap .card-title {
    margin-bottom: .5em;
    font-family: inherit;
    font-size: calc(1.2625rem + .14516vw);
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0
}

.has-bootstrap .card-title a {
    color: inherit;
    text-decoration: none
}

@media (min-width:1240px) {
    .has-bootstrap .card-title {
        font-size: 1.375rem
    }
}

.has-bootstrap .card-subtitle {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .65em
}

.has-bootstrap .card-subtitle a {
    color: inherit;
    text-decoration: none
}

.has-bootstrap .card-image {
    height: 200px
}

.has-bootstrap .card .list-group {
    margin-top: 0
}

.has-bootstrap .card .btn-primary {
    color: #fff
}

.has-bootstrap .alert-info,
.has-bootstrap .alert-light,
.has-bootstrap .alert-secondary {
    color: #333
}

.has-bootstrap .list-group-item {
    margin-bottom: 0;
    transition: background .2s ease-in-out 0s
}

.has-bootstrap .list-group-item:active,
.has-bootstrap .list-group-item:focus,
.has-bootstrap .list-group-item:hover {
    background: #f1f1f1
}

.has-bootstrap .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff
}

.has-bootstrap .btn-group {
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, .25))
}

.has-bootstrap .btn-group .btn {
    box-shadow: none
}

.has-bootstrap .dropdown {
    display: inline-block
}

.has-bootstrap .dropdown-toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.has-bootstrap .dropdown-toggle:after {
    display: inline-block;
    width: 12px;
    height: 8px;
    margin-left: 10px;
    background-color: currentColor;
    content: "";
    -webkit-mask-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg"><path d="M4.79 6.442L.843 2.497Q.68 2.333.591 2.118.5 1.903.5 1.671t.09-.447Q.68 1.01.844.845L.845.844Q.886.804.93.767q.045-.036.092-.068.048-.032.099-.06.05-.026.103-.048.053-.022.108-.039.055-.016.111-.028.057-.01.114-.016T1.67.502q.058 0 .115.006.057.005.113.016.056.012.111.028.055.017.108.039t.104.049q.05.027.098.059t.092.068q.044.036.085.077L5.673 4.02 8.85.844q.04-.04.085-.077.045-.036.092-.068.048-.032.099-.06.05-.026.103-.048.053-.022.108-.039.055-.016.111-.028.057-.01.114-.016t.114-.006q.057 0 .115.006.057.005.113.016.056.012.111.028.055.017.108.039t.104.049q.05.027.098.059t.092.068q.044.036.085.077l.001.001q.04.041.077.085.037.045.069.092.031.048.058.099.027.05.05.103.021.053.038.108.017.055.028.111.011.057.017.114.005.057.005.114 0 .058-.005.115-.006.057-.017.113-.011.056-.028.111t-.039.108q-.022.053-.049.104-.027.05-.058.098-.032.048-.069.092-.036.044-.077.085L6.557 6.442q-.026.03-.055.059l-.001.001q-.165.165-.38.254t-.448.088h-.002q-.232 0-.447-.089-.214-.088-.379-.253l-.001-.001-.055-.059z" fill-rule="evenodd"/></svg>');
    mask-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg"><path d="M4.79 6.442L.843 2.497Q.68 2.333.591 2.118.5 1.903.5 1.671t.09-.447Q.68 1.01.844.845L.845.844Q.886.804.93.767q.045-.036.092-.068.048-.032.099-.06.05-.026.103-.048.053-.022.108-.039.055-.016.111-.028.057-.01.114-.016T1.67.502q.058 0 .115.006.057.005.113.016.056.012.111.028.055.017.108.039t.104.049q.05.027.098.059t.092.068q.044.036.085.077L5.673 4.02 8.85.844q.04-.04.085-.077.045-.036.092-.068.048-.032.099-.06.05-.026.103-.048.053-.022.108-.039.055-.016.111-.028.057-.01.114-.016t.114-.006q.057 0 .115.006.057.005.113.016.056.012.111.028.055.017.108.039t.104.049q.05.027.098.059t.092.068q.044.036.085.077l.001.001q.04.041.077.085.037.045.069.092.031.048.058.099.027.05.05.103.021.053.038.108.017.055.028.111.011.057.017.114.005.057.005.114 0 .058-.005.115-.006.057-.017.113-.011.056-.028.111t-.039.108q-.022.053-.049.104-.027.05-.058.098-.032.048-.069.092-.036.044-.077.085L6.557 6.442q-.026.03-.055.059l-.001.001q-.165.165-.38.254t-.448.088h-.002q-.232 0-.447-.089-.214-.088-.379-.253l-.001-.001-.055-.059z" fill-rule="evenodd"/></svg>');
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
}

.has-bootstrap .dropdown-menu {
    box-shadow: none
}

.has-bootstrap .dropdown.show .dropdown-toggle:after {
    transform: rotate(-180deg)
}

.has-bootstrap .form-control:focus {
    color: #333
}

.has-bootstrap .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.has-bootstrap .form-check label {
    padding-left: 10px
}

.has-bootstrap .input-group-prepend .input-group-text {
    border-color: #333
}

.has-bootstrap .jumbotron {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .25);
    padding: 30px;
    background: #fff
}

.has-bootstrap .jumbotron>:first-child {
    margin-top: 0
}

.has-bootstrap .jumbotron>:last-child {
    margin-bottom: 0
}

.has-bootstrap .modal-header .close {
    box-shadow: none
}

.has-bootstrap .nav {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0
}

.has-bootstrap .nav-tabs .nav-item,
.has-bootstrap .nav li {
    margin-bottom: 0
}

.has-bootstrap .navbar {
    padding: 0;
    background-color: transparent
}

.has-bootstrap .navbar-brand img {
    width: 150px
}

.has-bootstrap .popover-header {
    margin: 0
}

.has-bootstrap .toast-header .close {
    box-shadow: none
}

.has-bootstrap .custom-control.custom-switch {
    padding-left: 15px
}

.has-bootstrap .panel {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .25);
    background: #c5effc;
    border-radius: 5px
}

.has-bootstrap .panel-header {
    padding: 15px 30px;
    background: #fff;
    border-radius: 5px 5px 0 0
}

.has-bootstrap .panel-header>:first-child {
    margin-top: 0
}

.has-bootstrap .panel-header>:last-child {
    margin-bottom: 0
}

.has-bootstrap .panel-body {
    padding: 10px 10px 0;
    background: #c5effc
}

.has-bootstrap .panel-content {
    padding: 15px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14), 0 3px 4px 0 rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.has-bootstrap .panel-content>:first-child {
    margin-top: 0
}

.has-bootstrap .panel-content>:last-child {
    margin-bottom: 0
}

.has-bootstrap .panel-footer {
    padding: 20px 30px;
    text-align: center
}

.has-bootstrap .panel-footer>:first-child {
    margin-top: 0
}

.has-bootstrap .panel-footer>:last-child {
    margin-bottom: 0
}

.has-bootstrap .heading {
    position: relative;
    padding-top: 90px;
    background: #f1f1f1
}

@media (min-width:62em) {
    .has-bootstrap .heading {
        padding-top: 180px
    }
}

.has-bootstrap .heading-content:before {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25%;
    background: #fff;
    content: ""
}

.has-bootstrap .heading-panel {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .25);
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    max-width: 1240px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    text-align: center
}

.has-bootstrap .heading-panel>:first-child {
    margin-top: 0
}

.has-bootstrap .heading-panel>:last-child {
    margin-bottom: 0
}

.has-bootstrap .heading-title {
    font-size: 2.625rem;
    font-weight: 700
}

.has-bootstrap .heading-subtitle {
    font-family: serif;
    font-size: 1.375rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2
}

.has-bootstrap .unicef-logo__image {
    display: inline-block;
    width: 220px;
    max-width: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
}

@media (min-width:62em) {
    .has-bootstrap .unicef-logo__image {
        width: 460px
    }
}

.has-bootstrap .unicef-logo__heading {
    font-size: .875rem;
    position: relative;
    left: 4px;
    margin: 0;
    color: #fff
}

.has-bootstrap .unicef-logo__heading strong {
    text-transform: uppercase
}

@media (min-width:62em) {
    .has-bootstrap .unicef-logo__heading strong {
        text-transform: none
    }
}

.has-bootstrap .unicef-logo__heading span {
    display: none
}

@media (min-width:62em) {
    .has-bootstrap .unicef-logo__heading span {
        display: inline
    }
}

.has-bootstrap .header {
    position: relative;
    z-index: 2;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .25)
}

.has-bootstrap .header__menu>.menu-item a {
    padding-right: 15px;
    padding-left: 15px;
    color: #333;
    font-size: 14px;
    transition: background-color .2s ease-in-out 0s
}

@media (min-width:62em) {
    .has-bootstrap .header__menu>.menu-item a {
        padding-right: 0;
        padding-left: 0
    }
}

.has-bootstrap .header__menu>.menu-item a:active,
.has-bootstrap .header__menu>.menu-item a:focus,
.has-bootstrap .header__menu>.menu-item a:hover {
    background-color: #f1f1f1;
    color: #333
}

.has-bootstrap .header__menu>.menu-item:last-child {
    margin-right: 0
}

.has-bootstrap .header__menu>.menu-item--full {
    position: static !important
}

.has-bootstrap .header__menu>.menu-item--full>.sub-menu {
    padding: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3)
}

.has-bootstrap .header__menu>.menu-item.active>a,
.has-bootstrap .header__menu>.menu-item.current-menu-item>a {
    box-shadow: inset 0 -2px 4px 1px rgba(0, 0, 0, .25)
}

.has-bootstrap .header__menu>.menu-item.active>a:before,
.has-bootstrap .header__menu>.menu-item.current-menu-item>a:before {
    height: 6px
}

.has-bootstrap .header__menu .sub-menu {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .25);
    position: absolute;
    z-index: 9;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 15px 0;
    background: #fff;
    color: #333;
    opacity: 0;
    pointer-events: none;
    text-align: left;
    transition: opacity .2s ease-in-out 0s;
    white-space: nowrap
}

.has-bootstrap .header__menu .sub-menu>.menu-item a {
    padding: 6px 30px
}

.has-bootstrap .header__menu .sub-menu>.menu-item:last-child {
    margin-right: 0
}

.has-bootstrap .header__menu .sub-menu:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    content: ""
}

.has-bootstrap .header__menu .menu-item-has-children {
    position: relative
}

.has-bootstrap .header__menu .menu-item-has-children:active>.sub-menu,
.has-bootstrap .header__menu .menu-item-has-children:focus>.sub-menu,
.has-bootstrap .header__menu .menu-item-has-children:hover>.sub-menu {
    display: block;
    opacity: 1;
    pointer-events: all
}

.has-bootstrap .header__menu .menu-item-has-children>a {
    position: relative
}

.has-bootstrap .header__menu .menu-item-has-children>a:after {
    position: relative;
    top: 0;
    display: inline-block;
    width: 12px;
    height: 8px;
    margin-left: 6px;
    background-color: #333;
    content: "";
    -webkit-mask-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg"><path d="M4.79 6.442L.843 2.497Q.68 2.333.591 2.118.5 1.903.5 1.671t.09-.447Q.68 1.01.844.845L.845.844Q.886.804.93.767q.045-.036.092-.068.048-.032.099-.06.05-.026.103-.048.053-.022.108-.039.055-.016.111-.028.057-.01.114-.016T1.67.502q.058 0 .115.006.057.005.113.016.056.012.111.028.055.017.108.039t.104.049q.05.027.098.059t.092.068q.044.036.085.077L5.673 4.02 8.85.844q.04-.04.085-.077.045-.036.092-.068.048-.032.099-.06.05-.026.103-.048.053-.022.108-.039.055-.016.111-.028.057-.01.114-.016t.114-.006q.057 0 .115.006.057.005.113.016.056.012.111.028.055.017.108.039t.104.049q.05.027.098.059t.092.068q.044.036.085.077l.001.001q.04.041.077.085.037.045.069.092.031.048.058.099.027.05.05.103.021.053.038.108.017.055.028.111.011.057.017.114.005.057.005.114 0 .058-.005.115-.006.057-.017.113-.011.056-.028.111t-.039.108q-.022.053-.049.104-.027.05-.058.098-.032.048-.069.092-.036.044-.077.085L6.557 6.442q-.026.03-.055.059l-.001.001q-.165.165-.38.254t-.448.088h-.002q-.232 0-.447-.089-.214-.088-.379-.253l-.001-.001-.055-.059z" fill-rule="evenodd"/></svg>');
    mask-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg"><path d="M4.79 6.442L.843 2.497Q.68 2.333.591 2.118.5 1.903.5 1.671t.09-.447Q.68 1.01.844.845L.845.844Q.886.804.93.767q.045-.036.092-.068.048-.032.099-.06.05-.026.103-.048.053-.022.108-.039.055-.016.111-.028.057-.01.114-.016T1.67.502q.058 0 .115.006.057.005.113.016.056.012.111.028.055.017.108.039t.104.049q.05.027.098.059t.092.068q.044.036.085.077L5.673 4.02 8.85.844q.04-.04.085-.077.045-.036.092-.068.048-.032.099-.06.05-.026.103-.048.053-.022.108-.039.055-.016.111-.028.057-.01.114-.016t.114-.006q.057 0 .115.006.057.005.113.016.056.012.111.028.055.017.108.039t.104.049q.05.027.098.059t.092.068q.044.036.085.077l.001.001q.04.041.077.085.037.045.069.092.031.048.058.099.027.05.05.103.021.053.038.108.017.055.028.111.011.057.017.114.005.057.005.114 0 .058-.005.115-.006.057-.017.113-.011.056-.028.111t-.039.108q-.022.053-.049.104-.027.05-.058.098-.032.048-.069.092-.036.044-.077.085L6.557 6.442q-.026.03-.055.059l-.001.001q-.165.165-.38.254t-.448.088h-.002q-.232 0-.447-.089-.214-.088-.379-.253l-.001-.001-.055-.059z" fill-rule="evenodd"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color .2s ease-in-out 0s
}

@media (min-width:62em) {
    .has-bootstrap .header {
        display: block
    }
}

.has-bootstrap .header__inner {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*0.5);
    padding-left: calc(var(--bs-gutter-x)*0.5);
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 100%
}

.has-bootstrap .header__top {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #1cabe2
}

.has-bootstrap .header__bottom .header__inner {
    padding: 0
}

.has-bootstrap .header__row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)*-0.5);
    margin-left: calc(var(--bs-gutter-x)*-0.5)
}

@media (min-width:62em) {
    .has-bootstrap .header__row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.has-bootstrap .header__col {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:48em) {
    .has-bootstrap .header__col {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:62em) {
    .has-bootstrap .header__col {
        padding-right: 20px;
        padding-left: 20px
    }
}

.has-bootstrap .header__left {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:62em) {
    .has-bootstrap .header__left {
        -ms-flex-item-align: center;
        align-self: center
    }
}

.has-bootstrap .header__right {
    display: none
}

@media (min-width:62em) {
    .has-bootstrap .header__right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.has-bootstrap .header__logo {
    width: 100%;
    text-decoration: none
}

@media (min-width:62em) {
    .has-bootstrap .header__logo {
        width: 460px
    }
}

.has-bootstrap .header__back {
    font-size: .75em
}

.has-bootstrap .header__back a {
    color: #fff;
    text-decoration: none
}

.has-bootstrap .header__cta {
    display: -ms-flexbox;
    display: flex
}

.has-bootstrap .header__buttons .btn {
    margin-right: 7.5px;
    margin-left: 7.5px
}

.has-bootstrap .header__buttons .btn:last-child {
    margin-right: 0
}

.has-bootstrap .header__buttons .btn-outline {
    color: #fff;
    border-width: 2px
}

.has-bootstrap .header__navigation {
    display: none
}

@media (min-width:62em) {
    .has-bootstrap .header__navigation {
        display: block
    }
}

.has-bootstrap .header__navigation.open {
    display: block
}

.has-bootstrap .header__burger {
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px
}

@media (min-width:62em) {
    .has-bootstrap .header__burger {
        display: none !important
    }
}

.has-bootstrap .header__menu {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0
}

.has-bootstrap .header__menu li {
    margin-bottom: 0
}

@media (min-width:62em) {
    .has-bootstrap .header__menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:62em) {
    .has-bootstrap .header__menu>li {
        -ms-flex: 1;
        flex: 1;
        text-align: center
    }
}

.has-bootstrap .header__menu>li>a {
    position: relative;
    color: #333;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    transition: all .2s ease-in-out 0s
}

.has-bootstrap .header__menu>li>a:active,
.has-bootstrap .header__menu>li>a:focus,
.has-bootstrap .header__menu>li>a:hover {
    box-shadow: inset 0 -2px 4px 1px rgba(0, 0, 0, .25)
}

.has-bootstrap .header__menu>li>a:active:before,
.has-bootstrap .header__menu>li>a:focus:before,
.has-bootstrap .header__menu>li>a:hover:before {
    height: 6px
}

.has-bootstrap .header__menu>li>a:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #1cabe2;
    content: "";
    transition: all .2s ease-in-out 0s
}

.has-bootstrap .header__menu ul {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0
}

.has-bootstrap .header__menu ul li {
    margin-bottom: 0
}

.has-bootstrap .header__menu a {
    display: block;
    text-decoration: none
}

.has-bootstrap .header__menu a:active,
.has-bootstrap .header__menu a:focus,
.has-bootstrap .header__menu a:hover {
    color: #1cabe2
}

.has-bootstrap .footer {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #1cabe2;
    color: #fff
}

@media (min-width:48em) {
    .has-bootstrap .footer {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.has-bootstrap .footer__inner {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*0.5);
    padding-left: calc(var(--bs-gutter-x)*0.5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:62em) {
    .has-bootstrap .footer__inner {
        max-width: 1240px
    }
}

.has-bootstrap .footer__top {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)*-0.5);
    margin-left: calc(var(--bs-gutter-x)*-0.5)
}

@media (min-width:62em) {
    .has-bootstrap .footer__top {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.has-bootstrap .footer__left {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

@media (min-width:48em) {
    .has-bootstrap .footer__left {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:62em) {
    .has-bootstrap .footer__left {
        padding-right: 20px;
        padding-left: 20px;
        width: 460px;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.has-bootstrap .footer__right {
    padding-right: 15px;
    padding-left: 15px;
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)*-0.5);
    margin-left: calc(var(--bs-gutter-x)*-0.5);
    width: 100%
}

@media (min-width:48em) {
    .has-bootstrap .footer__right {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:62em) {
    .has-bootstrap .footer__right {
        padding-right: 20px;
        padding-left: 20px;
        width: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.has-bootstrap .footer__logo {
    width: 100%;
    margin-bottom: 1.3em;
    text-align: center
}

@media (min-width:62em) {
    .has-bootstrap .footer__logo {
        margin-bottom: 0;
        text-align: left
    }
}

.has-bootstrap .footer__nav {
    padding-right: 15px;
    padding-left: 15px;
    width: 50%
}

@media (min-width:48em) {
    .has-bootstrap .footer__nav {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:62em) {
    .has-bootstrap .footer__nav {
        padding-right: 20px;
        padding-left: 20px
    }
}

.has-bootstrap .footer__nav>:first-child {
    margin-top: 0
}

.has-bootstrap .footer__nav>:last-child {
    margin-bottom: 0
}

@media (min-width:62em) {
    .has-bootstrap .footer__nav {
        width: auto
    }
}

.has-bootstrap .footer__nav a {
    color: #fff;
    text-decoration: none
}

.has-bootstrap .footer__nav--last {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 1.3em;
    margin-bottom: .65em;
    text-align: center
}

@media (min-width:62em) {
    .has-bootstrap .footer__nav--last {
        width: auto;
        margin-top: 0;
        text-align: left
    }
}

.has-bootstrap .footer__menu {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0
}

.has-bootstrap .footer__menu li {
    margin-bottom: 0;
    display: block;
    margin-bottom: .65em
}

.has-bootstrap .footer__menu a {
    color: #fff
}

.has-bootstrap .footer__menu>li>a {
    display: block;
    margin-bottom: 1.3em;
    font-weight: 700
}

.has-bootstrap .footer__menu .sub-menu {
    padding-left: 0;
    list-style: none
}

.has-bootstrap .footer__menu .sub-menu li>a {
    font-weight: 400
}

.has-bootstrap .burger {
    padding: 0;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 54px;
    height: 54px;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 100%;
    color: currentColor;
    transition: color .2s ease-in-out 0s, background-color .2s ease-in-out 0s, transform .2s ease-in-out 0s;
    border: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff
}

.has-bootstrap .burger:active,
.has-bootstrap .burger:focus,
.has-bootstrap .burger:hover {
    background: transparent;
    color: inherit
}

.has-bootstrap .burger:focus {
    box-shadow: unset;
    outline-width: 5px
}

.has-bootstrap .burger .burger__line {
    position: absolute;
    display: block;
    width: 30px;
    height: 4px;
    margin: 0;
    background-color: currentColor;
    border-radius: 5px;
    color: currentColor;
    content: "";
    transition: opacity .2s ease-in-out 0s, transform .2s ease-in-out 0s, top .2s ease-in-out 0s
}

.has-bootstrap .burger .burger__line--1 {
    transform: translateY(-10px)
}

.has-bootstrap .burger .burger__line--3 {
    transform: translateY(10px)
}

.has-bootstrap .burger:active,
.has-bootstrap .burger:focus,
.has-bootstrap .burger:hover {
    box-shadow: none;
    border-color: #fff;
    background: none;
    color: #fff
}

.has-bootstrap .burger:active:active,
.has-bootstrap .burger:active:focus,
.has-bootstrap .burger:focus:active,
.has-bootstrap .burger:focus:focus,
.has-bootstrap .burger:hover:active,
.has-bootstrap .burger:hover:focus {
    outline-width: 0
}

.has-bootstrap .burger.active .burger__line--1 {
    transform: rotate(45deg)
}

.has-bootstrap .burger.active .burger__line--2 {
    opacity: 0
}

.has-bootstrap .burger.active .burger__line--3 {
    transform: rotate(-45deg)
}

.has-bootstrap .no-scroll {
    overflow: hidden
}