@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@300;400;500;600;700&display=swap");
: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-primary: #009ca7;
    --bs-secondary: #e82352;
    --bs-success: #dff0d8;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-default: #ededed;
    --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));
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: "Spartan", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2.1;
    color: #000;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    margin: 4.063rem 0;
    color: #d8d8d8;
    background-color: currentColor;
    border: 0;
    opacity: 1;
}
hr:not([size]) {
    height: 2px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Spartan", sans-serif;
    font-weight: normal;
    line-height: 1.75;
}
h1,
.h1 {
    font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2.1875rem;
    }
}
h2,
.h2 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 1.75rem;
    }
}
h3,
.h3 {
    font-size: calc(1.27812rem + 0.3375vw);
}
@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.53125rem;
    }
}
h4,
.h4 {
    font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.3125rem;
    }
}
h5,
.h5 {
    font-size: 1.09375rem;
}
h6,
.h6 {
    font-size: 0.875rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 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;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #009ca7;
    text-decoration: none;
}
a:hover {
    color: #007d86;
    text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.1875rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #909090;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 20px);
    padding-left: var(--bs-gutter-x, 20px);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1240px;
    }
}
.row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
.row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
}
.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.3125rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.3125rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.625rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.625rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 0.9375rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 0.9375rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.25rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.25rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 1.563rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 1.563rem;
}
.g-6,
.gx-6 {
    --bs-gutter-x: 1.875rem;
}
.g-6,
.gy-6 {
    --bs-gutter-y: 1.875rem;
}
@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.3125rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.3125rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.625rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.625rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 0.9375rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 0.9375rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.25rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.25rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 1.563rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 1.563rem;
    }
    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 1.875rem;
    }
    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 1.875rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.3125rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.3125rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.625rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.625rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 0.9375rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 0.9375rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.25rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.25rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 1.563rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 1.563rem;
    }
    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 1.875rem;
    }
    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 1.875rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.3125rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.3125rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.625rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.625rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 0.9375rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 0.9375rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.25rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.25rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 1.563rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 1.563rem;
    }
    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 1.875rem;
    }
    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 1.875rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.3125rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.3125rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.625rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.625rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 0.9375rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 0.9375rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.25rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.25rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 1.563rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 1.563rem;
    }
    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 1.875rem;
    }
    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 1.875rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.3125rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.3125rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.625rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.625rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 0.9375rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 0.9375rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.25rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.25rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 1.563rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 1.563rem;
    }
    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 1.875rem;
    }
    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 1.875rem;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    padding-top: calc(0.25rem + 2px);
    padding-bottom: calc(0.25rem + 2px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 2.1;
}
.col-form-label-lg {
    padding-top: calc(0.6875rem + 2px);
    padding-bottom: calc(0.6875rem + 2px);
    font-size: 0.875rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 2px);
    padding-bottom: calc(0.25rem + 2px);
    font-size: 0.76563rem;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #909090;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.25rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.1;
    color: #8a8888;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #d8d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.3125rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: #8a8888;
    background-color: #fff;
    border-color: #009ca7 !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 156, 167, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 156, 167, 0.25);
}
.form-control::-webkit-date-and-time-value {
    height: 2.1em;
}
.form-control::-webkit-input-placeholder {
    color: #adadad !important;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #adadad !important;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #adadad !important;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #adadad !important;
    opacity: 1;
}
.form-control::placeholder {
    color: #adadad !important;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::file-selector-button {
    padding: 0.25rem 1.25rem;
    margin: -0.25rem -1.25rem;
    -webkit-margin-end: 1.25rem;
    margin-inline-end: 1.25rem;
    color: #8a8888;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 2px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    padding: 0.25rem 1.25rem;
    margin: -0.25rem -1.25rem;
    -webkit-margin-end: 1.25rem;
    margin-inline-end: 1.25rem;
    color: #8a8888;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 2px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.25rem 0;
    margin-bottom: 0;
    line-height: 2.1;
    color: #000;
    background-color: transparent;
    border: solid transparent;
    border-width: 2px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    min-height: calc(2.1em + 0.5rem + 4px);
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    border-radius: 0.1875rem;
}
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-lg {
    min-height: calc(2.1em + 1.375rem + 4px);
    padding: 0.6875rem 1.25rem;
    font-size: 0.875rem;
    border-radius: 0.3125rem;
}
.form-control-lg::file-selector-button {
    padding: 0.6875rem 1.25rem;
    margin: -0.6875rem -1.25rem;
    -webkit-margin-end: 1.25rem;
    margin-inline-end: 1.25rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.6875rem 1.25rem;
    margin: -0.6875rem -1.25rem;
    -webkit-margin-end: 1.25rem;
    margin-inline-end: 1.25rem;
}
textarea.form-control {
    min-height: calc(2.1em + 0.5rem + 4px);
}
textarea.form-control-sm {
    min-height: calc(2.1em + 0.5rem + 4px);
}
textarea.form-control-lg {
    min-height: calc(2.1em + 1.375rem + 4px);
}
.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.25rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    height: 2.1em;
    border-radius: 0.3125rem;
}
.form-control-color::-webkit-color-swatch {
    height: 2.1em;
    border-radius: 0.3125rem;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.25rem 2.25rem 0.25rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.1;
    color: #8a8888;
    vertical-align: middle;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 16px 12px;
    border: 2px solid #d8d8d8;
    border-radius: 0.3125rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-select:focus {
    border-color: #009ca7;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 156, 167, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 156, 167, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 1.25rem;
    background-image: none;
}
.form-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #8a8888;
}
.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.76563rem;
}
.form-select-lg {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.875rem;
}
.form-check {
    display: block;
    min-height: 1.8375rem;
    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.55em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    -webkit-transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-check-input {
        -webkit-transition: none;
        transition: none;
    }
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #009ca7;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 156, 167, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 156, 167, 0.25);
}
.form-check-input:checked {
    background-color: #009ca7;
    border-color: #009ca7;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #009ca7;
    border-color: #009ca7;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23009ca7'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.65;
}
.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-range:focus {
    outline: none;
}
.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 156, 167, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 156, 167, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 156, 167, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #009ca7;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: #b3e1e5;
}
.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: #009ca7;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: #b3e1e5;
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 4px);
    padding: 1rem 1.25rem;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1.25rem;
    pointer-events: none;
    border: 2px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        -webkit-transition: none;
        transition: none;
    }
}
.form-floating > .form-control::-webkit-input-placeholder {
    color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
    color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
    color: transparent;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 3;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.1;
    color: #8a8888;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 2px solid #d8d8d8;
    border-radius: 0.3125rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 0.6875rem 1.25rem;
    font-size: 0.875rem;
    border-radius: 0.3125rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    border-radius: 0.1875rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 2.25rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
    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: -2px;
    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: #dff0d8;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.76563rem;
    color: #000;
    background-color: rgba(223, 240, 216, 0.9);
    border-radius: 0.3125rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #dff0d8;
    padding-right: calc(2.1em + 0.5rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23dff0d8' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.525em + 0.125rem) center;
    background-size: calc(1.05em + 0.25rem) calc(1.05em + 0.25rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #dff0d8;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(223, 240, 216, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(223, 240, 216, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(2.1em + 0.5rem);
    background-position: top calc(0.525em + 0.125rem) right calc(0.525em + 0.125rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #dff0d8;
    padding-right: calc(0.75em + 2.625rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23dff0d8' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 1.25rem center, center right 2.25rem;
    background-size: 16px 12px, calc(1.05em + 0.25rem) calc(1.05em + 0.25rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #dff0d8;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(223, 240, 216, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(223, 240, 216, 0.25);
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #dff0d8;
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #dff0d8;
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(223, 240, 216, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(223, 240, 216, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #dff0d8;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #ff3a3a;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.76563rem;
    color: #000;
    background-color: rgba(255, 58, 58, 0.9);
    border-radius: 0.3125rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #ff3a3a;
    padding-right: calc(2.1em + 0.5rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff3a3a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3a3a' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.525em + 0.125rem) center;
    background-size: calc(1.05em + 0.25rem) calc(1.05em + 0.25rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #ff3a3a;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 58, 58, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(255, 58, 58, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(2.1em + 0.5rem);
    background-position: top calc(0.525em + 0.125rem) right calc(0.525em + 0.125rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #ff3a3a;
    padding-right: calc(0.75em + 2.625rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff3a3a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3a3a' stroke='none'/%3e%3c/svg%3e");
    background-position: right 1.25rem center, center right 2.25rem;
    background-size: 16px 12px, calc(1.05em + 0.25rem) calc(1.05em + 0.25rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #ff3a3a;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 58, 58, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(255, 58, 58, 0.25);
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #ff3a3a;
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #ff3a3a;
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 58, 58, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(255, 58, 58, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #ff3a3a;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.btn {
    display: inline-block;
    font-weight: 600;
    line-height: 2.1;
    color: #000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.25rem 1.25rem;
    font-size: 0.875rem;
    border-radius: 0.3125rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}
.btn:hover {
    color: #000;
    text-decoration: none;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 156, 167, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 156, 167, 0.25);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}
.btn-primary {
    color: #000;
    background-color: #009ca7;
    border-color: #009ca7;
}
.btn-primary:hover {
    color: #000;
    background-color: #26abb4;
    border-color: #1aa6b0;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #000;
    background-color: #26abb4;
    border-color: #1aa6b0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 133, 142, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(0, 133, 142, 0.5);
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #33b0b9;
    border-color: #1aa6b0;
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 133, 142, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(0, 133, 142, 0.5);
}
.btn-primary:disabled,
.btn-primary.disabled {
    color: #000;
    background-color: #009ca7;
    border-color: #009ca7;
}
.btn-secondary {
    color: #000;
    background-color: #e82352;
    border-color: #e82352;
}
.btn-secondary:hover {
    color: #000;
    background-color: #eb446c;
    border-color: #ea3963;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #000;
    background-color: #eb446c;
    border-color: #ea3963;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(197, 30, 70, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(197, 30, 70, 0.5);
}
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #ed4f75;
    border-color: #ea3963;
}
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(197, 30, 70, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(197, 30, 70, 0.5);
}
.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #000;
    background-color: #e82352;
    border-color: #e82352;
}
.btn-success {
    color: #000;
    background-color: #dff0d8;
    border-color: #dff0d8;
}
.btn-success:hover {
    color: #000;
    background-color: #e4f2de;
    border-color: #e2f2dc;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    color: #000;
    background-color: #e4f2de;
    border-color: #e2f2dc;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(190, 204, 184, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(190, 204, 184, 0.5);
}
.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
    color: #000;
    background-color: #e5f3e0;
    border-color: #e2f2dc;
}
.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(190, 204, 184, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(190, 204, 184, 0.5);
}
.btn-success:disabled,
.btn-success.disabled {
    color: #000;
    background-color: #dff0d8;
    border-color: #dff0d8;
}
.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-check:focus + .btn-black,
.btn-black:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-black,
.btn-check:active + .btn-black,
.btn-black:active,
.btn-black.active,
.show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-check:checked + .btn-black:focus,
.btn-check:active + .btn-black:focus,
.btn-black:active:focus,
.btn-black.active:focus,
.show > .btn-black.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-black:disabled,
.btn-black.disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-check:focus + .btn-white,
.btn-white:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-white,
.btn-check:active + .btn-white,
.btn-white:active,
.btn-white.active,
.show > .btn-white.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-check:checked + .btn-white:focus,
.btn-check:active + .btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.show > .btn-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-white:disabled,
.btn-white.disabled {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-default {
    color: #000;
    background-color: #ededed;
    border-color: #ededed;
}
.btn-default:hover {
    color: #000;
    background-color: #f0f0f0;
    border-color: #efefef;
}
.btn-check:focus + .btn-default,
.btn-default:focus {
    color: #000;
    background-color: #f0f0f0;
    border-color: #efefef;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(201, 201, 201, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(201, 201, 201, 0.5);
}
.btn-check:checked + .btn-default,
.btn-check:active + .btn-default,
.btn-default:active,
.btn-default.active,
.show > .btn-default.dropdown-toggle {
    color: #000;
    background-color: #f1f1f1;
    border-color: #efefef;
}
.btn-check:checked + .btn-default:focus,
.btn-check:active + .btn-default:focus,
.btn-default:active:focus,
.btn-default.active:focus,
.show > .btn-default.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(201, 201, 201, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(201, 201, 201, 0.5);
}
.btn-default:disabled,
.btn-default.disabled {
    color: #000;
    background-color: #ededed;
    border-color: #ededed;
}
.btn-outline-primary {
    color: #009ca7;
    border-color: #009ca7;
}
.btn-outline-primary:hover {
    color: #000;
    background-color: #009ca7;
    border-color: #009ca7;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 156, 167, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(0, 156, 167, 0.5);
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #000;
    background-color: #009ca7;
    border-color: #009ca7;
}
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 156, 167, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(0, 156, 167, 0.5);
}
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #009ca7;
    background-color: transparent;
}
.btn-outline-secondary {
    color: #e82352;
    border-color: #e82352;
}
.btn-outline-secondary:hover {
    color: #000;
    background-color: #e82352;
    border-color: #e82352;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(232, 35, 82, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(232, 35, 82, 0.5);
}
.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #000;
    background-color: #e82352;
    border-color: #e82352;
}
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(232, 35, 82, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(232, 35, 82, 0.5);
}
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #e82352;
    background-color: transparent;
}
.btn-outline-success {
    color: #dff0d8;
    border-color: #dff0d8;
}
.btn-outline-success:hover {
    color: #000;
    background-color: #dff0d8;
    border-color: #dff0d8;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(223, 240, 216, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(223, 240, 216, 0.5);
}
.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
    color: #000;
    background-color: #dff0d8;
    border-color: #dff0d8;
}
.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(223, 240, 216, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(223, 240, 216, 0.5);
}
.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #dff0d8;
    background-color: transparent;
}
.btn-outline-black {
    color: #000;
    border-color: #000;
}
.btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-check:focus + .btn-outline-black,
.btn-outline-black:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-black,
.btn-check:active + .btn-outline-black,
.btn-outline-black:active,
.btn-outline-black.active,
.btn-outline-black.dropdown-toggle.show {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-check:checked + .btn-outline-black:focus,
.btn-check:active + .btn-outline-black:focus,
.btn-outline-black:active:focus,
.btn-outline-black.active:focus,
.btn-outline-black.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black:disabled,
.btn-outline-black.disabled {
    color: #000;
    background-color: transparent;
}
.btn-outline-white {
    color: #fff;
    border-color: #fff;
}
.btn-outline-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-check:focus + .btn-outline-white,
.btn-outline-white:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white,
.btn-check:active + .btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-check:checked + .btn-outline-white:focus,
.btn-check:active + .btn-outline-white:focus,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled,
.btn-outline-white.disabled {
    color: #fff;
    background-color: transparent;
}
.btn-outline-default {
    color: #ededed;
    border-color: #ededed;
}
.btn-outline-default:hover {
    color: #000;
    background-color: #ededed;
    border-color: #ededed;
}
.btn-check:focus + .btn-outline-default,
.btn-outline-default:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(237, 237, 237, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(237, 237, 237, 0.5);
}
.btn-check:checked + .btn-outline-default,
.btn-check:active + .btn-outline-default,
.btn-outline-default:active,
.btn-outline-default.active,
.btn-outline-default.dropdown-toggle.show {
    color: #000;
    background-color: #ededed;
    border-color: #ededed;
}
.btn-check:checked + .btn-outline-default:focus,
.btn-check:active + .btn-outline-default:focus,
.btn-outline-default:active:focus,
.btn-outline-default.active:focus,
.btn-outline-default.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(237, 237, 237, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(237, 237, 237, 0.5);
}
.btn-outline-default:disabled,
.btn-outline-default.disabled {
    color: #ededed;
    background-color: transparent;
}
.btn-link {
    font-weight: 400;
    color: #009ca7;
    text-decoration: none;
}
.btn-link:hover {
    color: #007d86;
    text-decoration: underline;
}
.btn-link:focus {
    text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
}
.btn-lg {
    padding: 0.6875rem 1.25rem;
    font-size: 1.09375rem;
    border-radius: 0.3125rem;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    border-radius: 0.1875rem;
}
.lead {
    font-size: 1rem;
    font-weight: 600;
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: bold;
    line-height: 1.4;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: bold;
    line-height: 1.4;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: bold;
    line-height: 1.4;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: bold;
    line-height: 1.4;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: bold;
    line-height: 1.4;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: bold;
    line-height: 1.4;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.09375rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014\00A0";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 2px solid #dee2e6;
    border-radius: 0.3125rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}
.alert {
    position: relative;
    padding: 9px 20px;
    margin-bottom: 1rem;
    border: 2px solid transparent;
    border-radius: 0.3125rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 60px;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 11.25px 20px;
}
.alert-primary {
    color: #000;
    background-color: #009ca7;
    border-color: #009ca7;
}
.alert-primary .alert-link {
    color: #000;
}
.alert-secondary {
    color: #000;
    background-color: #e82352;
    border-color: #e82352;
}
.alert-secondary .alert-link {
    color: #000;
}
.alert-success {
    color: #000;
    background-color: #dff0d8;
    border-color: #dff0d8;
}
.alert-success .alert-link {
    color: #000;
}
.alert-black {
    color: #000;
    background-color: #000;
    border-color: #000;
}
.alert-black .alert-link {
    color: #000;
}
.alert-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.alert-white .alert-link {
    color: #000;
}
.alert-default {
    color: #000;
    background-color: #ededed;
    border-color: #ededed;
}
.alert-default .alert-link {
    color: #000;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #d8d8d8;
    border-radius: 0.3125rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.3125rem - 2px);
    border-top-right-radius: calc(0.3125rem - 2px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.3125rem - 2px);
    border-bottom-left-radius: calc(0.3125rem - 2px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.375rem 1.25rem;
}
.card-title {
    margin-bottom: 0.5rem;
}
.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem; /* rtl:ignore */
}
.card-header {
    padding: 0.6875rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 2px solid #d8d8d8;
}
.card-header:first-child {
    border-radius: calc(0.3125rem - 2px) calc(0.3125rem - 2px) 0 0;
}
.card-footer {
    padding: 0.6875rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 2px solid #d8d8d8;
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.3125rem - 2px) calc(0.3125rem - 2px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.6875rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.3125rem - 2px);
}
.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.3125rem - 2px);
    border-top-right-radius: calc(0.3125rem - 2px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.3125rem - 2px);
    border-bottom-left-radius: calc(0.3125rem - 2px);
}
.card-group > .card {
    margin-bottom: 20px;
}
@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        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-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}
.table {
    --bs-table-bg: rgba(0, 0, 0, 0);
    --bs-table-striped-color: #000;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #000;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #000;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
    vertical-align: top;
    border-color: #d8d8d8;
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--bs-table-accent-bg)), to(var(--bs-table-accent-bg)));
    background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
    border-bottom-width: 2px;
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
    border-width: 2px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 2px;
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary {
    --bs-table-bg: #ccebed;
    --bs-table-striped-bg: #c2dfe1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8d4d5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bdd9db;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b8d4d5;
}
.table-secondary {
    --bs-table-bg: #fad3dc;
    --bs-table-striped-bg: #eec8d1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e1bec6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e7c3cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e1bec6;
}
.table-success {
    --bs-table-bg: #f9fcf7;
    --bs-table-striped-bg: #edefeb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e0e3de;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e6e9e4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e0e3de;
}
.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}
.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}
.table-danger {
    --bs-table-bg: #ffd8d8;
    --bs-table-striped-bg: #f2cdcd;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6c2c2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ecc8c8;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6c2c2;
}
.table-light {
    --bs-table-bg: #f5f4f4;
    --bs-table-striped-bg: #e9e8e8;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dddcdc;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e3e2e2;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dddcdc;
}
.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.3125rem;
}
.dropdown-menu[style] {
    right: auto !important;
}
.dropdown-menu-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0; /* rtl:ignore */
}
.dropdown-menu-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto; /* rtl:ignore */
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
        right: auto /* rtl:ignore */;
        left: 0; /* rtl:ignore */
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
        right: 0 /* rtl:ignore */;
        left: auto; /* rtl:ignore */
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
        right: auto /* rtl:ignore */;
        left: 0; /* rtl:ignore */
    }
    .dropdown-menu-md-end {
        --bs-position: end;
        right: 0 /* rtl:ignore */;
        left: auto; /* rtl:ignore */
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
        right: auto /* rtl:ignore */;
        left: 0; /* rtl:ignore */
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
        right: 0 /* rtl:ignore */;
        left: auto; /* rtl:ignore */
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
        right: auto /* rtl:ignore */;
        left: 0; /* rtl:ignore */
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
        right: 0 /* rtl:ignore */;
        left: auto; /* rtl:ignore */
    }
}
@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
        right: auto /* rtl:ignore */;
        left: 0; /* rtl:ignore */
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
        right: 0 /* rtl:ignore */;
        left: auto; /* rtl:ignore */
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropend .dropdown-toggle::after {
    vertical-align: 0;
}
.dropstart .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropstart .dropdown-toggle::after {
    display: none;
}
.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009ca7;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.76563rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}
.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #009ca7;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}
.border {
    border: 2px solid #d8d8d8 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 2px solid #d8d8d8 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 2px solid #d8d8d8 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 2px solid #d8d8d8 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 2px solid #d8d8d8 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #009ca7 !important;
}
.border-secondary {
    border-color: #e82352 !important;
}
.border-success {
    border-color: #dff0d8 !important;
}
.border-black {
    border-color: #000 !important;
}
.border-white {
    border-color: #fff !important;
}
.border-default {
    border-color: #ededed !important;
}
.border-0 {
    border-width: 0 !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.3125rem !important;
}
.gap-2 {
    gap: 0.625rem !important;
}
.gap-3 {
    gap: 0.9375rem !important;
}
.gap-4 {
    gap: 1.25rem !important;
}
.gap-5 {
    gap: 1.563rem !important;
}
.gap-6 {
    gap: 1.875rem !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
}
.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
}
.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}
.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
}
.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
}
.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
}
.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
}
.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.3125rem !important;
}
.m-2 {
    margin: 0.625rem !important;
}
.m-3 {
    margin: 0.9375rem !important;
}
.m-4 {
    margin: 1.25rem !important;
}
.m-5 {
    margin: 1.563rem !important;
}
.m-6 {
    margin: 1.875rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
}
.mx-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
}
.mx-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
}
.mx-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
}
.mx-5 {
    margin-right: 1.563rem !important;
    margin-left: 1.563rem !important;
}
.mx-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important;
}
.my-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
}
.my-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
}
.my-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}
.my-5 {
    margin-top: 1.563rem !important;
    margin-bottom: 1.563rem !important;
}
.my-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.3125rem !important;
}
.mt-2 {
    margin-top: 0.625rem !important;
}
.mt-3 {
    margin-top: 0.9375rem !important;
}
.mt-4 {
    margin-top: 1.25rem !important;
}
.mt-5 {
    margin-top: 1.563rem !important;
}
.mt-6 {
    margin-top: 1.875rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.3125rem !important;
}
.me-2 {
    margin-right: 0.625rem !important;
}
.me-3 {
    margin-right: 0.9375rem !important;
}
.me-4 {
    margin-right: 1.25rem !important;
}
.me-5 {
    margin-right: 1.563rem !important;
}
.me-6 {
    margin-right: 1.875rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.3125rem !important;
}
.mb-2 {
    margin-bottom: 0.625rem !important;
}
.mb-3 {
    margin-bottom: 0.9375rem !important;
}
.mb-4 {
    margin-bottom: 1.25rem !important;
}
.mb-5 {
    margin-bottom: 1.563rem !important;
}
.mb-6 {
    margin-bottom: 1.875rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.3125rem !important;
}
.ms-2 {
    margin-left: 0.625rem !important;
}
.ms-3 {
    margin-left: 0.9375rem !important;
}
.ms-4 {
    margin-left: 1.25rem !important;
}
.ms-5 {
    margin-left: 1.563rem !important;
}
.ms-6 {
    margin-left: 1.875rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.3125rem !important;
}
.p-2 {
    padding: 0.625rem !important;
}
.p-3 {
    padding: 0.9375rem !important;
}
.p-4 {
    padding: 1.25rem !important;
}
.p-5 {
    padding: 1.563rem !important;
}
.p-6 {
    padding: 1.875rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
}
.px-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
}
.px-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
}
.px-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}
.px-5 {
    padding-right: 1.563rem !important;
    padding-left: 1.563rem !important;
}
.px-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
}
.py-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
}
.py-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
}
.py-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}
.py-5 {
    padding-top: 1.563rem !important;
    padding-bottom: 1.563rem !important;
}
.py-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.3125rem !important;
}
.pt-2 {
    padding-top: 0.625rem !important;
}
.pt-3 {
    padding-top: 0.9375rem !important;
}
.pt-4 {
    padding-top: 1.25rem !important;
}
.pt-5 {
    padding-top: 1.563rem !important;
}
.pt-6 {
    padding-top: 1.875rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.3125rem !important;
}
.pe-2 {
    padding-right: 0.625rem !important;
}
.pe-3 {
    padding-right: 0.9375rem !important;
}
.pe-4 {
    padding-right: 1.25rem !important;
}
.pe-5 {
    padding-right: 1.563rem !important;
}
.pe-6 {
    padding-right: 1.875rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.3125rem !important;
}
.pb-2 {
    padding-bottom: 0.625rem !important;
}
.pb-3 {
    padding-bottom: 0.9375rem !important;
}
.pb-4 {
    padding-bottom: 1.25rem !important;
}
.pb-5 {
    padding-bottom: 1.563rem !important;
}
.pb-6 {
    padding-bottom: 1.875rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.3125rem !important;
}
.ps-2 {
    padding-left: 0.625rem !important;
}
.ps-3 {
    padding-left: 0.9375rem !important;
}
.ps-4 {
    padding-left: 1.25rem !important;
}
.ps-5 {
    padding-left: 1.563rem !important;
}
.ps-6 {
    padding-left: 1.875rem !important;
}
.fs-1 {
    font-size: calc(1.34375rem + 1.125vw) !important;
}
.fs-2 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-3 {
    font-size: calc(1.27812rem + 0.3375vw) !important;
}
.fs-4 {
    font-size: calc(1.25625rem + 0.075vw) !important;
}
.fs-5 {
    font-size: 1.09375rem !important;
}
.fs-6 {
    font-size: 0.875rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-primary {
    color: #009ca7 !important;
}
.text-secondary {
    color: #e82352 !important;
}
.text-success {
    color: #dff0d8 !important;
}
.text-black {
    color: #000 !important;
}
.text-white {
    color: #fff !important;
}
.text-default {
    color: #ededed !important;
}
.text-body {
    color: #000 !important;
}
.text-muted {
    color: #909090 !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;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.3 !important;
}
.lh-base {
    line-height: 2.1 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.bg-primary {
    background-color: #009ca7 !important;
}
.bg-secondary {
    background-color: #e82352 !important;
}
.bg-success {
    background-color: #dff0d8 !important;
}
.bg-black {
    background-color: #000 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-default {
    background-color: #ededed !important;
}
.bg-body {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: rgba(0, 0, 0, 0) !important;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !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-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: 0.3125rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: 0.1875rem !important;
}
.rounded-2 {
    border-radius: 0.3125rem !important;
}
.rounded-3 {
    border-radius: 1.25rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-top {
    border-top-left-radius: 0.3125rem !important;
    border-top-right-radius: 0.3125rem !important;
}
.rounded-end {
    border-top-right-radius: 0.3125rem !important;
    border-bottom-right-radius: 0.3125rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.3125rem !important;
    border-bottom-left-radius: 0.3125rem !important;
}
.rounded-start {
    border-bottom-left-radius: 0.3125rem !important;
    border-top-left-radius: 0.3125rem !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.3125rem !important;
    }
    .gap-sm-2 {
        gap: 0.625rem !important;
    }
    .gap-sm-3 {
        gap: 0.9375rem !important;
    }
    .gap-sm-4 {
        gap: 1.25rem !important;
    }
    .gap-sm-5 {
        gap: 1.563rem !important;
    }
    .gap-sm-6 {
        gap: 1.875rem !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.3125rem !important;
    }
    .m-sm-2 {
        margin: 0.625rem !important;
    }
    .m-sm-3 {
        margin: 0.9375rem !important;
    }
    .m-sm-4 {
        margin: 1.25rem !important;
    }
    .m-sm-5 {
        margin: 1.563rem !important;
    }
    .m-sm-6 {
        margin: 1.875rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.3125rem !important;
        margin-left: 0.3125rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.625rem !important;
        margin-left: 0.625rem !important;
    }
    .mx-sm-3 {
        margin-right: 0.9375rem !important;
        margin-left: 0.9375rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }
    .mx-sm-5 {
        margin-right: 1.563rem !important;
        margin-left: 1.563rem !important;
    }
    .mx-sm-6 {
        margin-right: 1.875rem !important;
        margin-left: 1.875rem !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.3125rem !important;
        margin-bottom: 0.3125rem !important;
    }
    .my-sm-2 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }
    .my-sm-3 {
        margin-top: 0.9375rem !important;
        margin-bottom: 0.9375rem !important;
    }
    .my-sm-4 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .my-sm-5 {
        margin-top: 1.563rem !important;
        margin-bottom: 1.563rem !important;
    }
    .my-sm-6 {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !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.3125rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.625rem !important;
    }
    .mt-sm-3 {
        margin-top: 0.9375rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.25rem !important;
    }
    .mt-sm-5 {
        margin-top: 1.563rem !important;
    }
    .mt-sm-6 {
        margin-top: 1.875rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.3125rem !important;
    }
    .me-sm-2 {
        margin-right: 0.625rem !important;
    }
    .me-sm-3 {
        margin-right: 0.9375rem !important;
    }
    .me-sm-4 {
        margin-right: 1.25rem !important;
    }
    .me-sm-5 {
        margin-right: 1.563rem !important;
    }
    .me-sm-6 {
        margin-right: 1.875rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.3125rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.625rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.25rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 1.563rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 1.875rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.3125rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.625rem !important;
    }
    .ms-sm-3 {
        margin-left: 0.9375rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.25rem !important;
    }
    .ms-sm-5 {
        margin-left: 1.563rem !important;
    }
    .ms-sm-6 {
        margin-left: 1.875rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.3125rem !important;
    }
    .p-sm-2 {
        padding: 0.625rem !important;
    }
    .p-sm-3 {
        padding: 0.9375rem !important;
    }
    .p-sm-4 {
        padding: 1.25rem !important;
    }
    .p-sm-5 {
        padding: 1.563rem !important;
    }
    .p-sm-6 {
        padding: 1.875rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.3125rem !important;
        padding-left: 0.3125rem !important;
    }
    .px-sm-2 {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }
    .px-sm-3 {
        padding-right: 0.9375rem !important;
        padding-left: 0.9375rem !important;
    }
    .px-sm-4 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }
    .px-sm-5 {
        padding-right: 1.563rem !important;
        padding-left: 1.563rem !important;
    }
    .px-sm-6 {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.3125rem !important;
        padding-bottom: 0.3125rem !important;
    }
    .py-sm-2 {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }
    .py-sm-3 {
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important;
    }
    .py-sm-4 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .py-sm-5 {
        padding-top: 1.563rem !important;
        padding-bottom: 1.563rem !important;
    }
    .py-sm-6 {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.3125rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.625rem !important;
    }
    .pt-sm-3 {
        padding-top: 0.9375rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.25rem !important;
    }
    .pt-sm-5 {
        padding-top: 1.563rem !important;
    }
    .pt-sm-6 {
        padding-top: 1.875rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.3125rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.625rem !important;
    }
    .pe-sm-3 {
        padding-right: 0.9375rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.25rem !important;
    }
    .pe-sm-5 {
        padding-right: 1.563rem !important;
    }
    .pe-sm-6 {
        padding-right: 1.875rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.3125rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.625rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.25rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 1.563rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 1.875rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.3125rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.625rem !important;
    }
    .ps-sm-3 {
        padding-left: 0.9375rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.25rem !important;
    }
    .ps-sm-5 {
        padding-left: 1.563rem !important;
    }
    .ps-sm-6 {
        padding-left: 1.875rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.3125rem !important;
    }
    .gap-md-2 {
        gap: 0.625rem !important;
    }
    .gap-md-3 {
        gap: 0.9375rem !important;
    }
    .gap-md-4 {
        gap: 1.25rem !important;
    }
    .gap-md-5 {
        gap: 1.563rem !important;
    }
    .gap-md-6 {
        gap: 1.875rem !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.3125rem !important;
    }
    .m-md-2 {
        margin: 0.625rem !important;
    }
    .m-md-3 {
        margin: 0.9375rem !important;
    }
    .m-md-4 {
        margin: 1.25rem !important;
    }
    .m-md-5 {
        margin: 1.563rem !important;
    }
    .m-md-6 {
        margin: 1.875rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.3125rem !important;
        margin-left: 0.3125rem !important;
    }
    .mx-md-2 {
        margin-right: 0.625rem !important;
        margin-left: 0.625rem !important;
    }
    .mx-md-3 {
        margin-right: 0.9375rem !important;
        margin-left: 0.9375rem !important;
    }
    .mx-md-4 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }
    .mx-md-5 {
        margin-right: 1.563rem !important;
        margin-left: 1.563rem !important;
    }
    .mx-md-6 {
        margin-right: 1.875rem !important;
        margin-left: 1.875rem !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.3125rem !important;
        margin-bottom: 0.3125rem !important;
    }
    .my-md-2 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }
    .my-md-3 {
        margin-top: 0.9375rem !important;
        margin-bottom: 0.9375rem !important;
    }
    .my-md-4 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .my-md-5 {
        margin-top: 1.563rem !important;
        margin-bottom: 1.563rem !important;
    }
    .my-md-6 {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !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.3125rem !important;
    }
    .mt-md-2 {
        margin-top: 0.625rem !important;
    }
    .mt-md-3 {
        margin-top: 0.9375rem !important;
    }
    .mt-md-4 {
        margin-top: 1.25rem !important;
    }
    .mt-md-5 {
        margin-top: 1.563rem !important;
    }
    .mt-md-6 {
        margin-top: 1.875rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.3125rem !important;
    }
    .me-md-2 {
        margin-right: 0.625rem !important;
    }
    .me-md-3 {
        margin-right: 0.9375rem !important;
    }
    .me-md-4 {
        margin-right: 1.25rem !important;
    }
    .me-md-5 {
        margin-right: 1.563rem !important;
    }
    .me-md-6 {
        margin-right: 1.875rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.3125rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.625rem !important;
    }
    .mb-md-3 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.25rem !important;
    }
    .mb-md-5 {
        margin-bottom: 1.563rem !important;
    }
    .mb-md-6 {
        margin-bottom: 1.875rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.3125rem !important;
    }
    .ms-md-2 {
        margin-left: 0.625rem !important;
    }
    .ms-md-3 {
        margin-left: 0.9375rem !important;
    }
    .ms-md-4 {
        margin-left: 1.25rem !important;
    }
    .ms-md-5 {
        margin-left: 1.563rem !important;
    }
    .ms-md-6 {
        margin-left: 1.875rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.3125rem !important;
    }
    .p-md-2 {
        padding: 0.625rem !important;
    }
    .p-md-3 {
        padding: 0.9375rem !important;
    }
    .p-md-4 {
        padding: 1.25rem !important;
    }
    .p-md-5 {
        padding: 1.563rem !important;
    }
    .p-md-6 {
        padding: 1.875rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.3125rem !important;
        padding-left: 0.3125rem !important;
    }
    .px-md-2 {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }
    .px-md-3 {
        padding-right: 0.9375rem !important;
        padding-left: 0.9375rem !important;
    }
    .px-md-4 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }
    .px-md-5 {
        padding-right: 1.563rem !important;
        padding-left: 1.563rem !important;
    }
    .px-md-6 {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.3125rem !important;
        padding-bottom: 0.3125rem !important;
    }
    .py-md-2 {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }
    .py-md-3 {
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important;
    }
    .py-md-4 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .py-md-5 {
        padding-top: 1.563rem !important;
        padding-bottom: 1.563rem !important;
    }
    .py-md-6 {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.3125rem !important;
    }
    .pt-md-2 {
        padding-top: 0.625rem !important;
    }
    .pt-md-3 {
        padding-top: 0.9375rem !important;
    }
    .pt-md-4 {
        padding-top: 1.25rem !important;
    }
    .pt-md-5 {
        padding-top: 1.563rem !important;
    }
    .pt-md-6 {
        padding-top: 1.875rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.3125rem !important;
    }
    .pe-md-2 {
        padding-right: 0.625rem !important;
    }
    .pe-md-3 {
        padding-right: 0.9375rem !important;
    }
    .pe-md-4 {
        padding-right: 1.25rem !important;
    }
    .pe-md-5 {
        padding-right: 1.563rem !important;
    }
    .pe-md-6 {
        padding-right: 1.875rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.3125rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.625rem !important;
    }
    .pb-md-3 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.25rem !important;
    }
    .pb-md-5 {
        padding-bottom: 1.563rem !important;
    }
    .pb-md-6 {
        padding-bottom: 1.875rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.3125rem !important;
    }
    .ps-md-2 {
        padding-left: 0.625rem !important;
    }
    .ps-md-3 {
        padding-left: 0.9375rem !important;
    }
    .ps-md-4 {
        padding-left: 1.25rem !important;
    }
    .ps-md-5 {
        padding-left: 1.563rem !important;
    }
    .ps-md-6 {
        padding-left: 1.875rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.3125rem !important;
    }
    .gap-lg-2 {
        gap: 0.625rem !important;
    }
    .gap-lg-3 {
        gap: 0.9375rem !important;
    }
    .gap-lg-4 {
        gap: 1.25rem !important;
    }
    .gap-lg-5 {
        gap: 1.563rem !important;
    }
    .gap-lg-6 {
        gap: 1.875rem !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.3125rem !important;
    }
    .m-lg-2 {
        margin: 0.625rem !important;
    }
    .m-lg-3 {
        margin: 0.9375rem !important;
    }
    .m-lg-4 {
        margin: 1.25rem !important;
    }
    .m-lg-5 {
        margin: 1.563rem !important;
    }
    .m-lg-6 {
        margin: 1.875rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.3125rem !important;
        margin-left: 0.3125rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.625rem !important;
        margin-left: 0.625rem !important;
    }
    .mx-lg-3 {
        margin-right: 0.9375rem !important;
        margin-left: 0.9375rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }
    .mx-lg-5 {
        margin-right: 1.563rem !important;
        margin-left: 1.563rem !important;
    }
    .mx-lg-6 {
        margin-right: 1.875rem !important;
        margin-left: 1.875rem !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.3125rem !important;
        margin-bottom: 0.3125rem !important;
    }
    .my-lg-2 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }
    .my-lg-3 {
        margin-top: 0.9375rem !important;
        margin-bottom: 0.9375rem !important;
    }
    .my-lg-4 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .my-lg-5 {
        margin-top: 1.563rem !important;
        margin-bottom: 1.563rem !important;
    }
    .my-lg-6 {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !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.3125rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.625rem !important;
    }
    .mt-lg-3 {
        margin-top: 0.9375rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.25rem !important;
    }
    .mt-lg-5 {
        margin-top: 1.563rem !important;
    }
    .mt-lg-6 {
        margin-top: 1.875rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.3125rem !important;
    }
    .me-lg-2 {
        margin-right: 0.625rem !important;
    }
    .me-lg-3 {
        margin-right: 0.9375rem !important;
    }
    .me-lg-4 {
        margin-right: 1.25rem !important;
    }
    .me-lg-5 {
        margin-right: 1.563rem !important;
    }
    .me-lg-6 {
        margin-right: 1.875rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.3125rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.625rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.25rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 1.563rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 1.875rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.3125rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.625rem !important;
    }
    .ms-lg-3 {
        margin-left: 0.9375rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.25rem !important;
    }
    .ms-lg-5 {
        margin-left: 1.563rem !important;
    }
    .ms-lg-6 {
        margin-left: 1.875rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.3125rem !important;
    }
    .p-lg-2 {
        padding: 0.625rem !important;
    }
    .p-lg-3 {
        padding: 0.9375rem !important;
    }
    .p-lg-4 {
        padding: 1.25rem !important;
    }
    .p-lg-5 {
        padding: 1.563rem !important;
    }
    .p-lg-6 {
        padding: 1.875rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.3125rem !important;
        padding-left: 0.3125rem !important;
    }
    .px-lg-2 {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }
    .px-lg-3 {
        padding-right: 0.9375rem !important;
        padding-left: 0.9375rem !important;
    }
    .px-lg-4 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }
    .px-lg-5 {
        padding-right: 1.563rem !important;
        padding-left: 1.563rem !important;
    }
    .px-lg-6 {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.3125rem !important;
        padding-bottom: 0.3125rem !important;
    }
    .py-lg-2 {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }
    .py-lg-3 {
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important;
    }
    .py-lg-4 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .py-lg-5 {
        padding-top: 1.563rem !important;
        padding-bottom: 1.563rem !important;
    }
    .py-lg-6 {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.3125rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.625rem !important;
    }
    .pt-lg-3 {
        padding-top: 0.9375rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.25rem !important;
    }
    .pt-lg-5 {
        padding-top: 1.563rem !important;
    }
    .pt-lg-6 {
        padding-top: 1.875rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.3125rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.625rem !important;
    }
    .pe-lg-3 {
        padding-right: 0.9375rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.25rem !important;
    }
    .pe-lg-5 {
        padding-right: 1.563rem !important;
    }
    .pe-lg-6 {
        padding-right: 1.875rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.3125rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.625rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.25rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 1.563rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 1.875rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.3125rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.625rem !important;
    }
    .ps-lg-3 {
        padding-left: 0.9375rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.25rem !important;
    }
    .ps-lg-5 {
        padding-left: 1.563rem !important;
    }
    .ps-lg-6 {
        padding-left: 1.875rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.3125rem !important;
    }
    .gap-xl-2 {
        gap: 0.625rem !important;
    }
    .gap-xl-3 {
        gap: 0.9375rem !important;
    }
    .gap-xl-4 {
        gap: 1.25rem !important;
    }
    .gap-xl-5 {
        gap: 1.563rem !important;
    }
    .gap-xl-6 {
        gap: 1.875rem !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.3125rem !important;
    }
    .m-xl-2 {
        margin: 0.625rem !important;
    }
    .m-xl-3 {
        margin: 0.9375rem !important;
    }
    .m-xl-4 {
        margin: 1.25rem !important;
    }
    .m-xl-5 {
        margin: 1.563rem !important;
    }
    .m-xl-6 {
        margin: 1.875rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.3125rem !important;
        margin-left: 0.3125rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.625rem !important;
        margin-left: 0.625rem !important;
    }
    .mx-xl-3 {
        margin-right: 0.9375rem !important;
        margin-left: 0.9375rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }
    .mx-xl-5 {
        margin-right: 1.563rem !important;
        margin-left: 1.563rem !important;
    }
    .mx-xl-6 {
        margin-right: 1.875rem !important;
        margin-left: 1.875rem !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.3125rem !important;
        margin-bottom: 0.3125rem !important;
    }
    .my-xl-2 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }
    .my-xl-3 {
        margin-top: 0.9375rem !important;
        margin-bottom: 0.9375rem !important;
    }
    .my-xl-4 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .my-xl-5 {
        margin-top: 1.563rem !important;
        margin-bottom: 1.563rem !important;
    }
    .my-xl-6 {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !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.3125rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.625rem !important;
    }
    .mt-xl-3 {
        margin-top: 0.9375rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.25rem !important;
    }
    .mt-xl-5 {
        margin-top: 1.563rem !important;
    }
    .mt-xl-6 {
        margin-top: 1.875rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.3125rem !important;
    }
    .me-xl-2 {
        margin-right: 0.625rem !important;
    }
    .me-xl-3 {
        margin-right: 0.9375rem !important;
    }
    .me-xl-4 {
        margin-right: 1.25rem !important;
    }
    .me-xl-5 {
        margin-right: 1.563rem !important;
    }
    .me-xl-6 {
        margin-right: 1.875rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.3125rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.625rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.25rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 1.563rem !important;
    }
    .mb-xl-6 {
        margin-bottom: 1.875rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.3125rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.625rem !important;
    }
    .ms-xl-3 {
        margin-left: 0.9375rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.25rem !important;
    }
    .ms-xl-5 {
        margin-left: 1.563rem !important;
    }
    .ms-xl-6 {
        margin-left: 1.875rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.3125rem !important;
    }
    .p-xl-2 {
        padding: 0.625rem !important;
    }
    .p-xl-3 {
        padding: 0.9375rem !important;
    }
    .p-xl-4 {
        padding: 1.25rem !important;
    }
    .p-xl-5 {
        padding: 1.563rem !important;
    }
    .p-xl-6 {
        padding: 1.875rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.3125rem !important;
        padding-left: 0.3125rem !important;
    }
    .px-xl-2 {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }
    .px-xl-3 {
        padding-right: 0.9375rem !important;
        padding-left: 0.9375rem !important;
    }
    .px-xl-4 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }
    .px-xl-5 {
        padding-right: 1.563rem !important;
        padding-left: 1.563rem !important;
    }
    .px-xl-6 {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.3125rem !important;
        padding-bottom: 0.3125rem !important;
    }
    .py-xl-2 {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }
    .py-xl-3 {
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important;
    }
    .py-xl-4 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .py-xl-5 {
        padding-top: 1.563rem !important;
        padding-bottom: 1.563rem !important;
    }
    .py-xl-6 {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.3125rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.625rem !important;
    }
    .pt-xl-3 {
        padding-top: 0.9375rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.25rem !important;
    }
    .pt-xl-5 {
        padding-top: 1.563rem !important;
    }
    .pt-xl-6 {
        padding-top: 1.875rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.3125rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.625rem !important;
    }
    .pe-xl-3 {
        padding-right: 0.9375rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.25rem !important;
    }
    .pe-xl-5 {
        padding-right: 1.563rem !important;
    }
    .pe-xl-6 {
        padding-right: 1.875rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.3125rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.625rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.25rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 1.563rem !important;
    }
    .pb-xl-6 {
        padding-bottom: 1.875rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.3125rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.625rem !important;
    }
    .ps-xl-3 {
        padding-left: 0.9375rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.25rem !important;
    }
    .ps-xl-5 {
        padding-left: 1.563rem !important;
    }
    .ps-xl-6 {
        padding-left: 1.875rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.3125rem !important;
    }
    .gap-xxl-2 {
        gap: 0.625rem !important;
    }
    .gap-xxl-3 {
        gap: 0.9375rem !important;
    }
    .gap-xxl-4 {
        gap: 1.25rem !important;
    }
    .gap-xxl-5 {
        gap: 1.563rem !important;
    }
    .gap-xxl-6 {
        gap: 1.875rem !important;
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.3125rem !important;
    }
    .m-xxl-2 {
        margin: 0.625rem !important;
    }
    .m-xxl-3 {
        margin: 0.9375rem !important;
    }
    .m-xxl-4 {
        margin: 1.25rem !important;
    }
    .m-xxl-5 {
        margin: 1.563rem !important;
    }
    .m-xxl-6 {
        margin: 1.875rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.3125rem !important;
        margin-left: 0.3125rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.625rem !important;
        margin-left: 0.625rem !important;
    }
    .mx-xxl-3 {
        margin-right: 0.9375rem !important;
        margin-left: 0.9375rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }
    .mx-xxl-5 {
        margin-right: 1.563rem !important;
        margin-left: 1.563rem !important;
    }
    .mx-xxl-6 {
        margin-right: 1.875rem !important;
        margin-left: 1.875rem !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.3125rem !important;
        margin-bottom: 0.3125rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }
    .my-xxl-3 {
        margin-top: 0.9375rem !important;
        margin-bottom: 0.9375rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .my-xxl-5 {
        margin-top: 1.563rem !important;
        margin-bottom: 1.563rem !important;
    }
    .my-xxl-6 {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !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.3125rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.625rem !important;
    }
    .mt-xxl-3 {
        margin-top: 0.9375rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.25rem !important;
    }
    .mt-xxl-5 {
        margin-top: 1.563rem !important;
    }
    .mt-xxl-6 {
        margin-top: 1.875rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.3125rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.625rem !important;
    }
    .me-xxl-3 {
        margin-right: 0.9375rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.25rem !important;
    }
    .me-xxl-5 {
        margin-right: 1.563rem !important;
    }
    .me-xxl-6 {
        margin-right: 1.875rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.3125rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.625rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.25rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 1.563rem !important;
    }
    .mb-xxl-6 {
        margin-bottom: 1.875rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.3125rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.625rem !important;
    }
    .ms-xxl-3 {
        margin-left: 0.9375rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.25rem !important;
    }
    .ms-xxl-5 {
        margin-left: 1.563rem !important;
    }
    .ms-xxl-6 {
        margin-left: 1.875rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.3125rem !important;
    }
    .p-xxl-2 {
        padding: 0.625rem !important;
    }
    .p-xxl-3 {
        padding: 0.9375rem !important;
    }
    .p-xxl-4 {
        padding: 1.25rem !important;
    }
    .p-xxl-5 {
        padding: 1.563rem !important;
    }
    .p-xxl-6 {
        padding: 1.875rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.3125rem !important;
        padding-left: 0.3125rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }
    .px-xxl-3 {
        padding-right: 0.9375rem !important;
        padding-left: 0.9375rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }
    .px-xxl-5 {
        padding-right: 1.563rem !important;
        padding-left: 1.563rem !important;
    }
    .px-xxl-6 {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.3125rem !important;
        padding-bottom: 0.3125rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
    }
    .py-xxl-3 {
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .py-xxl-5 {
        padding-top: 1.563rem !important;
        padding-bottom: 1.563rem !important;
    }
    .py-xxl-6 {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.3125rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.625rem !important;
    }
    .pt-xxl-3 {
        padding-top: 0.9375rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.25rem !important;
    }
    .pt-xxl-5 {
        padding-top: 1.563rem !important;
    }
    .pt-xxl-6 {
        padding-top: 1.875rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.3125rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.625rem !important;
    }
    .pe-xxl-3 {
        padding-right: 0.9375rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.25rem !important;
    }
    .pe-xxl-5 {
        padding-right: 1.563rem !important;
    }
    .pe-xxl-6 {
        padding-right: 1.875rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.3125rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.625rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.25rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 1.563rem !important;
    }
    .pb-xxl-6 {
        padding-bottom: 1.875rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.3125rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.625rem !important;
    }
    .ps-xxl-3 {
        padding-left: 0.9375rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.25rem !important;
    }
    .ps-xxl-5 {
        padding-left: 1.563rem !important;
    }
    .ps-xxl-6 {
        padding-left: 1.875rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.1875rem !important;
    }
    .fs-2 {
        font-size: 1.75rem !important;
    }
    .fs-3 {
        font-size: 1.53125rem !important;
    }
    .fs-4 {
        font-size: 1.3125rem !important;
    }
    .fs-sm-1 {
        font-size: 2.1875rem !important;
    }
    .fs-sm-2 {
        font-size: 1.75rem !important;
    }
    .fs-sm-3 {
        font-size: 1.53125rem !important;
    }
    .fs-sm-4 {
        font-size: 1.3125rem !important;
    }
    .fs-md-1 {
        font-size: 2.1875rem !important;
    }
    .fs-md-2 {
        font-size: 1.75rem !important;
    }
    .fs-md-3 {
        font-size: 1.53125rem !important;
    }
    .fs-md-4 {
        font-size: 1.3125rem !important;
    }
    .fs-lg-1 {
        font-size: 2.1875rem !important;
    }
    .fs-lg-2 {
        font-size: 1.75rem !important;
    }
    .fs-lg-3 {
        font-size: 1.53125rem !important;
    }
    .fs-lg-4 {
        font-size: 1.3125rem !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}
.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small,
.mfp-figure .small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small,
    .mfp-img-mobile .mfp-figure .small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ul,
ol,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 0.9375rem;
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
    margin-bottom: 0;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
}
h1 a:hover,
.h1 a:hover,
h1 a:focus,
.h1 a:focus,
h2 a:hover,
.h2 a:hover,
h2 a:focus,
.h2 a:focus,
h3 a:hover,
.h3 a:hover,
h3 a:focus,
.h3 a:focus,
h4 a:hover,
.h4 a:hover,
h4 a:focus,
.h4 a:focus,
h5 a:hover,
.h5 a:hover,
h5 a:focus,
.h5 a:focus,
h6 a:hover,
.h6 a:hover,
h6 a:focus,
.h6 a:focus {
    color: #007d86;
    text-decoration: none;
}
hr {
    max-width: 988px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767.98px) {
    hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.text-link {
    color: #8a8888;
}
.text-link:hover,
.text-link:focus {
    color: #323232;
}
.text-link:hover .icon-arrow-long-right,
.text-link:focus .icon-arrow-long-right {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}
.text-link:hover .icon-arrow-long-left,
.text-link:focus .icon-arrow-long-left {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}
.font-weight-medium {
    font-weight: 500 !important;
}
.font-weight-semi {
    font-weight: 600 !important;
}
.line-height-sm {
    line-height: 1.3;
}
.line-height-xs {
    line-height: 1.1;
}
.line-height-lg {
    line-height: 2;
}
.letter-spacing-1 {
    letter-spacing: 1px;
}
.letter-spacing-2 {
    letter-spacing: 2px;
}
.letter-spacing-3 {
    letter-spacing: 2px;
}
h2.h2 h2.h3,
.h2 h2.h3,
.h2 .h3.h2,
h2.h4,
.h4.h2,
h2.h5,
.h5.h2,
h2.h6,
.h6.h2,
h2 .h2 .h3,
.h2 .h2 .h3,
h2 .h4,
.h2 .h4,
h2 .h5,
.h2 .h5,
h2 .h6,
.h2 .h6,
h3.h2 h2.h3,
.h2.h3 h2.h3,
h3.h2 .h3.h2,
.h2.h3 .h3.h2,
h3.h4,
.h4.h3,
h3.h5,
.h5.h3,
h3.h6,
.h6.h3,
h3 .h2 .h3,
.h3 .h2 .h3,
h3 .h4,
.h3 .h4,
h3 .h5,
.h3 .h5,
h3 .h6,
.h3 .h6,
h4.h2 h2.h3,
.h2.h4 h2.h3,
h4.h2 .h3.h2,
.h2.h4 .h3.h2,
h4.h4,
.h4,
h4.h5,
.h5.h4,
h4.h6,
.h6.h4,
h4 .h2 .h3,
.h4 .h2 .h3,
h4 .h4,
.h4 .h4,
h4 .h5,
.h4 .h5,
h4 .h6,
.h4 .h6,
h5.h2 h2.h3,
.h2.h5 h2.h3,
h5.h2 .h3.h2,
.h2.h5 .h3.h2,
h5.h4,
.h4.h5,
h5.h5,
.h5,
h5.h6,
.h6.h5,
h5 .h2 .h3,
.h5 .h2 .h3,
h5 .h4,
.h5 .h4,
h5 .h5,
.h5 .h5,
h5 .h6,
.h5 .h6,
h6.h2 h2.h3,
.h2.h6 h2.h3,
h6.h2 .h3.h2,
.h2.h6 .h3.h2,
h6.h4,
.h4.h6,
h6.h5,
.h5.h6,
h6.h6,
.h6,
h6 .h2 .h3,
.h6 .h2 .h3,
h6 .h4,
.h6 .h4,
h6 .h5,
.h6 .h5,
h6 .h6,
.h6 .h6,
h2.h2 h3.h3,
.h2 h3.h3,
h2.h2 .h3,
.h2 .h3,
h3.h2 h3.h3,
h3.h2 .h3,
.h2.h3 .h3,
h4.h2 h3.h3,
h4.h2 .h3,
.h2.h4 .h3,
h5.h2 h3.h3,
h5.h2 .h3,
.h2.h5 .h3,
h6.h2 h3.h3,
h6.h2 .h3,
.h2.h6 .h3,
h2.h2 h4.h3,
.h2 h4.h3,
.h2 .h3.h4,
h3.h2 h4.h3,
.h2.h3 h4.h3,
h3.h2 .h3.h4,
.h2.h3 .h3.h4,
h4.h2 h4.h3,
.h2.h4 h4.h3,
h4.h2 .h3.h4,
.h2.h4 .h3.h4,
h5.h2 h4.h3,
.h2.h5 h4.h3,
h5.h2 .h3.h4,
.h2.h5 .h3.h4,
h6.h2 h4.h3,
.h2.h6 h4.h3,
h6.h2 .h3.h4,
.h2.h6 .h3.h4,
h2.h2 h5.h3,
.h2 h5.h3,
.h2 .h3.h5,
h3.h2 h5.h3,
.h2.h3 h5.h3,
h3.h2 .h3.h5,
.h2.h3 .h3.h5,
h4.h2 h5.h3,
.h2.h4 h5.h3,
h4.h2 .h3.h5,
.h2.h4 .h3.h5,
h5.h2 h5.h3,
.h2.h5 h5.h3,
h5.h2 .h3.h5,
.h2.h5 .h3.h5,
h6.h2 h5.h3,
.h2.h6 h5.h3,
h6.h2 .h3.h5,
.h2.h6 .h3.h5,
h2.h2 h6.h3,
.h2 h6.h3,
.h2 .h3.h6,
h3.h2 h6.h3,
.h2.h3 h6.h3,
h3.h2 .h3.h6,
.h2.h3 .h3.h6,
h4.h2 h6.h3,
.h2.h4 h6.h3,
h4.h2 .h3.h6,
.h2.h4 .h3.h6,
h5.h2 h6.h3,
.h2.h5 h6.h3,
h5.h2 .h3.h6,
.h2.h5 .h3.h6,
h6.h2 h6.h3,
.h2.h6 h6.h3,
h6.h2 .h3.h6,
.h2.h6 .h3.h6 {
    line-height: 1.75;
}
h1,
.h1,
.h1 {
    line-height: 1.4;
}
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.75;
}
strong.h1,
strong.h2,
strong.h3,
strong.h4,
strong.h5,
strong.h6 {
    font-weight: bold;
}
h1,
.h1,
.h1 {
    font-size: 30px;
}
@media (min-width: 992px) {
    h1,
    .h1,
    .h1 {
        font-size: 42px;
    }
}
@media (min-width: 1200px) {
    h1,
    .h1,
    .h1 {
        font-size: 48px;
    }
}
h2,
.h2,
.h2 {
    font-size: 24px;
}
@media (min-width: 768px) {
    h2,
    .h2,
    .h2 {
        font-size: 26px;
    }
}
h3,
.h3,
.h3 {
    font-size: 22px;
}
@media (min-width: 768px) {
    h3,
    .h3,
    .h3 {
        font-size: 24px;
    }
}
h4,
.h4,
.h4 {
    font-size: 18px;
}
@media (min-width: 768px) {
    h4,
    .h4,
    .h4 {
        font-size: 20px;
    }
}
h5,
.h5,
.h5 {
    font-size: 16px;
}
@media (min-width: 768px) {
    h5,
    .h5,
    .h5 {
        font-size: 18px;
    }
}
h6,
.h6,
.h6 {
    font-size: 14px;
}
@media (min-width: 768px) {
    h6,
    .h6,
    .h6 {
        font-size: 16px;
    }
}
.text-tiny {
    font-size: 8px !important;
}
.text-xs {
    font-size: 10px;
}
.text-sm {
    font-size: 12px;
}
.text-base {
    font-size: 14px;
}
.display-1 {
    font-size: 50px;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .display-1 {
        font-size: 78px;
    }
}
.display-4 {
    font-size: 28px;
}
@media (min-width: 768px) {
    .display-4 {
        font-size: 32px;
    }
}
.subtitle {
    text-transform: uppercase;
    font-weight: 600;
}
a.text-link {
    font-weight: 600;
    color: #009ca7;
}
a.text-link:hover,
a.text-link:focus {
    color: #007d86;
}
a.text-black:hover,
a.text-black:focus {
    color: #007d86 !important;
    text-decoration: none;
}
.rte,
.rte p,
.rte ul {
    margin-bottom: 30px;
}
.rte:last-child,
.rte p:last-child,
.rte ul:last-child {
    margin-bottom: 0;
}
.rte p {
    line-height: 2;
}
.rte ul {
    list-style: none;
    padding-left: 0;
}
.rte ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}
.rte ul li:before {
    content: ">";
    color: #009ca7;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
    font-weight: bold;
}
.rte ul li:last-child {
    margin-bottom: 0;
}
.rte img {
    max-width: 100%;
}
.callout-info {
    border-left: 6px solid #009ca7;
    padding-left: 20px;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .callout-info {
        margin-bottom: 65px;
    }
}
.heading-border {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.heading-border *:last-child {
    margin-bottom: 0;
}
.border-sm {
    border-width: 1px !important;
    height: 1px !important;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
body:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.29);
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    visibility: hidden;
    z-index: 99;
}
.bg-light {
    background-color: #f5f4f4;
}
.bg-gray {
    background-color: #bfbfbf;
}
.bg-primary {
    color: #fff;
}
.bg-primary a:not(.btn) {
    color: currentColor;
}
.custom-scroll-x {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
}
.grid-column {
    margin-bottom: -40px;
}
.grid-column .thumbnail,
.grid-column .panel {
    margin-bottom: 0;
}
.grid-column > .col,
.grid-column > [class*="col-"] {
    margin-bottom: 40px;
}
.grid-column.gutter-sm {
    margin-bottom: -24px;
}
.grid-column.gutter-sm > .col,
.grid-column.gutter-sm > [class*="col-"] {
    margin-bottom: 24px;
}
.grid-column-lg {
    margin-bottom: -40px;
}
.grid-column-lg > .col,
.grid-column-lg > [class*="col-"] {
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .grid-column-lg {
        margin-bottom: -65px;
    }
    .grid-column-lg > .col,
    .grid-column-lg > [class*="col-"] {
        margin-bottom: 65px;
    }
}
.faded-0 {
    opacity: 0;
}
.faded-1 {
    opacity: 0.25;
}
.faded-2 {
    opacity: 0.5;
}
.faded-4 {
    opacity: 0.75;
}
@media (max-width: 575.98px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row.gutter-md {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row.grid-column {
        margin-bottom: -20px;
    }
    .row.grid-column > .col,
    .row.grid-column > [class*="col-"] {
        margin-bottom: 20px;
    }
    .row > .col,
    .row > [class*="col-"],
    .row.gutter-md > .col,
    .row.gutter-md > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.gutter-sm {
    margin-left: -12px;
    margin-right: -12px;
}
.gutter-sm > .col,
.gutter-sm > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}
@media (max-width: 575.98px) {
    .gutter-sm {
        margin-left: -10px;
        margin-right: -10px;
    }
    .gutter-sm > .col,
    .gutter-sm > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.gutter-md {
    margin-left: -15px;
    margin-right: -15px;
}
.gutter-md > .col,
.gutter-md > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 575.98px) {
    .gutter-md {
        margin-left: -10px;
        margin-right: -10px;
    }
    .gutter-md > .col,
    .gutter-md > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
button,
a,
.btn {
    -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    button,
    a,
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}
button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.btn.btn-rounded {
    border-radius: 25px;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}
.btn.btn-primary {
    color: #fff;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    color: #fff;
}
.btn.btn-fw {
    min-width: 150px;
}
.btn.btn-gray {
    background-color: #bfbfbf;
    color: #000;
}
.btn.btn-gray:hover,
.btn.btn-gray:focus {
    background-color: #e5e5e5;
    color: #000;
}
.btn:hover .icon-arrow-long-right,
.btn:hover .icon-arrow-long-right-2,
.btn:focus .icon-arrow-long-right,
.btn:focus .icon-arrow-long-right-2 {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}
.btn:hover .icon-arrow-long-left,
.btn:hover .icon-arrow-long-left-2,
.btn:focus .icon-arrow-long-left,
.btn:focus .icon-arrow-long-left-2 {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}
.icon-image,
.icon {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-sm {
    font-size: 0.875rem;
}
.icon-md {
    font-size: 1rem;
}
.icon-lg {
    font-size: 1.125rem;
}
.icon-margin-right {
    margin-right: 0.75rem;
}
.icon-margin-left {
    margin-left: 0.75rem;
}
.icon-svg {
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}
.icon-svg:not(.icon-default) {
    width: 18px;
    height: 18px;
}
.icon-svg.icon-lg {
    width: 24px;
    height: 24px;
}
.icon-svg.icon-xl {
    width: 35px;
    height: 35px;
}
.icon-svg path,
.icon-svg g {
    fill: currentColor;
}
.icon-text {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.icon-text .icon-text__icon {
    width: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.icon-hover .icon-svg path {
    fill: #000;
}
.icon-hover:hover .icon-svg path,
.icon-hover:focus .icon-svg path {
    fill: #009ca7;
}
.icon-arrow-long-right,
.icon-arrow-long-left,
.icon-arrow-long-right-2,
.icon-arrow-long-left-2 {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.icon-image-discord {
    background: url("../../assets/img/icons/icon-discord.png");
    background-size: 1.3125rem 0.9375rem;
    width: 1.3125rem;
    height: 0.9375rem;
}
.icon-image-close-white {
    background: url("../../assets/img/icons/icon-close-white.png");
    background-size: 0.875rem 0.875rem;
    width: 0.875rem;
    height: 0.875rem;
}
.nav,
.pagination,
.social,
.social-rounded,
.step-nav,
.list-divider,
.list-group,
.list-tags,
.partners__logo,
.social-circle,
.variant-list,
.filter .filter-list,
.payment-list {
    list-style: none;
    padding-left: 0;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    margin-right: -12px;
}
.navbar-nav a:not(.btn) {
    padding: 0.25rem 1.25rem;
    display: block;
    border-radius: 0.3125rem;
    border: 2px solid transparent;
}
.navbar-nav a:not(.btn):hover,
.navbar-nav a:not(.btn):focus,
.navbar-nav a:not(.btn).active {
    color: #009ca7;
    background-color: #fff;
    text-decoration: none;
}
@media (min-width: 1200px) {
    .navbar-nav li {
        margin-right: 12px;
    }
    .navbar-nav li:last-child {
        margin-right: 0;
    }
}
.account-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
}
.account-nav li {
    margin-right: 15px;
}
.account-nav li:last-child {
    margin-right: 0;
}
.mobile-nav {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.mobile-nav li {
    border-bottom: 1px solid #d8d8d8;
}
.mobile-nav li ul {
    margin-bottom: 15px;
}
.mobile-nav li ul li:last-child {
    border-bottom: none;
}
.mobile-nav a {
    color: #000;
    display: block;
    padding: 10px 0 10px 0;
}
.pagination-wrapper {
    text-align: center;
    padding-top: 40px;
}
@media (min-width: 768px) {
    .pagination-wrapper {
        padding-top: 65px;
    }
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
}
.pagination li {
    margin-left: 5px;
    margin-right: 5px;
}
.pagination a,
.pagination span {
    width: 45px;
    height: 45px;
    border: 2px solid #d8d8d8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d8d8d8;
}
.pagination a:hover,
.pagination a:focus,
.pagination a.active {
    text-decoration: none;
    color: #009ca7;
    border-color: #009ca7;
}
.pagination .pagination-prev {
    border-bottom-left-radius: 20px;
}
.pagination .pagination-next {
    border-top-right-radius: 20px;
}
.paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.paging .paging-prev,
.paging .paging-next {
    -ms-flex-item-align: center;
    align-self: center;
}
.paging .paging-next {
    margin-left: auto;
}
.social {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.text-center .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.social li {
    margin-right: 15px;
}
.social li:last-child {
    margin-right: 0;
}
.social a {
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    display: block;
}
.social a:hover,
.social a:focus {
    opacity: 0.5;
}
.social.social-share .icon-svg:not(.icon-default) {
    width: 24px;
    height: 24px;
}
.social.social-share a {
    color: #000;
}
.social.social-share a:hover,
.social.social-share a:focus {
    color: #009ca7;
    opacity: 1;
}
.social-rounded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.text-center .social-rounded {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.social-rounded li {
    margin-left: 5px;
    margin-right: 5px;
}
.social-rounded a {
    width: 27px;
    height: 27px;
    border: 1px solid #d8d8d8;
    line-height: 25px;
    text-align: center;
    display: block;
    border-radius: 0.3125rem;
    color: #000;
}
.social-rounded a:hover,
.social-rounded a:focus {
    border-color: #009ca7;
}
.social-rounded .icon-svg {
    width: 16px;
    height: 16px;
}
.nav-tabs {
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 3px solid #d8d8d8;
    overflow-x: auto;
    overflow-y: hidden;
}
.nav-tabs li {
    padding-right: 25px;
}
.nav-tabs li:last-child {
    padding-right: 0;
}
.nav-tabs a {
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
}
.nav-tabs a:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #009ca7;
    position: absolute;
    bottom: -3px;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.nav-tabs a:hover,
.nav-tabs a:focus,
.nav-tabs a.active {
    color: #009ca7;
}
.nav-tabs a:hover:after,
.nav-tabs a:focus:after,
.nav-tabs a.active:after {
    opacity: 1;
}
@media (min-width: 768px) {
    .nav-tabs li {
        padding-right: 50px;
    }
}
.step-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 35px;
}
.step-nav li {
    color: #d8d8d8;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.step-nav li.active {
    color: #009ca7;
}
.step-nav li.active .step-circle {
    border-color: #009ca7;
}
.step-nav li.active .step-circle:after {
    background-color: #009ca7;
}
.step-nav li.completed:after {
    background-color: #009ca7;
}
.step-nav li:before,
.step-nav li:after {
    content: "";
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
}
.step-nav li:after {
    background-color: #d8d8d8;
    right: 0;
}
.step-nav li:first-child:after {
    left: 50%;
}
.step-nav li:last-child:after {
    right: 50%;
}
.step-nav li.completed + li.active:before {
    width: 50%;
    right: auto;
    background-color: #009ca7;
    z-index: 2;
}
.step-nav .step-content {
    padding: 20px 0;
}
.step-nav .step-content:first-child {
    padding-top: 0;
}
.step-nav .step-content:last-child {
    padding-bottom: 0;
}
.step-nav .step-title {
    height: 60px;
}
.step-nav .step-progress {
    font-size: 12px;
}
.step-nav .step-circle {
    width: 22px;
    height: 22px;
    border: 2px solid #d8d8d8;
    background-color: #fff;
    z-index: 2;
}
.step-nav .step-circle:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #d8d8d8;
}
.step-nav .step-circle,
.step-nav .step-circle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
@media (max-width: 575.98px) {
    .step-nav {
        font-size: 12px;
    }
}
.form-control.error,
input.error,
textarea.error {
    border-color: #ffc11a !important;
}
.form-control.input-rounded,
input.input-rounded,
textarea.input-rounded {
    border-radius: 25px;
}
.form-control.input-default,
input.input-default,
textarea.input-default {
    background-color: #eaeaea;
    border-color: #eaeaea;
}
.form-control.input-white,
input.input-white,
textarea.input-white {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.form-control.input-auto,
input.input-auto,
textarea.input-auto {
    width: auto;
}
.form-control.input-border-sm,
input.input-border-sm,
textarea.input-border-sm {
    border-width: 1px;
}
.form-control.input-form,
input.input-form,
textarea.input-form {
    border-width: 1px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
}
input[type="number"] {
    padding-right: 0;
}
label.error {
    color: #ffc11a;
    margin-top: 3px;
}
label {
    font-size: 14px;
    font-weight: 600;
}
select {
    background-image: url("../../assets/img/icons/icon-chevron-down.png") !important;
    background-size: 14px 8px !important;
    background-position: right 1.25rem center !important;
    background-repeat: no-repeat !important;
    padding-left: 1.25rem !important;
    padding-right: 2.75rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
}
select:focus {
    color: #000;
}
.input-group > .form-control.input-rounded:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -25px;
    padding-right: 45px;
}
.input-group .btn {
    position: relative;
    z-index: 4;
}
.form-control[type="file"] {
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control::file-selector-button {
    padding: 0.375rem 1.25rem;
    margin: -1.625rem;
    -webkit-margin-end: 1.25rem;
    margin-inline-end: 1.25rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 1.25rem;
    margin: -1.625rem;
    -webkit-margin-end: 1.25rem;
    margin-inline-end: 1.25rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 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;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.input-lg {
    width: 180px;
}
.input-md {
    width: 100px;
}
.input-sm {
    width: 55px;
}
.control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 20px;
}
.control:last-child {
    margin-bottom: 0;
}
.control input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    margin: 3px 3px 3px 4px;
}
.control .control-indicator,
.control .control-label {
    position: relative;
    z-index: 2;
}
.control .control-indicator {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: center;
    align-self: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
    top: -1px;
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
}
.control .control-indicator:after {
    content: "";
    position: absolute;
    top: 4px;
}
.control .control-label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.checkbox input:checked ~ .control-indicator:after {
    width: 12px;
    height: 9px;
    left: 2px;
    background-repeat: no-repeat;
    background-size: 12px 9px;
}
.radio .control-indicator {
    border-radius: 50%;
}
.radio input:checked ~ .control-indicator:after {
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    left: 4px;
}
.radio-check {
    display: block;
}
.radio-check .control-indicator {
    margin: 0;
    border-radius: 50%;
}
.radio-check input:checked ~ .control-indicator,
.checkbox input:checked ~ .control-indicator {
    background: url("../../assets/img/icons/icon-check-white.png") no-repeat 50% 50% #009ca7;
    background-size: 12px 9px;
    border-color: #009ca7;
}
.checkbox-dark .control-indicator {
    background-color: #ededed;
    border-color: #ededed;
    border-radius: 0.3125rem;
    top: -2px;
}
.checkbox-dark input:checked ~ .control-indicator:after {
    background: url("../../assets/img/icons/icon-check-primary.png") no-repeat 50% 50%;
    background-size: 1.5rem 1.125rem;
    width: 1.5rem;
    height: 1.125rem;
    top: -2px;
}
.control-card {
    padding: 1.375rem 1.25rem;
    text-align: center;
    font-weight: 500;
    height: 100%;
    font-size: 0.875rem;
    cursor: pointer;
}
.control-card .control-indicator {
    border: 2px solid #d8d8d8;
    border-radius: 0.3125rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.control-card .control-indicator:after {
    display: none;
}
.control-card hr {
    width: 100%;
}
.control-card .control-label {
    color: #909090;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.control-card input:checked ~ .control-indicator,
.control-card input:checked ~ .control-label {
    border-color: #009ca7;
    color: #009ca7;
}
.control-card input:checked ~ .control-indicator img,
.control-card input:checked ~ .control-label img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.control-card img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.image-wrapper,
.content-image-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.image-wrapper img,
.content-image-wrapper img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.content-image-inner {
    position: absolute;
    top: 0;
    width: 100%;
}
.placeholder-svg {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ratio-wrapper {
    position: relative;
}
.ratio-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.ratio-wrapper > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.ratio-wrapper .video-player {
    position: absolute;
}
.ratio4-3:before {
    padding-top: calc(3 / 4 * 100%);
}
.ratio16-9:before {
    padding-top: calc(9 / 16 * 100%);
}
.ratio16-10:before {
    padding-top: calc(10 / 16 * 100%);
}
.list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.9375rem 0;
}
.list.list-default li {
    margin-bottom: 4px;
}
.list li {
    display: block;
    margin-bottom: 10px;
}
.list li:last-child {
    margin-bottom: 0;
}
.list-inline {
    list-style: none;
    padding-left: 0;
    margin-bottom: -8px;
    margin-left: -8px;
    margin-right: -8px;
}
.list-inline li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.bullets {
    list-style: none;
    padding-left: 0;
}
.bullets li {
    position: relative;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bullets li:before {
    content: "\2022";
    color: #009ca7;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.6875rem;
}
.bullets li:last-child {
    margin-bottom: 0;
}
.inline-bullets {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.inline-bullets li {
    position: relative;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.inline-bullets li:after {
    content: "\2022";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0.6875rem;
    margin-right: 0.6875rem;
}
.inline-bullets li:last-child:after {
    display: none;
}
.list-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-divider.text-center,
.text-center .list-divider {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.list-divider li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 30px;
}
.list-divider li:after {
    content: "";
    width: 1px;
    height: 63px;
    background-color: #8a8888;
    position: absolute;
    top: 32px;
    right: 0;
}
.list-divider li:last-child:after {
    display: none;
}
@media (max-width: 767.98px) {
    .list-divider li:after {
        display: none;
    }
}
.list-group {
    border: 1px solid #d8d8d8;
}
.list-group li {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 0;
    padding: 8px 14px;
}
.list-group li:last-child {
    border-bottom: none;
}
.list-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -6px;
    margin-left: -3px;
    margin-right: -3px;
}
.list-tags li {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 6px;
}
.tag {
    border: 1px solid #666565;
    border-radius: 0.3125rem;
    padding: 3px 5px 3px 8px;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    color: #666565;
}
.tag:hover,
.tag:focus {
    text-decoration: none;
    border-color: #009ca7;
}
.tag-close {
    padding: 2px 6px;
}
.inline-table,
.block-table {
    display: table;
    margin-bottom: 0.9375rem;
}
.inline-table:last-child,
.block-table:last-child {
    margin-bottom: 0;
}
.inline-table .td,
.block-table .td {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.inline-table .td.v-top,
.block-table .td.v-top {
    vertical-align: top;
}
.inline-table .td:last-child,
.block-table .td:last-child {
    padding-right: 0;
}
.inline-table h1:last-child,
.inline-table .h1:last-child,
.inline-table h2:last-child,
.inline-table .h2:last-child,
.inline-table h3:last-child,
.inline-table .h3:last-child,
.inline-table h4:last-child,
.inline-table .h4:last-child,
.inline-table h5:last-child,
.inline-table .h5:last-child,
.inline-table h6:last-child,
.inline-table .h6:last-child,
.inline-table .h1:last-child,
.inline-table .h2:last-child,
.inline-table .h3:last-child,
.inline-table .h4:last-child,
.inline-table .h5:last-child,
.inline-table .h6:last-child,
.inline-table p:last-child,
.block-table h1:last-child,
.block-table .h1:last-child,
.block-table h2:last-child,
.block-table .h2:last-child,
.block-table h3:last-child,
.block-table .h3:last-child,
.block-table h4:last-child,
.block-table .h4:last-child,
.block-table h5:last-child,
.block-table .h5:last-child,
.block-table h6:last-child,
.block-table .h6:last-child,
.block-table .h1:last-child,
.block-table .h2:last-child,
.block-table .h3:last-child,
.block-table .h4:last-child,
.block-table .h5:last-child,
.block-table .h6:last-child,
.block-table p:last-child {
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    .inline-table.table-block-mobile,
    .block-table.table-block-mobile {
        text-align: center;
        display: block;
    }
    .inline-table.table-block-mobile .td,
    .block-table.table-block-mobile .td {
        display: block;
        padding-right: 0;
    }
}
@media (min-width: 576px) {
    .inline-table .td,
    .block-table .td {
        padding-right: 15px;
    }
}
@media (min-width: 768px) {
    .inline-table .td,
    .block-table .td {
        padding-right: 20px;
    }
}
.block-table {
    display: table;
    width: 100%;
}
.block-table .td:last-child {
    text-align: right;
}
.block-table .td:last-child > * {
    margin-left: auto;
}
a.card {
    display: block;
}
.text-center .card-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card {
    position: relative;
    margin-bottom: 20px;
}
.card.card-gray {
    background-color: #ededed;
    border-color: #ededed;
}
.card:last-child {
    margin-bottom: 0;
}
.card.card-primary {
    border-color: #009ca7;
}
.card.card-default {
    border: none;
    border-radius: 0;
}
.card img {
    max-width: 100%;
}
.card .card-icon {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.card .card-icon img {
    max-height: 40px;
}
.card .card-icon.card-icon-lg {
    height: 86px;
}
.card .card-icon.card-icon-lg img {
    max-height: 86px;
}
.card .card-image {
    margin-bottom: 25px;
}
.card .card-image img {
    max-width: 100%;
}
.card.card-overlay {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 352px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card.card-overlay:before {
    content: "";
    background-color: rgba(0, 100, 108, 0.4);
    z-index: 2;
}
.card.card-overlay:before,
.card.card-overlay .card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card.card-overlay .card-image {
    margin-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.card.card-overlay .card-body {
    z-index: 3;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
}
.card.card-hover {
    -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    color: #000;
}
.card.card-hover .icon-svg {
    color: #009ca7;
}
.card.card-hover:hover,
.card.card-hover:focus {
    background-color: #009ca7;
    color: #fff;
    text-decoration: none;
}
.card.card-hover:hover .icon-svg,
.card.card-hover:focus .icon-svg {
    color: #fff;
}
.card.card-hover:hover .icon-arrow-long-right,
.card.card-hover:focus .icon-arrow-long-right {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.card.card-hover:hover .text-primary,
.card.card-hover:focus .text-primary {
    color: inherit !important;
}
.card.card-bordered-lg {
    border-width: 4px;
}
.card.card-bordered-hover {
    -webkit-transition: border-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out;
}
.card.card-bordered-hover.product-card {
    border-color: transparent;
}
.card.card-bordered-hover:hover,
.card.card-bordered-hover:focus {
    border-color: #009ca7;
}
.card-body {
    position: relative;
}
.card-body.card-body-padding-lg {
    padding: 25px 20px;
}
@media (min-width: 768px) {
    .card-body.card-body-padding-lg {
        padding: 45px 50px;
    }
}
.alert {
    font-size: 12px;
    font-weight: 500;
}
.header {
    position: relative;
}
.navbar {
    background-color: #009ca7;
    color: #fff;
}
.navbar a:not(.btn) {
    color: inherit;
}
.navbar .mobile-menu a:not(.btn) {
    color: #009ca7;
}
.navbar .navbar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
}
.navbar .navbar-left,
.navbar .navbar-right {
    -ms-flex-item-align: center;
    align-self: center;
}
.navbar .navbar-right {
    margin-left: auto;
}
.navbar .navbar-right .navbar-col {
    margin-right: 0;
    margin-left: 20px;
}
.navbar .navbar-right .navbar-col:first-child {
    margin-left: 0;
}
.navbar .navbar-brand {
    display: block;
    padding-right: 30px;
}
.navbar .navbar-brand img {
    max-width: 64px;
}
.navbar .navbar-col {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.navbar .navbar-col:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
    .navbar .navbar-inner {
        height: 90px;
    }
    .navbar .navbar-brand {
        background: url("../../assets/img/navbar-divider.png") no-repeat 100% 50%;
        background-size: 5px 36px;
    }
    .navbar .navbar-brand img {
        max-width: 82px;
    }
    .navbar .navbar-col {
        margin-right: 34px;
    }
}
.navbar-cart {
    position: relative;
    display: block;
}
.navbar-cart .cart-count {
    position: absolute;
    top: 4px;
    right: -4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    background-color: #ff3a3a;
}
.menu-toggle {
    padding: 12px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0.3125rem;
}
@media (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
}
.menu-toggle .icon-bar {
    width: 24px;
    height: 3px;
    background-color: #009ca7;
    display: block;
    margin: 0 auto 3px auto;
    border-radius: 0.3125rem;
}
.menu-toggle .icon-bar:last-child {
    margin-bottom: 0;
}
.close-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    background-color: #009ca7;
    line-height: 3.125rem;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: none;
}
@media (max-width: 991.98px) {
    .close-toggle {
        display: block;
    }
}
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.5s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1);
    z-index: 1001;
}
.mobile-menu .mobile-menu__inner {
    padding: 1.25rem;
    background-color: #fff;
    position: fixed;
    right: 3.125rem;
    left: 0;
    height: 100%;
    width: auto;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.115);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.115);
}
.mobile-menu .icon-image-discord {
    background: url("../../assets/img/icons/icon-discord-primary.png");
    background-size: 21px 15px;
}
@media (min-width: 992px) {
    .mobile-menu {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .menu-open:after {
        opacity: 1;
        visibility: visible;
        z-index: 22;
    }
    .menu-open .mobile-menu {
        -webkit-transform: none;
        transform: none;
    }
    .menu-open .close-toggle {
        opacity: 1;
        visibility: visible;
    }
}
.container-outer {
    max-width: 1440px;
    margin: 0 auto;
}
img.rounded {
    max-width: 100%;
}
.rounded {
    overflow: hidden;
}
.rounded img {
    max-width: 100%;
}
.rounded.rounded-md {
    border-radius: 0.75rem !important;
}
.rounded.rounded-lg {
    border-radius: 20px !important;
}
.rounded.rounded-xl {
    border-radius: 40px !important;
}
.rounded.rounded-xxl {
    border-radius: 50px !important;
}
@media (min-width: 768px) {
    .rounded.rounded-xxl {
        border-radius: 70px !important;
    }
}
.rounded.rounded-bottom-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.rounded.rounded-bottom-left {
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.rounded.rounded-top-left {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rounded.rounded-top-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.main {
    padding-top: 64px;
}
@media (max-width: 575.98px) {
    .main {
        padding-top: 40px;
    }
}
@media (min-width: 768px) {
    .main-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.section {
    padding-top: 32px;
    padding-bottom: 32px;
}
.section:first-child {
    padding-top: 0;
}
.section:last-child {
    padding-bottom: 0;
}
.section .section__inner {
    padding-top: 64px;
    padding-bottom: 64px;
}
.section.section--flush:first-child {
    margin-top: -64px;
}
.section.section--flush:last-child {
    margin-bottom: -64px;
}
@media (max-width: 575.98px) {
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section .section__inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section.section--flush:first-child {
        margin-top: -40px;
    }
    .section.section--flush:last-child {
        margin-bottom: -40px;
    }
}
.section-header {
    margin: 0 auto 55px auto;
}
.section-header.section-header--row {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-header .section-header__item {
    margin-bottom: 30px;
    -ms-flex-item-align: center;
    align-self: center;
}
@media (max-width: 767.98px) {
    .section-header {
        margin-bottom: 30px;
    }
    .section-header.section-header--row {
        margin-bottom: 40px;
        display: block;
        text-align: center;
    }
    .section-header .section-header__item {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .section-header .section-header__item:first-child {
        width: 65%;
    }
    .section-header .section-header__item:last-child {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: right;
    }
}
.section-margin {
    margin-bottom: 40px;
}
.section-margin:last-child {
    margin-bottom: 0;
}
.section-margin.section-margin--sm {
    margin-bottom: 30px;
}
.section-margin.section-margin--lg {
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .section-margin {
        margin-bottom: 65px;
    }
    .section-margin.section-margin--sm {
        margin-bottom: 45px;
    }
    .section-margin.section-margin--lg {
        margin-bottom: 80px;
    }
}
.partners__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.partners__logo img {
    max-width: 100%;
}
.partners__logo li {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
}
.partners__logo li:first-child {
    padding-left: 0;
}
.partners__logo li:last-child {
    padding-right: 0;
}
@media (max-width: 575.98px) {
    .partners__logo li {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1200px) {
    .partners__logo li {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.feature-block {
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 992px) {
    .feature-block .feature-block__item {
        padding-right: 40px;
        padding-left: 40px;
    }
    .feature-block .feature-block__item:first-child {
        padding-left: 0;
    }
    .feature-block .feature-block__item:last-child {
        padding-right: 0;
    }
}
@media (max-width: 991.98px) {
    .feature-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .feature-block .feature-block__item {
        width: 100%;
    }
    .feature-block .feature-block__image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 40px;
    }
    .feature-block .feature-block__text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .feature-block > .col,
    .feature-block > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
}
.sidebar {
    margin-bottom: 30px;
}
.sidebar .sidebar__content-inner {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.sidebar .sidebar__content-inner:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sidebar .sidebar__toggle {
    height: 40px;
    background-color: #009ca7;
    color: #fff;
    display: block;
    width: 100%;
}
@media (min-width: 768px) {
    .sidebar {
        width: 200px;
        max-width: 200px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 40px;
    }
}
@media (min-width: 992px) {
    .sidebar {
        width: 230px;
        max-width: 230px;
    }
}
@media (max-width: 767.98px) {
    .sidebar .sidebar__content {
        display: none;
    }
    .sidebar .sidebar__content-inner {
        padding-top: 30px;
        margin-bottom: 0;
    }
}
.sidenav {
    font-weight: 600;
    font-size: 16px;
}
.sidenav li {
    display: block;
    margin-bottom: 6px;
}
.sidenav a {
    display: block;
    color: #000;
}
.sidenav a:hover,
.sidenav a:focus,
.sidenav a.active {
    color: #009ca7;
    text-decoration: none;
}
.content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.footer {
    background-color: #009ca7;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 40px;
    padding: 50px 0 30px 0;
    font-weight: 600;
    text-align: center;
}
.footer h1,
.footer .h1,
.footer h2,
.footer .h2,
.footer h3,
.footer .h3,
.footer h4,
.footer .h4,
.footer h5,
.footer .h5,
.footer h6,
.footer .h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
    color: #fff;
}
.footer a:not(.btn) {
    color: inherit;
}
.footer a:not(.btn):hover,
.footer a:not(.btn):focus {
    color: #fff;
    text-decoration: none;
}
.footer .footer-logo {
    display: block;
    margin-bottom: 30px;
}
.footer .footer-logo img {
    width: 139px;
}
.footer .footer-nav {
    text-align: left;
}
.footer .footer-nav li {
    display: block;
    margin-bottom: 3px;
}
.footer .footer-content {
    padding-bottom: 10px;
}
.footer .footer-column {
    padding-bottom: 35px;
}
.footer .footer-bottom {
    border-top: 1px solid #fff;
    padding: 25px 0 0 0;
}
@media (min-width: 768px) {
    .footer {
        margin-top: 64px;
        text-align: left;
        padding: 80px 0 60px 0;
    }
}
.newsletter-form input:focus {
    border-color: #000;
}
.newsletter-form .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 25px;
}
.social-circle {
    font-size: 0;
}
.social-circle li {
    display: inline-block;
    margin-right: 8px;
}
.social-circle li:last-child {
    margin-right: 0;
}
.social-circle a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff !important;
    background-color: #006067;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.social-circle a:hover,
.social-circle a:focus {
    opacity: 0.6;
}
.hero {
    background-image: url("../../assets/img/hero-bg.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f4f4;
    position: relative;
    margin-bottom: 35px;
}
.hero .hero__content {
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.hero .hero__char {
    max-width: 485px;
}
.hero .hero__char img {
    max-width: 100%;
}
.hero .hero-slider,
.hero .slick-list,
.hero .slick-track {
    height: 100%;
    width: 100%;
}
.hero.hero-inner,
.hero.hero-details {
    background-image: url("../../assets/img/hero-inner-bg.jpg");
    margin-bottom: 0;
}
.hero.hero-inner .hero__content,
.hero.hero-details .hero__content {
    min-height: 240px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}
.hero.hero-inner .hero__content {
    color: #009ca7;
}
.hero.hero-details .hero__content {
    color: #fff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.hero.slick-vertical .slick-dots {
    right: 10px;
}
@media (min-width: 768px) {
    .hero.slick-vertical .slick-dots {
        right: 30px;
    }
    .hero .hero__content {
        min-height: 554px;
        padding-right: 30px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .hero.hero-inner .hero__content,
    .hero.hero-details .hero__content {
        min-height: 300px;
    }
}
@media (min-width: 1200px) {
    .hero .hero__content {
        padding-right: 70px;
    }
}
@media (min-width: 1400px) {
    .hero.slick-vertical .slick-dots {
        right: 120px;
    }
}
.product-card .product-card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    height: 250px;
}
.product-card .product-card__image img {
    max-width: 100%;
    max-height: 200px;
}
.product-card .product-card__image.product-card__image-lg {
    height: 250px;
}
.product-card .product-card__image.product-card__image-lg img {
    max-height: 200px;
}
.product-card .product-card__price {
    font-size: 16px;
    color: #009ca7;
    font-weight: 600;
}
.product-card .product-card__title {
    font-weight: 600;
}
@media (min-width: 768px) {
    .product-card .product-card__image {
        padding: 30px;
        height: 300px;
    }
    .product-card .product-card__image img {
        max-height: 210px;
    }
    .product-card .product-card__image.product-card__image-lg {
        height: 380px;
    }
    .product-card .product-card__image.product-card__image-lg img {
        max-height: 300px;
    }
}
.product-gallery {
    padding: 50px 0px 50px 0px;
}
.product-gallery img {
    max-width: 100%;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .product-gallery img {
        max-height: 496px;
    }
}
.product-variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.product-variant > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.product-variant > label {
    min-width: 80px;
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.product-variant .product-variant__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.variant-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.variant-list li {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.variant-list input,
.variant-list .control-indicator {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    outline: none !important;
    border-color: transparent;
    margin: 0;
}
.variant-color input {
    -webkit-appearance: none;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    display: block;
}
.variant-color input.color-pink {
    background-color: #ff5669;
}
.variant-color input.color-black {
    background-color: black;
}
.variant-color input.color-blue {
    background-color: #06769b;
}
.variant-color input:checked {
    background-image: url("../../assets/img/icons/icon-check-white.png");
    background-size: 19px 14px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.variant-size input:checked ~ .control-indicator {
    border-color: #009ca7;
}
.product-qty {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 60px;
    border-width: 1px;
}
.filter {
    background-color: #f5f4f4;
    padding: 30px 20px 30px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.filter .filter-col {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.filter .form-control {
    min-width: 245px;
}
.filter .filter-list {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
}
.filter .filter-list li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .filter .filter-col {
        margin-left: 40px;
        margin-right: 40px;
    }
}
.cart-popup {
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10002;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.cart-popup .cart-popup__content {
    padding: 25px 20px;
}
.cart-popup .cart-popup__header {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cart-popup .cart-popup-close {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
    font-size: 11px;
    color: #909090;
    font-weight: 600;
}
.cart-popup .cart-popup__body {
    background-color: #f5f4f4;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto;
}
.cart-popup .cart-popup__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cart-popup .cart-popup__footer .cart-popup__content {
    padding: 15px 20px;
}
.cart-popup .cart-popup__payment {
    background-color: #f5f4f4;
    font-size: 12px;
}
@media (min-width: 576px) {
    .cart-popup .payment-list li {
        margin-left: 10px;
        margin-right: 10px;
    }
}
.cart-open .cart-popup {
    -webkit-transform: none;
    transform: none;
}
.cart-open:after {
    opacity: 1;
    visibility: visible;
}
.cart-row {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 2px solid #d8d8d8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.cart-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.cart-row .cart-row__item {
    margin-right: 30px;
}
.cart-row .cart-row__item:last-child {
    margin-right: 0;
}
.cart-row .cart-row__image {
    width: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cart-row .cart-row__image img {
    max-height: 90px;
}
.cart-row .cart-row__desc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.cart-row .cart-row__price {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cart-row .cart-row__delete {
    position: absolute;
    top: 0;
    right: 0;
}
.cart-row .product-qty {
    font-size: 12px;
    height: 30px;
}
.cart {
    width: 100%;
}
.cart td,
.cart th {
    padding-left: 14px;
    padding-right: 14px;
}
.cart .cart-delete {
    position: absolute;
    top: 0;
    right: 0;
}
.payment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin-left: -10px;
    margin-right: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -10px;
}
.payment-list li {
    margin-bottom: 10px;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 5px;
    margin-right: 5px;
}
.checkout {
    font-size: 12px;
    line-height: 1.8;
}
.checkout label {
    margin-bottom: 4px;
}
.checkout label,
.checkout .btn {
    font-size: inherit;
}
.checkout .checkout__cart {
    border-bottom: 2px solid #d8d8d8;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
.checkout hr {
    border-width: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.checkout hr:not([size]) {
    height: 1px;
}
.checkbox-group__label {
    min-width: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
@media (min-width: 768px) {
    .checkbox-group__label {
        min-width: 90px;
    }
}
.checkbox-group__control {
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}
.checkbox-group__control > div:not(.radio-check) {
    pointer-events: none;
}
.checkbox-group__control .radio-check {
    margin-left: 10px;
}
.checkbox-group__control input {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0;
}
.checkbox-group__control:hover,
.checkbox-group__control:focus {
    background-color: rgba(0, 156, 167, 0.19);
}
.checkbox-group__control input:checked ~ .radio-check .control-indicator {
    background: url("../../assets/img/icons/icon-check-white.png") no-repeat 50% 50% #009ca7;
    background-size: 12px 9px;
    border-color: #009ca7;
}
.payment-method__toggle {
    cursor: pointer;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}
.payment-method__toggle:hover,
.payment-method__toggle:focus {
    color: #009ca7;
}
.payment-method__overlay {
    display: none;
}
.payment-method__default a {
    color: inherit;
}
.payment-method__default a:hover,
.payment-method__default a:focus {
    color: #009ca7;
    text-decoration: none;
}
.anim-hover .anim-hover__item {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.anim-hover:hover .anim-hover__item,
.anim-hover:focus .anim-hover__item {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.arrow-anim:hover .icon-arrow-long-right,
.arrow-anim:focus .icon-arrow-long-right {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.slick-vertical .slick-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin-top: 0;
}
.slick-vertical .slick-dots li {
    display: block;
    margin: 0;
    padding: 5px;
}
.slick-dots {
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 6px;
    margin-right: 6px;
}
.slick-dots button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #d8d8d8;
    text-indent: -10000px;
    overflow: hidden;
    border: 2px solid transparent;
    outline: none !important;
    display: block;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button {
    border-color: #009ca7;
}
.slick-arrow {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    display: inline-block;
    text-indent: -99999px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.slick-arrow:hover,
.slick-arrow:focus {
    border-color: #009ca7;
}
.slick-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slick-arrow.slick-next:after,
.slick-arrow.sc-next:after {
    background: url("../../assets/img/icons/icon-chevron-right.png") no-repeat 0 0;
    background-size: 0.625rem 1.0625rem;
    width: 0.625rem;
    height: 1.0625rem;
}
.slick-arrow.slick-prev:after,
.slick-arrow.sc-prev:after {
    background: url("../../assets/img/icons/icon-chevron-left.png") no-repeat 0 0;
    background-size: 0.625rem 1.0625rem;
    width: 0.625rem;
    height: 1.0625rem;
}
.slider-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider-control .sc-prev,
.slider-control .sc-next {
    margin-right: 12px;
}
.slider-control .sc-prev:last-child,
.slider-control .sc-next:last-child {
    margin-right: 0;
}
.brands-slider {
    padding-bottom: 30px;
    width: 100%;
    position: relative;
}
.brands-slider img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.brands-slider .slide {
    padding-left: 20px;
    padding-right: 20px;
}
.brands-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.brands-slider .slick-track .slide {
    -ms-flex-item-align: center;
    align-self: center;
}
@media (min-width: 768px) {
    .brands-slider .slide {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 1200px) {
    .brands-slider:before,
    .brands-slider:after {
        content: "";
        position: absolute;
        height: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 70px;
        z-index: 22;
    }
    .brands-slider:before {
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(51%, rgba(255, 255, 255, 0.94)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.94) 51%, rgba(255, 255, 255, 0) 100%);
        left: 0;
    }
    .brands-slider:after {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(49%, rgba(255, 255, 255, 0.94)), to(#fff));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.94) 49%, #fff 100%);
        right: 0;
    }
}
.acc__toggle {
    position: relative;
    cursor: pointer;
    padding-right: 40px;
    margin-bottom: 0;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}
.acc__toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background: url("../../assets/img/icons/icon-chevron-down.png");
    background-size: contain;
    width: 26px;
    height: 14px;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.acc__toggle.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.acc__toggle:hover,
.acc__toggle:focus,
.acc__toggle.active {
    color: #009ca7;
}
.acc__content {
    display: none;
    padding-top: 10px;
    padding-bottom: 20px;
}
.acc__content.active {
    display: block;
}
.acc--border {
    border-bottom: 1px solid #979797;
}
.acc--border .rte {
    margin-bottom: 0;
}
.acc--border .acc__toggle {
    border-top: 1px solid #979797;
    padding: 20px 0px 20px 0px;
}
.acc--border .acc__toggle:first-child {
    border-top: none;
    padding-top: 10px;
}
.acc--border .acc__toggle:after {
    right: 25px;
}
.acc__content-card {
    border: 1px solid #d8d8d8;
    padding: 10px 20px;
    border-radius: 0.3125rem;
    margin-bottom: 16px;
}
.acc__content-card:last-child {
    margin-bottom: 0;
}
.acc__content-card .acc__toggle:after {
    width: 18px;
    height: 11px;
    background-size: 18px 11px;
}
.acc__content-card .acc__content {
    padding-top: 15px;
    padding-bottom: 15px;
}
.scroll-default {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.scroll-default::-webkit-scrollbar {
    width: 12px;
}
.scroll-default::-webkit-scrollbar-track {
    background-color: #000;
}
.scroll-default::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
}
.scroll-default::-webkit-scrollbar-button {
    display: block;
    background-color: #000;
    height: 6px;
    width: 12px;
    font-size: 18px;
}
.scroll-bar {
    width: 100%;
    height: 100%;
}
.scroll-bar.scroll-bar-x {
    width: auto;
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
}
.scroll-bar .scroll-bar--active {
    padding-bottom: 55px;
}
.scroll-bar .scroll-bar__inner {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.scroll-bar.scroll-offset-right .simplebar-track {
    overflow: visible;
}
.scroll-bar.scroll-offset-right .simplebar-scrollbar {
    right: -10px;
}
@media (min-width: 768px) {
    .scroll-bar .scroll-bar--active {
        padding-bottom: 79px;
    }
}
@media (max-width: 575.98px) {
    .scroll-bar.scroll-bar-x {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.simplebar-scrollbar:before {
    background-color: #009ca7;
}
.simplebar-scrollbar:before {
    border-radius: 9px;
    opacity: 1;
}
.simplebar-track {
    background-color: #d8d8d8;
    border-radius: 9px;
}
.scroll-bar-x .simplebar-track {
    max-width: 870px;
    margin-left: 20px;
    margin-right: 20px;
}
@media (min-width: 992px) {
    .scroll-bar-x .simplebar-track {
        max-width: 870px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 575.98px) {
    .scroll-bar-x .simplebar-track {
        margin-left: 10px;
        margin-right: 10px;
    }
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
}
.simplebar-track.simplebar-horizontal {
    height: 14px;
    border-radius: 9px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 14px;
    top: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
}
.simplebar-track.simplebar-vertical {
    right: 0;
    width: 14px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar {
    width: 14px;
    right: 0;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.mfp-wrap {
    z-index: 9999999999999999;
}
.popup {
    position: relative;
    max-width: none;
    width: 100%;
    margin: 30px auto 30px auto;
}
@media (min-width: 768px) {
    .popup .panel .panel-content {
        padding: 40px;
    }
}
.close-popup {
    padding: 5px;
}
.mfp-close,
button.mfp-close {
    right: 10px;
    top: 10px !important;
    margin: 0;
    opacity: 1;
    color: #000000;
    background: url("../../assets/img/icons/icon-close-white.png") 50% 50% no-repeat;
    background-size: 14px 14px;
    width: 34px;
    height: 34px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}
.mfp-bg {
    background-color: #000;
    opacity: 0.4;
}
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.4;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.popup-overlay {
    display: none;
}
.popup-overlay-close {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    padding: 0.625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*# sourceMappingURL=maps/style.css.map */