@charset "UTF-8"; /*!* Bootstrap v5.1 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)*/
dd,
legend {
    margin-bottom: 0.5rem;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.g-0,
.gy-0,
.row {
    --bs-gutter-y: 0;
}
.dropdown-header,
.dropdown-item,
.dropdown-toggle,
.input-group-text,
.navbar-brand {
    white-space: nowrap;
}
.text-black,
.text-black-50,
.text-body,
.text-danger,
.text-dark,
.text-info,
.text-light,
.text-muted,
.text-primary,
.text-reset,
.text-secondary,
.text-success,
.text-warning,
.text-white,
.text-white-50 {
    --bs-text-opacity: 1;
}
.bg-black,
.bg-body,
.bg-danger,
.bg-dark,
.bg-info,
.bg-light,
.bg-primary,
.bg-secondary,
.bg-success,
.bg-transparent,
.bg-warning,
.bg-white {
    --bs-bg-opacity: 1;
}
.navbar-expand .offcanvas,
.visible {
    visibility: visible !important;
}
#page,
body {
    min-height: 60vh;
}
.color-icon-grass,
.color-icon-green {
    fill: rgba(140, 193, 82, 0.3) !important;
}
#footer-bar,
.header {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.footer-bar-6 .active-nav em,
.footer-bar-6 .circle-nav strong {
    background-image: linear-gradient(
        to bottom,
        #1b55bf 0,
        #1740bf 100%
    ) !important;
}
.alert-heading,
.input-style input[type="date"],
.input-style select,
a > code,
button,
hr,
pre code {
    color: inherit;
}
.breadcrumb,
.carousel-indicators,
.dropdown-menu,
.icon-list li,
.nav,
.navbar-nav,
.pagination,
.pricing-1 *,
.pricing-2 *,
.pricing-3 *,
.pricing-4 * {
    list-style: none;
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-rgb: 33, 37, 41;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}
*,
::after,
::before {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
hr {
    margin: 1rem 0;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
.alert-link,
.font-700,
dt,
kbd kbd {
    font-weight: 700;
}
address,
legend {
    line-height: inherit;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}
.btn,
.form-control-color:not(:disabled):not([readonly]),
.form-control[type="file"]:not(:disabled):not([readonly]),
[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled),
summary {
    cursor: pointer;
}
address {
    font-style: normal;
}
ol,
ul {
    padding-left: 0rem;
}
dl,
ol,
ul {
    margin-top: 0;
}
.accordion-header,
.blockquote > :last-child,
.card-text:last-child,
.content p:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dd {
    margin-left: 0;
}
blockquote,
figure {
    margin: 0 0 1rem;
}
.blockquote,
.blockquote-footer,
pre {
    margin-bottom: 1rem;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #000000;
    text-decoration: none !important;
}
a:hover {
    color: #000000;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}
kbd,
pre {
    font-size: 0.875em;
}
pre {
    display: block;
    margin-top: 0;
    overflow: auto;
}
pre code {
    font-size: inherit;
    word-break: normal;
}
kbd {
    padding: 0.2rem 0.4rem;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
.figure,
.list-inline-item,
label,
output {
    display: inline-block;
}
.accordion-flush .accordion-item .accordion-button,
.back-to-top-icon-square,
.list-group-flush,
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header,
button {
    border-radius: 0;
}
fieldset,
iframe {
    border: 0;
}
.form-range:focus,
button:focus,
button:focus:not(:focus-visible),
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#footer-bar a span,
body {
    font-family: Roboto, sans-serif !important;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
.carousel-indicators .active,
.fac-checkbox-o > input:checked + label:before,
.fac-checkbox-round-o > input:checked + label:before,
.fac-checkbox > input:checked + label:before,
.fac-radio > input:checked + label:before,
.fac > input:checked + label:before,
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    font-size: calc(1.275rem + 0.3vw);
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 300;
    line-height: 1.2;
}
summary {
    display: list-item;
}
.android-switch input,
.d-none,
.disabled,
.footer .footer-logo span,
.footer-bar-3 span,
.footer-bar-4 span,
.interest-check input:checked ~ .fa:last-child,
.interest-check input:checked ~ .fab:last-child,
.interest-check input:checked ~ .far:last-child,
.interest-check input:checked ~ .fas:last-child,
.splide.slider-no-arrows .splide__arrows,
.splide.slider-no-dots .splide__pagination,
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
}
.btn,
.btn-link,
.dropdown-item,
.form-control,
.form-select {
    font-weight: 400;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    font-size: 1.25rem;
}
.blockquote-footer,
.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}
.blockquote-footer {
    margin-top: -1rem;
}
.blockquote-footer::before {
    content: "— ";
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
    .col-sm {
        flex: 1 0 0%;
    }
    .col-sm-auto,
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-12,
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-sm-6,
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-sm-3,
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
    .col-md {
        flex: 1 0 0%;
    }
    .col-md-auto,
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-12,
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-6,
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-md-3,
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
    .col-lg {
        flex: 1 0 0%;
    }
    .col-lg-auto,
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-12,
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-lg-6,
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-lg-3,
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .display-6,
    .h1,
    h1 {
        font-size: 2.5rem;
    }
    .h2,
    h2 {
        font-size: 2rem;
    }
    .h3,
    h3 {
        font-size: 1.75rem;
    }
    .h4,
    h4,
    legend {
        font-size: 1.5rem;
    }
    .display-1 {
        font-size: 5rem;
    }
    .display-2 {
        font-size: 4.5rem;
    }
    .display-3 {
        font-size: 4rem;
    }
    .display-4 {
        font-size: 3.5rem;
    }
    .display-5 {
        font-size: 3rem;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
    .col-xl {
        flex: 1 0 0%;
    }
    .col-xl-auto,
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-12,
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-xl-6,
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-xl-3,
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    display: flex;
    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);
}
.row > * {
    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);
}
.col {
    flex: 1 0 0%;
}
.col-auto,
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.col-12,
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.col-6,
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.col-3,
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-1,
.col-2 {
    flex: 0 0 auto;
}
.col-1 {
    width: 8.33333333%;
}
.col-2 {
    width: 16.66666667%;
}
.col-4,
.col-5 {
    flex: 0 0 auto;
}
.col-4 {
    width: 33.33333333%;
}
.col-5 {
    width: 41.66666667%;
}
.col-7,
.col-8 {
    flex: 0 0 auto;
}
.col-7 {
    width: 58.33333333%;
}
.col-8 {
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.table > :not(caption) > * > * {
    padding: 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
    vertical-align: inherit;
}
.splide__slide img,
.table > thead {
    vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}
.list-group-flush > .list-group-item:last-child,
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-danger,
.table-info,
.table-light,
.table-primary,
.table-secondary,
.table-success,
.table-warning {
    --bs-table-striped-color: #000;
    --bs-table-active-color: #000;
    --bs-table-hover-color: #000;
    color: #000;
}
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-active-bg: #bacbe6;
    --bs-table-hover-bg: #bfd1ec;
    border-color: #bacbe6;
}
.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-active-bg: #cbccce;
    --bs-table-hover-bg: #d1d2d4;
    border-color: #cbccce;
}
.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-hover-bg: #c1d6cc;
    border-color: #bcd0c7;
}
.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-active-bg: #badce3;
    --bs-table-hover-bg: #bfe2e9;
    border-color: #badce3;
}
.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-hover-bg: #ece1be;
    border-color: #e6dbb9;
}
.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-hover-bg: #e5c7ca;
    border-color: #dfc2c4;
}
.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-hover-bg: #e5e6e7;
    border-color: #dfe0e1;
}
.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.collapsing,
.form-control[type="file"],
.splide .card {
    overflow: hidden;
}
.card-title,
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}
.form-control,
.form-control:focus {
    color: #212529;
    background-color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control-plaintext,
.form-select {
    color: #212529;
    display: block;
    line-height: 1.5;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.btn-close,
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label,
.modal-backdrop.show {
    opacity: 0.5;
}
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-color: inherit;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-color: inherit;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control-plaintext {
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-check-input,
.form-select {
    background-color: #fff;
    appearance: none;
    background-repeat: no-repeat;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.375rem;
}
.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}
.form-select {
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-check-input:focus,
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}
.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color-adjust: exact;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPg==);
}
.form-check-input:checked[type="radio"] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjZmZmJy8+PC9zdmc+);
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBoOCcvPjwvc3ZnPg==);
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPSdyZ2JhKDAsIDAsIDAsIDAuMjUpJy8+PC9zdmc+);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
.form-switch .form-check-input:focus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjODZiN2ZlJy8+PC9zdmc+);
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+);
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}
.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.add-to-home .close-add-to-home,
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.carousel,
.dropdown,
.dropend,
.dropstart,
.dropup,
.form-floating,
.menu-list-image a,
.menu-title,
.range-slider {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-floating > .form-control {
    padding: 1rem 0.75rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group .btn:focus,
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}
.input-group .btn,
.timeline-item {
    position: relative;
    z-index: 2;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.btn-group-lg > .btn,
.btn-lg,
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm,
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.alert-dismissible,
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}
.invalid-tooltip,
.valid-tooltip {
    display: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    top: 100%;
    position: absolute;
    max-width: 100%;
    z-index: 5;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
    > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}
.valid-tooltip {
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMxOTg3NTQnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+),
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMxOTg3NTQnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #198754;
}
.form-check-inline .form-check-input ~ .invalid-feedback,
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.invalid-tooltip {
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyNkYzM1NDUnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+),
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyNkYzM1NDUnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3;
}
.btn {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-check:focus + .btn-primary,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    color: #fff;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-check:focus + .btn-secondary,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active,
.btn-outline-secondary:hover,
.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #5c636a;
    border-color: #565e64;
    color: #fff;
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-check:focus + .btn-success,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active,
.btn-outline-success:hover,
.btn-success,
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
    background-color: #157347;
    border-color: #146c43;
    color: #fff;
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-check:focus + .btn-info,
.btn-info.active:focus,
.btn-info:active:focus,
.btn-info:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-info,
.btn-info.disabled,
.btn-info:disabled,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active,
.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active,
.btn-outline-warning:hover,
.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-check:focus + .btn-danger,
.btn-danger.active:focus,
.btn-danger:active:focus,
.btn-danger:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-danger,
.btn-danger.disabled,
.btn-danger:disabled,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active,
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
    color: #fff;
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-check:focus + .btn-light,
.btn-light.active:focus,
.btn-light:active:focus,
.btn-light:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-light,
.btn-light.disabled,
.btn-light:disabled,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active,
.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-check:focus + .btn-light,
.btn-light.active,
.btn-light:active,
.btn-light:focus,
.btn-light:hover,
.show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-check:focus + .btn-dark,
.btn-dark.active:focus,
.btn-dark:active:focus,
.btn-dark:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-dark,
.btn-dark.disabled,
.btn-dark:disabled,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active,
.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #1c1f23;
    border-color: #1a1e21;
    color: #fff;
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}
.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-success {
    color: #198754;
    border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-check:focus + .btn-outline-success,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #198754;
    background-color: transparent;
}
.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-check:focus + .btn-outline-info,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent;
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-check:focus + .btn-outline-light,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}
.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    vertical-align: 0.255em;
    content: "";
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent;
}
.btn-link {
    color: #0d6efd;
    text-decoration: underline;
}
.dropdown-item,
.nav-link,
.navbar-brand,
.navbar-toggler:focus,
.navbar-toggler:hover,
.page-link {
    text-decoration: none;
}
.btn-link:hover,
.link-primary:focus,
.link-primary:hover,
.nav-link:focus,
.nav-link:hover {
    color: #0a58ca;
}
.breadcrumb-item.active,
.btn-link.disabled,
.btn-link:disabled,
.link-secondary {
    color: #6c757d;
}
.fade {
    transition: opacity 0.15s linear;
}
.check-visited .visited-link i:last-child::before,
.fac-checkbox-o > input + label:before,
.fac-checkbox-round-o > input + label:before,
.fac-checkbox-round > input + label:before,
.fac-checkbox > input + label:before,
.fac-radio > input + label:before,
.fade:not(.show),
.modal-backdrop.fade,
.toast.showing {
    opacity: 0;
}
.badge:empty,
.collapse:not(.show),
.header-logo span,
.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas-header,
.popover-header:empty,
.tab-content > .tab-pane,
.toast:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    transition: height 0.35s;
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    border-top: 0.3em solid;
    border-bottom: 0;
}
.card > hr,
.dropdown-toggle-split::after,
.dropdown-toggle:empty::after,
.dropend .dropdown-toggle-split::after,
.dropend .dropdown-toggle:empty::after,
.dropstart .dropdown-toggle:empty::after,
.dropup .dropdown-toggle-split::after,
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}
.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    border-top: 0;
    border-bottom: 0.3em solid;
}
.dropend .dropdown-toggle::after,
.dropstart .dropdown-toggle::before {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    content: "";
}
.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    border-right: 0;
    border-left: 0.3em solid;
    vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    border-right: 0.3em solid;
    vertical-align: 0;
}
.card > hr,
.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.card-header,
.card-subtitle,
.nav,
.navbar-nav {
    margin-bottom: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}
.dropdown-menu-dark,
.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.btn-full,
.cal-message,
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active,
.checkboxes-demo .fac,
.dropdown-menu.show,
.icon-check input:checked ~ .icon-check-2,
.switch-is-checked,
.tab-content > .active,
.theme-dark .show-on-theme-dark,
.theme-light .show-on-theme-light,
img.mx-auto {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}
.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
}
.dropdown-menu-dark .dropdown-item,
.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-header,
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled,
.fac-default > input + label:before,
.fac-default > span::after {
    color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child),
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.accordion .btn:first-child,
.accordion [data-card-height] button,
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.card-img,
.card-img-bottom,
.card-img-top,
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.custom-control *,
.fac label,
.icon-check,
.icon-check label,
[data-activate],
button {
    cursor: pointer;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
}
.footer .footer-logo,
.header .header-logo {
    background-position: center center;
    background-repeat: no-repeat;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}
.card-header-pills,
.card-header-tabs {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
.navbar-toggler:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.list-group-horizontal,
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
}
.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
.card,
.progress-bar {
    flex-direction: column;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNTUpJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==);
}
.btn-icon:hover,
.btn.bg-highlight,
.footer-bar-white *,
.header-transparent-light a,
.icon:hover,
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover,
.search-color input {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNTUpJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==);
}
.card {
    position: relative;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button,
.card-img,
.card-img-top,
.card > .list-group:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-button.collapsed,
.card-img,
.card-img-bottom,
.card > .list-group:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
}
.card > .list-group:last-child {
    border-bottom-width: 0;
}
.accordion-flush .accordion-item:first-child,
.accordion-item:not(:first-of-type),
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem;
}
.card-footer,
.card-header {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
}
.card-subtitle {
    margin-top: -0.25rem;
}
.card-link + .card-link {
    margin-left: 1rem;
}
.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-bottom: -0.5rem;
    border-bottom: 0;
}
.alert,
.breadcrumb {
    margin-bottom: 1rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}
.accordion-button,
.alert,
.btn .badge,
.list-group-item,
.page-link {
    position: relative;
}
.accordion-body,
.accordion-button {
    padding: 1rem 1.25rem;
}
.card-group > .card,
.toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
}
.accordion-button {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        border-radius 0.15s;
}
.badge,
.progress-bar {
    text-align: center;
    white-space: nowrap;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.page-link:focus,
.page-link:hover {
    color: #0a58ca;
    background-color: #e9ecef;
}
.accordion-button:focus,
.btn-close:focus,
.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: 0;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzBjNjNlNCc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzIxMjUyOSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
.accordion-button:hover,
.card-body,
.card-footer,
.card-header,
.list-group .badge,
.walk-card {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}
.pagination {
    display: flex;
    padding-left: 0;
}
.page-link {
    display: block;
    color: #0d6efd;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.75rem;
}
.page-link:hover {
    z-index: 2;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.btn .badge {
    top: -1px;
}
.alert {
    padding: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.list-group,
.progress {
    display: flex;
    border-radius: 0.25rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.alert-primary .alert-link {
    color: #06357a;
}
.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}
.alert-secondary .alert-link {
    color: #34383c;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-success .alert-link {
    color: #0c4128;
}
.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}
.alert-info .alert-link {
    color: #04414d;
}
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.alert-warning .alert-link {
    color: #523e02;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-danger .alert-link {
    color: #6a1a21;
}
.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light .alert-link {
    color: #4f5050;
}
.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}
.alert-dark .alert-link {
    color: #101214;
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress {
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
}
.popover,
.toast {
    font-size: 0.875rem;
}
.progress-bar {
    display: flex;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    background-color: #0d6efd;
    transition: width 0.6s;
}
.popover,
.tooltip {
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    word-wrap: break-word;
    text-decoration: none;
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}
.list-group {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}
.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal > .list-group-item.active,
p {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #084298;
    background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298;
}
.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b;
}
.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132;
}
.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160;
}
.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03;
}
.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #842029;
    background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029;
}
.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464;
}
.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
}
.splide__container,
.splide__slide {
    box-sizing: border-box;
}
.toast,
.toast-header {
    background-color: rgba(255, 255, 255, 0.85);
}
.modal-content,
.toast,
.toast-header {
    background-clip: padding-box;
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.btn-close:focus {
    opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
    width: 350px;
    max-width: 100%;
    pointer-events: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}
.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body,
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.carousel-dark .carousel-indicators [data-bs-target],
.modal-backdrop,
.theme-light #preloader,
.tooltip-inner {
    background-color: #ffffff;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
    padding: 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}
.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    text-align: left;
    text-align: start;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-bottom,
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end,
.bs-tooltip-start {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    border-radius: 0.25rem;
}
.carousel-indicators [data-bs-target],
.popover {
    background-color: #fff;
    background-clip: padding-box;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    text-align: left;
    text-align: start;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-body {
    padding: 1rem;
    color: #212529;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after,
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s;
}
.spinner-grow,
.vr {
    background-color: currentColor;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.accordion *,
.btn:focus,
.no-outline {
    outline: 0 !important;
}
.carousel-control-prev,
.header-logo-app .header-icon-1,
.header-logo-center .header-icon-1,
.header-logo-right .header-icon-1,
.range-slider .fa-range-icon-1,
.speech-icon-left img {
    left: 0;
}
.carousel-control-next,
.header-logo-center .header-icon-4,
.header-logo-left .header-icon-1,
.range-slider .fa-range-icon-2,
.speech-icon-right img {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZic+PHBhdGggZD0nTTExLjM1NCAxLjY0NmEuNS41IDAgMCAxIDAgLjcwOEw1LjcwNyA4bDUuNjQ3IDUuNjQ2YS41LjUgMCAwIDEtLjcwOC43MDhsLTYtNmEuNS41IDAgMCAxIDAtLjcwOGw2LTZhLjUuNSAwIDAgMSAuNzA4IDB6Jy8+PC9zdmc+);
}
.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZic+PHBhdGggZD0nTTQuNjQ2IDEuNjQ2YS41LjUgMCAwIDEgLjcwOCAwbDYgNmEuNS41IDAgMCAxIDAgLjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOC0uNzA4TDEwLjI5MyA4IDQuNjQ2IDIuMzU0YS41LjUgMCAwIDEgMC0uNzA4eicvPjwvc3ZnPg==);
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}
.spinner-border,
.spinner-grow {
    display: inline-block;
    vertical-align: -0.125em;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
#page,
.ratio {
    position: relative;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-caption,
.header-transparent-dark a {
    color: #000;
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    width: 5rem;
    height: 5rem;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
}
.hstack,
.vstack {
    display: flex;
    align-self: stretch;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
    .form-control::file-selector-button {
        transition: none;
    }
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
    .form-select,
    .form-switch .form-check-input {
        transition: none;
    }
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
    .form-range::-moz-range-thumb {
        transition: none;
    }
    .accordion-button,
    .accordion-button::after,
    .btn,
    .carousel-control-next,
    .carousel-control-prev,
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start,
    .carousel-indicators [data-bs-target],
    .carousel-item,
    .collapsing,
    .collapsing.collapse-horizontal,
    .fade,
    .form-floating > label,
    .modal.fade .modal-dialog,
    .nav-link,
    .navbar-toggler,
    .page-link,
    .progress-bar {
        transition: none;
    }
    .progress-bar-animated {
        animation: none;
    }
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}
.fac-blue > input + label:before,
.fac-blue > span::after,
.link-primary {
    color: #0d6efd;
}
.link-secondary:focus,
.link-secondary:hover {
    color: #565e64;
}
.fac-green > input + label:before,
.fac-green > span::after,
.link-success {
    color: #198754;
}
.link-success:focus,
.link-success:hover {
    color: #146c43;
}
.link-info {
    color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
    color: #3dd5f3;
}
.fac-orange > input + label:before,
.fac-orange > span::after,
.link-warning {
    color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
    color: #ffcd39;
}
.fac-red > input + label:before,
.fac-red > span::after,
.link-danger {
    color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
    color: #b02a37;
}
.link-light {
    color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
    color: #f9fafb;
}
.link-dark {
    color: #212529;
}
.link-dark:focus,
.link-dark:hover {
    color: #1a1e21;
}
.ratio {
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
    top: 0;
}
.fixed-bottom {
    bottom: 0;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
.hstack {
    flex-direction: row;
    align-items: center;
}
.vstack {
    flex: 1 1 auto;
    flex-direction: column;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    opacity: 0.25;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.card-hide-image,
.opacity-0 {
    opacity: 0 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.menu-active,
.opacity-100 {
    opacity: 1 !important;
}
.overflow-auto {
    overflow: auto !important;
}
.menu-open,
.overflow-hidden {
    overflow: hidden !important;
}
#menu-install-DEVLOPER-ios,
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block,
.footer-bar-3 .active-nav span,
.interest-check input:checked ~ .fa {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.header-static,
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bg-gradient-fade,
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #0d6efd !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #198754 !important;
}
.border-info {
    border-color: #0dcaf0 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #212529 !important;
}
.border-white {
    border-color: #fff !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2,
.btn-3d:hover {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.header-always-show .header,
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.cover-slider .card,
.mb-0,
.menu .content,
.speech-last,
[data-card-height="cover"].card {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}
.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}
.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}
.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}
.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}
.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}
.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}
.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}
.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}
.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}
.mt-n1 {
    margin-top: -0.25rem !important;
}
.mt-n2 {
    margin-top: -0.5rem !important;
}
.mt-n3 {
    margin-top: -1rem !important;
}
.mt-n4 {
    margin-top: -1.5rem !important;
}
.mt-n5 {
    margin-top: -3rem !important;
}
.me-n1 {
    margin-right: -0.25rem !important;
}
.me-n2 {
    margin-right: -0.5rem !important;
}
.me-n3 {
    margin-right: -1rem !important;
}
.me-n4 {
    margin-right: -1.5rem !important;
}
.me-n5 {
    margin-right: -3rem !important;
}
.mb-n1 {
    margin-bottom: -0.25rem !important;
}
.mb-n2 {
    margin-bottom: -0.5rem !important;
}
.mb-n3 {
    margin-bottom: -1rem !important;
}
.mb-n4 {
    margin-bottom: -1.5rem !important;
}
.mb-n5 {
    margin-bottom: -3rem !important;
}
.ms-n1 {
    margin-left: -0.25rem !important;
}
.ms-n2 {
    margin-left: -0.5rem !important;
}
.ms-n3 {
    margin-left: -1rem !important;
}
.ms-n4 {
    margin-left: -1.5rem !important;
}
.ms-n5 {
    margin-left: -3rem !important;
}
.p-0,
.speach-image {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3,
.ps-3:hover {
    padding-left: 1rem !important;
    transition: 1s;
}
.ps-3 {
    filter: grayscale(1);
}
.ps-3:hover {
    filter: grayscale(0);
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.btn,
.footer .footer-title,
.footer-title span,
.header .header-title,
.header-title span,
.interest-check label,
.list-custom-large a,
.list-menu,
.menu-list a,
.menu-list-large a,
.tab-controls a {
    font-family: Inter, sans-serif;
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold,
.page-title h1 {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.btn-uppercase,
.menu-divider,
.notification-android a,
.offline-message,
.online-message,
.scroll-ad a {
    text-transform: uppercase;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
    color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.bg-primary {
    background-color: rgba(
        var(--bs-primary-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-secondary {
    background-color: rgba(
        var(--bs-secondary-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-success {
    background-color: rgba(
        var(--bs-success-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-info {
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    background-color: rgba(
        var(--bs-warning-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-danger {
    background-color: rgba(
        var(--bs-danger-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-light {
    background-color: rgba(
        var(--bs-light-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-dark {
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
    background-color: rgba(
        var(--bs-black-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-white {
    background-color: rgba(
        var(--bs-white-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-body {
    background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.content-box,
body {
    background-color: #fff;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    user-select: all !important;
}
.user-select-auto {
    user-select: auto !important;
}
.custom-control *,
.user-select-none {
    user-select: none !important;
}
.no-click,
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded,
.rounded-2 {
    border-radius: 0.25rem !important;
}
.rounded-1 {
    border-radius: 0.2rem !important;
}
.rounded-3 {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-end,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-end {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-start,
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.invisible {
    visibility: hidden !important;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .list-group-horizontal-sm,
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler,
    .navbar-expand-sm .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-sm .offcanvas-bottom,
    .navbar-expand-sm .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .mt-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-sm-n3 {
        margin-top: -1rem !important;
    }
    .mt-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-sm-n5 {
        margin-top: -3rem !important;
    }
    .me-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .me-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .me-sm-n3 {
        margin-right: -1rem !important;
    }
    .me-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .me-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ms-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-sm-n3 {
        margin-left: -1rem !important;
    }
    .ms-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-sm-n5 {
        margin-left: -3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .list-group-horizontal-md,
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler,
    .navbar-expand-md .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-md .offcanvas-bottom,
    .navbar-expand-md .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .mt-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-md-n3 {
        margin-top: -1rem !important;
    }
    .mt-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-md-n5 {
        margin-top: -3rem !important;
    }
    .me-md-n1 {
        margin-right: -0.25rem !important;
    }
    .me-md-n2 {
        margin-right: -0.5rem !important;
    }
    .me-md-n3 {
        margin-right: -1rem !important;
    }
    .me-md-n4 {
        margin-right: -1.5rem !important;
    }
    .me-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-md-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ms-md-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-md-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-md-n3 {
        margin-left: -1rem !important;
    }
    .ms-md-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-md-n5 {
        margin-left: -3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .list-group-horizontal-lg,
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler,
    .navbar-expand-lg .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-lg .offcanvas-bottom,
    .navbar-expand-lg .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-lg-n3 {
        margin-top: -1rem !important;
    }
    .mt-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-lg-n5 {
        margin-top: -3rem !important;
    }
    .me-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .me-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .me-lg-n3 {
        margin-right: -1rem !important;
    }
    .me-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .me-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ms-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-lg-n3 {
        margin-left: -1rem !important;
    }
    .ms-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-lg-n5 {
        margin-left: -3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
    .col-xxl {
        flex: 1 0 0%;
    }
    .col-xxl-auto,
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-12,
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-xxl-6,
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-xxl-3,
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .list-group-horizontal-xxl,
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler,
    .navbar-expand-xxl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-xxl .offcanvas-bottom,
    .navbar-expand-xxl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    .m-xxl-n3 {
        margin: -1rem !important;
    }
    .m-xxl-n4 {
        margin: -1.5rem !important;
    }
    .m-xxl-n5 {
        margin: -3rem !important;
    }
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .mt-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-xxl-n3 {
        margin-top: -1rem !important;
    }
    .mt-xxl-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-xxl-n5 {
        margin-top: -3rem !important;
    }
    .me-xxl-n1 {
        margin-right: -0.25rem !important;
    }
    .me-xxl-n2 {
        margin-right: -0.5rem !important;
    }
    .me-xxl-n3 {
        margin-right: -1rem !important;
    }
    .me-xxl-n4 {
        margin-right: -1.5rem !important;
    }
    .me-xxl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-xxl-n5 {
        margin-bottom: -3rem !important;
    }
    .ms-xxl-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-xxl-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-xxl-n3 {
        margin-left: -1rem !important;
    }
    .ms-xxl-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-xxl-n5 {
        margin-left: -3rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .list-group-horizontal-xl,
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler,
    .navbar-expand-xl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-xl .offcanvas-bottom,
    .navbar-expand-xl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
    .modal-xl {
        max-width: 1140px;
    }
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .mt-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-xl-n3 {
        margin-top: -1rem !important;
    }
    .mt-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-xl-n5 {
        margin-top: -3rem !important;
    }
    .me-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .me-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .me-xl-n3 {
        margin-right: -1rem !important;
    }
    .me-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .me-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ms-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-xl-n3 {
        margin-left: -1rem !important;
    }
    .ms-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-xl-n5 {
        margin-left: -3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
body {
    font-size: 13px;
    line-height: 24px !important;
    color: #727272 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #1f1f1f;
    font-family: Inter, sans-serif !important;
    margin-bottom: 5px;
    letter-spacing: -0.8px;
}
h1 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 5px;
}
.is-not-ios .footer,
[data-card-height] p,
p {
    padding-bottom: 0;
}
h2 {
    font-size: 21px;
    line-height: 25px;
}
h3 {
    font-size: 20px;
    line-height: 24px;
}
h4 {
    font-size: 18px;
    line-height: 23px;
}
h5 {
    font-size: 16px;
    line-height: 22px;
}
p {
    color: #727272;
    margin-bottom: 30px;
}
.notch-push {
    transform: translateY(-150%) !important;
    top: calc(0px + (env(safe-area-inset-top)) * 0.8) !important;
}
.page-content {
    overflow-x: hidden;
    transition: 0.3s;
    z-index: 90;
    padding-bottom: 80px;
    padding-bottom: calc(80px + (env(safe-area-inset-bottom)) * 1.1);
}
.content-box {
    border-radius: 20px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}
.content {
    margin: 20px 15px;
}
.content-full,
.speach-image img {
    margin: 0;
}
.page-title div,
.page-title h1 {
    margin-right: auto;
}
.content-boxed {
    padding: 20px 15px 0;
}
.footer .footer-logo {
    background-size: 80px 80px;
    height: 80px !important;
    margin-bottom: 20px !important;
}
.theme-dark .footer .footer-logo,
.theme-dark .header .header-logo,
.theme-light .footer .footer-logo,
.theme-light .header .header-logo {
    background-image: url(../images/preload-logo.png);
}
.color-highlight,
.footer-bar-1 .active-nav i,
.footer-bar-1 .active-nav span,
.footer-bar-3 .active-nav i {
    color: #000000 !important;
}
.bg-highlight,
.footer-bar-2 .active-nav,
.footer-bar-4 strong,
.footer-bar-5 strong,
.splide__pagination__page.is-active {
    background-color: #4a89dc !important;
}
.border-blue-dark,
.border-highlight,
.border-highlight-dark,
.focus-blue:focus,
.focus-highlight:focus {
    border-color: #4a89dc !important;
}
.gradient-highlight {
    background-image: linear-gradient(to bottom, #5d9cec, #4a89dc) !important;
    color: #fff;
}
.color-blue-light,
.color-highlight-light {
    color: #5d9cec !important;
}
.bg-blue-light,
.bg-highlight-light {
    background-color: #5d9cec !important;
    color: #fff !important;
}
.bg-fade-highlight-dark,
.bg-fade-highlight-light,
.bg-highlight,
.color-white,
.footer-bar-2 .active-nav,
.footer-bar-4 .active-nav,
.page-item.active a,
.theme-dark .accordion-btn,
.theme-dark .accordion-style-2 a,
.theme-dark .cal-schedule strong,
.theme-dark .color-theme,
.theme-dark .contact-form i,
.theme-dark .countdown div,
.theme-dark .demo-icon-font article,
.theme-dark .fac label,
.theme-dark .footer .footer-title,
.theme-dark .header .header-icon,
.theme-dark .header .header-title,
.theme-dark .list-group i:last-child,
.theme-dark .menu .nav .active-nav i,
.theme-dark .menu .nav .active-nav span,
.theme-dark .menu .nav a i,
.theme-dark .menu .nav a span,
.theme-dark .menu .nav-title,
.theme-dark .pagination a,
.theme-dark .profile-2 .profile-stats a,
.theme-dark .search-header .fa-search,
.theme-dark .search-header input,
.theme-dark .search-icon-list a,
.theme-dark .vcard-field *,
.theme-dark [data-tab],
.theme-dark input,
.theme-dark span:not(.badge),
.theme-light .fa-ios-arrow {
    color: #fff !important;
}
.color-blue-dark,
.color-highlight-dark,
.menu-list .active-nav i {
    color: #4a89dc !important;
}
.color-icon-highlight {
    stroke: #4a89dc !important;
}
.bg-blue-dark,
.bg-highlight-dark {
    background-color: #4a89dc !important;
    color: #fff !important;
}
.border-blue-light,
.border-highlight-light {
    border-color: #5d9cec !important;
}
.color-green-light {
    color: #a0d468 !important;
}
.bg-green-light {
    background-color: #a0d468 !important;
    color: #fff !important;
}
.bg-fade-grass-dark,
.bg-fade-green-dark {
    background-color: rgba(140, 193, 82, 0.7) !important;
    color: #fff !important;
}
.bg-fade-grass-light,
.bg-fade-green-light {
    background-color: rgba(140, 193, 82, 0.3) !important;
    color: #fff !important;
}
.color-green-dark {
    color: #8cc152 !important;
}
.color-icon-green {
    stroke: #8cc152 !important;
}
.bg-green-dark {
    background-color: #8cc152 !important;
    color: #fff !important;
}
.border-green-light {
    border-color: #a0d468 !important;
}
.border-green-dark,
.focus-green:focus {
    border-color: #8cc152 !important;
}
.gradient-green {
    background-image: linear-gradient(to bottom, #a0d468, #8cc152);
}
.color-grass-light {
    color: #34cc73 !important;
}
.bg-grass-light {
    background-color: #34cc73 !important;
    color: #fff !important;
}
.color-grass-dark {
    color: #2aba66 !important;
}
.color-icon-grass {
    stroke: #2aba66 !important;
}
.bg-grass-dark {
    background-color: #2aba66 !important;
    color: #fff !important;
}
.border-grass-light {
    border-color: #34cc73 !important;
}
.border-grass-dark,
.focus-grass:focus {
    border-color: #2aba66 !important;
}
.gradient-grass {
    background-image: linear-gradient(to bottom, #34cc73, #2aba66);
}
.color-red-light {
    color: #ed5565 !important;
}
.bg-red-light {
    background-color: #ed5565 !important;
    color: #fff !important;
}
.bg-fade-red-dark {
    background-color: rgba(218, 68, 83, 0.7) !important;
    color: #fff !important;
}
.bg-fade-red-light {
    background-color: rgba(218, 68, 83, 0.3) !important;
    color: #fff !important;
}
.color-red-dark {
    color: #da4453 !important;
}
.color-icon-red {
    stroke: #da4453 !important;
    fill: rgba(218, 68, 83, 0.3) !important;
}
.bg-red-dark {
    background-color: #da4453 !important;
    color: #fff !important;
}
.border-red-light {
    border-color: #ed5565 !important;
}
.border-red-dark,
.focus-red:focus {
    border-color: #da4453 !important;
}
.gradient-red {
    background-image: linear-gradient(to bottom, #ed5565, #da4453);
}
.color-orange-light {
    color: #fc6e51 !important;
}
.bg-orange-light {
    background-color: #fc6e51 !important;
    color: #fff !important;
}
.bg-fade-orange-dark {
    background-color: rgba(233, 87, 63, 0.7) !important;
    color: #fff !important;
}
.bg-fade-orange-light {
    background-color: rgba(233, 87, 63, 0.3) !important;
    color: #fff !important;
}
.color-orange-dark {
    color: #e9573f !important;
}
.color-icon-orange {
    stroke: #e9573f !important;
    fill: rgba(233, 87, 63, 0.3) !important;
}
.bg-orange-dark {
    background-color: #e9573f !important;
    color: #fff !important;
}
.border-orange-light {
    border-color: #fc6e51 !important;
}
.border-orange-dark,
.focus-orange:focus {
    border-color: #e9573f !important;
}
.gradient-orange {
    background-image: linear-gradient(to bottom, #fc6e51, #e9573f);
}
.color-yellow-light {
    color: #ffce54 !important;
}
.bg-yellow-light {
    background-color: #ffce54 !important;
    color: #fff !important;
}
.bg-fade-sunny-dark,
.bg-fade-yellow-dark {
    background-color: rgba(246, 187, 66, 0.7) !important;
    color: #fff !important;
}
.bg-fade-sunny-light,
.bg-fade-yellow-light {
    background-color: rgba(246, 187, 66, 0.3) !important;
    color: #fff !important;
}
.color-yellow-dark {
    color: #f6bb42 !important;
}
.color-icon-yellow {
    stroke: #f6bb42 !important;
    fill: rgba(246, 187, 66, 0.3) !important;
}
.bg-yellow-dark {
    background-color: #f6bb42 !important;
    color: #fff !important;
}
.border-yellow-light {
    border-color: #ffce54 !important;
}
.border-yellow-dark,
.focus-yellow:focus {
    border-color: #f6bb42 !important;
}
.gradient-yellow {
    background-image: linear-gradient(to bottom, #ffce54, #f6bb42);
}
.color-sunny-light {
    color: #f0b31b !important;
}
.bg-sunny-light {
    background-color: #f0b31b !important;
    color: #fff !important;
}
.color-sunny-dark {
    color: #d99914 !important;
}
.color-icon-sunny {
    stroke: #d99914 !important;
    fill: rgba(246, 187, 66, 0.3) !important;
}
.bg-sunny-dark {
    background-color: #d99914 !important;
    color: #fff !important;
}
.border-sunny-light {
    border-color: #f0b31b !important;
}
.border-sunny-dark,
.focus-sunny:focus {
    border-color: #d99914 !important;
}
.gradient-sunny {
    background-image: linear-gradient(to bottom, #f0b31b, #d99914);
}
.bg-fade-blue-dark {
    background-color: rgba(74, 137, 220, 0.7) !important;
    color: #fff !important;
}
.bg-fade-blue-light {
    background-color: rgba(74, 137, 220, 0.3) !important;
    color: #fff !important;
}
.color-icon-blue {
    stroke: #4a89dc !important;
    fill: rgba(74, 137, 220, 0.3) !important;
}
.gradient-blue {
    background-image: linear-gradient(to bottom, #5d9cec, #4a89dc);
}
.color-teal-light {
    color: #a0cecb !important;
}
.bg-teal-light {
    background-color: #a0cecb !important;
    color: #fff !important;
}
.bg-fade-teal-dark {
    background-color: rgba(125, 177, 177, 0.7) !important;
    color: #fff !important;
}
.bg-fade-teal-light {
    background-color: rgba(125, 177, 177, 0.3) !important;
    color: #fff !important;
}
.color-teal-dark {
    color: #7db1b1 !important;
}
.color-icon-teal {
    stroke: #7db1b1 !important;
    fill: rgba(125, 177, 177, 0.3) !important;
}
.bg-teal-dark {
    background-color: #7db1b1 !important;
    color: #fff !important;
}
.border-teal-light {
    border-color: #a0cecb !important;
}
.border-teal-dark,
.focus-teal:focus {
    border-color: #7db1b1 !important;
}
.gradient-teal {
    background-image: linear-gradient(to bottom, #a0cecb, #7db1b1);
}
.color-mint-light {
    color: #48cfad !important;
}
.bg-mint-light {
    background-color: #48cfad !important;
    color: #fff !important;
}
.bg-fade-mint-dark {
    background-color: rgba(55, 188, 155, 0.7) !important;
    color: #fff !important;
}
.bg-fade-mint-light {
    background-color: rgba(55, 188, 155, 0.3) !important;
    color: #fff !important;
}
.color-mint-dark {
    color: #37bc9b !important;
}
.color-icon-mint {
    stroke: #37bc9b !important;
    fill: rgba(55, 188, 155, 0.3) !important;
}
.color-icon-pink,
.color-icon-pink2 {
    fill: rgba(215, 112, 173, 0.3) !important;
}
.bg-mint-dark {
    background-color: #37bc9b !important;
    color: #fff !important;
}
.border-mint-light {
    border-color: #48cfad !important;
}
.border-mint-dark,
.focus-mint:focus {
    border-color: #37bc9b !important;
}
.gradient-mint {
    background-image: linear-gradient(to bottom, #48cfad, #37bc9b);
}
.color-pink-light {
    color: #ec87c0 !important;
}
.bg-pink-light {
    background-color: #ec87c0 !important;
    color: #fff !important;
}
.bg-fade-pink-dark,
.bg-fade-pink2-dark {
    background-color: rgba(215, 112, 173, 0.7) !important;
    color: #fff !important;
}
.bg-fade-pink-light,
.bg-fade-pink2-light {
    background-color: rgba(215, 112, 173, 0.3) !important;
    color: #fff !important;
}
.color-pink-dark {
    color: #d770ad !important;
}
.color-icon-pink {
    stroke: #d770ad !important;
}
.bg-pink-dark {
    background-color: #d770ad !important;
    color: #fff !important;
}
.border-pink-light {
    border-color: #ec87c0 !important;
}
.border-pink-dark,
.focus-pink:focus {
    border-color: #d770ad !important;
}
.gradient-pink {
    background-image: linear-gradient(to bottom, #ec87c0, #d770ad);
}
.color-pink2-light {
    color: #ff5982 !important;
}
.bg-pink2-light {
    background-color: #ff5982 !important;
    color: #fff !important;
}
.color-pink2-dark {
    color: #fb3365 !important;
}
.color-icon-pink2 {
    stroke: #fb3365 !important;
}
.bg-pink2-dark {
    background-color: #fb3365 !important;
    color: #fff !important;
}
.border-pink2-light {
    border-color: #ff5982 !important;
}
.border-pink2-dark,
.focus-pink2:focus {
    border-color: #fb3365 !important;
}
.gradient-pink2 {
    background-image: linear-gradient(to bottom, #ff5982, #fb3365);
}
.color-magenta-light {
    color: #ac92ec !important;
}
.bg-magenta-light {
    background-color: #ac92ec !important;
    color: #fff !important;
}
.bg-fade-magenta-dark {
    background-color: rgba(150, 122, 220, 0.7) !important;
    color: #fff !important;
}
.bg-fade-magenta-light {
    background-color: rgba(150, 122, 220, 0.3) !important;
    color: #fff !important;
}
.color-magenta-dark {
    color: #967adc !important;
}
.color-icon-magenta {
    stroke: #967adc !important;
    fill: rgba(150, 122, 220, 0.3) !important;
}
.bg-magenta-dark {
    background-color: #967adc !important;
    color: #fff !important;
}
.border-magenta-light {
    border-color: #ac92ec !important;
}
.border-magenta-dark,
.focus-magenta:focus {
    border-color: #967adc !important;
}
.gradient-magenta {
    background-image: linear-gradient(to bottom, #ac92ec, #967adc);
}
.color-brown-light {
    color: #baa286 !important;
}
.bg-brown-light {
    background-color: #baa286 !important;
    color: #fff !important;
}
.bg-fade-brown-dark {
    background-color: rgba(170, 142, 105, 0.7) !important;
    color: #fff !important;
}
.bg-fade-brown-light {
    background-color: rgba(170, 142, 105, 0.3) !important;
    color: #fff !important;
}
.color-brown-dark {
    color: #aa8e69 !important;
}
.color-icon-brown {
    stroke: #aa8e69 !important;
    fill: rgba(170, 142, 105, 0.3) !important;
}
.bg-brown-dark {
    background-color: #aa8e69 !important;
    color: #fff !important;
}
.border-brown-light {
    border-color: #baa286 !important;
}
.border-brown-dark,
.focus-brown:focus {
    border-color: #aa8e69 !important;
}
.gradient-brown {
    background-image: linear-gradient(to bottom, #baa286, #aa8e69);
}
.color-gray-light {
    color: #e2e5ea !important;
}
.bg-gray-light {
    background-color: #e2e5ea !important;
    color: #fff !important;
}
.bg-fade-gray-dark {
    background-color: rgba(170, 178, 189, 0.7) !important;
    color: #fff !important;
}
.bg-fade-gray-light {
    background-color: rgba(170, 178, 189, 0.3) !important;
    color: #fff !important;
}
.color-gray-dark {
    color: #aab2bd !important;
}
.color-icon-gray {
    stroke: #aab2bd !important;
    fill: rgba(170, 178, 189, 0.3) !important;
}
.color-icon-aqua,
.color-icon-dark,
.color-icon-night {
    fill: rgba(67, 74, 84, 0.3) !important;
}
.bg-gray-dark {
    background-color: #aab2bd !important;
    color: #fff !important;
}
.border-gray-light {
    border-color: #e2e5ea !important;
}
.border-gray-dark,
.focus-gray:focus {
    border-color: #aab2bd !important;
}
.gradient-gray {
    background-image: linear-gradient(to bottom, #e2e5ea, #aab2bd);
}
.color-aqua-light {
    color: #4fc1e9 !important;
}
.bg-aqua-light {
    background-color: #4fc1e9 !important;
    color: #fff !important;
}
.bg-fade-aqua-dark,
.bg-fade-dark-dark,
.bg-fade-night-dark {
    background-color: rgba(67, 74, 84, 0.7) !important;
    color: #fff !important;
}
.bg-fade-aqua-light,
.bg-fade-dark-light,
.bg-fade-night-light {
    background-color: rgba(67, 74, 84, 0.3) !important;
    color: #fff !important;
}
.color-aqua-dark {
    color: #3bafda !important;
}
.color-icon-aqua {
    stroke: #3bafda !important;
}
.bg-aqua-dark {
    background-color: #3bafda !important;
    color: #fff !important;
}
.border-aqua-light {
    border-color: #4fc1e9 !important;
}
.border-aqua-dark,
.focus-aqua:focus {
    border-color: #3bafda !important;
}
.gradient-aqua {
    background-image: linear-gradient(to bottom, #4fc1e9, #3bafda);
}
.color-night-light {
    color: #222529 !important;
}
.bg-night-light {
    background-color: #222529 !important;
    color: #fff !important;
}
.color-night-dark {
    color: #16181c !important;
}
.color-icon-night {
    stroke: #16181c !important;
}
.bg-night-dark {
    background-color: #16181c !important;
    color: #fff !important;
}
.border-night-light {
    border-color: #222529 !important;
}
.border-night-dark,
.focus-night:focus {
    border-color: #16181c !important;
}
.gradient-night {
    background-image: linear-gradient(to bottom, #222529, #16181c);
}
.color-dark-light {
    color: #656d78 !important;
}
.bg-dark-light {
    background-color: #656d78 !important;
    color: #fff !important;
}
.color-dark-dark {
    color: #434a54 !important;
}
.color-icon-dark {
    stroke: #434a54 !important;
}
.bg-dark-dark {
    background-color: #434a54 !important;
    color: #fff !important;
}
.border-dark-light {
    border-color: #656d78 !important;
}
.border-dark-dark,
.focus-dark:focus {
    border-color: #434a54 !important;
}
.gradient-dark {
    background-image: linear-gradient(to bottom, #656d78, #434a54);
}
.theme-light input:not([type="submit"]):not(.focus-color):focus,
.theme-light select:focus,
.theme-light textarea:active {
    border-color: rgba(0, 0, 0, 0.3) !important;
}
.theme-dark input:not([type="submit"]):not(.focus-color):focus,
.theme-dark select:focus,
.theme-dark textarea:active,
.theme-light
    [data-card-height="cover"]
    input:not([type="submit"]):not(.focus-color):focus,
.theme-light [data-card-height="cover"] select:focus,
.theme-light [data-card-height="cover"] textarea:active {
    border-color: rgba(255, 255, 255, 0.3) !important;
}
.color-facebook {
    color: #3b5998 !important;
}
.bg-facebook {
    background-color: #3b5998 !important;
    color: #fff;
}
.color-linkedin {
    color: #0077b5 !important;
}
.bg-linkedin {
    background-color: #0077b5 !important;
    color: #fff;
}
.color-twitter {
    color: #4099ff !important;
}
.bg-twitter {
    background-color: #4099ff !important;
    color: #fff;
}
.color-google {
    color: #d34836 !important;
}
.bg-google {
    background-color: #d34836 !important;
    color: #fff;
}
.color-whatsapp {
    color: #34af23 !important;
}
.bg-whatsapp {
    background-color: #34af23 !important;
    color: #fff;
}
.color-pinterest {
    color: #c92228 !important;
}
.bg-pinterest {
    background-color: #c92228 !important;
    color: #fff;
}
.color-mail {
    color: #3498db !important;
}
.bg-mail {
    background-color: #3498db !important;
    color: #fff;
}
.color-phone {
    color: #27ae60 !important;
}
.bg-phone {
    background-color: #27ae60 !important;
    color: #fff;
}
.color-instagram {
    color: #e1306c !important;
}
.bg-instagram {
    background-color: #e1306c !important;
    color: #fff;
}
.border-transparent {
    border-color: transparent !important;
}
.color-highlight,
.form-floating-over > .form-control:focus ~ label,
.form-floating-over > .form-control:not(:placeholder-shown) ~ label,
.form-floating-over > .form-select ~ label {
    color: #4a89dc;
}
.header-logo {
    background-size: 28px 28px;
    width: 50px;
    color: transparent !important;
}
.header {
    backdrop-filter: saturate(180%) blur(20px);
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 99;
    transition: 0.3s;
    border-bottom: 1px solid #fff;
}
.header .header-title {
    position: absolute;
    height: 50px;
    line-height: 49px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    z-index: 1;
}
.header .header-logo {
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 50%;
}
.header .header-icon {
    position: absolute;
    height: 50px;
    width: 45px;
    text-align: center;
    line-height: 49px;
    font-size: 12px;
    color: #1f1f1f;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent !important;
}
.header .dropdown-menu,
.page-title-over {
    z-index: 99;
}
.footer .footer-logo {
    z-index: 1;
}
.header-auto-show {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.header-active {
    opacity: 1;
    pointer-events: all;
    transition: 0.3s;
}
.menu-box-modal,
.menu-hider {
    opacity: 0;
    pointer-events: none;
}
.header-transparent {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
.header-clear {
    padding-top: 50px;
}
.gallery-view-3 .caption,
.header-clear-small {
    padding-top: 20px;
}
#footer-bar .badge,
.header-icon .badge {
    padding: 0;
    border-radius: 18px;
    margin-top: 7px;
    font-size: 11px;
    position: absolute;
    color: #fff !important;
    text-align: center;
}
.header-clear-medium {
    padding-top: 70px;
}
.header-clear-large {
    padding-top: 85px;
}
.header-icon .badge {
    margin-left: -5px;
    width: 16px;
    line-height: 16px;
    padding-left: 1px !important;
}
.header-transparent-dark,
.header-transparent-light {
    background-color: transparent;
    box-shadow: none !important;
}
.header-logo-center .header-icon-2,
.header-logo-right .header-icon-2 {
    left: 45px;
}
.header-logo-app .header-icon-3,
.header-logo-center .header-icon-3,
.header-logo-left .header-icon-2 {
    right: 45px;
}
.header-logo-center .header-title {
    width: 150px;
    left: 50%;
    margin-left: -75px;
    text-align: center;
}
.header-logo-center .header-logo {
    background-position: center center;
    width: 150px !important;
    left: 50%;
    margin-left: -75px;
    text-align: center;
}
.header-logo-app .header-icon-4,
.header-logo-left .header-icon-3 {
    right: 90px;
}
.header-logo-left .header-icon-4 {
    right: 135px;
}
.header-logo-left .header-logo {
    left: 0 !important;
    margin-left: 0 !important;
}
.header-logo-left .header-title {
    left: 15px !important;
    margin-left: 0 !important;
}
.header-logo-right .header-icon-3 {
    left: 90px;
}
.header-logo-right .header-icon-4 {
    left: 135px;
}
.header-logo-right .header-logo,
.header-logo-right .header-title {
    left: auto !important;
    right: 20px !important;
    margin-left: 0 !important;
}
.header-logo-app .header-icon-2 {
    right: 2px;
}
.header-logo-app .header-logo {
    left: 0 !important;
    margin-left: 40px !important;
}
.header-logo-app .header-title {
    left: 0 !important;
    margin-left: 50px !important;
}
.header-demo {
    z-index: 98 !important;
    position: relative;
}
#footer-bar,
.menu-hider,
.page-content-top,
.page-title-fixed {
    position: fixed;
    right: 0;
}
.header-clear-notch,
.notch-clear {
    padding-top: calc(0px + (env(safe-area-inset-top)) * 0.8) !important;
}
.header-clear-small {
    padding-top: calc(20px + (env(safe-area-inset-top)) * 0.8) !important;
}
.header-clear-medium {
    padding-top: calc(70px + (env(safe-area-inset-top)) * 0.8) !important;
}
.header-clear-large {
    padding-top: calc(85px + (env(safe-area-inset-top)) * 0.8) !important;
}
.header {
    height: calc(90px + (env(safe-area-inset-top)) * 0.8) !important;
    border-radius: 15px;
    margin: 8px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
}
@media (max-width: 765px) {
    .header {
        height: calc(70px + (env(safe-area-inset-top)) * 0.8) !important;
        border-radius: 15px;
        margin: 8px;
        box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    }
}
.header-icon,
.header-title {
    margin-top: calc((env(safe-area-inset-top)) * 0.8) !important;
}
.page-title {
    padding-top: calc((env(safe-area-inset-top)) * 0.8) !important;
    display: flex;
    transition: 0.3s;
    align-items: center;
}
.page-title h1 {
    font-size: 28px;
    padding-top: 3px;
    margin-left: 15px;
}
.page-title p {
    font-weight: 500;
    margin-top: -9px;
    margin-bottom: -10px;
    margin-left: 15px;
}
.page-title-fixed {
    display: flex;
    margin-top: 20px;
    left: 0;
}
.page-title-clear {
    height: calc(90px + (env(safe-area-inset-top)) * 0.8) !important;
}
.page-title-icon {
    float: left;
    z-index: 2;
    height: 38px;
    width: 38px;
    margin-right: 13.3333333333px;
    line-height: 39px;
    border-radius: 16px;
    text-align: center;
}
.page-content-top {
    left: 0;
    z-index: 53;
}
#footer-bar {
    bottom: 0;
    left: 0;
    z-index: 98;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    min-height: 61px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 350ms !important;
    height: calc(65px + (env(safe-area-inset-bottom)) * 1.1);
}
#footer-bar a {
    color: #1f1f1f;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
}
#footer-bar a span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-top: -6px;
    opacity: 0.7;
}
#footer-bar a i {
    font-size: 18px;
    position: relative;
    z-index: 2;
}
#footer-bar a svg {
    transform: translateY(-6px);
}
#footer-bar .badge {
    font-style: normal;
    z-index: 5;
    top: 0;
    margin-left: 3px;
    width: 18px;
    line-height: 18px;
    padding-left: 0 !important;
}
.footer-bar-2 .active-nav strong {
    position: absolute;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
}
#menu-update,
.alert span i {
    transform: translate(-50%, -50%);
}
.footer-bar-4 .active-nav strong {
    position: absolute;
    width: 47px;
    height: 47px;
    border-radius: 60px;
    left: 50%;
    top: 30px;
    transform: translate(-50%, -50%);
    bottom: 0;
}
.footer-bar-4 i {
    padding-top: 10px;
}
.footer-bar-5 .active-nav strong {
    position: absolute;
    width: 50px;
    height: 2px;
    border-radius: 60px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.footer-bar-3 .active-nav {
    padding-top: 11px !important;
}
.footer-bar-3 a {
    padding-top: 18px !important;
}
.footer-menu-hidden {
    transition: 0.1s;
    transform: translateY(100%) !important;
}
#footer-bar.position-relative {
    z-index: 2 !important;
}
.is-not-ios .footer-menu-clear {
    height: 70px;
    display: block;
}
.is-not-ios #footer-menu a i {
    padding-top: 13px;
}
.is-not-ios #footer-menu a span {
    opacity: 0.6;
}
.footer-bar-6 u {
    background-color: rgba(255, 255, 255, 0.2);
}
.footer-bar-6 {
    margin-left: -3px;
}
.font-11,
.footer-bar-6 span {
    font-size: 11px !important;
}
.footer-bar-6 i {
    transform: translateY(-2px);
    opacity: 0.7;
}
.footer-bar-6 .circle-nav strong {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    left: 50%;
    top: -23px;
    z-index: 0;
    transform: translateX(-50%);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
    animation: 1s infinite footerAni;
}
@keyframes footerAni {
    0% {
        transform: scale(1, 1) translateX(-50%);
    }
    50% {
        transform: scale(1.05, 1.05) translateX(-48%);
    }
}
.footer-bar-6 .circle-nav span {
    font-size: 11px !important;
    margin-top: -8px !important;
}
.footer-bar-6 .circle-nav i {
    transform: translateY(-21px) translateX(0);
    color: #fff !important;
    opacity: 1 !important;
    font-size: 20px !important;
    position: relative;
    z-index: 2;
}
.footer-bar-6 .circle-nav svg {
    width: 25px !important;
    height: 25px !important;
    stroke: #fff !important;
    fill: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-25px) translateX(-1px) !important;
    position: relative;
    z-index: 2;
}
.footer-bar-6 .circle-nav u {
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    border-radius: 50px;
    height: 50px;
    z-index: 0;
}
.footer-bar-6 .active-nav em {
    position: absolute;
    width: 60px;
    height: 4px;
    border-radius: 60px;
    left: 50%;
    top: 57px;
    transform: translateX(-50%);
}
.menu-title h1 {
    font-size: 28px;
    font-weight: 700;
    padding: 20px 0 10px 15px;
}
.menu-title p {
    font-weight: 600;
    font-size: 12px;
    margin: 15px 0 -25px 15px !important;
    padding: 0;
}
.menu-list a,
.menu-list-large a {
    font-weight: 500;
    font-size: 13px;
    display: block;
}
.menu-title a {
    font-size: 20px;
    color: #000;
    position: absolute;
    text-align: center;
    width: 55px;
    right: 0;
    top: 50%;
    margin-top: -13px;
}
.menu-bg,
.timeline-header .menu-icon em {
    background-color: #fff;
}
.menu-hider {
    top: -100px;
    bottom: -100px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 100;
    transition: 0.3s;
}
.menu-box-left,
.menu-box-right {
    top: 0 !important;
    height: 100%;
    width: 250px;
}
#menu-update,
.menu {
    background-color: #fff;
    position: fixed;
}
.menu {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    z-index: 101;
    overflow: scroll;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch;
}
.menu-box-left {
    left: 0;
    bottom: 0;
    transform: translate3d(-100%, 0, 0);
}
.menu-box-right {
    display: none;
    right: 0;
    transform: translateX(100%);
    bottom: 0;
}
.menu-box-top {
    transform: translate3d(0, -115%, 0);
    top: 0;
    left: 0;
    right: 0;
}
.menu-box-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, 110%, 0);
}
.menu-box-modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    transition: 0.2s;
}
.menu-box-top.menu-box-detached {
    top: 10px;
    left: 10px;
    right: 10px;
}
.menu-box-bottom.menu-box-detached {
    bottom: 20px;
    left: 10px;
    right: 10px;
}
.menu-box-bottom-full.menu-active,
.menu-box-left.menu-active,
.menu-box-right.menu-active,
.menu-box-top.menu-active {
    transform: translate3d(0, 0, 0) !important;
}
.is-on-homescreen .menu-box-top.menu-active {
    transform: translate3d(0, 40px, 0) !important;
}
.menu-box-bottom.menu-active {
    transform: translate3d(0, 20px, 0) !important;
}
.menu-box-modal.menu-active {
    transition: 0.2s;
    pointer-events: all !important;
    opacity: 1 !important;
    transform: translate(-50%, -50%) !important;
}
.menu-hider.menu-active {
    transition: 0.3s;
    opacity: 1;
    pointer-events: all;
}
.menu .input-style input,
.menu .input-style select,
.menu-hider.menu-active.menu-active-clear,
.theme-dark .form-control,
.theme-dark .form-control:focus,
.theme-dark [data-card-height="cover"] label {
    background-color: transparent !important;
}
.menu-box-left[data-menu-effect="menu-reveal"],
.menu-box-right[data-menu-effect="menu-reveal"] {
    opacity: 0;
    pointer-events: none;
    transform: translate(0) !important;
    z-index: 96;
}
.menu-box-bottom[data-menu-height="cover"],
.menu-box-top[data-menu-height="cover"] {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.menu-active.menu {
    opacity: 1 !important;
    transition: 0.3s;
    pointer-events: all !important;
}
#menu-update {
    z-index: 9999;
    width: 310px;
    height: 430px;
    top: 50%;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    border-radius: 10px;
    transition: 0.3s;
}
.menu-active-no-click {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: all !important;
}
.fa-ios-arrow {
    transform: translateY(4px);
}
.rotate-45,
.rotate-90 {
    transform-origin: center;
}
.menu-divider {
    padding-left: 16px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.3px;
}
.menu-list a {
    padding-left: 55px;
    color: #7e8793;
    line-height: 48px;
}
.menu-list a i,
.menu-list-image img {
    color: #707883 !important;
    position: absolute;
    text-align: center;
}
.menu-list a i {
    font-size: 15px;
    height: 45px;
    width: 50px;
    line-height: 48px;
    margin-left: -50px;
}
.menu-list-image {
    padding-top: 5px;
    padding-left: 10px;
}
.menu-list-image img {
    height: 33px;
    width: 33px;
    margin-top: 8px;
    border-radius: 13px !important;
    line-height: 45px;
    margin-left: -47px;
}
.btn-icon,
.icon,
.menu-list-large a,
.under-btn {
    position: relative;
}
.theme-light .menu .active-nav {
    font-weight: 700;
    color: #000 !important;
}
.theme-dark .menu .active-nav {
    font-weight: 700;
    color: #fff !important;
}
.menu-content {
    min-height: 100%;
}
.menu-list-large a {
    padding-left: 65px;
    color: #7e8793;
    line-height: 50px;
}
.menu-list-large a span {
    border-radius: 12px;
    position: absolute;
    height: 32px;
    line-height: 32px;
    width: 32px;
    text-align: center;
    left: 18px;
    top: 50%;
    margin-top: -15px;
}
.list-menu a i:first-child,
.list-menu a img {
    border-radius: 12px;
    width: 32px !important;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11),
        0 5px 15px 0 rgba(0, 0, 0, 0.02);
    height: 32px !important;
}
.menu-list-image .badge,
.menu-list-large .badge {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -12px;
    font-weight: 600;
    font-size: 10px;
    padding: 6px 9px;
    border-radius: 7px;
}
.menu-list-image .fa-angle-right,
.menu-list-large .fa-angle-right {
    position: absolute;
    right: 27px;
    font-size: 10px;
    opacity: 0.5;
    margin-top: -6px;
    top: 50%;
}
.list-menu {
    margin: 0 25px 0 10px;
}
.list-menu a i:first-child {
    line-height: 33px !important;
}
.list-menu a img {
    line-height: 32px !important;
    margin-left: 5px !important;
}
.list-menu a {
    border: none !important;
}
.list-menu .badge {
    padding: 6px 9px !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    margin-right: 2px;
    transform: translateY(-2px);
    border: 0 !important;
    border-radius: 8px;
}
.list-menu .custom-control {
    margin-top: -44px !important;
}
.list-menu span {
    font-weight: 500;
    padding-left: 7px;
    color: #7e8793;
}
.add-to-home h1,
.add-to-home p {
    position: absolute;
    padding-left: 75px;
}
.list-menu .active-nav span {
    color: #000;
    font-weight: 600;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-xs {
    border-radius: 5px !important;
}
.rounded-s {
    border-radius: 8px !important;
}
.rounded-sm {
    border-radius: 12px !important;
}
.rounded-m {
    border-radius: 20px !important;
}
.rounded-l {
    border-radius: 30px !important;
}
.ios-switch label::after,
.rounded-xl {
    border-radius: 50px !important;
}
.shadow-0,
.shadow-none {
    box-shadow: 0 0 0 0 transparent !important;
}
.shadow-xs {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04) !important;
}
.shadow-s {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
}
.shadow-m {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08) !important;
}
.shadow-l {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;
}
.shadow-xl {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11),
        0 5px 15px 0 rgba(0, 0, 0, 0.02) !important;
}
.border-xxs {
    border: 1px solid !important;
}
.border-xs {
    border: 2px solid !important;
}
.border-s {
    border: 3px solid !important;
}
.border-m {
    border: 4px solid !important;
}
.border-l {
    border: 5px solid !important;
}
.border-xl {
    border: 6px solid !important;
}
.border-xxl {
    border: 7px solid !important;
}
.line-height-xs {
    line-height: 14px !important;
}
.line-height-s {
    line-height: 17px !important;
}
.line-height-m {
    line-height: 24px !important;
}
.line-height-l {
    line-height: 26px !important;
}
.line-height-xl {
    line-height: 37px !important;
}
.text-shadow-s {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.text-shadow-l {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.boxed-text-l,
.boxed-text-m,
.boxed-text-s,
.boxed-text-xl {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.boxed-text-xl {
    width: 90%;
    max-width: 340px;
}
.boxed-text-l {
    width: 85%;
    max-width: 300px;
}
.boxed-text-m {
    width: 80%;
    max-width: 300px;
}
.boxed-text-s {
    width: 70%;
    max-width: 260px;
}
.font-200 {
    font-weight: 200;
}
.font-300 {
    font-weight: 300;
}
.font-400 {
    font-weight: 400;
}
.font-500 {
    font-weight: 500;
}
.font-600 {
    font-weight: 600;
}
.font-800 {
    font-weight: 800;
}
.font-900 {
    font-weight: 900;
}
.opacity-10 {
    opacity: 0.1 !important;
}
.opacity-20 {
    opacity: 0.2 !important;
}
.opacity-30 {
    opacity: 0.3 !important;
}
.opacity-40 {
    opacity: 0.4 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-60 {
    opacity: 0.6 !important;
}
.opacity-70 {
    opacity: 0.7 !important;
}
.opacity-80 {
    opacity: 0.8 !important;
}
.opacity-85 {
    opacity: 0.85 !important;
}
.opacity-90 {
    opacity: 0.9 !important;
}
.font-8 {
    font-size: 8px !important;
}
.font-9 {
    font-size: 9px !important;
}
.font-10 {
    font-size: 10px !important;
}
.btn-l,
.btn-m,
.btn-s,
.btn-sm,
.btn-xs,
.btn-xxs,
.font-12,
input {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-15 {
    font-size: 15px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-17 {
    font-size: 17px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-19 {
    font-size: 19px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-21 {
    font-size: 21px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-23 {
    font-size: 23px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-25 {
    font-size: 25px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-27 {
    font-size: 27px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-29 {
    font-size: 29px !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-31 {
    font-size: 31px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-33 {
    font-size: 33px !important;
}
.font-34 {
    font-size: 34px !important;
}
.font-35 {
    font-size: 35px !important;
}
.font-36 {
    font-size: 36px !important;
}
.font-37 {
    font-size: 37px !important;
}
.font-38 {
    font-size: 38px !important;
}
.font-39 {
    font-size: 39px !important;
}
.font-40 {
    font-size: 40px !important;
}
.font-41 {
    font-size: 41px !important;
}
.font-42 {
    font-size: 42px !important;
}
.font-43 {
    font-size: 43px !important;
}
.font-44 {
    font-size: 44px !important;
}
.font-45 {
    font-size: 45px !important;
}
.font-46 {
    font-size: 46px !important;
}
.font-47 {
    font-size: 47px !important;
}
.font-48 {
    font-size: 48px !important;
}
.font-49 {
    font-size: 49px !important;
}
.font-50 {
    font-size: 50px !important;
}
.rotate-45 {
    transform: rotate(45deg) !important;
}
.rotate-90 {
    transform: rotate(90deg) !important;
}
.rotate-135,
.rotate-180 {
    transform-origin: center;
}
.rotate-135 {
    transform: rotate(135deg) !important;
}
.rotate-180 {
    transform: rotate(180deg) !important;
}
.rotate-225,
.rotate-270 {
    transform-origin: center;
}
.rotate-225 {
    transform: rotate(225deg) !important;
}
.rotate-270 {
    transform: rotate(270deg) !important;
}
.rotate-315 {
    transform-origin: center;
    transform: rotate(315deg) !important;
}
@keyframes scale-animation {
    50% {
        transform: scale(1.05, 1.05);
    }
    0% {
        transform: scale(1, 1);
    }
}
.scale-box {
    animation: 1.5s infinite scale-animation;
}
@keyframes scale-icon {
    50% {
        transform: scale(1.3, 1.3);
    }
    0% {
        transform: scale(1, 1);
    }
}
.scale-icon {
    animation: 1.5s infinite scale-icon;
}
.btn-center-l,
.btn-center-m,
.btn-center-s,
.btn-center-xl,
.btn-center-xs {
    margin: 0 auto;
    display: block;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    transition: 0.2s;
}
#preloader .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
}
.preloader-hide {
    opacity: 0;
    pointer-events: none;
    transition: 150ms !important;
}
.btn {
    transition: 0.3s;
    color: #fff;
}
.btn:hover {
    opacity: 0.9;
    color: #fff;
}
.btn-xxs {
    padding: 6px 10px !important;
}
.btn-xs {
    padding: 7px 14px !important;
}
.btn-s {
    padding: 8px 18px !important;
}
.btn-sm {
    padding: 10px 18px !important;
}
.btn-m {
    padding: 13px 20px !important;
}
.btn-l {
    padding: 14px 26px !important;
}
.btn-xl {
    padding: 15px 30px !important;
    font-size: 15px !important;
}
.btn-xxl {
    padding: 17px 34px !important;
    font-size: 17px !important;
}
.btn-center-xs {
    width: 100px;
}
.btn-center-s {
    width: 120px;
}
.btn-center-m {
    width: 160px;
}
.btn-center-l {
    width: 220px;
}
.btn-center-xl {
    width: 250px;
}
.btn-3d {
    transition: 150ms;
    border: none;
    border-bottom: 4px solid;
}
.btn-margins {
    margin-left: 17px;
    margin-right: 17px;
    margin-bottom: 30px;
}
.under-btn {
    z-index: 50;
    margin-top: -20px !important;
}
.btn-icon {
    padding-left: 50px !important;
    overflow: hidden;
}
.btn-icon i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 43px;
    width: 40px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
button {
    background: 0 0;
    border: none;
    padding: 0;
    font: inherit;
    outline: inherit;
}
.icon {
    display: inline-block;
    text-align: center;
}
.icon-xxs i {
    width: 32px;
    line-height: 32px;
    font-size: 13px;
}
.icon-xs i {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
}
.icon-s i {
    width: 40px;
    line-height: 40px;
    font-size: 15px;
}
.icon-m i {
    width: 45px;
    line-height: 45px;
    font-size: 16px;
}
.icon-l i {
    width: 51px;
    line-height: 51px;
    font-size: 17px;
}
.icon-xl i {
    width: 55px;
    line-height: 55px;
    font-size: 18px;
}
.icon-xxl i {
    width: 60px;
    line-height: 60px;
    font-size: 19px;
}
.icon-center {
    display: block;
    margin: 0 auto;
}
.icon-20 {
    width: 20px;
}
.icon-30 {
    width: 30px;
}
.icon-40 {
    width: 40px;
}
.icon-50 {
    width: 50px;
}
.icon-60 {
    width: 60px;
}
.icon-70 {
    width: 70px;
}
.icon-80 {
    width: 80px;
}
.icon-90 {
    width: 90px;
}
.accordion * {
    box-shadow: 0 !important;
    box-shadow: none !important;
}
.accordion .card,
.accordion button {
    transition: none !important;
}
.btn.accordion-btn {
    text-align: left !important;
    padding: 15px 17px;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
}
.accordion-icon {
    float: right;
    transition: 250ms;
    margin-top: 5px;
}
.ad-300x250,
.ad-300x50 {
    margin: 0 auto;
    width: 300px;
}
.offline-message,
.online-message {
    position: fixed;
    transform: translateY(-200%);
    padding-bottom: 0;
    text-align: center;
    font-weight: 900;
    transition: 0.3s;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    line-height: 55px;
}
.is-on-homescreen .offline-message,
.is-on-homescreen .online-message {
    padding-top: 30px !important;
}
.offline-message-active,
.online-message-active,
.snackbar-toast.show {
    transform: translateY(0);
}
.add-to-home-visible {
    opacity: 1 !important;
    pointer-events: all !important;
}
.add-to-home {
    position: fixed;
    background-color: #000;
    z-index: 99;
    left: 15px;
    right: 15px;
    border-radius: 10px;
    height: 80px;
    opacity: 0;
    pointer-events: none;
    transition: 250ms;
}
.add-to-home h1 {
    padding-top: 8px;
    color: #fff;
    font-size: 13px;
}
.add-to-home p {
    color: #ced4da;
    font-size: 11px;
    padding-right: 20px;
    padding-top: 35px;
    line-height: 14px;
}
.add-to-home-android i,
.add-to-home-ios i {
    text-align: center;
    font-size: 30px;
    color: #000;
    position: absolute;
    display: block;
}
.add-to-home img {
    width: 45px;
    margin-top: 17px;
    margin-left: 15px;
}
.add-to-home-ios {
    bottom: 25px;
}
.add-to-home-ios i {
    width: 40px;
    left: 50%;
    bottom: -18px !important;
    margin-left: -21px;
    transform: rotate(180deg);
}
.add-to-home-ios .close-add-to-home {
    position: absolute;
    right: 13px;
    top: 13px;
    transform: scale(0.5, 0.5);
}
.add-to-home-android {
    top: 20px;
}
.add-to-home-android i {
    width: 40px;
    top: -18px;
    right: 15px;
    margin-left: -20px;
}
.alert button,
.scroll-ad a {
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.add-to-home-android .close-add-to-home {
    position: absolute;
    right: 5px;
    top: 20px;
    transform: scale(0.5, 0.5);
}
.ad-300x50 {
    height: 50px;
}
.ad-300x250 {
    height: 250px;
}
.card,
.pagination,
.row {
    margin-bottom: 30px;
}
.ad-300x50-fixed {
    left: 50%;
    margin-left: -150px;
    bottom: 80px;
    bottom: calc(85px + (env(safe-area-inset-bottom)) * 1.1) !important;
    position: fixed;
    z-index: 90;
}
.ad-time-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    border: 2px solid;
    border-radius: 30px;
}
.notification,
.scroll-ad {
    position: fixed;
    left: 10px;
    right: 10px;
}
.notification.show,
.scroll-ad-visible {
    transform: translateY(0) !important;
}
.is-on-homescreen .scroll-ad {
    bottom: 110px;
}
.scroll-ad {
    bottom: 75px;
    background-color: #fff;
    z-index: 93;
    height: 80px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    transform: translateY(150%);
    transition: 0.3s;
}
.scroll-ad img {
    width: 60px;
    position: absolute;
    margin: 10px;
    border-radius: 10px;
}
.scroll-ad h1 {
    display: block;
    font-size: 18px;
    padding: 7px 0 0 80px;
    margin-bottom: -3px;
}
.scroll-ad em {
    padding: 0 85px 0 80px;
    font-style: normal;
    font-size: 11px;
    opacity: 0.7;
    display: block;
    line-height: 15px;
}
.scroll-ad a {
    width: 60px;
    font-size: 9px;
    right: 15px;
    font-weight: 700;
    position: absolute;
    border-radius: 5px;
}
.alert h4 {
    padding-left: 47px;
    margin-bottom: -5px;
}
.alert button {
    position: absolute;
    right: 0;
    width: 50px;
}
.alert button span {
    background-color: transparent;
}
.alert button:active,
.alert button:focus {
    box-shadow: none !important;
    border: none !important;
    outline: 0 !important;
}
.alert span {
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    width: 47px;
}
.content-boxed .divider-icon i,
.divider-icon i {
    background-color: #f0f0f0;
}
.alert span i {
    position: absolute;
    top: 50%;
    left: 50%;
}
.alert strong {
    padding-left: 47px;
    font-weight: 400;
}
.notification {
    top: 10px;
    z-index: 101;
    border-radius: 10px;
    opacity: 0.98;
    transform: translateY(-120%);
    transition: 250ms;
}
.notification .notification-icon {
    padding: 5px;
    display: block;
    background-color: #343a40;
}
.notification .notification-icon i:first-child {
    margin: 0 5px 0 10px;
    font-size: 10px;
}
.notification .notification-icon i:last-child {
    position: absolute;
    right: 0;
    line-height: 30px;
    width: 40px;
    text-align: center;
}
.notification .notification-icon em {
    font-size: 11px;
    text-transform: uppercase;
    font-style: normal;
}
.notification h1 {
    margin: 10px 15px -7px;
}
.notification p {
    line-height: 15px;
    margin: 5px 15px 18px;
    color: #fff;
}
.is-ios.is-on-homescreen .notification.show {
    transform: translateY(30px) !important;
}
.notification-android {
    left: 5px;
    right: 5px;
    top: 5px;
    border-radius: 3px;
}
.notification-android i {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    width: 35px;
    margin-left: 15px;
    line-height: 35px;
    border-radius: 35px;
    text-align: center;
    font-size: 13px;
}
.notification-android h1 {
    padding-left: 55px;
}
.notification-android p {
    padding-right: 60px;
    padding-left: 55px;
    font-size: 12px;
}
.notification-android strong {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
}
.notification-android .notification-buttons {
    width: 100%;
    margin-left: 70px;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.notification-android .notification-buttons i {
    opacity: 0.6;
    font-size: 11px;
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    width: auto;
    transform: translateY(-22px);
}
.notification-android a {
    font-size: 11px;
    color: #fff;
    text-align: left;
    font-weight: 500;
}
.notification-material {
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0;
}
.back-to-top-badge,
.back-to-top-icon {
    position: fixed;
    display: inline-block;
    border-radius: 35px;
    transition: 0.3s;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.notification-material strong {
    font-size: 10px;
    font-weight: 400;
}
.notification-material em {
    text-transform: none !important;
}
.footer strong,
.upload-file-text,
.vcard-title {
    text-transform: uppercase;
}
.notification-material .notification-icon {
    background-color: transparent !important;
    margin-bottom: -15px;
}
.notification-material img {
    position: absolute;
    width: 50px;
    border-radius: 50px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.notification-material p {
    padding-right: 50px;
}
.content .back-to-top-badge {
    transform: translate(0, 0) !important;
    width: 130px;
    margin: 10px auto 20px !important;
    left: auto;
    bottom: auto;
    display: block;
    position: relative !important;
}
.content .back-to-top-icon {
    transform: scale(1, 1) translate(0, 0) !important;
    margin: 0 auto 30px;
    right: auto;
    bottom: auto;
    display: block;
    position: relative !important;
}
.back-to-top-badge {
    z-index: 90;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, 70px);
    padding: 5px 20px;
}
.back-to-top-badge i {
    padding: 0 10px 0 0;
}
.back-to-top-icon {
    z-index: 9999;
    bottom: 70px;
    right: 15px;
    width: 35px;
    line-height: 35px;
    transform: scale(0, 0);
}
.card-bottom,
.card-center,
.card-top {
    z-index: 2;
    position: absolute;
    left: 0;
}
.back-to-top-icon span,
.classic-switch input,
.disabled-search,
.fac input,
.footer-logo span,
.gallery-view-1 .caption,
.gallery-view-2 .caption,
.icon-check .fa-check-circle,
.icon-check .icon-check-2,
.interest-check .fa-check-circle,
.ios-switch input,
.switch-is-unchecked,
.theme-dark .show-on-theme-light,
.theme-light .show-on-theme-dark {
    display: none;
}
.footer-socials:after,
.stepper:after,
.working-hours::after {
    display: table;
    content: "";
    clear: both;
}
.back-to-top-badge.back-to-top-visible,
.toast-bottom.toast-tiny.show,
.toast-top.toast-tiny.show {
    transform: translate(-50%, 0);
}
.back-to-top-icon.back-to-top-visible,
.chip-small {
    transform: scale(1, 1);
}
.back-to-top-icon-round,
.working-hours {
    border-radius: 5px;
}
.back-to-top-icon-circle {
    border-radius: 40px;
}
.card {
    -webkit-transform: translate3d(0, 0, 0);
    background-size: cover;
    border: 0 !important;
    max-height: 150000px;
    background-position: center center !important;
}
.card-overlay,
.card-overlay-rotate,
.card-overlay-zoom {
    background-position: center center;
}
.card-style {
    overflow: hidden;
    margin: 0 15px 30px;
    border-radius: 20px;
    border: none;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
}
.card-style .card-body {
    padding: 15px;
}
.card-style .card-overlay {
    border-radius: 20px;
}
.card-style-full {
    margin-left: 0;
    margin-right: 0;
}
.card-top {
    right: 0;
    top: 0;
}
.card-bottom {
    right: 0;
    bottom: 0;
}
.card-center {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.card-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.card-image {
    display: block;
    min-height: 250px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.chip,
.chip i {
    display: inline-block;
}
.card-image img {
    transition: 450ms;
}
.card-fixed {
    position: fixed;
    left: 0;
    right: 0;
}
.card-clear {
    pointer-events: none;
    margin-bottom: -30px;
    opacity: 0;
}
.card-overflow {
    overflow: visible !important;
    z-index: 20;
}
.card-overlay-infinite,
.card-overlay-rotate,
.card-overlay-zoom {
    z-index: 0;
    background-repeat: repeat;
    position: absolute;
}
.card-overlay-zoom {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    animation: 30s linear infinite zoomBG;
    background-size: cover;
    transform: translateX(0);
}
@keyframes zoomBG {
    0%,
    100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
}
.card-overlay-rotate {
    margin-top: -25%;
    margin-left: -25%;
    width: 150%;
    height: 160%;
    animation: 50s linear infinite rotateBG;
}
@keyframes rotateBG {
    0%,
    100% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(45deg);
    }
}
.theme-dark .divider,
.theme-dark .drag-line,
.theme-dark .menu .nav .active-subnav,
.theme-dark .menu .nav .divider,
.theme-dark .menu .nav a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
.drag-line {
    width: 45px;
    height: 3px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 15px auto -15px;
    animation: 1.5s infinite moveDragLine;
}
@keyframes moveDragLine {
    0%,
    45% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-3px);
    }
    40% {
        transform: translateY(1px);
    }
}
.card-full-left,
.card-full-left .card-overlay {
    margin-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.card-full-right,
.card-full-right .card-overlay {
    margin-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.card-scale-image {
    transform: scale(1.05, 1.05) !important;
}
.card-rotate-image {
    transform: rotate(5deg) scale(1.2, 1.2) !important;
}
.card-grayscale-image {
    filter: grayscale(100%);
}
.card-blur-image {
    filter: blur(5px);
}
.card-blur *,
.card-grayscale *,
.card-hide *,
.card-hide div,
.card-rotate *,
.card-scale * {
    transition: 0.3s;
}
.polaroid-effect {
    background-color: #fff;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.chip,
.chip i,
.chip img {
    border-radius: 30px;
}
.card-overlay {
    background-size: cover !important;
}
.card-overlay-infinite {
    background-image: url(images/mountain.jpg);
    left: 0;
    right: 0;
    bottom: 0;
    width: 2000px;
    height: 100%;
    animation: 600s linear infinite infiniteBG;
    background-size: cover;
    background-position: left bottom;
    transform: translateX(0);
}
.gradient-fade-bottom,
.gradient-fade-top,
.walk-bg {
    position: fixed;
    left: 0;
    right: 0;
}
@keyframes infiniteBG {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-1400px);
    }
}
.walk-bg {
    top: 0;
    height: 10000px;
    background-repeat: repeat-y;
    background-position: center;
    background-image: url(../images/walk.jpg);
    animation: 700s infinite infibg;
}
@keyframes infibg {
    0% {
        transform: translateY(-45%);
    }
    50% {
        transform: translateY(-100%);
    }
}
.gradient-fade-top {
    z-index: 1;
    top: 0;
    height: 600px;
}
.gradient-fade-bottom {
    z-index: 1;
    bottom: 0;
    height: 300px;
    background: linear-gradient(
        to bottom,
        rgba(240, 240, 240, 0) 0,
        rgba(240, 240, 240, 0.98) 85%,
        #f0f0f0 100%
    );
}
.fac,
.icon-check,
.ios-switch {
    position: relative;
}
.divider,
.divider-icon {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
}
.theme-light .gradient-fade-top {
    background: linear-gradient(
        to top,
        rgba(240, 240, 240, 0) 0,
        rgba(240, 240, 240, 0.95) 60%,
        #f0f0f0 100%
    );
}
.theme-light .gradient-fade-bottom {
    background: linear-gradient(
        to bottom,
        rgba(240, 240, 240, 0) 0,
        rgba(240, 240, 240, 0.98) 85%,
        #f0f0f0 100%
    );
}
.theme-dark .gradient-fade-top {
    background: linear-gradient(
        to top,
        rgba(27, 29, 33, 0) 0,
        rgba(27, 29, 33, 0.95) 70%,
        #1b1d21 100%
    );
}
.theme-dark .gradient-fade-bottom {
    background: linear-gradient(
        to bottom,
        rgba(27, 29, 33, 0) 0,
        rgba(27, 29, 33, 0.8) 75%,
        #1b1d21 100%
    );
}
.chip {
    margin: 0 10px 15px 0;
    padding-right: 15px;
}
.chip * {
    font-size: 12px;
}
.chip span {
    line-height: 29px;
}
.chip i {
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
}
.chip img {
    display: inline;
    margin-right: 9px;
    width: 31px;
    line-height: 31px;
}
.divider,
.divider-icon,
.fac,
.icon-check,
.stepper input {
    display: block;
}
.chip-medium {
    transform: scale(1.05, 1.05);
}
.chip-large {
    transform: scale(1.15, 1.15);
}
.divider {
    margin-bottom: 30px;
}
.divider-margins {
    margin: 0 17px 30px;
}
.divider-icon {
    margin-bottom: 50px;
}
.divider-icon i {
    position: absolute;
    width: 50px;
    text-align: center;
    margin-top: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.ios-switch-icon i,
.ios-switch-icon span {
    line-height: 32px;
    margin-top: -5px !important;
    position: absolute;
    pointer-events: none;
}
.divider-small {
    height: 2px;
    width: 80px;
    margin: auto;
}
.android-switch,
.ios-switch {
    margin-right: -32px;
    padding-left: 10px;
}
.scale-switch {
    transform: scale(0.9, 0.9);
}
.small-switch {
    transform: scale(0.8, 0.8);
}
.menu .custom-control {
    margin-top: -42px !important;
}
.ios-switch {
    margin-top: 12px !important;
}
.ios-switch label::before {
    content: "";
    display: block !important;
    background-color: #e8e9ea;
    pointer-events: all;
    margin-top: -5px;
    margin-left: -1px;
    width: 58px !important;
    height: 32px !important;
    border: 1px solid rgba(152, 152, 152, 0.4);
    border-radius: 50px !important;
    transition: 250ms;
}
.ios-switch label::after {
    content: "";
    display: block !important;
    margin-top: -31px;
    z-index: 6;
    width: 30px !important;
    height: 30px !important;
    transition: 250ms;
    background-color: #fff;
    border: 1px solid rgba(152, 152, 152, 0.4);
}
.classic-input:checked ~ .custom-control-label::after,
.ios-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(26px) !important;
}
.ios-input:checked ~ .custom-control-label::before {
    background-color: #8cc152 !important;
}
.ios-switch-icon label::before {
    background-color: #da4453 !important;
}
.ios-switch-icon i {
    z-index: 5;
    left: 20px;
}
.ios-switch-icon i:last-child {
    z-index: 5;
    position: absolute;
    margin-left: 26px;
}
.ios-switch-icon span {
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    z-index: 5;
    left: 19px;
}
.ios-switch-icon span:last-child {
    z-index: 5;
    position: absolute;
    margin-left: 24px;
}
.android-switch label::before {
    display: block !important;
    content: "";
    pointer-events: all;
    margin-top: 5px;
    margin-left: -2px;
    width: 53px !important;
    height: 17px !important;
    border-radius: 50px !important;
    background-color: #aab2bd;
    transition: 250ms;
}
.android-switch label::after {
    display: block !important;
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-top: -22px;
    margin-left: -3px;
    width: 28px !important;
    height: 28px !important;
    background-color: #fff !important;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 50px !important;
    transition: 250ms;
}
.android-input {
    transform: translateY(1px) !important;
}
.android-input:checked ~ .custom-control-label::after {
    background-color: #458be3 !important;
    border: none !important;
    -webkit-transform: translateX(30px) !important;
}
.android-input:checked ~ .custom-control-label::before {
    background-color: #458be3 !important;
}
[data-activate] {
    display: block;
    width: 100%;
}
.classic-switch label::before {
    pointer-events: all;
    width: 40px !important;
    height: 40px !important;
    transform: translateX(11px);
    margin-top: -10px;
    border: none;
    background-color: transparent !important;
}
.fac > input + label:before,
.fac > span::after {
    left: 0;
    margin-top: 0.5px;
    font-family: "font awesome 5 free";
    font-weight: 900;
}
.classic-switch i {
    pointer-events: none;
    transition: 250ms;
}
.classic-input:checked ~ .fa-plus {
    color: #da4453 !important;
    transform: rotate(45deg);
    transition: 250ms;
}
.classic-input:checked ~ .fa-angle-down {
    color: #da4453 !important;
    transform: rotate(180deg);
    transition: 250ms;
}
.classic-input:checked ~ .fa-circle {
    color: #da4453 !important;
    transform: scale(1.3, 1.3);
    transition: 250ms;
}
.icon-check {
    margin-left: -30px;
    margin-right: 10px;
    width: auto;
}
.icon-check input {
    position: absolute !important;
    transform: translateX(-10000px);
}
.icon-check input:checked ~ .icon-check-1 {
    opacity: 0 !important;
    display: none !important;
}
.icon-check i {
    width: 20px;
    text-align: center;
    pointer-events: none;
    position: absolute;
    left: 30px;
    top: 1px;
    height: 24px;
    line-height: 24px;
}
.icon-check label {
    font-size: 13px;
    padding: 0 15px 0 40px;
}
.fac {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    font-size: 14px;
}
.splide.is-active .splide__list,
.tab-controls {
    display: flex;
}
.fac label {
    margin: 0 1em 0 0;
    padding-left: 1.5em;
    font-weight: inherit;
}
.fac > input + label:before {
    position: absolute;
    transition: opacity 150ms ease-in-out;
}
.fac > span::after {
    position: absolute;
}
.fac-checkbox > span::after {
    content: "";
    opacity: 1;
}
.fac-checkbox > input[type="checkbox"] + label:before,
.fac-radio > input[type="radio"] + label:before {
    content: "";
    color: #fff !important;
    font-size: 10px !important;
    padding-left: 2px;
}
.fac-checkbox-round > span::after,
.fac-radio > span::after {
    content: "";
}
.fac-checkbox-round > input[type="checkbox"] + label:before {
    content: "";
    color: #fff !important;
    font-size: 8px !important;
    padding-left: 3px;
}
.fac-radio-full > span::after {
    content: "";
    font-size: 12px !important;
}
.fac-radio-full > input[type="radio"] + label:before {
    content: "\c";
}
.android-input input,
.ios-switch input {
    position: absolute !important;
    transform: translateX(-15000px) !important;
}
input[type="range"] {
    -webkit-appearance: none;
    height: 20px;
    width: 100%;
    outline: 0;
}
.stepper a,
.stepper input {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #f26b5e;
    position: relative;
    z-index: 3;
}
input[type="range"]::-webkit-slider-thumb:after {
    content: " ";
    height: 10px;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 5px;
    background: #ff5b32;
    background: linear-gradient(to right, #f088fc 1%, #ac6cff 70%);
}
.upload-file {
    text-indent: -999px;
    outline: 0;
    width: 100%;
    height: 45px;
    color: transparent !important;
}
.upload-file-text {
    pointer-events: none;
    margin-top: -36px !important;
    text-align: center;
    color: #fff;
    height: 10px;
    font-weight: 900;
}
.file-data input[type="file"] {
    font-size: 0 !important;
}
input::placeholder {
    font-size: 12px !important;
}
.tooltip {
    font-size: 13px;
}
code {
    color: #d63384;
    word-wrap: break-word;
    font-size: 11px;
    line-height: 22px;
}
.stepper {
    width: 102px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.stepper input {
    float: left;
    border: none !important;
    font-size: 11px !important;
    background-color: transparent;
}
.stepper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.stepper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.stepper a {
    font-size: 9px;
}
.stepper a:first-child {
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.stepper a:last-child {
    float: right;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.btn,
input,
select {
    box-shadow: none !important;
    outline: 0 !important;
}
.splide,
.splide--nav > .splide__track > .splide__list > .splide__slide:focus,
.splide__arrow:focus,
.splide__pagination__page:focus,
.splide__slide {
    outline: 0;
}
.btn:active,
.btn:focus,
.btn:hover,
button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
select option,
select:active,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0;
    box-shadow: none !important;
    -webkit-appearance: none !important;
}
.theme-light input,
select,
textarea {
    border-color: rgba(0, 0, 0, 0.08);
}
.input-style {
    position: relative;
    margin-bottom: 15px !important;
}
.input-style input,
.input-style select,
.input-style textarea {
    font-size: 12px;
    width: 100%;
    line-height: 45px;
    height: 45px;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    padding: 0;
    border-radius: 0;
}
.list-custom-small a i:first-child,
.list-custom-small img {
    width: 30px;
    margin-right: 10px;
    height: 30px;
}
.icon-list li i,
.search-icon-list a i,
.working-hours p {
    padding-right: 10px;
}
.input-style select,
.input-style select option,
.input-style select option:disabled {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.input-style label {
    opacity: 0;
    left: 0 !important;
    transform: translateX(30px);
    position: absolute;
    top: -12px;
    height: 10px;
    font-size: 10px;
    transition: 150ms;
    background-color: #fff;
}
.input-style-active label {
    opacity: 1;
    transform: none !important;
}
.input-style.has-icon i:first-child {
    position: absolute;
    top: 50%;
    width: 10px;
    text-align: center;
    margin-top: -8px;
}
.input-style.has-icon.has-borders i:first-child {
    position: absolute;
    top: 50%;
    width: 10px;
    padding-left: 15px !important;
    text-align: center;
    margin-top: -7px;
}
.input-style.has-icon.has-borders input,
.input-style.has-icon.has-borders select,
.input-style.has-icon.has-borders textarea {
    padding-left: 35px !important;
}
.input-style.has-icon input,
.input-style.has-icon select,
.input-style.has-icon textarea {
    padding-left: 25px;
}
.input-style input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0.3;
}
.input-style textarea {
    line-height: 32px !important;
    padding-top: 10px !important;
    transition: 250ms !important;
}
.input-style .invalid,
.input-style .valid,
.input-style em,
.input-style span {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 5px;
    pointer-events: none;
}
.input-style em,
.input-style span {
    margin-top: -12px;
    font-size: 10px;
    font-style: normal;
    opacity: 0.3;
}
.list-boxes a,
.list-custom-large a,
.list-custom-small a {
    font-size: 13px;
    color: #1f1f1f;
}
.input-style.has-borders input,
.input-style.has-borders select,
.input-style.has-borders textarea {
    height: 53px;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    border-top-width: 1px !important;
    padding-left: 13px !important;
    padding-right: 10px !important;
    border-radius: 10px !important;
}
.input-style.has-borders .invalid,
.input-style.has-borders .valid,
.input-style.has-borders em,
.input-style.has-borders span {
    margin-right: 10px;
}
.input-style.input-style-active label {
    left: 4px !important;
    transform: translateX(-14px) !important;
    position: absolute;
    padding: 0 8px !important;
    height: 23px;
    font-size: 12px;
    transition: 250ms;
    background-color: #fff;
}
.input-style.has-borders.input-style-active label {
    margin-left: 14px !important;
}
.input-style.has-borders.input-style-always-active label,
.input-style.no-borders.input-style-always-active label {
    transform: translateX(-14px) !important;
    margin-left: 0 !important;
    height: 23px;
    transition: 250ms;
    background-color: #fff;
    font-size: 12px;
    position: absolute;
    opacity: 1;
}
.input-style textarea:focus {
    line-height: 24px !important;
    height: 150px;
    transition: 250ms !important;
}
.input-style.no-borders.input-style-always-active label {
    left: 6px !important;
    padding: 0 8px !important;
}
.input-style.has-borders.input-style-always-active label {
    left: 23px !important;
    padding: 0 5px !important;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.input-transparent * {
    color: #fff !important;
    background-color: transparent !important;
}
.input-transparent.no-borders input {
    border-bottom-width: 1px !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.list-boxes a,
.list-custom-large a,
.list-custom-small a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.device-is-android .input-style input[type="date"] {
    color: inherit !important;
    line-height: 25px !important;
    padding-top: 12px !important;
    height: 55px !important;
    transform: translateY(7px) translateX(0) !important;
    margin-bottom: 30px !important;
}
.device-is-android .input-style input[type="date"] ~ label.color-highlight {
    margin-top: 7px !important;
}
.min-ios15 select {
    background-color: inherit !important;
}
.min-ios15 input[type="date"] {
    -webkit-appearance: none;
    text-align: left !important;
    text-indent: calc(-100% + 70px) !important;
}
.ios-slider {
    height: 40px !important;
    background: linear-gradient(to right, #5d9cec 0, #5d9cec 100%);
    background-size: 100% 3px;
    background-position: center;
    background-repeat: no-repeat;
}
.ios-slider::-webkit-slider-thumb {
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    height: 25px !important;
    width: 25px !important;
    box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}
.material-slider {
    height: 40px !important;
    background: linear-gradient(to right, #ccd1d9 0, #ccd1d9 100%);
    background-size: 100% 18px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 3px;
}
.material-slider::-webkit-slider-thumb {
    background-color: #1f1f1f !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 10px !important;
    width: 30px !important;
}
.classic-slider {
    height: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px !important;
    background-size: 100% 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0 3px;
    -webkit-box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.classic-slider::-webkit-slider-thumb {
    background-color: #0d6efd !important;
    border: 1px solid transparent;
    height: 16px !important;
    border-radius: 20px;
    width: 16px !important;
    box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}
.footer .footer-copyright,
.footer .footer-links {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.range-slider-icons {
    padding: 0 30px;
}
.range-slider.range-slider-icons i {
    position: absolute;
    top: 0;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.list-custom-small .badge {
    position: absolute;
    right: 15px;
    margin-top: 16px !important;
    font-size: 9px;
    padding: 5px 8px;
    font-weight: 700;
}
.list-custom-small a {
    font-weight: 600;
}
.list-custom-small a i:first-child {
    margin-left: 0;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    float: left;
}
.list-custom-small a i:last-child {
    float: right;
    font-size: 10px;
    opacity: 0.5;
}
.list-custom-small,
.list-custom-small i {
    line-height: 50px;
}
.list-custom-small .custom-control {
    z-index: 10;
    position: absolute;
    right: 40px;
    margin-top: -38px !important;
}
.list-custom-small .custom-control input {
    transform: translateY(-5px) !important;
}
.menu .list-custom-small a i:first-child {
    margin-left: 6px;
}
.menu .list-custom-small img {
    margin-top: -4px !important;
}
.list-custom-large a {
    line-height: 70px;
    font-weight: 600;
}
.list-custom-large a span:not(.badge) {
    font-size: 14px;
    position: absolute;
    margin-top: -6px;
}
.list-custom-large a strong {
    position: absolute;
    font-size: 11px;
    margin-top: 10px;
    color: #adb5bd;
    font-weight: 500;
}
.list-custom-large a i:first-child {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-top: 21px;
    text-align: center;
    float: left;
    margin-right: 15px;
}
.list-custom-large a i:last-child {
    float: right;
    font-size: 10px;
}
.list-custom-large img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.list-boxes .badge,
.list-custom-large .badge {
    position: absolute;
    right: 10px;
    margin-top: 30px;
    font-size: 9px;
    padding: 5px 8px;
    font-weight: 700;
}
.list-custom-large i {
    line-height: 74px;
}
.list-custom-large .custom-control {
    z-index: 10;
    position: absolute;
    right: 40px;
    margin-top: 22px;
}
.list-custom-large .custom-control input {
    transform: translateY(-12px) !important;
}
.list-boxes a {
    line-height: 60px;
    margin-bottom: 10px;
    font-weight: 500;
}
.list-boxes a span:not(.badge) {
    padding-left: 10px;
    font-size: 14px;
    position: absolute;
    margin-top: -4px;
}
.list-boxes a strong {
    padding-left: 10px;
    position: absolute;
    font-size: 11px;
    margin-top: 10px;
    color: #6c757d;
    font-weight: 500;
}
.list-boxes a i:first-child {
    width: 40px;
    float: left;
    padding-left: 15px;
}
.list-boxes a i:last-child {
    float: right;
    font-size: 16px;
    margin-top: -5px;
    margin-right: 15px;
}
.list-boxes a u {
    position: absolute;
    right: 0;
    margin-right: 9px;
    width: 60px;
    font-size: 7px;
    text-align: center;
    margin-top: 13px;
    text-decoration: none;
}
.list-boxes i {
    line-height: 64px;
}
.short-border {
    margin-left: 45px;
}
.short-border i:first-child {
    margin-left: -45px;
    margin-top: 23px;
}
.list-icon-0 a i:first-child {
    margin-left: -3px !important;
}
.icon-list {
    margin-left: 0;
    padding-left: 0;
}
.badge-text {
    margin-top: 13px !important;
    transform: translateY(-3px);
    padding-right: 20px !important;
}
.pricing-1,
.pricing-2,
.pricing-3,
.pricing-4 {
    margin: 0 auto 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    max-width: 280px;
}
.check-visited .visited-link i:last-child::after {
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    right: 13px;
    font-size: 16px;
    margin-top: 0.5px;
    content: "";
    opacity: 1;
    color: #a0d468;
}
.theme-light .list-custom-small .highlight-active span {
    font-weight: 700;
    color: #1f1f1f;
}
.theme-dark .list-custom-small .highlight-active span {
    font-weight: 700;
    color: #fff;
}
.todo-list.list-custom-large a {
    min-height: 70px;
}
.todo-list.list-custom-small a {
    min-height: 40px;
}
.todo-list .icon-check {
    float: right;
    margin-right: 28px;
}
.pricing-1 {
    padding: 20px 0 30px;
}
.pricing-1 .pricing-icon,
.pricing-3 .pricing-icon {
    font-size: 50px;
}
.pricing-1 .pricing-title {
    font-size: 32px;
    padding: 20px 0 0;
}
.pricing-1 .pricing-value {
    font-size: 40px;
    font-weight: 300;
    padding: 20px 0 0;
}
.pricing-1 .pricing-value sup,
.pricing-2 .pricing-value sup,
.pricing-3 .pricing-value sup,
.pricing-4 .pricing-value sup {
    font-size: 12px;
    top: -18px;
}
.pricing-1 .pricing-value sup:first-child,
.pricing-2 .pricing-value sup:first-child,
.pricing-3 .pricing-value sup:first-child,
.pricing-4 .pricing-value sup:first-child {
    padding-right: 5px;
    top: -13px;
    font-size: 20px;
}
.pricing-1 .pricing-subtitle {
    opacity: 0.6;
    font-size: 11px;
    line-height: 18px;
    font-weight: 300;
    padding: 0 0 10px;
}
.pricing-1 .pricing-list,
.pricing-2 .pricing-list,
.pricing-3 .pricing-list,
.timeline-item-content-full {
    padding: 0;
}
.pricing-1 .pricing-list li,
.pricing-4 .pricing-list li {
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 500;
}
.pricing-1 .pricing-list li:last-child {
    border-bottom: none;
    margin-bottom: -20px;
}
.pricing-2,
.pricing-3,
.pricing-4 {
    padding: 0 0 10px;
    overflow: hidden;
}
.pricing-2 .pricing-icon {
    font-size: 50px;
    padding: 10px 0;
}
.pricing-2 .pricing-title {
    font-size: 25px;
    padding: 15px 0;
    margin: -10px 0 20px;
}
.pricing-2 .pricing-overtitle {
    font-size: 25px;
    padding: 15px 0;
    margin: -10px 0 0;
}
.pricing-2 .pricing-value {
    font-size: 43px;
    padding: 15px 0 0;
}
.pricing-2 .pricing-subtitle {
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    padding: 0;
}
.pricing-2 .pricing-list li {
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 14px;
    font-weight: 500;
}
.pricing-2 .pricing-list li:last-child,
.pricing-4 .pricing-list li:last-child {
    border-bottom: none;
}
.pricing-3 .btn {
    max-width: 90%;
    margin: -10px auto 10px;
}
.pricing-3 .pricing-title {
    font-size: 28px;
    padding: 30px 0 0 20px;
}
.pricing-3 .pricing-value {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    padding: 20px 0;
}
.pricing-3 .pricing-subtitle {
    opacity: 0.6;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 0 30px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-3 .pricing-list i {
    padding-right: 20px;
    width: 30px;
}
.pricing-3 .pricing-list li {
    line-height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 0 20px;
}
.pricing-4 .pricing-title {
    font-size: 18px;
    padding: 15px 0;
    margin: 0;
}
.pricing-4 .pricing-value {
    font-size: 43px;
    padding: 30px 0 20px;
}
.pricing-4 .pricing-subtitle {
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 0 20px;
    margin-top: -10px;
}
.pricing-4 .pricing-list {
    padding: 0;
    margin-bottom: 20px;
}
.pricing-single {
    max-width: 280px;
    margin: 0 auto;
}
.pricing-double-1 {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.pricing-double-2 {
    width: 48%;
    float: left;
}
.pricing-list,
.pricing-list li,
.pricing-list ul {
    list-style: none !important;
}
.toast-tiny {
    width: 150px;
    z-index: 90;
    position: fixed;
    left: 50%;
    line-height: 35px;
    padding: 0 20px;
    color: #fff;
    transition: 0.2s;
    max-width: auto !important;
    font-size: 12px;
    border-radius: 60px;
    border: 0 !important;
}
.toast-bottom {
    bottom: 60px;
    bottom: calc(65px + (env(safe-area-inset-bottom)) * 1.1) !important;
    transform: translate(-50%, 60px);
}
.toast-top {
    top: 60px;
    top: calc(65px + (env(safe-area-inset-bottom)) * 1.1) !important;
    transform: translate(-50%, -60px);
}
.snackbar-toast {
    bottom: 70px !important;
    bottom: calc(70px + (env(safe-area-inset-bottom)) * 1.1) !important;
    position: fixed;
    left: 10px !important;
    right: 10px !important;
    padding: 0 18px;
    line-height: 50px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 95;
    transform: translateY(300px);
    transition: 0.3s;
}
.pagination .page-link {
    padding: 10px 14px;
}
.pagination .page-item {
    margin-right: 5px;
    margin-left: 5px;
}
.search-results {
    overflow: scroll;
}
.disabled-search-list {
    position: relative;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}
.search-box {
    line-height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.search-box input {
    outline: 0 !important;
    width: 100%;
    background-color: transparent;
    padding-left: 40px;
    line-height: 45px;
}
.search-box .fa-search {
    position: absolute;
    left: 0;
    line-height: 52px;
    padding: 0 15px 0 30px;
}
.search-box a {
    position: absolute;
    right: 15px;
    font-size: 14px;
    line-height: 52px;
    width: 45px;
    text-align: center;
}
.color-black,
.search-box input.bg-white {
    color: #000 !important;
}
.search-color input::placeholder {
    color: #fff;
}
.search-color i {
    color: #fff !important;
    z-index: 10;
}
.search-icon-list {
    padding-left: 10px;
    padding-top: 10px;
}
.search-icon-list a {
    color: #1f1f1f;
    line-height: 35px;
}
.search-page .search-result-list {
    position: relative;
    min-height: 80px;
    margin-bottom: 20px;
}
.search-page .search-results img {
    width: 80px;
    position: absolute;
    border-radius: 10px;
}
.search-page .search-results h1 {
    font-size: 15px;
    font-weight: 600;
    padding-left: 100px;
    margin-bottom: 0;
}
.search-page .search-results p {
    font-size: 12px;
    line-height: 20px;
    padding-left: 100px;
    padding-right: 80px;
}
.search-page .search-results a {
    position: absolute;
    right: 0;
    height: 30px;
    line-height: 31px;
    padding: 0 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    border-radius: 10px;
}
.tab-controls a {
    color: #1f1f1f;
    background-color: #fff;
    width: 100%;
    text-align: center;
    border-right: 0 solid !important;
    border: 1px solid rgba(0, 0, 0, 0.07);
    align-self: center;
    margin: 0 auto;
}
.tab-controls a:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.tabs-small {
    line-height: 35px;
}
.tabs-medium {
    line-height: 40px;
}
.tabs-large {
    line-height: 45px;
}
.tabs-rounded a:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.tabs-rounded a:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.working-hours p {
    padding-top: 34px;
    padding-bottom: 15px !important;
    line-height: 0;
    padding-left: 10px;
    margin-top: -8px !important;
    width: 33.3%;
    float: left;
    margin-bottom: 10px;
    display: inline-block;
}
.working-hours p:nth-child(2) {
    text-align: center;
}
.working-hours p:last-child {
    text-align: right;
}
.max-iframe {
    max-height: 200px !important;
    height: 300px !important;
    padding-bottom: 0 !important;
    margin: 0 auto;
}
.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.responsive-iframe embed,
.responsive-iframe iframe,
.responsive-iframe object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.footer {
    padding: 20px 30px 10px;
    margin-bottom: 0 !important;
    z-index: 11;
}
.footer strong {
    font-size: 10px;
    display: block;
    text-align: center;
    font-weight: 700;
    margin-top: 0;
}
.footer strong i {
    padding: 0 5px;
}
.footer .footer-text {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    padding: 5px 10px 0;
}
.footer .footer-links {
    padding-top: 13px;
    display: block;
    text-align: center;
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.footer .footer-links a {
    padding: 40px 5px 1px;
}
.footer .footer-title {
    color: #1f1f1f;
    width: 100%;
    font-size: 28px;
    text-align: center;
    font-weight: 900;
}
.footer .footer-logo {
    margin: 0 auto;
    color: transparent;
    position: relative;
    width: 100%;
    left: auto;
}
.footer-title {
    text-align: center;
    display: block;
}
.footer-socials {
    max-width: 240px;
    margin: 0 auto 30px;
}
.footer-socials a {
    float: left;
    font-size: 14px;
    margin: 0 4px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08) !important;
}
.footer-socials a i {
    width: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    float: left;
}
.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    text-align: center;
    margin-bottom: -5px;
    padding-top: 15px;
    font-size: 11px;
    line-height: 24px;
}
.under-slider-btn {
    margin-top: -20px;
    position: relative;
    z-index: 50;
}
.splide .under-slider-btn {
    margin-top: -45px;
}
.double-slider .splide__pagination {
    margin-bottom: -15px !important;
}
.splide.slider-arrows .splide__arrow--prev {
    margin-left: 30px !important;
}
.splide.slider-arrows .splide__arrow--next {
    margin-right: 30px !important;
}
.cover-button-top {
    position: absolute;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 20px;
    top: calc(20px + (env(safe-area-inset-top)) * 1.1) !important;
    z-index: 99;
    font-size: 12px;
}
.cover-button-bottom {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 70px;
    z-index: 99;
    font-size: 12px;
}
.cover-next,
.cover-prev {
    position: absolute;
    z-index: 99;
    bottom: 20px;
}
.cover-next {
    right: 0;
}
.cover-prev {
    left: 0;
}
.theme-light #walkthrough-slider .is-active {
    background: #1f1f1f !important;
}
.theme-dark #walkthrough-slider .is-active {
    background: #fff !important;
}
#walkthrough-slider .splide__pagination {
    padding-bottom: 20px;
}
.slider-has-dots-over .splide__pagination,
.timeline-body-center {
    padding-bottom: 40px;
}
.visible-slider {
    padding-right: 70px !important;
}
.slider-bottom-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.calendar {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto 30px;
}
.cal-sub-title,
.cal-title {
    color: #fff;
    line-height: 60px;
    margin-bottom: 0;
    padding: 0 15px;
}
.cal-title-left,
.cal-title-right {
    margin-top: -60px;
    line-height: 62px;
    height: 50px;
}
.cal-title-right {
    float: right;
    padding-right: 20px;
}
.cal-title-left {
    float: left;
    padding-left: 20px;
}
.cal-days a {
    position: relative;
    width: 14.28%;
    float: left;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
    position: realtive;
    z-index: 3;
    font-weight: 800;
}
.cal-disabled {
    color: #ced4da !important;
}
.cal-selected span {
    z-index: 2;
    position: relative;
    color: #fff;
}
.cal-selected i {
    color: #000;
    z-index: 0;
    opacity: 1;
    font-size: 32px;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    text-align: center;
    line-height: 32px;
}
.cal-dates a {
    position: relative;
    width: 14.2857142857%;
    float: left;
    text-align: center;
    line-height: 45px;
    color: #1f1f1f;
    font-weight: 500;
}
.theme-dark #footer-bar a i,
.theme-dark #footer-bar a span .theme-dark p strong,
.theme-dark .cal-dates a,
.theme-dark .gallery-filter-controls li,
.theme-dark .gallery-view-controls a,
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
    color: #fff;
}
.theme-dark .cal-disabled {
    opacity: 0.3;
}
.cal-dates-border a {
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cal-schedule {
    min-height: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.055);
}
.cal-schedule em {
    line-height: 20px;
    padding: 20px 0 0 20px;
    position: absolute;
    font-size: 11px;
    font-style: normal;
}
.cal-schedule strong {
    color: #000;
    display: block;
    padding: 17px 0 0 100px;
    font-size: 14px;
}
.cal-schedule span {
    display: block;
    font-size: 10px;
    color: #adb5bd;
    margin-top: 0;
}
.cal-schedule span i {
    width: 50px;
    display: inline-block;
    text-align: center;
    padding: 0 20px 0 102px;
}
.theme-dark .cal-schedule span {
    color: #fff !important;
    opacity: 0.5;
}
.cal-message i {
    position: absolute;
    height: 40px;
    line-height: 43px;
    font-size: 27px;
    right: 20px;
}
.cal-message strong {
    display: block;
    line-height: 20px;
    font-weight: 400;
    font-size: 11px;
    padding-left: 20px;
}
.speech-left {
    max-width: 200px;
    float: right;
    border-bottom-right-radius: 0 !important;
    color: #fff;
}
.speech-right {
    float: left;
    max-width: 200px;
    border-bottom-left-radius: 0 !important;
}
.speech-bubble {
    position: relative;
    border-radius: 17px;
    padding: 10px 15px;
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 13px;
    background-color: #dee2e6;
    overflow: hidden;
}
.speech-bubble:after {
    content: "";
    display: block;
    clear: both;
}
.speech-read {
    font-size: 10px;
    font-style: normal;
    display: block;
    text-align: right;
    font-weight: 500;
    color: #adb5bd;
    margin-bottom: 80px;
}
.speach-input input {
    width: 100%;
    display: block;
    line-height: 45px;
    height: 45px;
    margin-top: 8px;
    border-radius: 45px;
}
.speach-icon a {
    padding-top: 0 !important;
    display: block;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 3px;
    transform: translateY(10px);
}
.speech-icon-left,
.speech-icon-right {
    position: relative;
    display: block;
}
.speech-icon-left img,
.speech-icon-right img {
    width: 30px;
    position: absolute;
    bottom: 0;
}
.speech-icon-left .speech-bubble {
    margin-left: 20px !important;
}
.speech-icon-right .speech-bubble {
    margin-right: 20px !important;
}
.form-field span {
    position: absolute;
    right: 20px;
    font-size: 9px;
    opacity: 0.5;
}
.form-field input,
.form-field textarea {
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent !important;
    border-radius: 10px;
    margin: 0 0 15px;
}
.form-email input,
.form-name input {
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0 10px;
}
.form-text textarea {
    height: 145px;
    line-height: 24px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 10px 0;
    margin-bottom: 30px;
}
.contactSubmitButton {
    width: 100%;
    display: block;
    border-radius: 10px;
    color: #fff !important;
    padding: 12px 0 !important;
}
.fieldHasError {
    border: 1px solid #bf263c !important;
}
.map-full .card-overlay {
    transition: 350ms;
    z-index: 2;
}
.map-full .card-center {
    z-index: 3;
}
.hide-map,
.map-full .card {
    z-index: 2;
    position: absolute;
}
.hide-map {
    margin-top: -120px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
}
.map-full .card {
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}
.map-full iframe {
    position: absolute;
    width: 100vw;
    height: 100vh;
}
.gallery-collection i,
.gallery-view-controls a {
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #1f1f1f;
}
.activate-map {
    opacity: 1 !important;
    transition: 350ms;
}
.deactivate-map {
    opacity: 0 !important;
    pointer-events: none;
    transition: 350ms;
}
.gallery-collection-round a img {
    border-radius: 10px;
}
.gallery-collection a {
    width: 48%;
    float: left;
    position: relative;
}
.gallery-collection a:nth-child(2n + 2) {
    margin-left: 4%;
    margin-bottom: 4%;
}
.gallery-collection a img {
    width: 50%;
    float: left;
    padding: 1px;
}
.gallery-collection i {
    position: absolute;
    width: 50px;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin-top: -25px;
    margin-left: -25px;
    background-color: #fff;
    border-radius: 50px;
    font-size: 17px;
}
.gallery-view-controls a {
    float: left;
    width: 33.3%;
    font-size: 16px;
}
.gallery-view-controls {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.gallery-view-1 a {
    width: 30%;
    float: left;
    margin-bottom: 5%;
}
.gallery-view-1 a:nth-child(3n-1) {
    margin: auto 5%;
}
.gallery-view-2 a {
    width: 47.5%;
    margin-bottom: 5%;
    float: left;
}
.gallery-view-2 a:nth-child(2n-1) {
    margin-right: 5%;
}
.timeline-cover {
    height: 330px;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
}
.timeline-cover .overlay {
    opacity: 0.8;
}
.splide__arrow:hover,
.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}
.timeline-cover .content {
    z-index: 10;
}
.timeline-header .back-button,
.timeline-header .menu-icon {
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    z-index: 11;
    line-height: 50px;
    text-align: center;
}
.timeline-body {
    position: relative;
    margin-top: 200px;
    padding-top: 5px;
    z-index: 2;
    background-color: #f0f0f0;
    padding-bottom: 10px;
    box-shadow: none !important;
}
.timeline-header {
    height: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.timeline-header .back-button {
    position: absolute;
    top: 0;
    left: 0;
}
.timeline-header .menu-icon {
    position: absolute;
    top: 2px;
    right: 0;
}
.timeline-logo {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    width: 100%;
}
.timeline-deco {
    background-color: rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0;
    z-index: 0;
    bottom: 0;
    left: 43px;
    width: 1px;
}
.interest-check,
.splide__container,
.splide__slider,
.vcard-field {
    position: relative;
}
.timeline-item-content,
.timeline-item-content-full {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 0 15px 30px 90px;
    padding: 20px 15px;
}
.timeline-item-content-full h5 {
    padding: 5px 15px 15px;
}
.timeline-item .timeline-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 21px;
    line-height: 45px;
    border-radius: 45px;
    top: 25px;
    font-size: 18px;
    text-align: center;
}
.timeline-cover-center .timeline-heading,
.timeline-cover-center .timeline-sub-heading {
    padding-left: 0;
    text-align: center;
}
.timeline-cover-center .timeline-image {
    top: 50%;
    bottom: auto;
    margin-top: -150px;
    left: 50%;
    margin-left: -60px;
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    border-radius: 100px;
}
.timeline-body-center .timeline-icon {
    width: 60px;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin-left: -31px;
    margin-top: -115px;
}
.timeline-body-center .timeline-deco {
    left: 50%;
    margin-left: -1px;
}
.timeline-body-center .timeline-item-content,
.timeline-body-center .timeline-item-content-full {
    margin: 120px 20px 20px !important;
    padding: 20px;
}
.interest-check input {
    position: absolute !important;
    transform: translateX(-150524px);
}
.interest-check i {
    width: 20px;
    text-align: center;
    pointer-events: none;
    position: absolute;
    left: 30px;
    top: 0;
    height: 40px;
    line-height: 40px;
}
.interest-check {
    margin-left: -20px;
    margin-right: 10px;
    margin-bottom: 35px;
    height: 22px;
    cursor: pointer;
    width: auto;
    display: inline-block;
}
.interest-check label {
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    padding: 8px 15px 8px 40px;
}
.interest-check input:checked ~ label {
    color: #fff !important;
    background-color: #4a89dc !important;
}
.vcard-title {
    font-weight: 600;
    font-size: 18px;
}
.vcard-field {
    line-height: 50px;
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    padding-top: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.vcard-field strong {
    position: absolute;
    margin-top: -18px;
    color: #ababab;
    font-weight: 400;
    font-size: 10px;
}
.vcard-field i {
    position: absolute;
    top: 25px;
    width: 15px;
    text-align: center;
    right: 0;
    opacity: 0.3;
}
.vcard-field a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 10px;
    opacity: 0.7;
}
.bg-gradient {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0) 20%,
        rgba(0, 0, 0, 0.1) 30%,
        rgba(0, 0, 0, 0.8) 70%,
        #000 100%
    ) !important;
}
.theme-light .bg-gradient-fade {
    background: linear-gradient(
        to bottom,
        rgba(240, 240, 240, 0) 0,
        rgba(240, 240, 240, 0.99) 65%,
        #f0f0f0 100%
    );
}
.theme-dark .bg-gradient-fade {
    background: linear-gradient(
        to bottom,
        rgba(27, 29, 33, 0) 0,
        rgba(27, 29, 33, 0.99) 65%,
        #1b1d21 100%
    );
}
.theme-light .bg-gradient-fade-small {
    background: linear-gradient(
        to bottom,
        rgba(240, 240, 240, 0) 0,
        rgba(240, 240, 240, 0.2) 50%,
        rgba(240, 240, 240, 0.9) 75%,
        #f0f0f0 100%
    );
}
.theme-dark .bg-gradient-fade-small {
    background: linear-gradient(
        to bottom,
        rgba(27, 29, 33, 0) 0,
        rgba(27, 29, 33, 0.2) 50%,
        rgba(27, 29, 33, 0.9) 75%,
        #1b1d21 100%
    );
}
.bg-white,
.theme-light .bg-theme {
    background-color: #fff !important;
}
.bg-black {
    background-color: #000 !important;
}
.theme-light .color-theme {
    color: #0f1117 !important;
}
.theme-dark p {
    color: #898989;
}
.theme-dark code {
    color: #898989;
    opacity: 0.7;
}
.theme-dark .divider-icon i,
.theme-dark .instant-article,
.theme-dark .loader-main,
.theme-dark .table tr.even td,
.theme-dark .timeline-body,
.theme-dark table,
.theme-dark td {
    background-color: #1b1d21 !important;
}
.theme-dark,
.theme-dark #page,
.theme-dark .page-bg {
    background-color: #1b1d21;
}
.theme-dark .android-switch label::before,
.theme-dark .ios-switch label::before {
    background-color: #1b1d21;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.theme-dark .bg-theme,
.theme-dark label {
    background-color: #0f1117 !important;
}
.theme-dark #preloader,
.theme-dark .card,
.theme-dark .footer,
.theme-dark .form-floating-over > .form-control:focus ~ label,
.theme-dark .form-floating-over > .form-control:not(:placeholder-shown) ~ label,
.theme-dark .form-floating-over > .form-select ~ label {
    background-color: #0f1117;
}
.theme-dark .link-list-2 a,
.theme-dark .link-list-3 a,
.theme-dark .pricing-1,
.theme-dark .pricing-2,
.theme-dark .pricing-3,
.theme-dark .pricing-4,
.theme-dark .search-box,
.theme-dark .tab-controls a,
.theme-dark .vcard-field,
.theme-dark table {
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.theme-dark .form-field input,
.theme-dark .form-field textarea,
.theme-dark select {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.05) !important;
}
.theme-dark input,
.theme-dark select,
.theme-dark textarea {
    border-color: rgba(255, 255, 255, 0.05);
}
.theme-dark input:focus,
.theme-dark select:focus,
.theme-dark textarea:focus {
    border-color: #495057 !important;
}
.theme-dark .list-custom-large a,
.theme-dark .list-custom-small a {
    border-color: rgba(255, 255, 255, 0.05) !important;
}
.theme-dark .timeline-deco {
    background-color: rgba(255, 255, 255, 0.05) !important;
}
.theme-dark #footer-bar,
.theme-dark .border-top,
.theme-dark .footer-copyright,
.theme-dark .footer-links {
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.theme-dark .border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.theme-dark .border-left {
    border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.theme-dark .border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.theme-dark #footer-bar,
.theme-dark .header,
.theme-dark .menu,
.theme-dark .menu .form-border-bottom label,
.theme-dark .menu .form-floating-style label,
.theme-dark .menu .form-style label,
.theme-dark .polaroid-effect,
.theme-dark .tab-controls,
.theme-dark .timeline-item-content,
.theme-dark .timeline-item-content-full,
.theme-dark th {
    background-color: #21252a !important;
    color: #fff;
}
.theme-dark .menu-hider {
    background-color: rgba(0, 0, 0, 0.7);
}
.theme-dark .gallery-view-controls {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.body-default,
.theme-dark[data-gradient="body-default"] #page {
    background-image: none !important;
}
.theme-dark input::placeholder,
.theme-dark textarea::placeholder {
    color: #fff !important;
}
.theme-dark input:not([type="file"]),
.theme-dark select,
.theme-dark textarea {
    color: #fff !important;
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}
.theme-dark .stepper a:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.theme-dark .stepper a:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.theme-dark .stepper {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.theme-dark .menu label {
    background-color: #21252a !important;
}
.bg-0 {
    background-image: url(../images/brands/html.png);
}
.bg-1,
.bg-6 {
    background-image: url(../images/brands/css.png);
}
.bg-2 {
    background-image: url(../images/brands/javascript.png);
}
.bg-3 {
    background-image: url(../images/brands/codeigniter.png);
}
.bg-4 {
    background-image: url(../images/brands/laravel.png);
}
.bg-5 {
    background-image: url(../images/brands/php.png);
}
.bg-7 {
    background-image: url(../images/brands/reactjs.png);
}
.bg-8 {
    background-image: url(../images/brands/vuejs.png);
}
.bg-9 {
    background-image: url(../images/pictures/9.jpg);
}
.bg-10 {
    background-image: url(../images/pictures/10.jpg);
}
.bg-11 {
    background-image: url(../images/pictures/11.jpg);
}
.bg-12 {
    background-image: url(../images/pictures/12.jpg);
}
.bg-13 {
    background-image: url(../images/pictures/13.jpg);
}
.bg-14 {
    background-image: url(../images/pictures/14.jpg);
}
.bg-15 {
    background-image: url(../images/pictures/15.jpg);
}
.bg-16 {
    background-image: url(../images/pictures/16.jpg);
}
.bg-17 {
    background-image: url(../images/pictures/17.jpg);
}
.bg-18 {
    background-image: url(../images/pictures/18.jpg);
}
.bg-19 {
    background-image: url(../images/pictures/19.jpg);
}
.bg-20 {
    background-image: url(../images/pictures/20.jpg);
}
.bg-21 {
    background-image: url(../images/pictures/21.jpg);
}
.bg-22 {
    background-image: url(../images/pictures/22.jpg);
}
.bg-23 {
    background-image: url(../images/pictures/23.jpg);
}
.bg-24 {
    background-image: url(../images/pictures/24.jpg);
}
.bg-25 {
    background-image: url(../images/pictures/25.jpg);
}
.bg-26 {
    background-image: url(../images/pictures/26.jpg);
}
.bg-27 {
    background-image: url(../images/pictures/27.jpg);
}
.bg-28 {
    background-image: url(../images/pictures/28.jpg);
}
.bg-29 {
    background-image: url(../images/pictures/29.jpg);
}
.bg-30 {
    background-image: url(../images/pictures/30.jpg);
}
.bg-31 {
    background-image: url(../images/pictures/31.jpg);
}
.bg-32 {
    background-image: url(../images/pictures/32.jpg);
}
.bg-33 {
    background-image: url(../images/pictures/33.jpg);
}
.bg-34 {
    background-image: url(../images/pictures/34.jpg);
}
.demo-color {
    display: block;
    width: 100%;
    line-height: 45px;
    padding-left: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.demo-color strong {
    display: block;
    font-size: 9px;
    margin-top: -25px;
    padding-bottom: 3px;
    font-weight: 400;
    opacity: 0.8;
}
.demo-color span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.5);
}
.theme-change-transition {
    transition: 150ms !important;
}
.background-changer a {
    width: 20%;
    float: left;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: -5px;
}
.background-changer a i {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    color: transparent;
    margin: 10px auto 0;
}
.background-changer .bg-theme {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.background-changer a span {
    font-size: 11px;
    display: block;
    margin-top: -10px;
    margin-bottom: -5px;
}
@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: max-content;
    will-change: transform;
}
.splide__arrow,
.splide__pagination {
    padding: 0;
    position: absolute;
    z-index: 1;
}
.splide--fade > .splide__track > .splide__list,
.splide--ttb > .splide__track > .splide__list {
    display: block;
}
.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0;
}
.splide {
    visibility: hidden;
}
.splide,
.splide__slide {
    position: relative;
}
.splide__slide {
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0;
}
.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    animation: 1s linear infinite splide-loading;
}
.splide__track {
    position: relative;
    z-index: 0;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    user-select: none;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
}
.splide--rtl {
    direction: rtl;
}
.splide__arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    opacity: 0.7;
    background: #ccc;
}
.splide__arrow svg {
    width: 1.2em;
    height: 1.2em;
}
.splide__arrow--prev {
    left: 1em;
}
.splide__arrow--prev svg {
    transform: scaleX(-1);
}
.splide__arrow--next {
    right: 1em;
}
.splide__pagination {
    bottom: 0.5em;
    left: 50%;
    transform: translateX(-50%);
}
.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 7px;
    padding: 0;
    transition: transform 0.2s linear;
    border: none;
    opacity: 0.7;
}
.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #fff;
}
.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc;
}
.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 3px solid transparent;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border-color: #000;
}
.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: scaleX(1);
}
.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: scaleX(-1);
}
.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}
.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
    top: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg);
}
.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg);
}
.splide--ttb > .splide__pagination {
    width: auto;
    display: flex;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: 0.5em;
    transform: translateY(50%);
}
.slider-cover-dots .splide__pagination {
    transform: translate(-50%, -40px) !important;
}
